Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml,v diff -u -N -r1.39.2.1 -r1.39.2.2 --- openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 10 Mar 2019 21:36:25 -0000 1.39.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 22 Nov 2019 16:30:46 -0000 1.39.2.2 @@ -182,7 +182,7 @@ - Marked redundant / uncalled sql functions as deprecated + Marked redundant / uncalled SQL functions as deprecated Replaced usages of obsolete view @@ -206,7 +206,7 @@ - Simplified core sql functions by using defaults: + Simplified core SQL functions by using defaults: Number of functions reduced by a factor of 2 compared to OpenACS @@ -1158,7 +1158,7 @@ Removed bug where same query-name was used in different branches of an if-statement for - different sql statements, but the query-name lead to the + different SQL statements, but the query-name lead to the wrong result. @@ -1242,8 +1242,7 @@ Improved them-ability for display_templates. One can now - provide a display_template_name (similar to the sql - statement name) to refer to display templates. This + provide a display_template_name (similar to the SQL statement name) to refer to display templates. This enables reusability and is theme-able. @@ -1563,7 +1562,7 @@ Made changes that extend acs-kernel's create_type and create_attribute procs, - so they're optionally able to create sql tables and columns. Optional metadata + so they're optionally able to create SQL tables and columns. Optional metadata params allow for the automatic generation of foreign key references, check exprs, etc.