• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update form based list filter template.

Remove version numbers from catalog files

minor fixes

fix typo

fixing unpassed vars between tcl/adp and a hanging bracket

updating query to handle more cases

    • -1
    • +1
    ./packages/authorize-gateway/lib/one.tcl
updating query to handle more cases

    • -1
    • +1
    ./packages/authorize-gateway/lib/one.tcl
parsing include directly, because it was not parsing the other way. Updating include template to be more forgiving

    • -5
    • +10
    ./packages/authorize-gateway/lib/one.tcl
    • -1
    • +1
    ./packages/ecommerce/www/admin/orders/one.tcl
quoting tag attributes

- more detailed error reporting

- allow includelet-substitutions in template-part of a form/PageTemplate

- sanity checks for form-field based forms:

* don't mark disabled fields as required

* don't show the help-text, if you cannot input

    • -10
    • +15
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -5
    • +23
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- includelet form-usages:

* additional option 'voting_form_anon_instances'

* add language prefix voting-forms if necessary

    • -6
    • +18
    ./packages/xowiki/tcl/includelet-procs.tcl
- new form-field parameter: show_raw_value

allow optionally to show the value of form-fields as raw values

- support for disabled composite fields

- new form-field class 'page':

similar to form_page, but is a simple selector

for arbitrary pages of arbitrary classes.

'page' supports as well a match-pattern for the page name.

- some refactoring of page and form_page to abstract_page

- new configuration option for form fields 'behavior':

one can now define the behavior of form fields via

form-constraints (e.g. some_field:page,....,behavor=SOMENAME)

where the behavior corresponds to a mixin class. This way

e.g. all renderings can be influenced on a per form-field

level. The behavior might be application specific.

    • -47
    • +183
    ./packages/xowiki/tcl/form-field-procs.tcl
removing tabs in sql, reformatting where there were significant tab conversions

- provide view link (when in edit mode)

- provide <A ... text=''> for wiki menu to improve accessability

- text values added to message catalog

    • -9
    • +10
    ./packages/xowiki/tcl/adp-generator-procs.tcl
    • -9
    • +10
    ./packages/xowiki/www/oacs-view.adp
    • -9
    • +10
    ./packages/xowiki/www/oacs-view2.adp
    • -9
    • +10
    ./packages/xowiki/www/oacs-view3.adp
    • -1
    • +1
    ./packages/xowiki/www/view-book-no-ajax.adp
    • -9
    • +10
    ./packages/xowiki/www/view-default.adp
    • -9
    • +10
    ./packages/xowiki/www/view-links.adp
removing tabs in sql

    • -6
    • +6
    ./packages/ecommerce/tcl/ecommerce-state-changes-procs-postgresql.xql
updated diagnostic logging for md5, reformated authorize_gateway.authorize, changed ad_parameter to newer parameter::get style

adding quotes to tag attributes

replacing dqd_md5 with tcllib's md5, since tcllib is installed by default now

Fix swap URLs.

Fix item-delete url.

    • -1
    • +1
    ./packages/assessment/lib/section-items.tcl
Fix score calculation. This checks the score for each question that

was actually answered during a particular session and calculates the

score based on that.

    • -37
    • +16
    ./packages/assessment/lib/session.tcl
    • -0
    • +16
    ./packages/assessment/lib/session.xql
    • -2
    • +26
    ./packages/assessment/www/session.tcl
One more file keying on as_item_id instead of title.

Add new proc to calculate user readable times.

More fixed so that multiple choice questions work in title is repeated.

    • -5
    • +5
    ./packages/assessment/lib/session-items.adp
    • -6
    • +5
    ./packages/assessment/lib/session-items.tcl
    • -3
    • +4
    ./packages/assessment/lib/session-items.xql
adding proper quoting to html to not confuse template::adp_compile

Fix reference in trigger to use CR view to get title.

making doc(title) failthrough more forgiving.. lets show the best possible, even if only during a test evaluation

Key changing question rows on ad_item_id not TITLE! Itis easily

conceivable that an assessment may have multiple questions with the

same title which would completely break the formatting of multiple

choice questions.

    • -3
    • +3
    ./packages/assessment/lib/assessment.tcl
Add content dispositon header to patch download and filename.

Ticket#3143 Patch#869 from Åsmund Realfsen to not link to results for anonymous answers.

    • -1
    • +1
    ./packages/assessment/www/instructions.adp