• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- includelet form-usages:

* additional option 'voting_form_anon_instances'

* add language prefix voting-forms if necessary

- 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
    /openacs-4/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
    /openacs-4/packages/xowiki/www/oacs-view.adp
    • -9
    • +10
    /openacs-4/packages/xowiki/www/oacs-view2.adp
    • -9
    • +10
    /openacs-4/packages/xowiki/www/oacs-view3.adp
    • -9
    • +10
    /openacs-4/packages/xowiki/www/view-default.adp
    • -9
    • +10
    /openacs-4/packages/xowiki/www/view-links.adp
removing tabs in sql

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.

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.

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.

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.

Add content dispositon header to patch download and filename.

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

Finish work to support fractional points. All tables switched to

float. Forms switched to validate float.

- provide a view option to method edit of FormPage (on by default)

- improve error reporting

- make required/hidden behavior in synch with comments

I accidently removed hidden vars, adding back.

address verification inserts should work as intended now..

fixing typos and incomplete logic

adding upgrade instructions

re-referencing checkout-progress from www to lib

removing diagnostic ns_logs I added by mistake, and adding case of possible third 3 variant to locations (when behind reverse proxy)