• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
return empty body in 304 replies

add missing script abort

terminate message key properly

Improve m=revisions: Don't loose templating, but treat revsions like a page

Add "View" to default menu of "This Page" (when e.g. viewing revisions,

this allows to switch back to the view of the current version)

Bump version number to 5.10.0d19.

  1. … 3 more files in changeset.
New utility function "Page.update_publish_status" which does

essentially, what admin/set-publish-status did before (update of

publish status and related handling of syndication)

New externally callable method "toggle-publish-status". This replaces

the call of admin/set-publish-status in the includelet child-resources

to make it easier usable from the xowiki security policies.

New flag "-nocleanup" for ::xowiki::datasource, to make it callable

inside arbitrary pages without loosing calling context.

  1. … 4 more files in changeset.
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.