• last updated 29 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
use lc_* for number checking in formfield numeric (based on item locale)

  1. … 2 more files in changeset.
- 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.
- handle derived names for form-field type "file" for named entries more general

- respect upload mime-type, if not application/octetstream

- refactor "complete_name" into "build_name"

  1. … 4 more files in changeset.
- experimental new form-field type: file

- allow filename to be specified for downloads of type file

  1. … 3 more files in changeset.
- simplify handling of wymeditors in complex compound fields