• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Comment richtext related debug logging

Remove erroneous leading underscore (leftover from earlier convention)

Fix broken links

use directly revision of workflow in id of wf_container when object is a workflow

fix hard to find typo

fix typo

fix typo

fix: use variable resolver

fallback to determine the workflow context from the workflow page, needed for call_action

Perform less aggressive cache flushing

Furthermore, allow ns_cache_flush in xo::clusterwide

    • -20
    • +50
    ./acs-tcl/tcl/site-nodes-procs.tcl
Fix broken link

    • -0
    • +19
    ./bug-tracker/www/doc/index.adp
Modernize SQL (use $$ quoting and named function arguments)

Fix typo in variable name "new_nls_language" (must be "new__nls_language")

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
file upgrade-5.9.2d1-5.9.2d2.sql was initially added on branch oacs-5-9.

Fix typo in variable name "new_nls_language" (must be "new__nls_language")

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
    • -0
    • +201
    ./acs-content-repository/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql
XOTcl 2.0 improvements

- reduce usage of "instvar"

- make use of variable resolver instead

    • -750
    • +739
    ./xowiki/tcl/form-field-procs.tcl
    • -161
    • +128
    ./xowiki/tcl/includelet-procs.tcl
    • -85
    • +63
    ./xowiki/tcl/xowiki-www-procs.tcl
fix variable name

make all files in xowiki usable for ::xo::library require ...

Bugfix ad_user_login

-expire flag for ad_set_signed_cookie (and therefore ad_set_cookie) was not specified by ad_user_login and set false per-default. This prevented parameters to set cookie expiration to have an effect, even when -max_age was correctly specified.

Now we set the -expire flag according to the -forever flag.

Bugfix

Decode form variables when a payload is transformed from form-urlencoded to multipart. Fix documentation for -formvars parameter

Fixed typo

Bugfix

Avoid double encoding when content is in the same encoding as that of tcl interpreter

Fix nonsense fconfigure -translation $encoding

Try to make code clearer

    • -34
    • +51
    ./acs-tcl/tcl/http-client-procs.tcl
Change default editor to ckeditor4

Add warning, when undocumented shortcut is used

Remove wrong first argument

    • -1
    • +1
    ./acs-templating/www/doc/demo/form.tcl
set the displayed_object_id to the forum_id for edit operations

Use package_id as "displayed_object_id" for "item-create" and "revision-add"

Improve robustness, when no displayed_object_id is given

    • -24
    • +32
    ./richtext-ckeditor4/tcl/richtext-procs.tcl
CKEditor Reform

- Add basic support for the standard "filebrowser" plugin,

which is part of all CKEditor presets

- The filebrowser plugin supports image uploads to the server and

to browse/select images already attached to this object

(based on displayed_object_id)

- Bump version number to 0.13

    • -3
    • +5
    ./richtext-ckeditor4/richtext-ckeditor4.info
    • -0
    • +88
    ./richtext-ckeditor4/lib/file-browser.adp
    • -0
    • +27
    ./richtext-ckeditor4/lib/file-browser.tcl
    • -73
    • +170
    ./richtext-ckeditor4/tcl/ckfinder-init.tcl
    • -28
    • +31
    ./richtext-ckeditor4/tcl/ckfinder-procs.tcl
    • -13
    • +23
    ./richtext-ckeditor4/tcl/richtext-procs.tcl
reduce verbosity