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

removing extra space.

- drop unneeded method "reverse" (8.5 has this built in)

  1. … 1 more file in changeset.
- remove special handling of text attribute since this is not required when using xowiki_form_instance_item_view

- remove special handling of text attribute since this is not required when using xowiki_form_instance_item_view

- apply FormPage.update_attribute_from_slot change from oacs-5-8

- white space change (strip trailing spaces)

- Add tailored method FormPage.update_attribute_from_slot to keep

insert_xowiki_form_instance_item_index in sync after singe attribtute updates.

Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
on xowiki_form_instance_item_view data field became text so no need for the alias.

- remove acs-object's "tree_sortkey" and "max_child_sortkey" since these are nowhere used

- fix view to return text content in column "text"

  1. … 2 more files in changeset.
a specialized version of CrClass.fetch_object for FormPage based

on xowiki_form_instance_item_view for reduced planning and execution

time in PostgreSQL.

Adding missing where clause for parent_id.

- ease updating of hstore in xowiki_form_instance_item_index for many instances (i just did the update for 35.000 instances on one machine).

- improve robustness of index generation

- fix bug with missing variable in instvars

  1. … 1 more file in changeset.
name variable needs to be instantiated as well.