Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.102 -r1.189.2.103 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Oct 2021 12:21:20 -0000 1.189.2.102 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 7 Oct 2021 11:07:50 -0000 1.189.2.103 @@ -415,10 +415,10 @@ {-override {}} {vars {}} } { - + Exports variables either as a URL or in the form of hidden form variables. The result is properly urlencoded, unless flags - prohibit this. + prohibit this.

Example usage: set html [export_vars -form { foo bar baz }]
@@ -498,7 +498,7 @@

array
- + The value is an array and should be exported in a way compliant with the :array flag of ad_page_contract, @@ -527,7 +527,7 @@ export_vars to let the exported variable after 60 seconds. Other potential arguments for sign are "user" or "csrf" to bind the signature to a user or to the CSRF token. - +
@@ -4012,13 +4012,13 @@ } # # Cache file in the filesystem based on an MD5 checksum - # derived from the dot source-cide, the format and the + # derived from the dot source-code, the format and the # styling. # # TODO: one should provide a more general - usable for # many applications - file cache with a cleanup of stale - # entries (maybe based on last access time, when the prile - # system provides it). + # entries (maybe based on last access time, when the + # filesystem provides it). # set dot_signature [ns_md5 $dot_code-svg-$css] set stem $dir/$dot_signature