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

Use "ad_try" instead of "with_finally"

    • -8
    • +7
    ./acs-mail-lite/tcl/acs-mail-lite-procs.tcl
Use "ad_try" instead of "with_catch"

Use namepace path instead of "global" command

    • -17
    • +12
    ./workflow/tcl/test/workflow-test-procs.tcl
fix typos

    • -2
    • +2
    ./workflow/www/doc/developer-guide.adp
    • -2
    • +2
    ./workflow/www/doc/developer-guide.html
Use "ad_try" instead of "with_catch"

    • -9
    • +11
    ./acs-lang/www/admin/message-usage-include.tcl
    • -9
    • +10
    ./file-storage/www/download-zip.tcl
whitespace cleanup

    • -91
    • +91
    ./acs-lang/tcl/lang-catalog-procs.tcl
    • -133
    • +133
    ./acs-lang/tcl/localization-procs.tcl
    • -90
    • +90
    ./acs-lang/tcl/test/acs-lang-test-procs.tcl
    • -4
    • +4
    ./acs-lang/www/admin/set-system-timezone.tcl
    • -5
    • +4
    ./acs-authentication/tcl/authentication-procs.tcl
    • -36
    • +36
    ./acs-authentication/tcl/authority-procs.tcl
    • -4
    • +4
    ./acs-authentication/tcl/driver-procs.tcl
    • -87
    • +87
    ./acs-authentication/tcl/local-procs.tcl
    • -54
    • +54
    ./acs-authentication/tcl/password-procs.tcl
    • -47
    • +47
    ./acs-authentication/tcl/sync-procs.tcl
Use "ad_try" instead of "with_catch"

    • -35
    • +41
    ./acs-lang/tcl/lang-catalog-procs.tcl
    • -12
    • +10
    ./acs-lang/tcl/localization-procs.tcl
    • -28
    • +26
    ./acs-lang/tcl/test/acs-lang-test-procs.tcl
    • -18
    • +18
    ./acs-lang/www/admin/edit-localized-message.tcl
    • -6
    • +6
    ./acs-lang/www/admin/set-system-timezone.tcl
Fix typos

    • -3
    • +3
    ./acs-lang/www/doc/i18n-requirements.adp
    • -3
    • +3
    ./acs-lang/www/doc/i18n-requirements.html
Use "ad_try" instead of "with_catch"

    • -31
    • +31
    ./acs-authentication/tcl/authentication-procs.tcl
    • -9
    • +9
    ./acs-authentication/tcl/authority-procs.tcl
    • -4
    • +4
    ./acs-authentication/tcl/driver-procs.tcl
    • -17
    • +19
    ./acs-authentication/tcl/local-procs.tcl
    • -32
    • +29
    ./acs-authentication/tcl/password-procs.tcl
    • -9
    • +11
    ./acs-authentication/tcl/sync-procs.tcl
name HTML file consistently .html (not .htm)

    • -138
    • +0
    ./acs-authentication/www/doc/acs-authentication.htm
    • -0
    • +138
    ./acs-authentication/www/doc/acs-authentication.html
Fix typos

    • -2
    • +2
    ./acs-authentication/tcl/driver-procs.tcl
    • -1
    • +1
    ./acs-authentication/www/doc/ext-auth-ldap-install.adp
    • -2
    • +2
    ./acs-authentication/tcl/sync-procs.tcl
    • -1
    • +1
    ./acs-authentication/www/doc/acs-authentication.htm
fix typos

    • -1
    • +1
    ./acs-templating/www/doc/introduction.adp
    • -1
    • +1
    ./acs-templating/www/doc/introduction.html
    • -1
    • +1
    ./acs-templating/www/doc/TclDocs/form.html
    • -1
    • +1
    ./acs-templating/www/doc/TclDocs/widget.adp
    • -1
    • +1
    ./acs-templating/www/doc/TclDocs/widget.html
    • -3
    • +3
    ./acs-templating/www/doc/demo/contract-2.tcl
    • -1
    • +1
    ./acs-templating/www/doc/demo/select.tcl
    • -1
    • +1
    ./acs-templating/www/doc/demo/string.tcl
    • -1
    • +1
    ./acs-templating/www/doc/gen/proc-doc.adp
    • -1
    • +1
    ./acs-templating/www/doc/gen/proc-doc.html
    • -1
    • +1
    ./acs-templating/resources/lists/select-menu.adp
    • -3
    • +3
    ./acs-templating/tcl/test/parse-test-procs.tcl
Use ad_try instead of with_catch

    • -4
    • +4
    ./acs-templating/tcl/spellcheck-init.tcl
fix typos

    • -2
    • +2
    ./acs-core-docs/www/xml/releasing-openacs.xml
Fix typos

    • -5
    • +5
    ./acs-kernel/sql/oracle/apm-create.sql
    • -4
    • +4
    ./acs-kernel/sql/postgresql/apm-create.sql
Fix typo

    • -2
    • +2
    ./acs-mail-lite/tcl/acs-mail-lite-procs.tcl
fix typos

    • -3
    • +3
    ./acs-content-repository/tcl/acs-content-repository-procs.tcl
    • -2
    • +2
    ./acs-content-repository/tcl/content-item-procs.tcl
    • -2
    • +2
    ./acs-content-repository/tcl/content-procs.tcl
    • -2
    • +2
    ./acs-content-repository/tcl/content-revision-procs.tcl
    • -2
    • +2
    ./acs-content-repository/tcl/content-template-procs.tcl
    • -1
    • +1
    ./acs-content-repository/www/doc/tutorial.adp
    • -1
    • +1
    ./acs-content-repository/www/doc/tutorial.html
    • -1
    • +1
    ./acs-content-repository/www/doc/api/item.adp
    • -2
    • +2
    ./acs-content-repository/www/doc/api/item.html
    • -1
    • +1
    ./acs-developer-support/tcl/acs-developer-support-procs.tcl