• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
new version

    • -0
    • +114
    /openacs-4/packages/wp-slim/www/add-edit-presentation-postgresql.xql
    • -0
    • +4
    /openacs-4/packages/wp-slim/www/add-edit-presentation.adp
    • -0
    • +123
    /openacs-4/packages/wp-slim/www/add-edit-presentation.tcl
    • -0
    • +94
    /openacs-4/packages/wp-slim/www/add-edit-slide-oracle.xql
    • -0
    • +16
    /openacs-4/packages/wp-slim/www/add-edit-slide.adp
    • -0
    • +249
    /openacs-4/packages/wp-slim/www/add-edit-slide.tcl
  1. … 39 more files in changeset.
improvements

    • -0
    • +9
    /openacs-4/packages/rules/www/unsubscribe.xql
latest improvements

    • -1
    • +1
    /openacs-4/packages/rules/www/add-action.tcl
    • -1
    • +1
    /openacs-4/packages/rules/www/add-action.xql
    • -2
    • +2
    /openacs-4/packages/rules/www/admin-request.tcl
    • -1
    • +1
    /openacs-4/packages/rules/www/approve-users.tcl
    • -1
    • +1
    /openacs-4/packages/rules/www/single-rule.tcl
New version of wp-slim

    • -5
    • +6
    /openacs-4/packages/wp-slim/wp-slim.info
modifying noquote to continue quoting user input

If you are an admin for a news item, allow you to revise it.

    • -2
    • +14
    /openacs-4/packages/news/www/item.tcl
file upgrade-5.1.4d1-5.1.4d2.sql was initially added on branch oacs-5-1.

Add CR Tcl API from HEAD.

  1. … 3 more files in changeset.
allow empty deadline entrance using the javascript calendar

adding the deputy Tcl procs that seems to have been lost (or maybe we forgot to add them)

    • -0
    • +71
    /openacs-4/packages/workflow/tcl/deputy-procs.tcl
    • -0
    • +33
    /openacs-4/packages/workflow/tcl/deputy-procs.xql
updating UI to work with templating system

improved screening of order_id, multi-domain leads capability, added warning message that indicates when customers are rejected from making an additional order

removed duplicate query get_order_id

added new catalog

Added forgotten return to bulk_mail__delete plsql postgres function

adding noquotes

Minor change of syntax.

adding noquote to order detail

removing p tag that wraps around search widgets form tag

adding noquote to account history items

Modify to only show link to the organizations package if it is mounted.

modify action_types

    • -1
    • +3
    /openacs-4/packages/rules/www/admin-request.tcl
    • -1
    • +1
    /openacs-4/packages/rules/www/single-rule.tcl
add permission verification

Prevent duplication of role assignments. Only offer users valid choices based upon current selections.

single rule management

    • -0
    • +20
    /openacs-4/packages/rules/www/delete-single-rule.tcl
    • -0
    • +83
    /openacs-4/packages/rules/www/single-rule-add-oracle.xql
    • -0
    • +70
    /openacs-4/packages/rules/www/single-rule-add.adp
    • -0
    • +145
    /openacs-4/packages/rules/www/single-rule-add.tcl
    • -0
    • +53
    /openacs-4/packages/rules/www/single-rule-oracle.xql
    • -0
    • +30
    /openacs-4/packages/rules/www/single-rule.adp
    • -0
    • +104
    /openacs-4/packages/rules/www/single-rule.tcl
change action_type and permission verifications

    • -10
    • +1
    /openacs-4/packages/rules/www/add-action.adp
    • -9
    • +3
    /openacs-4/packages/rules/www/add-action.tcl
    • -12
    • +3
    /openacs-4/packages/rules/www/add-rule.adp
    • -10
    • +1
    /openacs-4/packages/rules/www/add-trigger.adp
    • -10
    • +1
    /openacs-4/packages/rules/www/add-trigger.tcl
    • -4
    • +4
    /openacs-4/packages/rules/www/admin-request.adp
    • -21
    • +11
    /openacs-4/packages/rules/www/admin-request.tcl
    • -16
    • +1
    /openacs-4/packages/rules/www/approve-users.tcl
    • -17
    • +1
    /openacs-4/packages/rules/www/change-active.tcl
    • -16
    • +1
    /openacs-4/packages/rules/www/delete-action.tcl
    • -14
    • +1
    /openacs-4/packages/rules/www/delete-rule.tcl
    • -8
    • +1
    /openacs-4/packages/rules/www/index.tcl
  1. … 4 more files in changeset.
Fix bug 2213: unable to edit multiple tasks.

made the callbacks_array entry in the action data structure an array list rather than a nested list. I think this is what was intendend and the change was needed to make the workflow::action::get_callbacks proc work

fixed mistyped array name for action callbacks - was actions_array but should be action_array

fixes