• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add error reporting to package reloader (many thanks to Andrew Helsley, see: http://openacs.org/forums/message-view?message_id=4166397)

  1. … 3 more files in changeset.
- check ids in page contracts

    • -2
    • +2
    ./www/apm/version-dependency-add-2.tcl
    • -3
    • +3
    ./www/apm/version-dependency-remove.tcl
    • -2
    • +2
    ./www/apm/version-generate-tarball.tcl
  1. … 22 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -2
    • +2
    ./www/apm/version-callback-add-edit.tcl
  1. … 94 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- perform better checking on page number

  1. … 4 more files in changeset.
- parameter page: make setting of context for instance and global parameter uniform

- provide link from package instance parameters page to global page in

case global parameters exist

- provide backlink when global parameters are called from /acs-admin/index.tcl

  1. … 2 more files in changeset.
- fixed user interface for util-memoize cache for NaviServer

    • -15
    • +48
    ./www/cache/show-util-memoize.tcl
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 26 more files in changeset.
- fix syntax (see bug #3218)

    • -2
    • +2
    ./www/apm/version-callback-add-edit.tcl
- remove needless quotes from numeric comparisons

  1. … 1 more file in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 4 more files in changeset.
- reduce number of remaining "string equal" operations

  1. … 2 more files in changeset.
- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

    • -1
    • +1
    ./www/auth/authority-set-enabled-p.tcl
- no need to write ad_quoted to error.log

- remove temp files from apm generator

- fix call to ad_return_complaint

    • -2
    • +2
    ./www/apm/version-dependency-remove.tcl
Adding german catalog file for acs-admin.

    • -0
    • +6
    ./catalog/acs-admin.de_DE.ISO-8859-1.xml
- bump version numbers

  1. … 11 more files in changeset.
- brace expressions to allow for tcl compilation

- use "in" or not in (ni) operator instead of lsearch (for readability and performance)

  1. … 7 more files in changeset.
- use "in" operator instead of lsearch (for readability and performance)

  1. … 4 more files in changeset.
- move ad_user_class_query and ad_user_class_query_count_only from

packages/acs-tcl/tcl/admin-procs.{tcl,xql} to acs-outdated/tcl/

since these functions are non-functional (based on non-existing

tables)

- move related code from acs-admin/www/users/one.{tcl,xql} to acs-outdated/www/

  1. … 2 more files in changeset.
- no need to use "expr" in a condition of a "for" loop

  1. … 3 more files in changeset.
- 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 tcl 8.5 extended index format for "string range"

- get rid of eval

- nicer linebreaking

- remove obsolete .xql file