• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add missing commits for more light-weight developer support integration

  1. … 1 more file in changeset.
- use variable ::acs::rootdir instead of function

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 9 more files in changeset.
- get rid of "template::util::is_nil" by initializing variable

- use "... eq {} " instead of "template::util::is_nil" where it is clear that the variable exists

- use "![info exists]" instead of "template::util::is_nil" on scalars

  1. … 3 more files in changeset.
- make variable reference absolute

- use "" for empty

- remove braces

- revert to the previous version, although the code is conceptually broken. however, ad_form relies on the current version.

- normalize string expressions

- reduce number of remaining "string equal" operations

- use namespace qualifier rather than "global" command

- fix reporting of errors from nested adp calls leading to

"Error: rp_report_error: Error rendering error page (!)"

Example http://openacs.org/shared/community-member?user_id=27685

- normalize string expressions

- merge multiple "lappend" operations

- flatten nested lindex-structures

- use single "lassign" instead of multiple "lindex" operations

  1. … 2 more files in changeset.
- brace expressions

- factor out groupby tests

- avoid setting one-use variables for frequently called code

- fold multiple upvars to a single one

- make indentation more regular

- fix one case of double dollar

- normalize string expressions

  1. … 5 more files in changeset.
- avoid unneeded eval for better bytecode compilation

- siumplify setting of head-variables

- simplify various wierd ways to set the variable ::template::parse_level

  1. … 2 more files in changeset.
- don't abbreviate subcommands of "file"

  1. … 1 more file in changeset.
- replace "eval" by expand operator

  1. … 1 more file in changeset.
- use tcl 8.5 extended index format for "lindex", "lrange" and "string range"

- use "in" operator instead of "lsearch"

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

  1. … 3 more files in changeset.
- use tcl 8.5 lindex features

  1. … 1 more file in changeset.
- modernize tcl

- remove deprecated calls

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

- fix for bug #3065.

- change broken logic for obtaining results from the spell checker in order to distinguish between empty results and errors

- in case aspell is configured incorrectly return the error message only once

- need better glasses