• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace/remove deprecated proc 'db_null'

  1. … 23 more files in changeset.
prefer "aa_equals" over "aa_true"+"string equal"

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

Use "ad_try" instead of "with_catch"

Use namepace path instead of "global" command

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

  1. … 3 more files in changeset.
Reduce divergencies between oracle and postgres codebase

  1. … 3 more files in changeset.
Fix typos

  1. … 20 more files in changeset.
- remove deprecated calls

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

- use "in" operator instead of "lsearch"

- use numeric comparison operator for truth value comparisons

- modernize tcl

  1. … 6 more files in changeset.
Merging back fixes on oacs-5-2 to HEAD.

wrong variable name on debug message.

Adding per case flushing.

make description field dates between edit and view more consistent and readable.

Foreach assignees was iterating on the names of the array instead of on the values

Bug fix found when helping Robert with a borked install of bug-tracker.

add after assign/unassign callbacks

    • -0
    • +19
    ./workflow-callback-procs.tcl
  1. … 1 more file in changeset.
Removed stupid workflow::package_key proc that returns the immutable value

of the package key (workflow). I hate pseudo object oriented crap like

this.

Fix so acs_community_member_url can be called without a connection.

Allow search based on role_ids instead of case_ids, allowing search for

assignees on new cases.

Fix picklist implementation to get workflow_id from role_id isntead of

case_id. Case_id isn't really needed in this query since role_id maps to

workflow_id.