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

Update es_ES message keys

revert change, since this breaks applications

if the distinction is needed, a better change is required,

either via configuration of a prefix, or via subclassing.

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
Fix alt text of image

Fix close tag

Fix memory leak

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
reduce verbosity

improve wording and fix typos

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
use more descriptive variable name

    • -7
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Fix typo in proc doc

reduce verbosity

fix message keys

improve documentation

    • -17
    • +18
    /openacs-4/packages/xowf/lib/online-exam.wf
Fix typos

Try to avoid interference between two different table widgets rendered on the same page: fetch sorting column by prefixing by the table name

Name the child resources object consistently in order to differentiate it from other includelets

    • -1
    • +1
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
Continue to allow sorting by hidden columns