• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file inclass-exam-answer.wf was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowf/lib/inclass-exam-answer.wf
file TestItemUpload.form.page was initially added on branch oacs-5-10.

file TestItemText.form.page was initially added on branch oacs-5-10.

file TestItemShortText.form.page was initially added on branch oacs-5-10.

file TestItemSC.form.page was initially added on branch oacs-5-10.

file TestItemMC.form.page was initially added on branch oacs-5-10.

file inclass-exam.wf was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowf/lib/inclass-exam.wf
file select_question.form.page was initially added on branch oacs-5-10.

file quiz-select_question.form.page was initially added on branch oacs-5-10.

file online-exam.wf.page was initially added on branch oacs-5-10.

provide a default for "-pages" in require_site_wide_pages,

bump version to 5.10.0d26

prefer variable resolver over method call

+CVS: ----------------------------------------------------------------------

    • -16
    • +15
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Update es_ES message keys, and add placeholders for empty message keys

Delete obsolete message key

search for site-wide pages along package hierarchy

    • -15
    • +22
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
reduce verbosity

move "get_nls_language_from_lang" to metaclass to make it usable from packages different to xowiki as well

    • -14
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
xotcl-core

- move list of site_wide pages to meta-class,

such that every derived class might have different ones.

- bump version number to 5.10.0d25

xowiki

- provide explicit site_wide pages

- bump version number to 5.10.0d49

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -1
    • +12
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
allow protpype pages to be inserted into folders

    • -8
    • +23
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Provide for non-interactive model rendering of program text using Monaco's colorizer; draw a line between disabled and ready-only modes

Adding URN support for Monace resources (local install only, CDN to be done)

file monaco-init.tcl was initially added on branch oacs-5-10.

Update es_ES message keys

Update es_ES message keys

file xowf-monaco-plugin.es_ES.ISO-8859-1.xml was initially added on branch oacs-5-10.

Update es_ES message keys

Remove brace protection from dynamic expr arg to if

Reform 'all_day_event' private interface:

now we consider all day events only those where the time component of both start and end date is set at midnight. This is more restrictive that the previous criteria, which would allow also events where start and end date were equals, or the date component was different, regardless of time, to be considered all day events.

In practice, the user interface would already make so that an event created as "all day event" would be set with midnight as the time for start and end date.

calendar::item::get would already return time_p in the array to indicate whether this was an event with time or not. No time would mean "all day event". For convenience, we now return also the straight all_day_event_p flag in the array.

Remove blind catch, this proc is actually robust to bogus values

Remove superfluous expr in first-arg to if