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

provide early initialization of create_db_function_interface during inital bootstrap

update list of checked procs

improve comment

get rid of (commented out) puts statements

redice verbosity

added regression test for includelet includelet "child-resources"

added private function xowiki::test::require_form_page to ease regression testing

add test cases for three different toc styles

no need to sort already sorted sequence

This problem was introduced via the ns_strcoll support which is not sufficiently clever on numbers.

We should support for numerical sort when needed (which seems rare enough)