tcl-documentation-procs.tcl

  • last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- moderinze tcl: use namespaced variables instead of "global" command

- fix logic for negative numbers

- improve performance of page contract filter "naturalnum"

- revert escaped change, add change to make clear that we do not want to accept empty strings

  1. … 1 more file in changeset.
- don't use backslash in multiline expressions

- make long expressions more uniform and more readable

- use "in" or not in (ni) operator instead of lsearch

- brace expressions to allow for tcl compilation

- bump version number

  1. … 23 more files in changeset.
- use tcl 8.5 extended index format for "string range"

- modernize tcl

  1. … 6 more files in changeset.
- use tcl 8.5 extended index format for "lindex"

- use tcl 8.5 extended index format for "lrange"

- use tcl 8.5 expand operator instead of "eval lappend ..." idiom

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

  1. … 9 more files in changeset.
- get rid of deprecated call to ad_header_with_extra_stuff

- use standard templating

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

- remove unneeded "expr" in side if-expressions

  1. … 13 more files in changeset.
- get rid of empty_string_p

  1. … 20 more files in changeset.
Merged oacs-5-7 to HEAD

  1. … 167 more files in changeset.
allow - in variable names

fixing bad test. string match glob doesnt work for this scenario, replacing with regexp

adding donb's 1.26 revsion back in.. I accidently overwrote it.

    • -107
    • +112
    ./tcl-documentation-procs.tcl
OCD repair of the hard coded @cvs-id strings

  1. … 14 more files in changeset.
Switched some param calls to use ad_conn subsite_id

  1. … 1 more file in changeset.
normalize some more expressions

  1. … 6 more files in changeset.
normalize some more expressions

  1. … 5 more files in changeset.
Added support for custom error templates. Added negative float procedure from Brian Fenton (Quest)

  1. … 7 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Double Click protection

  1. … 1 more file in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Fix for bug #57; If one specifies integer as argument type in a page contract, it should be a valid tcl integer. For sequence numbers, a different type should be defined and used. Tcl 8.5 has e.g. "string is wideinteger"...

I18N of error messages

  1. … 4 more files in changeset.
Fix bug #2487, float filter does not accept negative numbers.

- Added -form switch to ad_page_contract to let callers pass in a form ns_set specifically. This is useful when using ad_page_contract to validate includelets

- Removed unused -type switch to ad_page_contract

- This is a merge of the 1.18.4.1 change on dotkul branch

Changes to support dotkul

  1. … 6 more files in changeset.
Template the ad_page_contract complain page

  1. … 1 more file in changeset.