• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- adding formfield of type checkbox

  1. … 1 more file in changeset.
- provide mapping for commas in labels (__COMMA__) in

form-constraints together with fc_encode and fc_decode

- new method FormField->has_instance_variable to check

whether the formfield or a component has a certain

variable set to a certain value (used to detect,

if e.g. a compound form field contains a wym-weditor)

- new method FormField->process_user_input to

iterate over formfields before these are stored

- new method CompoundField->create_components to

factor out common code

- new method CompoundField->get_named_sub_component

to ease access of subcomponents

  1. … 2 more files in changeset.
- add doc(title) as well for edit template

  1. … 1 more file in changeset.
passing doc(title) property

reduce verbosity

- some cleanup after refactoring

- provide view_method for create-new to not enforce "edit" after "create-new".

  1. … 2 more files in changeset.
- some refactoring (publish_status_clause)

- new value for form_constraints: @table_properties

to specifies values for form-usages and count_usages.

example

@table_properties:publish_status=all

to list/count all usages, independent of publish status

- improve method view for FormPages based on pure form

rendering (use sanity checks, ensure the margin-form class)

  1. … 2 more files in changeset.
- move delete_revision from www-procs to package (where the method of deleting items is as well)

- new helper proc xowiki::cr_thin_out to delete unneded items/revisions

  1. … 2 more files in changeset.
- some improved comments

- use method-name "form_object" instead of "form_id"

  1. … 2 more files in changeset.
- more detailed error reporting

- allow includelet-substitutions in template-part of a form/PageTemplate

- sanity checks for form-field based forms:

* don't mark disabled fields as required

* don't show the help-text, if you cannot input

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