• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improvement for repeated form field procs:

- Use JSON.parse instead of eval to ease CSP handling

- Base result of "value_if_nothing_is_returned_from_form" on results of components

This change makes it possible to remove a default value of e.g. a checkbox

from an repeated field.

  1. … 2 more files in changeset.
use :object directly, when possible

  1. … 3 more files in changeset.
prefer XOTcl2 idioms

  1. … 7 more files in changeset.
- add URNs for jquery, bootstrap, get-http-object, xowiki.css and yui2

- fix return-string from popular-tags and improve stylability in includelet

- remove obsolete "header_stuff" from templates

- replace global parameters BootstrapCSS and BootstrapJS in favor of URNs

- bump version number to 5.10.0d6

  1. … 24 more files in changeset.
fix typos

  1. … 6 more files in changeset.
fix typos

  1. … 8 more files in changeset.
Simplify call pattern

ensure that enough components are created

Prefer XOTcl2 idioms

  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- repated formfields: set repeat formfield empty if nothing is returned from form (man thanks to Thomas Renner for the patch)

fix for cases in repeat fields, where min != 1

  1. … 1 more file in changeset.
reduce dependency on aljaxhelper

- add repeat fields dynamically via js if needed.

This can improves load times for long complex nested repeat structure significantly

  1. … 1 more file in changeset.
- provide data-repeat attribute to the repeat container

- make status informatin about the container or the element being prototype explicit for generating controls or not

- use :form_field_index for adding names recursively to the index

- provide more detailed debugging info

  1. … 1 more file in changeset.
- remove commented out "if disabled" code; otherwise, the controls are also shown when viewing the items

- add debugging aids in case creation of nested formfields fails

  1. … 2 more files in changeset.
- detect when repeat fields are used in input mode: as long we have no js-support, max repeat count form fields have to be created in advance

- avoid duplicate generations for form fields in some cases

  1. … 2 more files in changeset.
- add functionality to dynamically add components for repeated form fields (no preallocation needed).

This is per default deactivated, .js support for "adding more" is missing.

  1. … 2 more files in changeset.
- remove more onclick inline scripts

merging back to HEAD fixes regarding repeatable formfields.

  1. … 1 more file in changeset.
Removing formfield css class from delete repeated field links otherwise they are mistaken with html elements used during ckeditor initialization.

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.
- reduce verbosity

- add message keys for repeat lables (add, delete)

  1. … 3 more files in changeset.
- 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.
- provide default renderer for repeatContainer and CompoundField

  1. … 1 more file in changeset.
- use "create" method explicitely

  1. … 8 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.