• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix documentation (without a trailing slash, a redirect will happen, which transforms the POST into a GET request, which then will not be processed)

prefer absolut object references over ids

    • -18
    • +20
    ./xowiki/tcl/includelet-procs.tcl
    • -22
    • +23
    ./xowiki/tcl/xowiki-www-procs.tcl
    • -25
    • +25
    ./xowiki/tcl/upgrade/upgrade.tcl
prefer package object over plain id

prefer package object over plain id

removed commented out code

Pass object_id to the include UI, make the include contract clear

- modernize code (remove "my")

- prefer fully qualified commands based on IDs

    • -3
    • +3
    ./xowiki/resources/templates/view-book.tcl
    • -17
    • +18
    ./xowiki/tcl/form-field-procs.tcl
    • -61
    • +62
    ./xowiki/tcl/includelet-procs.tcl
    • -2
    • +2
    ./xowiki/tcl/xowiki-uploader-procs.tcl
  1. … 19 more files in changeset.
- modernize code (remove "my")

    • -3
    • +3
    ./xotcl-core/tcl/20-Ordered-Composite-procs.tcl
    • -10
    • +10
    ./xotcl-core/tcl/bgdelivery-procs.tcl
    • -10
    • +10
    ./xotcl-core/tcl/http-client-procs.tcl
    • -2
    • +2
    ./xotcl-core/tcl/40-thread-mod-procs.tcl
- modernize code (remove "my")

    • -15
    • +15
    ./xotcl-core/tcl/06-package-procs.tcl
    • -9
    • +9
    ./xotcl-core/tcl/10-recreation-procs.tcl
    • -6
    • +6
    ./xotcl-core/tcl/20-Ordered-Composite-procs.tcl
    • -6
    • +6
    ./xotcl-core/tcl/40-thread-mod-procs.tcl
    • -19
    • +19
    ./xotcl-core/tcl/context-procs.tcl
    • -2
    • +2
    ./xotcl-core/tcl/http-client-procs.tcl
    • -12
    • +12
    ./xotcl-core/tcl/policy-procs.tcl
fix for issue #3395

Wrap upleveled command in a list statement to make number of arguments clear

    • -2
    • +2
    ./xotcl-core/tcl/10-recreation-procs.tcl
Fix documentation

    • -2
    • +2
    ./acs-authentication/tcl/authority-procs.tcl
Do not require uuid package anymore

Use ns_uuid Naviserver command instead of uuid::uuid generate from tcllib: apparently, this can interact badly with clock localized formatting, leading to the "GREGORIAN_CHANGE_DATE" issue

add missing ad_script_abort

add ad_script abourt after termination command

deactivate style rule

    • -2
    • +2
    ./acs-automated-testing/www/admin/testcase.tcl
improve code formatting

    • -4
    • +12
    ./acs-subsite/www/shared/parameters.tcl
improve spelling

remove quites from number

provide unit to statistics output

perform script about after internal redirect

Add @see to deprecated doc

Prefer using the list structure directly: each category has only 1 translation per locale

Smartify idiom

Replace catch idiom

Replace catch idioms

    • -20
    • +24
    ./categories/tcl/categories-procs.tcl
Replace catch idiom

Move portable sql inline, streamline idioms

    • -33
    • +108
    ./categories/tcl/categories-procs.tcl
    • -178
    • +0
    ./categories/tcl/categories-procs.xql
Simplify idioms: lang is unique for a particular tree

    • -7
    • +4
    ./categories/tcl/category-trees-procs.tcl
Simplify multirow logic using 'template::util::list_to_multirow'