• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
replace "catch" by "ad_try"

    • -15
    • +23
    ./acs-tcl/tcl/text-html-procs.tcl
Remove useless "catch" since template::util::is_true will not raise an error

replace "catch" by "ad_try"

    • -3
    • +3
    ./acs-tcl/tcl/tcl-documentation-procs.tcl
Move deprecated procs into deprecated-procs.tcl

    • -1
    • +231
    ./acs-tcl/tcl/deprecated-procs.tcl
replace "catch" by "ad_try"

Protect against potential XSS vectors

replace catch by ad_try

Remove "catch {unset var}" idiom by "unset -nocomplain var"

    • -11
    • +12
    ./acs-tcl/tcl/xml-1-dom-procs.tcl
    • -1
    • +1
    ./xotcl-core/tcl/50-protocol-handler-procs.tcl
- fix potential XSS attack vector

- reduce quoting hell

- use ad_try instead of "catch"

- factor out common code

    • -93
    • +138
    ./acs-templating/tcl/tag-init.tcl
typesetting changes

    • -3
    • +3
    ./boomerang/www/sitewide-admin/index.adp
extend README and improve title of admin page

    • -2
    • +2
    ./boomerang/www/sitewide-admin/index.tcl
Bump version number and add site-wide admin management scripts

    • -0
    • +20
    ./boomerang/www/sitewide-admin/compress.tcl
    • -0
    • +28
    ./boomerang/www/sitewide-admin/index.adp
    • -0
    • +28
    ./boomerang/www/sitewide-admin/index.tcl
Fix typo in error message

    • -2
    • +2
    ./acs-api-browser/www/package-view.tcl
fix and comment strange construct in api_read_script_documentation

    • -2
    • +9
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
remove spurious brace

    • -2
    • +2
    ./acs-api-browser/www/package-view.tcl
Fix cut&paste error

    • -2
    • +2
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
Bump version number on HEAD in agreement with version on 5-9 branch

Backport fix for https://openacs.org/forums/message-view?message_id=5386710 on the oacs-5-9 branch (requires bumping the version number)

update documentation and bump version number

reduce number of swallowing catch operations

    • -19
    • +19
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
    • -6
    • +10
    ./acs-api-browser/www/package-view.tcl
Reduce number of swallowing catches

    • -2
    • +9
    ./acs-admin/www/apm/version-reload.tcl
Fix boolean expressions in .adp files

Fix typo chartype->charset

add negative nt_total_time to sanity check

reduce verbosity: no need to add message about missing "r" value

Make so that these clauses are really clauses and not time intervals, as downstream code will be hacky otherwise

- just warn on bog differences between t_done and nt_total_time

- reduce verbosity

really fix variable access to nt_total_time (guess, i need a break)

really fix variable access to nt_total_time

Improve previous fix: don't specify root folder at all and let file-storage deal with this

Bugfix: make sure root_folder_id exists or dotlrn won't display community folder correctly