• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve testcases by removing useless expr commands

  1. … 3 more files in changeset.
only lowercase proc meta-data is recognized

  1. … 1 more file in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 471 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 200 more files in changeset.
whitespace changes

modernize tcl

fix indentation

Fix typos

  1. … 2 more files in changeset.
Fix typos

  1. … 67 more files in changeset.
Use "ad_try" instead of "with_catch"

Use namepace path instead of "global" command

    • -17
    • +12
    ./tcl/test/workflow-test-procs.tcl
fix typos

  1. … 4 more files in changeset.
Specify default for max sort order (fixes but-tracker installation)

Reduce divergencies between oracle and postgres codebase

Insert missing from dual idiom

Reduce divergencies between oracle and postgres codebase, remove obsolete query as one that is supposed to be executed is directly in tcl

Reduce divergencies between oracle and postgres codebase

    • -29
    • +0
    ./tcl/workflow-procs-postgresql.xql
  1. … 3 more files in changeset.
Reduce divergencies between oracle and postgres codebase

  1. … 3 more files in changeset.
Improve mockup

Fix demo mockup

replace broken links

  1. … 1 more file in changeset.
remove broken links

Fix typos

  1. … 8 more files in changeset.
- replace deprecated tags in documentation pages

    • -204
    • +227
    ./www/doc/developer-guide.adp
    • -143
    • +164
    ./www/doc/fall-2003-extensions.adp
    • -189
    • +202
    ./www/doc/specification.adp
  1. … 5 more files in changeset.
- add missing index on object_id field

- bump version number to 2.1.2d1

    • -0
    • +1
    ./sql/postgresql/upgrade/upgrade-2.1.1-2.1.2d1.sql
- hardening page contract to prevent potential XSS attack

- fix quoting of message keys

- update documentation

    • -85
    • +193
    ./www/doc/developer-guide.adp
    • -116
    • +279
    ./www/doc/fall-2003-extensions.adp
  1. … 17 more files in changeset.
- update/add .adp files for documentation

    • -0
    • +642
    ./www/doc/developer-guide.adp
    • -0
    • +901
    ./www/doc/fall-2003-extensions.adp
    • -0
    • +14
    ./www/doc/mockups.adp
    • -0
    • +762
    ./www/doc/specification.adp
    • -0
    • +17
    ./www/doc/workflow.adp
  1. … 17 more files in changeset.
- fix and standardize quoting in template properties

    • -2
    • +2
    ./www/doc/mockup-sim-ft-example-task-edit.adp
  1. … 166 more files in changeset.
- remove deprecated calls

- modernize tcl