• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add "htmlmode" to slim configuration for xinha

- add a simple inplace editor for xinha form-fields (activate by setting property inplace=true)

  1. … 1 more file in changeset.
make numeric convert_to_external more robust

- fix nested search for in compound structures

add new method to check if a subcomponent exists in a compound form structure

- use always localized strings for boolen form fields

- use "info method" to check for existing methods

- handle passing of wiki_p for the OacsFs plugin

- factor out listing of wiki names (used now on multiple places)

  1. … 2 more files in changeset.
- make sure, that xowiki uses only mapped category-trees (import, form-fields, ...)

- turn off per default extra fields for mapped categories in FormPages

(can be activated via form_constraints @categories:on)

- factor out common code

  1. … 6 more files in changeset.
- formve default floating left for form-fields of type image

- pretty_value of form-fields of type richtext cares aout wiki flag to substitute wiki markup

- renamed FormPage->get_children to FormPage->get_form_entries

- allow _text to be included in attribute names for form-usages

- provide a richer set of operators in the where clause in form-usages (=, <, <=, >, >=)

  1. … 3 more files in changeset.
- added property "skin" to wymeditor. Possible values ares "default", "sliver", "minimal" and "twopanels"

- added a property to wymeditor: plugins

- added new plugins to wymeditor: hovertools and resizable

- upgraded wymeditor to version 5.0b1

  1. … 40 more files in changeset.
- passing object to sub-components and "get_single_spec" (needed for object specific roles)

  1. … 1 more file in changeset.
- allow conditional form_field_values in @table

  1. … 1 more file in changeset.
- remove debug message

- revive xinha for richtext again

- remove mixin, when downgrading a richtext formfield to a textarea

  1. … 1 more file in changeset.
keep rendered state for form fields

- make all switch statements safe (as principle)

  1. … 5 more files in changeset.
added match operator for correctness checks in form-fields

- new attribute for formfields: correct_when, can be used to specify an expression, when an answer is supposed to be correct

- definition of operators: eq ge gt le lt in btwn

- handling of script_dir for xinha (in case, no /xowiki is mounted). The directory is needed for the OacsFS plugin

  1. … 2 more files in changeset.
- handling the case for numeric fields, where e.g. floating pouint input is collected, but at a later time, the developer changes the format to integer

- reduce collateral damage of last changes

- postprocess output of lc_parse_number with expr to get a better canonical representation

- new method for form-fields: "convert_to_external"

- renamed method of form-fields "process_user_input" to "convert_to_internal"

- form-field type numeric accepts now format, converts from localized to tcl and vice versa

- perform post-processing after validation

  1. … 1 more file in changeset.
use lc_* for number checking in formfield numeric (based on item locale)

  1. … 2 more files in changeset.
- new form-field type image (subclass of file)

- keep old values for form-fields of type file, when no new value is provided

- make entries of type file children of the FormPage

- provide relative names for files (can be child_objects of arbitraty objects)

- providing a parent_id to pretty_link to make relative names

- extend admin pages to list child-objects

- some refactoring and cleanup

- add per-connection-caching for get_parameter

- bump version numbers

  1. … 8 more files in changeset.
- handle interface between process_user_input and get_form_data correctly

  1. … 1 more file in changeset.