• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- provide a view option to method edit of FormPage (on by default)

- improve error reporting

- make required/hidden behavior in synch with comments

- fix complete_name to deal in general correctly with anonymous entries

- make get_form_template more general, document the interesting cases

- simplyfy the code in edit

  1. … 1 more file in changeset.
- minor editing, less verbosity

  1. … 2 more files in changeset.
- allow form-buttons to receive their own form-ids

- new method of FormPage: exists_property

- new method of FormPage: isform (based on form_constraints property)

- fixing an ugly bug "eating" the util_user_messages

- some refactoring

- bump version number

  1. … 4 more files in changeset.
- additional form-field types: form and form_constraints

- add cross package instance support to includelet form-menu

- add support to create ::xowiki::FormPages in different instances where the ::xowiki::Form exists.

Effectively, ::xowiki::Forms can be shared among xowiki instances.

  1. … 2 more files in changeset.
small update for last fix

program around different behavior of fs::get_root_folder in PostgreSQL and Oracle when called with package_ids with no root folder (PostgreSQL returns "", Oracle throws error)

make sure to load extra_css (from xowiki parameters) after all other style files to allow overloading of CSS properties

  1. … 2 more files in changeset.
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.