• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

Test also that links rendered in the ToC point to an existing page

At least in the setup tested so far, links seem to contain the language prefix and would not be resolved correctly

Improve comment

add test file for includelt testing, that does not require the full webtest overhead

file includelet-test-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/xowiki/tcl/test/includelet-test-procs.tcl
Extend the test for the case where all links should be expanded

This tests also exposes issued with the sorting

Extend test to start enforcing that the expected number of links is rendered and that the sorting is correct

This will expose that already in this simple case, we have that "100" comes before "2"