• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- perform msg-key substitution directly in script file to have access to the embedded variable pretty_plural

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

  1. … 2 more files 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.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 21 more files in changeset.
- use better template variable modifiers

- remove header_stuff property from .adp files

- remove header_stuff properties from generated adp files

- fix and standardize quoting in template properties

  1. … 37 more files in changeset.
- fix and standardize quoting in template properties

  1. … 382 more files in changeset.
- harden page contracts

  1. … 6 more files in changeset.
- ensure quoting in urls

- 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. … 4 more files in changeset.
- remove obsolete "header_stuff" property

- remove obsolete border attribute

- improve safety of prototype pages

  1. … 2 more files in changeset.
- quote HTML attributes

  1. … 3 more files in changeset.
- quote HTML attributes

  1. … 4 more files in changeset.
Missplaced clossing parenthesis from previous commit.

backporting fix from oacs-5-8.

typo: missing ).

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

    • -11
    • +27
    ./ckeditor-images/thumb-view.adp
    • -10
    • +10
    ./ckeditor-images/thumb-view.tcl
  1. … 506 more files in changeset.
- strip traling whitespace

  1. … 1 more file in changeset.
- don't load ckeditor for repeated fields repeatedly, since this can bloat the browser (many thanks to Markus Moser for the patch)

  1. … 1 more file in changeset.
- fix visibility for repeated control "add another"

- update jquery to version 1.11.2

    • -414
    • +423
    ./resources/jquery/jquery.js
- don't show "add another" when maximum of repeatable entries is reached

- make labels for adding and removing items configurable

  1. … 1 more file in changeset.
- fix missing interface changes in categories-portlet.page

  1. … 1 more file in changeset.
Casting text constants on query and using plpsql function to check permission instead of using a subquery (takes advantage of recursive permissions implementation)

- adressing 3 messages of "missing form widget"