• last updated 48 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refine approach by which index page is detected in bulk-delete method: previous way would treat all first level children of the root_folder as the index page, preventing bulk deletion focused on them (e.g. folders)

Fix variable name preventing validation_errors to be handled in www-save-attributes

improve spelling

  1. … 2 more files in changeset.
whitespace changes

  1. … 4 more files in changeset.
improve comments

Improve comments a little

  1. … 9 more files in changeset.
use standard return mechanism, when no master is used

add prepared statements

  1. … 2 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
Fix typos

  1. … 10 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
improve code documentation

  1. … 10 more files in changeset.
Fix typo

reduce verbosity

perfer variable resolver over method invocation

  1. … 1 more file in changeset.
handle ns_returnnotice via reply_to_user

modernize tcl

  1. … 7 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
prefer XOTcl2 idioms

  1. … 7 more files in changeset.
remove pressure on util_memoize_cache

Improve wordnig and spelling

  1. … 1 more file in changeset.
- add URNs for jquery, bootstrap, get-http-object, xowiki.css and yui2

- fix return-string from popular-tags and improve stylability in includelet

- remove obsolete "header_stuff" from templates

- replace global parameters BootstrapCSS and BootstrapJS in favor of URNs

- bump version number to 5.10.0d6

  1. … 24 more files in changeset.
fix typos

  1. … 6 more files in changeset.
Remove "catch {unset var}" idiom by "unset -nocomplain var"

  1. … 4 more files in changeset.
Replace "catch" by ad_try operations, when appropriate

  1. … 6 more files in changeset.
Improve debugging messages

Fix typo

  1. … 1 more file in changeset.
further cleanup for XOTcl2

  1. … 1 more file in changeset.
prefer XOTcl2 idioms

  1. … 3 more files in changeset.