• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- no need to use "expr" in a condition of a "for" loop

- 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

- "email" and "limit_to_user_id" have defaults, no need to check for existence

- "email" and "last_name" have defaults, no need to check for existence

- 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

    • -16
    • +16
    /openacs-4/packages/search/search.info
- make exists_and_not_null explicit

- modernize tcl

- don't abbreviate subcommands

- follow usual indenting convention

- don't abbreviate subcommands

  1. … 8 more files in changeset.
- modernize tcl

- break overlong lines

    • -2
    • +2
    /openacs-4/packages/forums/lib/forums/new.tcl
  1. … 5 more files in changeset.
- don't abbreviate subcommands

- use tcl 8.5 extended index format for "string range"

- modernize tcl

- brace expressions

- modernize tcl

- brace expressions

- break overlong lines

- modernize tcl

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

    • -5
    • +5
    /openacs-4/packages/news/lib/latest-news.tcl
    • -4
    • +4
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -2
    • +2
    /openacs-4/packages/news/www/index.tcl
    • -4
    • +4
    /openacs-4/packages/news/www/item-create-3.tcl
    • -3
    • +3
    /openacs-4/packages/news/www/preview.tcl
- brace namespace eval

- don't abbreviate subcommands

- escape closing bracket

- bumped version number, regenerated info file

- 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

- make use of auto initializing of incr in tcl 8.5

- use tcl 8.5 extended index format for "string range"

- modernize tcl