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

Fix so acs_community_member_url can be called without a connection.

Added missing creation date key used by bug-tracker.

    • -0
    • +1
    ./catalog/workflow.en_US.ISO-8859-1.xml
Import of message keys from translation server for core and .LRN packages.

This catalogs have no package version info. Check http://openacs.org/forums/message-view?message%5fid=1007666

    • -1
    • +1
    ./catalog/workflow.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.es_CO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.es_GT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.eu_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.it_IT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/workflow.nn_NO.ISO-8859-1.xml
  1. … 1287 more files in changeset.
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.