• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Exclude locales that are not enabled from test

Do not test deleted keys

- if one is handling ::db::Object slots generally, to it correctly (including "object_id")

- reduce redundancy

Display error message when the test fails

Backport changes from downstream: add CrItems we skip as they are handled by ::xo::db::Object already

check if is_self_link parameter exist - ExternalLink don't have it defined

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
improve spelling

fix broken links

fix broken link

add URN handler to support delivering of registered URNs. This is necessary

for e.g. javascript files, that want to request such files

file head-init.tcl was initially added on branch oacs-5-10.

Improvement for repeated form field procs:

- Use JSON.parse instead of eval to ease CSP handling

- Base result of "value_if_nothing_is_returned_from_form" on results of components

This change makes it possible to remove a default value of e.g. a checkbox

from an repeated field.

    • -8
    • +28
    /openacs-4/packages/xowiki/tcl/repeat-procs.tcl
improve comment

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
use multiple lines for "if" statement

Sign url vars when deleting forum message in the test

Bump version number

    • -2
    • +2
    /openacs-4/packages/search/search.info
Export message key from the UI to normalize sorting, format and quoting and avoid diffs when creating new keys from UI

    • -2
    • +2
    /openacs-4/packages/xowiki/xowiki.info
Bump version number

Export message key from the UI to normalize sorting, format and quoting and avoid diffs when creating new keys from UI

Export message keys from the UI to make is easier to apply changes without creating big diffs

    • -2
    • +2
    /openacs-4/packages/forums/forums.info
Sort and properly HTML quote german message keys as well

Message keys maintenance

Export message keys using OpenACS UI in order to sort them and apply HTML quoting enforced by lang::catalog::export_to_file.

Reason is making it possible to create new message keys from the UI without producing big and scary diffs.

Add test about the portrait retrieval complying with the datamodel definition of a portrait

Reparent portraits coming from the old good days, which were saved with -100 as parent_id (since at least 6 years portraits are saved as children of the user object)

file upgrade-5.10.0d13-5.10.0d14.sql was initially added on branch oacs-5-10.

add test cases from the xotcl-core DB tutorial

file xotcl-core-db-tutorial-procs.tcl was initially added on branch oacs-5-10.

Improve boolean existance checks

Add a couple more tests about properties of revisions

Add basic CrItem tests