• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -0
    • +1
    ./packages/forums/www/mark-all-read.tcl
    • -4
    • +2
    ./packages/forums/www/admin/forum-disable.tcl
    • -4
    • +2
    ./packages/forums/www/admin/forum-enable.tcl
    • -3
    • +2
    ./packages/calendar/www/item-type-delete.tcl
    • -3
    • +2
    ./packages/calendar/www/item-type-new.tcl
add required ad_script_abort after ad_returnredirect

    • -2
    • +2
    ./packages/file-storage/www/simple-add-2.tcl
    • -1
    • +2
    ./packages/file-storage/www/simple-delete.tcl
    • -1
    • +2
    ./packages/file-storage/www/simple-edit.tcl
    • -1
    • +3
    ./packages/file-storage/www/url-goto.tcl
    • -8
    • +3
    ./packages/news/www/admin/approve-2.tcl
    • -1
    • +2
    ./packages/news/www/admin/process-2.tcl
    • -6
    • +6
    ./packages/news/www/admin/revision-add-3.tcl
    • -2
    • +3
    ./packages/news/www/admin/revision-add.tcl
add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -1
    • +2
    ./packages/acs-subsite/www/group-join.tcl
  1. … 34 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -1
    • +2
    ./packages/acs-admin/www/apm/file-watch-cancel.tcl
    • -1
    • +2
    ./packages/acs-admin/www/apm/file-watch.tcl
    • -1
    • +2
    ./packages/acs-admin/www/apm/package-add-2.tcl
    • -1
    • +2
    ./packages/acs-admin/www/apm/package-watch.tcl
  1. … 13 more files in changeset.
add required ad_script_abort after ad_returnredirect

    • -0
    • +1
    ./packages/acs-admin/www/auth/authority.tcl
    • -1
    • +2
    ./packages/dotlrn-ecommerce/lib/section.tcl
  1. … 4 more files in changeset.
add required ad_script_abort after ad_returnredirect

    • -1
    • +2
    ./packages/file-storage/www/file-edit.tcl
    • -3
    • +4
    ./packages/file-storage/www/folder-add.tcl
    • -2
    • +2
    ./packages/file-storage/www/simple-add.tcl
Fix result of get_tag when JSEditorClass is "ClassicEditor"

add required ad_script_abort after ad_returnredirect

    • -1
    • +2
    ./packages/file-storage/www/folder-edit.tcl
remove harmful backslashes

    • -2
    • +2
    ./packages/acs-templating/tcl/tag-init.tcl
minor improvements (actually no need for ad_try, if all we do is a dom command)

    • -6
    • +4
    ./packages/acs-tcl/tcl/text-html-procs.tcl
replace "catch" by "ad_try"

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

    • -21
    • +3
    ./packages/acs-tcl/tcl/parameter-procs.tcl
replace "catch" by "ad_try"

    • -6
    • +8
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Move deprecated procs into deprecated-procs.tcl

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

    • -5
    • +3
    ./packages/acs-templating/tcl/tag-procs.tcl
Protect against potential XSS vectors

replace catch by ad_try

    • -9
    • +9
    ./packages/acs-templating/tcl/filter-procs.tcl
Remove "catch {unset var}" idiom by "unset -nocomplain var"

    • -2
    • +2
    ./packages/acs-tcl/tcl/xml-0-sgml-procs.tcl
    • -11
    • +12
    ./packages/acs-tcl/tcl/xml-1-dom-procs.tcl
    • -2
    • +2
    ./packages/acs-templating/tcl/widget-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- fix potential XSS attack vector

- reduce quoting hell

- use ad_try instead of "catch"

- factor out common code

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

extend README and improve title of admin page

Bump version number and add site-wide admin management scripts

    • -4
    • +6
    ./packages/boomerang/tcl/boomerang-procs.tcl
    • -0
    • +28
    ./packages/boomerang/www/sitewide-admin/index.adp
    • -0
    • +28
    ./packages/boomerang/www/sitewide-admin/index.tcl
Fix typo in error message

fix and comment strange construct in api_read_script_documentation

remove spurious brace

Fix cut&paste error

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)

    • -1
    • +1
    ./packages/fs-portlet/www/fs-portlet.adp
update documentation and bump version number

reduce number of swallowing catch operations

    • -3
    • +3
    ./packages/acs-api-browser/www/display-sql.tcl
    • -4
    • +3
    ./packages/acs-api-browser/www/proc-search.tcl
Reduce number of swallowing catches

    • -4
    • +13
    ./packages/acs-admin/www/send-email.tcl