• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

- quote HTML attributes to improve security

    • -1
    • +1
    ./www/doc/mockup-sim-ft-example-task-edit.adp
- improve page-contracts

  1. … 36 more files in changeset.
- use "in" operator instead of "lsearch"

- use numeric comparison operator for truth value comparisons

- modernize tcl

- use property "doc(title)" instead of "title"

- replace deprecated "export_url_vars" by "export_vars -url"

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

wrong variable name on debug message.

Adding per case flushing.

Fix redirect to referrer

allowed roles field added to workflow action editor

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
    ./tcl/workflow-callback-procs.tcl
Admins can modify the role assigned to a workflow action and the privileges required. Allows for less hard-coding of bug-tracker workflows. For example, it is now possible for the resolver to close a ticket. With the hard-coded bt workflow, the submitter always had to close.

Added missing message key but hmmm someone did it first ... but they didn't

quite get it right so I've just fixed it.

    • -1
    • +1
    ./catalog/workflow.en_US.ISO-8859-1.xml
Removed stupid workflow::package_key proc that returns the immutable value

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

this.