Index: openacs-4/packages/acs-core-docs/www/release-notes.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/release-notes.html,v diff -u -r1.61.2.3 -r1.61.2.4 --- openacs-4/packages/acs-core-docs/www/release-notes.html 27 Jun 2019 18:22:22 -0000 1.61.2.3 +++ openacs-4/packages/acs-core-docs/www/release-notes.html 3 Sep 2021 09:15:25 -0000 1.61.2.4 @@ -1,5 +1,18 @@ -
+
+ ... to be completed .... +
Altogether, OpenACS 5.10.0 differs from OpenACS 5.9.1 by the + following statistics +
+ xxx files changed, xxx insertions(+), xxx deletions(-) +
+ contributed by xxxx committers (...) and xxxx patch/bugfix providers + (...). All packages of + the release were tested with PostgreSQL 10.* and Tcl 8.6.*. +
+ For more details, consult the + raw ChangeLog. +
The release of OpenACS 5.9.1 contains the 88 packages of the oacs-5-9 branch. These packages include the OpenACS core packages, the major application packages (e.g. most the ones used on OpenACS.org), and @@ -88,7 +101,7 @@ Stripped misleading SQL statements
- Marked redundant / uncalled sql functions as deprecated + Marked redundant / uncalled SQL functions as deprecated
Replaced usages of obsolete view "all_object_party_privilege_map" by @@ -104,7 +117,7 @@ acs_object_types.object_type as foreign key
- 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 5.9.0 (while providing compatibility for clients using old @@ -484,7 +497,7 @@ "ns/server/${server}/>acs"
NsShutdownWithNonZeroExitCode: tell NaviServer to return with a - non-zero return code to cause restart (important under windows) + nonzero return code to cause restart (important under windows)
LogIncludeUserId: include user_id in access log
@@ -740,7 +753,7 @@ ignored due .xql files
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.
Removed multiple entries of same query name from .xql files (e.g. the entry @@ -788,8 +801,7 @@ "ad_include_contract" (similar to ad_page_contract).
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.
Dimensional slider reform (ad_dimensional): Removed hard-coded table layout from dimensional slider. Add @@ -819,7 +831,7 @@ in the acs-tcl package parameters)
Added ability to save data sent by - ns_return in files on the file system. This can be used to + ns_return in files on the filesystem. This can be used to validate HTML content also for password protected pages (controlled via package parameter "TclTraceSaveNsReturn" in the acs-tcl package parameters) @@ -975,7 +987,7 @@ committers.
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.
@@ -1169,4 +1181,4 @@
Serving backup files and files from the CVS directories is turned off by default via the acs-kernel parameter ExcludedFiles in section request-processor (The variable provides a string match glob list of files and is defaulted to "*/CVS/* *~") -