Index: openacs-4/packages/acs-templating/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/design.adp,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/acs-templating/www/doc/design.adp 4 Jul 2018 10:16:05 -0000 1.9 +++ openacs-4/packages/acs-templating/www/doc/design.adp 15 Aug 2019 10:13:07 -0000 1.9.2.1 @@ -251,7 +251,7 @@ proc; this saves the trouble of reading and parsing the file the next time. The template system remembers the modification times of the adp and Tcl sources, and re-processes any requested file if the -cached version is no longer current. Consequently, this cacheing is +cached version is no longer current. Consequently, this caching is transparent in normal use.

To emphasize that "normal" use essentially always applies, here's a scenario for abnormal use: Save version Index: openacs-4/packages/acs-templating/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/design.html,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-templating/www/doc/design.html 4 Jul 2018 10:16:05 -0000 1.10 +++ openacs-4/packages/acs-templating/www/doc/design.html 15 Aug 2019 10:13:07 -0000 1.10.2.1 @@ -398,7 +398,7 @@ the trouble of reading and parsing the file the next time. The template system remembers the modification times of the adp and Tcl sources, and re-processes any requested file if the cached - version is no longer current. Consequently, this cacheing is + version is no longer current. Consequently, this caching is transparent in normal use.

Index: openacs-4/packages/acs-templating/www/doc/timing-1.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/timing-1.adp,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/timing-1.adp 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/timing-1.adp 15 Aug 2019 10:13:07 -0000 1.3.2.1 @@ -50,7 +50,7 @@ templated page, and -2, which compiles two ADP pages, is affected more than -1. The benefit of -2, wrapping -1 in another include, isn't apparent; on the contrary, -1 is in all cases a bit -faster than -2. The benefit of cacheing seems more than offset by +faster than -2. The benefit of caching seems more than offset by the extra complexity of nesting several templates.

Invoking trace filter ad_issue_deferred_dml

Index: openacs-4/packages/acs-templating/www/doc/timing-1.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/timing-1.html,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/timing-1.html 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/timing-1.html 15 Aug 2019 10:13:07 -0000 1.3.2.1 @@ -65,7 +65,7 @@ templated page, and -2, which compiles two ADP pages, is affected more than -1. The benefit of -2, wrapping -1 in another include, isn't apparent; on the contrary, -1 is in all cases a bit faster - than -2. The benefit of cacheing seems more than offset by the + than -2. The benefit of caching seems more than offset by the extra complexity of nesting several templates.

Index: openacs-4/packages/acs-templating/www/doc/timing.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/timing.adp,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-templating/www/doc/timing.adp 25 Apr 2018 08:42:17 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/timing.adp 15 Aug 2019 10:13:07 -0000 1.5.2.1 @@ -40,7 +40,7 @@ both ADP and Tcl pages are cached as Tcl procs. The parameter RefreshCache in section template can be set to always or never to affect the -cacheing strategy; the latter may be useful for a production site. +caching strategy; the latter may be useful for a production site. All timing is carried out for the three settings always, normal, and never; the associated variable is called check.

Index: openacs-4/packages/acs-templating/www/doc/timing.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/timing.html,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-templating/www/doc/timing.html 18 Apr 2018 09:09:13 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/timing.html 15 Aug 2019 10:13:07 -0000 1.4.2.1 @@ -62,7 +62,7 @@ and both ADP and Tcl pages are cached as Tcl procs. The parameter RefreshCache in section template can be set to always or - never to affect the cacheing strategy; the latter + never to affect the caching strategy; the latter may be useful for a production site. All timing is carried out for the three settings always, normal, and never; the associated variable is called Index: openacs-4/packages/acs-templating/www/doc/TclDocs/content.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/content.html,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/TclDocs/content.html 3 Jul 2018 18:19:14 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/content.html 15 Aug 2019 10:13:07 -0000 1.3.2.1 @@ -852,7 +852,7 @@
-Gets the content input method most appropriate for an content type, based on the MIME types that are registered for that content type. +Gets the content input method most appropriate for a content type, based on the MIME types that are registered for that content type.
Index: openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html 3 Jul 2018 18:19:14 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/publish.html 15 Aug 2019 10:13:07 -0000 1.5.2.1 @@ -607,7 +607,7 @@
-Write the content (blob) of a revision into a binary file in the filesystem. The file will be published at the relative URL under each publish root listed under the PublishRoots parameter in the server's INI file (the value returnded by publish::get_page_root is used as the default). The file extension will be based on the revision's mime-type.
For example, an revision whose mime-type is { image/jpeg} for an item at { Sitemap/foo/bar} may be written as /web/your_server_name/www/foo/bar.jpg +Write the content (blob) of a revision into a binary file in the filesystem. The file will be published at the relative URL under each publish root listed under the PublishRoots parameter in the server's INI file (the value returnded by publish::get_page_root is used as the default). The file extension will be based on the revision's mime-type.
For example, a revision whose mime-type is { image/jpeg} for an item at { Sitemap/foo/bar} may be written as /web/your_server_name/www/foo/bar.jpg
Index: openacs-4/packages/acs-templating/www/doc/guide/form-process.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/form-process.html,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/guide/form-process.html 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/guide/form-process.html 15 Aug 2019 10:13:07 -0000 1.3.2.1 @@ -38,7 +38,7 @@
  • By default, the formtemplate tag sets the ACTION attribute of the FORM tag to the same URL as that of the form itself. The submission is - therefor processed within the framework of the same code that + therefore processed within the framework of the same code that was used to create the form.
  • Index: openacs-4/packages/acs-templating/www/resources/htmlarea/examples/spell-checker.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/htmlarea/examples/spell-checker.html,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-templating/www/resources/htmlarea/examples/spell-checker.html 7 Aug 2017 23:48:03 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/htmlarea/examples/spell-checker.html 15 Aug 2019 10:13:07 -0000 1.2.2.1 @@ -84,7 +84,7 @@ dyctionari.

    The document that yu are reading now intentionaly contains - some errorz, so that you have something to corect ;-)

    + some errorz, so that you have something to correct ;-)

    Credits for the SpellChecker plugin go to:

    Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html,v diff -u -r1.5 -r1.5.12.1 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html 16 Jan 2009 09:05:48 -0000 1.5 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html 15 Aug 2019 10:13:07 -0000 1.5.12.1 @@ -48,7 +48,7 @@ Resizeable: - + Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js,v diff -u -r1.3 -r1.3.8.1 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js 23 May 2010 11:58:34 -0000 1.3 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js 15 Aug 2019 10:13:07 -0000 1.3.8.1 @@ -18,7 +18,7 @@ target: '', p_width: '', p_height: '', - p_options: ['menubar=no','toolbar=yes','location=no','status=no','scrollbars=yes','resizeable=yes'], + p_options: ['menubar=no','toolbar=yes','location=no','status=no','scrollbars=yes','resizable=yes'], to: 'alice@example.com', subject: '', body: '',