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

move some logic to last-session

add a query to show the score

fitb to tb

fix

fix typo

show only the last session patch from Natalia Perez <nperper@it.uc3m.es>

implement showing the feedback or nothing at all (including Errors) from Natalia Perez <nperper@it.uc3m.es>

show only the last session patch from Natalia Perez <nperper@it.uc3m.es>

    • -0
    • +7
    /openacs-4/packages/assessment/www/last-session.adp
    • -0
    • +84
    /openacs-4/packages/assessment/www/last-session.tcl
added qty column that appears when quantity is greater than 1

removed unmatched closing div tag

account info is now served via ssl by default

Inline form with widget and button on the same line for really simple forms

such as filters for listbuilder.

file inline.adp was initially added on branch oacs-5-1.

Added code to access the content of a subtopic directly using the package_id

added ec_state_widget for pretty state_widget with working default action for prexisting data, and quoted html attributes

category widget was not sorting categories according to sort keys

removed hot link white space existing between anchor and image tags, added 3 space whitespace between firstnames and lastname for working with payment gateways that require splitting name fields, other minor changes, added ec_capitalize_words and ec_thumbnail_if_it_exists for use with product templates

an additional credit card transaction failure case exists, namely when failing from a transation triggered by shipping fulfill-3.tcl

ec_insecurelink was not returning an insecurelink from secure pages

changed undeclared variable marked_transaction_id to transaction_id

added session activity logging which helps with diagnosing abberant activity, added ec_max_of_list which is used in checkout-one-form* code (to be added shortly)

added proc ec_shipping_prices_for_one_item_by_rate which calcs shipping fees based on pre-queried data

converted db specific queries to use xql files for ec_all_cs_issues_by_one_user

updated ec_pretty_creditcard_type to be consistent with package parameters, and provide helpful error message

Added braces for expr for performance / stylistic recommendation.