• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix user creation command in cvs guidelines

implement optional bulk operations for candidate_box_select in dnd mode

harden page contract

added commit options

quote error message per default.

This should at least be the safe default assumption.

If in some cases it is necessary to relax this, one should

provide a swith for the non-default case.

align spelling to LDP recommendations

query_parameter_return_url is defined on the package

Quote user provided value in error message to eliminate potential XSS attack vector

Append the category extra where clause to the others, possibly existing, extra where clauses, only when the with_category flag is specified

improve Oracle compatibility

improve Oracle compatibility (many thanks to Raul Rodriguez)

fix ADP expression (may thanks to Raul Rodriguez)

add one more alternative end, in case nt_load_end is not available

Rset, rather than count, existing handlers in the test

Fix idiom

Streamline idiom, reduce access to the cache

Fix incorrect HTTP status code on result page

The command "ad_return_error" returns HTTP status code 500 (internal server error).

In this script, this status code was returned in cases, where no notifications

were found for an object. "ad_return_exception_page" is better suited for such

cases.

Don't go to the cache to tell if package is installed

    • -1
    • +1
    /openacs-4/packages/faq/www/one-faq.tcl
Don't go to the cache to tell if a command is available

Don't go to the cache to tell if commands are available

Don't go to the cache to tell if the views package is installed

boomerang: substitute 'nt_load_end' by 'nt_domcontloaded_end' when nt_load_end is not available

make spelling more consistent

improve source code comments

fix typo

    • -2
    • +2
    /openacs-4/packages/xowiki/www/admin/list.tcl
fix variable name for base_items and reeanble deactivate code

new feature for caching infrastructure: flag "-per_request"

When this feature is used, the cache is locked max 1 time per request,

the results are stable for this request. This feature is useful for caches

having a potentially high number of locks per request.

The new feature is used currently for checking, if a package is enabled.

Allow to specify multiple, already computed forms ids

Allow to filter entries also by extra where clause (e.g. for non instance attributes such as the state)

Comment dead code: base_items is set, but never used