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

missed commiting these updates to template tcl/adp

make sure to produce variable names for caching, that do not look like tcl namespace prefixes

    • -4
    • +8
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- fix complete_name to deal in general correctly with anonymous entries

- make get_form_template more general, document the interesting cases

- simplyfy the code in edit

    • -11
    • +53
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- reduce verbosity

- new function ::xo::report_version_numbers to make reporting back of the version numbers of the most important involved components easier