• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 3 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
move comments around and improve it

  1. … 1 more file in changeset.
generalize handling of langstrings

this change updates yesterday's change with ml_title. It generalizes

the code by introducing an instproc named "update_langstring_property" that

generalizes setting of arbitrary "properties" based on a property "langstring"

that contains a dict of attributes in multiple languages (which are part

of the page, make it suitable also when the enduser cannot enter

message keys).

  1. … 1 more file in changeset.
improve spelling

  1. … 19 more files in changeset.
- textarea: added attribute "autosave"

- set autosave attributes in text_fields, when "multiple_lines" was specified.

- remove for the time being "hkey" from "non_cached_instance_var_patterns",

since this was recently fixed (TODO: check regression test and reactivate it later)

- new Externally callable method: autosave-attribute:

this is a simplified version of "save-attributes", but which does

NOT perform input validation, which might be a problem in case of partial input

- add "autosave-attribute" to all policies, where "save-attributes" was set

  1. … 7 more files in changeset.
improve SQL quoting

  1. … 4 more files in changeset.
don't set href for rejected link to empty over the deprecated interface, but unset the href

allow list on folder in all default policies

  1. … 1 more file in changeset.
reduce verbosity

fix typos and whitespace changes

  1. … 1 more file in changeset.
improve wording and fix typos

  1. … 3 more files in changeset.
use more descriptive variable name

don't return @cr_fields ad form_field by create_form_fields_from_form_constraints

split up large method into three

  1. … 1 more file in changeset.
add item shuffling for test item procs and do some minor refactoring

  1. … 7 more files in changeset.
Make ::xowiki::Page pretty_link explicitly private, as should be called only after package initialization

::xowiki::Package pretty_link is the public api to generate links

Refer doc to where most of the magic happens

Fix typo, doc changes

undo change which invites to call pretty_link on uninitialized packages

Improve doc

Make sure package is initialized, as we do downstream

Make sure page template is instantiated as we do downstream

Improve documentation

remove unneeded statement

improve comments

add option to control path encoding to the method Page.pretty_link for symmetry (was already allowed on the package level "pretty_link" method

added flag "-lookup" to Page.create_form_fields_from_form_constraints to avoid optioanlly recreation of form-fields

relocate update_hstore from xowf to xowiki::hstore, where the other hstore helpers exist

  1. … 2 more files in changeset.
reduce verbosity