• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
cleanup of parameter definitions

  1. … 1 more file in changeset.
- fix typo

-improve error message

  1. … 1 more file in changeset.
report back evaluation errors in batchmode

add batchmode to invoke. For the time being, just the edit method of FormPages handles the batch-mode

  1. … 2 more files in changeset.
fix sql clause for filter-expressions

- dont't depend on tcl 8.5

- remove wrong assignment

  1. … 1 more file in changeset.
- extended filter_expression for get_children to support properties starting with _

- added "where" option to formfields of type form_page

  1. … 3 more files in changeset.
allow for edit method on FormPages to deactivate redirect

- fix message, when user is created

- fix initial state handling

  1. … 2 more files in changeset.
new method get_form_value to obtain value attrubutes from HTML forms

handling HTML type password in set_form_value

- some cleanup after yesterdays renaming for form-fields

- allow categories includelet to obtain data from an ordered composite

  1. … 3 more files in changeset.
Change namespace for form-fields from class (::xowiki::FormField) to

ordinary Tcl namespace (::xowiki::formfield) to make it easier to

create formfield classes in other packages. This allows the file

xowiki/tcl/form-field-procs.tcl to be reloaded without swiping the

namespace.

  1. … 5 more files in changeset.
refactoring form-usages includelet

  1. … 2 more files in changeset.
- allow to use categories as values of arbitrary form-fields

(option category_tree for arbitrary select or options)

- provide pretty_value for fields with multiple values (select)

  1. … 1 more file in changeset.
added outional output escaping for form entries of type label, better handling for including _text in forms

  1. … 2 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
adjustments for wymeditor

  1. … 1 more file in changeset.
adjust wym editor support for richtext changes

  1. … 1 more file in changeset.
improving the attribute management for the rich text mixins.

  1. … 2 more files in changeset.
allow multiple validators from the superclass hierarchy to be run, when subclassing form fields

  1. … 1 more file in changeset.
generalize property and form management

  1. … 2 more files in changeset.
update instance attribute cache

improved form-fields:

* extended set of attributes for all form-fields (disabled, form-widget-CSSclass answer}

* handling of abstract form-fields

passing options to Package->class

::xowiki::FormPage:

* handling of disabled form fields

* hook for post-processign edit forms: post_process_edit_fields

  1. … 3 more files in changeset.
some minor refactoring, make generation of form buttons a separater method to allow overloading

  1. … 1 more file in changeset.
mark temporary array with __

  1. … 1 more file in changeset.
- generalized form-menu-buttons

- deactivate automatic entity-substitution for ampersand in make_link

- generalized loader for allowing page dependencies

- make it easier to access form properties (instance variables, form attribues)

- bump version number

  1. … 9 more files in changeset.
fix initialization of composite fields

fill in actual values in read-only forms

  1. … 1 more file in changeset.
improve checkbox behavior

  1. … 1 more file in changeset.