• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

- don't compute lang::system::locale for one package instance

in one query multiple times (the function is quite expensive)

- set context of SELF links from linked pages to logical ids

- prefer "ad_log error" for error messages in the log file

  1. … 5 more files in changeset.
- reduce verbosity

- when included content is rendered with "resolve_local true", let also embedded content (e.g. images below SELF) appear as local (don't create download URLs pointing to the target package)

  1. … 3 more files in changeset.
- refactor code: factor our renaming logic from web-callable method Package.change-page-order into utility method "::xowiki::utility change_page_order"

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

- move invoke_object from package to ::xo::cc (xo::Context object)

  1. … 4 more files in changeset.
- fix quoting in weblog

- fix entries per page on weblog-portlet (was including all entries

instead of page-size entries)

- define "get_nls_language_from_lang" on xowiki::Package to fix

default language issue for imported prototype pages (when default

lang is not "en")

  1. … 5 more files in changeset.
- remove obsolete code

- improve safety of generated HTML

  1. … 5 more files in changeset.
- improve validity and security of generated HTML

  1. … 12 more files in changeset.
- keep link-source for folder-tree to allow for opening the link-source and not the link-target branch

  1. … 1 more file in changeset.
- add query parameter "deref" to control per-call whether

operations should be performed on the link or on the target object

- don't use _p suffix for variable names in xotcl/nsf methods

-fix for bug #3249: don't import prototype-page when user requests a non-existing page