• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
provide version of template::util::read_file, which makes sure, that the file is always closed

    • -8
    • +16
    ./acs-templating/tcl/util-procs.tcl
fix typo

    • -1
    • +1
    ./acs-templating/www/doc/TclDocs/form.adp
Whitespace changes

    • -8
    • +8
    ./xotcl-request-monitor/www/running.tcl
Fix typo

    • -3
    • +3
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
Move deprecated commands to a separate file

    • -0
    • +750
    ./acs-tcl/tcl/deprecated-procs.tcl
    • -722
    • +1
    ./acs-tcl/tcl/utilities-procs.tcl
extend lost of frequently used Tcl cmds for tracing

Improve error message

    • -2
    • +2
    ./acs-tcl/tcl/request-processor-procs.tcl
Handle Tcl verisons newer than 8.6

Replace "catch" by ad_try operations, when appropriate

    • -20
    • +27
    ./xowiki/tcl/form-field-procs.tcl
    • -37
    • +43
    ./xowiki/tcl/xowiki-www-procs.tcl
- fix typo

Fix typos

Break overlong lines

    • -100
    • +133
    ./acs-templating/tcl/list-procs.tcl
White space cleanup: strip trailing spaces

    • -11
    • +11
    ./acs-templating/tcl/list-procs.tcl
- provide propert SQL query name

- replace "catch" by "ad_try"

Improve robustness of the blank master

Whitespace changes

    • -586
    • +586
    ./acs-templating/tcl/util-procs.tcl
Bugfix, get also id_column from acs_object_type retrieval

    • -10
    • +11
    ./acs-subsite/tcl/package-procs.tcl
Improve robsutness of get_relevant_subsite with earlier versions of OpenACS,

add German message catalog entries

    • -0
    • +7
    ./cookie-consent/catalog/cookie-consent.de_DE.ISO-8859-1.xml
    • -3
    • +13
    ./cookie-consent/tcl/cookie-consent-procs.tcl
Improve documentation

    • -1
    • +8
    ./acs-tcl/tcl/request-processor-procs.tcl
Use ad_try to improve error handling

Update README file

- added call to subsite::page_plugin callback to blank-master

- standardize spellings

    • -2
    • +2
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -10
    • +10
    ./acs-bootstrap-installer/installer.tcl
Improve variable names

    • -4
    • +4
    ./acs-bootstrap-installer/tcl/00-proc-procs.tcl
Initial checkin

    • -0
    • +80
    ./cookie-consent/README
    • -0
    • +38
    ./cookie-consent/cookie-consent.info
    • -0
    • +7
    ./cookie-consent/catalog/cookie-consent.en_US.ISO-8859-1.xml
    • -0
    • +92
    ./cookie-consent/tcl/callback-procs.tcl
    • -0
    • +390
    ./cookie-consent/tcl/cookie-consent-procs.tcl
    • -0
    • +20
    ./cookie-consent/www/sitewide-admin/index.adp
    • -0
    • +24
    ./cookie-consent/www/sitewide-admin/index.tcl
- use "ad_try" instead of "with_catch"

- use "ad_try" instead of "with_finally"

- use "ad_try" instead of "with_catch"

- avoid overlong lines

    • -31
    • +45
    ./acs-subsite/www/admin/users/new.tcl
whitespace changes

    • -73
    • +73
    ./acs-subsite/www/admin/users/new.tcl
Fix typo in comment

white space changes

New callback: subsite::page_plugin:

- Execute pacakge-specfic code on every page. Callbacks of this type

typically call template::head::* functions to add application specific

code (CSS and JavaScript) to every page (e.g. like e.g. the cookie-consent-plugin).

This callback is a generalization of the callbacks "subsite::get_extra_headers"

and "subsite::header_onload".

- Bump version number to 5.10.0d2

    • -5
    • +15
    ./acs-subsite/tcl/callback-procs.tcl