• last updated 47 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- allow top-includelet "none" (to e.g. override a non-empty default; "" means no value)

- generalize css class handling for form buttons

- allow nls_language to be passed along with the name to create-new

reduce verbosity

- new www-method for Page:

"create-or-use": allows to create conditionally a page, if no page with the default name exists

- make sure to initialize instance_attributes for dynamically created FormPages

  1. … 1 more file in changeset.
Right hand side of expression also needs to be trimmed.

- reduce verbosity

- reduce verbosity

- reduce verbosity

- initialize for "FormPage new" in create-new name to empty (for debug mode in xowf)

  1. … 1 more file in changeset.
- initialize name as empty (for debug mode in xowf)

- bump version number to 0.107

- update dependencies

- initial draft for inheriting pages form different xowiki instances

- new package parameter "PackagePath"

- pass page context to templates to allow templates to display it (for inherited pages)

- inheritance supported for calling methods on pages, link-resolver and

includelet "recent" (displayed currently only for admins)

  1. … 14 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.
- change from folder_id to parent_id

  1. … 1 more file in changeset.
- use html diff when it is available and it works

- improve HTML

- make RSS-client more robust

- pass orderby/page_number/page_size to get_form_entries

- prepare diff for HTML diff

  1. … 12 more files in changeset.
- fix typo in comment

- bump version number

- new interface for initializing FormPages when they

are created in the database (method initialize)

  1. … 2 more files in changeset.
- simplify locale handling

- added "contains" operator to where option of form-usages

- added a some tests for filter expression to the regression tests

  1. … 1 more file in changeset.
- allowing or in rhs of -where expression

- 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.
- improved handlig for return_urls

- undoing change for using always connection locale to complete URLs

  1. … 3 more files in changeset.
- minor cleanup

  1. … 2 more files in changeset.
- changed "anonymous" entries into "autonamed" entries.

Autonamed entries have the advantage, that it is possible

to refer to it via a persistent name, that survives import/export.

So it is as well possible to provide these pages in multiple

languages. However, they have the slight disadvantage, that

one has to be more careful on import, not overwriting accidentially

a locally autonamed page with the same name.

- handle ::xowiki::forms with an empty page template and an empty form

  1. … 2 more files in changeset.

- use new methods for links in form-usages

- support _publish_status in form-usages table

- allow get_children regardless of parent_id (when parent_id is empty)

- some cleanup

  1. … 2 more files in changeset.
- providing doc(title), while keeping backward compatibility

  1. … 8 more files in changeset.
- provide default "" for link anchors

  1. … 1 more file in changeset.
- search for first readable package instance for the given user instead of arbitrary first

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