• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
whitespace changes

    • -2
    • +2
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Don't hard-code the SiteNodeCache sizes in the library file and bump version number

Backport from HEAD

    • -5
    • +19
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Don't hard-code the SiteNodeCache sizes in the library file,

but allow configuration via the config-file.

Example:

#

# Provide tailored sizes for the site node cache in acs-tcl:

#

ns_section ns/server/${server}/acs/acs-tcl

ns_param SiteNodesCacheSize 2000000

ns_param SiteNodesIdCacheSize 100000

ns_param SiteNodesChildenCacheSize 100000

#

    • -11
    • +28
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -1
    • +1
    ./packages/categories/www/search-result.tcl
  1. … 6 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

    • -0
    • +3
    ./packages/faq/www/admin/configure.tcl
    • -0
    • +2
    ./packages/faq/www/admin/faq-delete.tcl
    • -0
    • +1
    ./packages/faq/www/admin/faq-disable.tcl
    • -1
    • +1
    ./packages/faq/www/admin/faq-edit-2.tcl
    • -0
    • +1
    ./packages/faq/www/admin/faq-enable.tcl
    • -0
    • +1
    ./packages/faq/www/admin/faq-new-2.tcl
    • -1
    • +1
    ./packages/faq/www/admin/q-and-a-add-edit.adp
    • -0
    • +1
    ./packages/faq/www/admin/q_and_a-delete.tcl
    • -1
    • +1
    ./packages/faq/www/admin/q_and_a-edit-2.tcl
    • -0
    • +1
    ./packages/faq/www/admin/q_and_a-new-2.tcl
    • -0
    • +1
    ./packages/faq/www/categories/remove.tcl
add required ad_script_abort after ad_returnredirect

    • -1
    • +1
    ./packages/dotlrn/www/applet-remove.tcl
    • -1
    • +2
    ./packages/dotlrn/www/class-term-change.tcl
    • -2
    • +5
    ./packages/dotlrn/www/community-member.tcl
    • -2
    • +2
    ./packages/dotlrn/www/configure-element-2.tcl
    • -0
    • +2
    ./packages/dotlrn/www/configure-element.tcl
    • -3
    • +4
    ./packages/dotlrn/www/element-rename.tcl
    • -2
    • +2
    ./packages/dotlrn/www/join-policy-toggle.tcl
    • -1
    • +3
    ./packages/dotlrn/www/member-add-3.tcl
    • -1
    • +3
    ./packages/dotlrn/www/member-email-toggle.tcl
  1. … 19 more files in changeset.
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