• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Enforce the mimetype the same in follow up script

Enforce only valid mime types

harden page contract

Make publish_body required, as we already enforce it down the line

    • -2
    • +2
    /openacs-4/packages/news/www/item-create.tcl
Fix more boolean expressions

    • -3
    • +3
    /openacs-4/packages/news/www/item-create-3.tcl
take page contract into account + harden page contract

harden page contract

harden page contract

    • -2
    • +2
    /openacs-4/packages/forums/www/user-history.tcl
prefer global variable over proc

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
deactivate options checking for for role-members

seems currently broken

increase default value of number of potential alternatives to 25

refine form.form and validation errors

harden page contract

Simplify documentation

Fix typo in doc

provide (non-default) message keys for "form.form.page"

align instance variable values of formfield "form" with "textarea" to make subclassing simpler

Fix provide language prefixes for pages in the test

Fix template case

Comment out test on WIP feature

add minimal check that page is from the current package

Export the "m" request parameter to support the use case of this UI being integrated as a XoWiki method template

catalog changes: add a period at the end of full sentences

fix for initial (boostrap) installation

slightly better way to handle testing in vanilla instances

improve robustness on invalid input

    • -7
    • +11
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
whitespace changes

reduce verbosity

reduce level of verboseness

fix bug: tcl clock format %e returns in current versions single digit values with leading whitespace, which are invalid values for the options field.

Since non of the date-component fields is supposed to contain leading (or trailing) white-space,

this is now trimmed.