• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
protect query-parameters against exceptions with empty values

The page_conract filter require a "notnull", otherwise it lets

values like ...?v=&... through, although {v:boolean} was used.

These empty values will cause exceptions, when it is later

assumed that "v" has a proper boolean value.

  1. … 5 more files in changeset.
improve strictness of tests

  1. … 8 more files in changeset.
prevent double-sorting

Make use of extended functionality of OrderedComposite->orderby with -type argument

bumped version number to 0.64

  1. … 7 more files in changeset.
add support for deleted users, handle this case centrally

  1. … 12 more files in changeset.
whitespace cleanup

  1. … 6 more files in changeset.
strengthen page contracts

  1. … 2 more files in changeset.
Rename string_truncate and string_truncate_middle to comply with OpenACS naming convention, create deprecated wrappers, replace occurrences

As string_truncate_middle was defined in xotcl-request-monitor, bring it to acs-tcl instead

  1. … 11 more files in changeset.