• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- provide overloadable method "anchor_parent_id" to ease rendering links in complex embedding contexts

- relax link label quoting for the sake of backwards compatibility

  1. … 1 more file in changeset.
- prefer "ad_log error" for error messages in the log file

  1. … 5 more files in changeset.
- add -initialize flag to methods "get_instances_from_db" and "get_folder_children"

  1. … 2 more files in changeset.
- 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.
- fix order of arguments of tcl's version compare (many thnaks for felix moedritscher for the hint)

- add truely relocatable serialize, already using new interface in forthcoming nsf release

- fix redirection after renaming of old-style (ad_form based) via edit operations on xowiki::Page

  1. … 5 more files in changeset.
- fix (over)quoting issues

  1. … 2 more files in changeset.
- perform export-renaming just for new-born entries (is_new_entry)

- prepare export such it does not import later to the global namespace

- don't perform renaming of anonymous instances when marshalling via clipboard

- backport from oacs-5-9

  1. … 2 more files in changeset.
- when form_instance_item_index is dropped, and hstore should be used,

repopulate the item_index with hstore values

- ::xowiki::hstore::update_update_all_form_instances respects now the

use_hstore package parameter values

  1. … 2 more files in changeset.
- backport from head

- backport from HEAD

- implement a stack for resolve_contexts to assure proper behavior for nested calls

- never overwrite the physical_{item|package|parent)_id

- never overwrite the physical_{item|package|parent}_id

- never overwrite the physical_{item|package|parent)_id

- backport of item_index fixes from HEAD/oacs-5-9

  1. … 2 more files in changeset.
- applying resolve-local patch from HEAD

  1. … 1 more file in changeset.
resolve-local patch:

- one a sym-link, the developer can decide, whether the

resolve-context (for links, images, etc.) should be in the local

package (i.e. the package containing the link, the form-field

resolve_local is true) or the target package (resolve_local is

false). However, .SELF. references refer always to the target

package, which was incorrect in previous versions. This patch

resets the the resolving policy under der .SELF. reference and

allows for using both resolve_local choices.

  1. … 1 more file in changeset.
- fix updating problem for FormPage.set_live_revision method: perform update_item_index with the data from the new revision

- make code more clear that we are fetching by revision

  1. … 1 more file in changeset.
- define FormPage.set_live_revision, a specialized version of

CrItem.set_live_revision updating the item index.

- prefer usage of FormPage.set_live_revision over

"::xo::db::sql::content_item set_live_revision" in xowiki

  1. … 2 more files in changeset.
- provide a friendly message in case the xowiki_form_instance_item_index was not setup correctly

- 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.
- make resolving of embedded resources more robust (reset id of search-path instead of prepending name, which might be unsufficiently constraint)

removing extra space.