• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo

  1. … 1 more file in changeset.
- tighten rules for allowing edit (otherwise users can't edit e.g. coding-standards-index)

- make policy3 more consistent and better usable with workflows

- add option "-path_encode" to methods "pretty_link" and "folder_path"

to allow to control, wether the result should be encoded or not

(default true)

- simplify logic around path encoding by using parameter -query of pretty_link

- Bump version number of xowiki and xowf to 5.9.1b4

  1. … 10 more files in changeset.
import_prototype_page: make sure to set variable page to the fetched prototype page

Fix spelling errors

  1. … 24 more files in changeset.
Log errors when page cannot be found. Fix typo

- remove parameters reaffirming defaults

  1. … 1 more file in changeset.
slightly improved debugging messages

use site_node::get_from_url for separating xowiki path from full path

- reduce verbosity

- allow dots in tags

Fixed typo - Thanks to Felix Mödritscher

- add conditional name normalization to simple_item_ref

- quote variable contents in ad_return_complaint messages

  1. … 2 more files in changeset.
- generalize tag validation

  1. … 1 more file in changeset.
- reduce verbosity

- move adp templates from xowiki/www to xowiki/resources/templates

- improve validity checking on tags (e.g. in path notation) to avoid

potential pg errors on invalid UTF-8

  1. … 24 more files in changeset.
- raise error, when xowiki package is initialized with an incorrect provided package_id (... and it creates a root folder for that package)

- revise the recent folder-path fix: don't renvode the whole path, but only path segoments (many thank to thomas renner for the fix)

- use ad_urlencode_path for name and path in method pretty_link

- modernize mimetypes

  1. … 2 more files in changeset.
- added support for HTML5 attribute "multiple" to form-field "file"

(requires updated naviserver for handling multiple files via [ns_getform])

- added dropzone to xowiki menubar

(easy means for uploading one or many files to the current folder)

  1. … 7 more files in changeset.
- added render-bulkactions method to bootstrap table renderer

- added bulk-delete action to child-resources (instead of the useless "select" action)

- add bulk-delete to the externally callable methods

  1. … 4 more files in changeset.
- generalize name normalizing (and fix freshly introduced bug)

  1. … 1 more file in changeset.
- add colon (":") to the list of substituted names to ease usage of name as file-name (e.g. on windows) and to avoid confusion with language prefix and typed links

- use on one more place ad_return_complaint

- support ad_complain in xowiki for invalid values

- bump version number to 5.9.1d2

  1. … 3 more files in changeset.
- rename all xowiki methods called via url to www-OLDNAME.

This makes it clear that these pages can call

ns_return, ns_returnredirect, or ad_script_abort, etc.

- don't raise an error, when a web-called method stops with ad_script_abort

- bump version numbers to 5.9.1d1

  1. … 6 more files in changeset.
- dactivate code, which became obsolete