• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make sure to avoid empty .css or .js requests

    • -4
    • +6
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
improve robustness when partial results are returned

remove fallback to obsolete version of ckeditor and bail out instead

make "include_header_info" and therefore handling of "extra_js" more robust

    • -2
    • +6
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Switch order of "ns_return 500" and "ad_log error" to see the error message also in cases, where "ns_return 500" will fail due to a already closed connection,

(Many thanks to Franz Penz for the suggestion)

move test cases for lc_monetary_currency to acs-outdated, where the definition lives

file format-test.adp was initially added on branch oacs-5-10.

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

Take care of removing the automatically generated group name translation when deleting the group

remove debug output

The xowikiimage plugin requires "standard-all". Currently, the CKeditor CDN seems to have troubles. If this pe3rsists, we have to switch per-default to "standard", and drop the plugin for the time being, or rewrite it.

CKeditor has on its CDN just "standard", "basic" and "full". Default now to "standard" instead of "standard-all"

Correct inconsistent message key creation between group::new (underscore) and group update (dot)

improve comments, add dprecated warning

    • -8
    • +11
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
improve comments

    • -3
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Partly revert the last change, since variable "item_id" is hard-wired in the old-style "generate" method

remove ":instvar", improved comments

Add cast (many thanks to Franz Penz for the change)

add ad_script_abort after ns_return

fix typo

new API call "http_auth::basic_authentication_decode" to replace 3 distinct implementations of this logic

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
Introduce a new callback hook for calendar item edit

Whitespace changes

clean dirty editor buffer

fix bug in basic authentication, when user password contains a colon

fix bug: never update references in the search renderer

before, it was possible that the search renderer added some

unsresolved references, although these were already fixed.

This was caused by the asynchrnous search queue, which

might have inserted such values.

The interface of Page.render was extended to be able to

specify, that the references should be always updated in the DB,

or just when unresolved references are encountered, or

never.

    • -9
    • +24
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
improve documentation

Added validation "oneof" to form element validations. It checks the user submitted value to be part of a predefined list of possible values of a form element. This is typically the case with widgets of type "select" or "multiselect".

bump version number to 1.2 to reflect changes