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

Compute class info in the error message only when c exists and is a class

fix typo

don't tolerate silently invalid calling patterns (probably in downstream code)

Add missing translation

Update German translation after feedback from stakeholders

Tolerate ordered composite (e.g. tables) where no orderby was specified

Test exposing a suboptimal behavior: when we try to resolve the query via db_qd_get_fullname inside of OO code, a warning is generated

file acs-db-00-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/acs-tcl/tcl/test/acs-db-00-procs.tcl
Whitespace changes

    • -11
    • +11
    /openacs-4/packages/news/www/preview.tcl
replace ::xo::db interface by new ::acs::dc

Rework boolean comparison. Thanks to Felix Mödritscher.

    • -2
    • +2
    /openacs-4/packages/news/www/preview.tcl
reduce dependency on xo namespace in acs-core