• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use request chaining interface

support as well the request chaining interface with "-last_request"

rework acs::test::http interface to allow daisy chaining of requests. One can now specify "-last_reqest" to let a new http to continue with the same credentials (e.g. cookies) as the last request. The old interface based on "-user_id" continues to work

improve user interface

Use testing authority in the test

Use testing authority in test, handle mixed-case emails

Use testing authority in the test, handle mixed-case emails

Use testing authority in the test

Use testing authority in the test

Use automated-testing authority in the test case

Whitespace cleanup, normalize indentation

don't mirror old version of package from tcllib, don't keep in the blueprint

distinguish between dicts item_ref_info and link_info in create_link (fixes degression after change from anonymous array to dict)

    • -27
    • +29
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
improve .adp quoting, fix spelling, whitespace changes

Fix upgrade timing

Make guid,source_id unique for na_items

fix typo

    • -1
    • +1
    /openacs-4/packages/xowiki/xowiki.info
Whitespace changes + Editor hints

Rework news source update to simplify the logics and handle updating of existing news items (passes tests)

Move normalization of the pub date closer to its source

New test checking behavior of the news aggregator

This currently fails for what concerns updating an existing news item

Use existing api

fix quoting issue

checkbox settings: refactor approach once more to aovid potential interactions with calls of "get_compound_value" from other call-sites

add resource map file to extraFiles when downloading bootstrap

fix typo

add regression test for recent changes in default handling of checkboxes

# The created form contains several checkboxes, which are

# nasty to handle. When a ceckbox was marked, but is thenq

# # unchecked, this values is NOT returned by the

# browser. The server has to detect by the fact of

# untransmitted values that the instance attribute value

# has to be altered. This is very different to the

# standard cases, where the edited values are transmitted.

#

# The created form below handles also more complex cases:

#

# a) a checkbox box1, where a default is set

# b) a repeated checkbox, where one value is provided

# c) a compound field, where the compound field definition

# contains a default for the sub-component.

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

    • -0
    • +0
    /openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl
make use of new feature for checkbox testing in acs::test::form_reply

Bump version number to 5.10.0d26 and adjust dependencies

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
acs::test::form_reply: add option "-remove" in analogy to "-update" to remove entries from the provided dict. This is necessary for web regression testing for

check boxes, where the application has to decuce from the fact, that a field is not transmitted, that a value has to be changed.