• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

fix variable access

add nt_total_time, sine t_done has sometimes less real-world significance then hoped

Fix missing default value

Fix extra parenthesys

Bugfix: content variable was not define before access (thanks to Giulia Nencini)

I am also not reading file content anymore, as this is potentially unsafe when file is very big and also could need special encoding translation etc.

Better retrieve the path and let the user decide what to do afterwards.

    • -10
    • +3
    ./file-storage/tcl/file-storage-procs.tcl
make sure to call ad_script_abort after ad_return

    • -1
    • +1
    ./acs-automated-testing/www/rebuild-server.tcl
    • -1
    • +5
    ./acs-developer-support/www/css-edit.tcl
    • -1
    • +2
    ./acs-developer-support/www/css-make-live.tcl
    • -0
    • +1
    ./acs-developer-support/www/set-user.tcl
    • -0
    • +1
    ./acs-service-contract/www/binding-install.tcl
    • -0
    • +1
    ./acs-service-contract/www/binding-uninstall.tcl
User ad_try instead of with_catch

    • -3
    • +3
    ./acs-admin/www/apm/build-repository.tcl
use ad_try instead of with_catch

User ad_try instead of "with*"

fix boolean expression in adp

avoid redirect

Avoid redirect

    • -1
    • +1
    ./acs-core-docs/www/install-qmail.html
make sure to call ad_script_abort after ad_returnredirect

    • -0
    • +1
    ./acs-subsite/www/admin/manage-email-privacy.tcl
    • -1
    • +1
    ./acs-subsite/www/register/auto-login.tcl
    • -1
    • +2
    ./acs-subsite/www/register/user-new.tcl
    • -1
    • +1
    ./acs-subsite/www/shared/make-visible.tcl
    • -0
    • +1
    ./acs-subsite/www/shared/send-email.tcl
    • -0
    • +3
    ./acs-subsite/www/user/email-privacy-level.tcl
make sure to call ad_script_abort after ad_returnredirect

    • -4
    • +6
    ./acs-subsite/www/user/portrait/upload.tcl
Improve comments and error message

    • -3
    • +10
    ./acs-authentication/tcl/sync-procs.tcl
Extend mapping

Initial checking of the boomerang plugin for OpenACS

    • -0
    • +154
    ./boomerang/README
    • -0
    • +53
    ./boomerang/boomerang.info
    • -0
    • +34
    ./boomerang/tcl/boomerang-init.tcl
    • -0
    • +421
    ./boomerang/tcl/boomerang-procs.tcl
    • -0
    • +76
    ./boomerang/tcl/callback-procs.tcl
    • -0
    • +14
    ./boomerang/www/resources/boomerang-1.0.1514200883-debug.min.js
    • -0
    • +13
    ./boomerang/www/resources/boomerang-1.0.1514200883.min.js
Improve spelling

- Fix regression test case (false positive): test failed, when de_DE was not installed as a local

- formatting and "try" cleanup

fix recent typo

    • -2
    • +2
    ./acs-authentication/tcl/authentication-procs.tcl
Add TODO item

Silence pretty_link warnings (no parent_id given)

Fix unquoted string in SQL statement by using bind variable syntax instead

Deactivate local "json" package, since the local modifications are probably not needed anymore, and the package conflicts with tcllib

comment changes

    • -8
    • +5
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
modernize code: reduce number of catch operations

    • -32
    • +23
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
whitespace cleanup

    • -9
    • +10
    ./acs-mail-lite/tcl/bounce-procs.tcl
Shorten overlong lines