• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- initial checkin

    • -0
    • +28
    ./packages/acs-outdated/acs-outdated.info
- fix incorrect variable name "package_id" used instead of "subsite_id"

- make variable check explicit

- no need to use "expr" in a condition of a "for" loop

    • -2
    • +2
    ./packages/acs-subsite/tcl/attribute-procs.tcl
    • -2
    • +2
    ./packages/acs-subsite/tcl/package-procs.tcl
    • -2
    • +2
    ./packages/acs-templating/tcl/list-procs.tcl
- modernize tcl

- brace expressions

- no need to use expr in condition of for loop

- no need to test for existence when variables have defaults

- not need to check for existence of variables with defaults: email, first_names, limit_to_users_in_group_id authority_id last_name_starts_with

- fix spelling limit_users_in_group_id -> limit_to_users_in_group_id

    • -6
    • +8
    ./packages/acs-admin/www/users/search.tcl
- "email" and "limit_to_user_id" have defaults, no need to check for existence

    • -4
    • +4
    ./packages/acs-admin/www/users/search.tcl
- "email" and "last_name" have defaults, no need to check for existence

    • -5
    • +3
    ./packages/acs-admin/www/users/search.tcl
- use "in" operator instead of lsearch

- simply string comparisons

- use tcl 8.5 extended index format for "lindex" and "lrange"

- bumped version number

- update search engine links default value

- make exists_and_not_null explicit

- modernize tcl

- don't abbreviate subcommands

- follow usual indenting convention

    • -4
    • +2
    ./packages/acs-tcl/tcl/apm-file-procs.tcl
- don't abbreviate subcommands

    • -10
    • +10
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -1
    • +1
    ./packages/xotcl-core/tcl/06-param-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/bgdelivery-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/chat-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -1
    • +1
    ./packages/xotcl-core/tcl/html-procs.tcl
    • -3
    • +3
    ./packages/xotcl-request-monitor/www/index.tcl
  1. … 8 more files in changeset.
- modernize tcl

- break overlong lines

    • -4
    • +4
    ./packages/forums/lib/forums-portlet.tcl
    • -2
    • +2
    ./packages/forums/lib/forums/forums-chunk.tcl
    • -2
    • +2
    ./packages/forums/lib/message/delete.tcl
    • -2
    • +2
    ./packages/forums/lib/message/post.tcl
    • -3
    • +3
    ./packages/forums/lib/message/row2.tcl
    • -3
    • +3
    ./packages/forums/lib/message/thread-chunk.tcl
  1. … 5 more files in changeset.
- don't abbreviate subcommands

    • -1
    • +1
    ./packages/acs-tcl/tcl/20-memoize-init.tcl
    • -3
    • +3
    ./packages/acs-tcl/tcl/apm-file-procs.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/xml-2-procs.tcl
- use tcl 8.5 extended index format for "string range"

- modernize tcl

- brace expressions

    • -2
    • +2
    ./packages/acs-developer-support/www/index.tcl
    • -3
    • +3
    ./packages/acs-developer-support/www/send.tcl
    • -1
    • +1
    ./packages/acs-developer-support/www/shell.tcl
- modernize tcl

- brace expressions

    • -13
    • +13
    ./packages/download/tcl/download-procs.tcl
    • -2
    • +2
    ./packages/download/www/archive-add-2.tcl
    • -3
    • +3
    ./packages/download/www/download-verify.tcl
    • -6
    • +5
    ./packages/download/www/one-archive.tcl
    • -6
    • +5
    ./packages/download/www/one-revision.tcl
    • -2
    • +2
    ./packages/download/www/admin/spam-users.tcl
- break overlong lines

- modernize tcl

    • -10
    • +18
    ./packages/search/www/search.tcl
- modernize tcl

    • -17
    • +17
    ./packages/news/tcl/test/news-db-test-init.tcl
    • -5
    • +5
    ./packages/news/tcl/test/news-test-procs.tcl
    • -2
    • +2
    ./packages/news/www/admin/approve-2.tcl
    • -2
    • +2
    ./packages/news/www/admin/revision-add-3.tcl
- brace namespace eval

- don't abbreviate subcommands

- escape closing bracket

    • -5
    • +5
    ./packages/acs-tcl/tcl/adp-parser-procs.tcl
- bumped version number, regenerated info file

    • -58
    • +59
    ./packages/acs-subsite/acs-subsite.info
- add missing upgrade script (was at least missing at openacs.org)

file upgrade-5.8.1d1-5.8.1d2.sql was initially added on branch oacs-5-8.

- remove invalid character

- improve spacing