• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add adp property "displayed_object_id" to provided templates

- eval filter expression in get_form_entries in the context of the form pages

  1. … 12 more files in changeset.
- use in the "is_true" clause the same expression parser as in the includelet "form-usages"

  1. … 3 more files in changeset.
- adjust count_usages to newer interface

- use xo::library functions

  1. … 13 more files in changeset.
- pass creation_user to create_form_page_instance (needed for "in_role creator")

- allowing multiple forms to be passed into form-usages

- renamed argument of ::xowiki::Weblog->instantiate_forms from "entries_of" to "forms"

  1. … 5 more files in changeset.
- Better handling of disabled form fields

  1. … 2 more files in changeset.
- make sure that form-fields array is always set before used

- transmit fields linke _name or _nls_langauge always from a form, even if it is set as disabled

  1. … 1 more file in changeset.
- improve handling of different connection contexts and parent_ids

  1. … 2 more files in changeset.
new method for Package "get_page_from_name": simple means to get an object from a page name

new methods for Page "create_form_page_instance": make it easier for app-write to create fully configured pages dynamically

  1. … 3 more files in changeset.
- bump version number

- extended interface to compound form fields (get_named_sub_component_value,generate_fieldnames)

- removed need for __refresh_instance_attributes

  1. … 2 more files in changeset.
- better CSS configuability for form-fields

  1. … 2 more files in changeset.
- fix typo in method-name 'value_if_nothing_is_returned_from_form'

- improve indexing, when a large number of tags is used

  1. … 2 more files in changeset.
don't omit nls_language in forms when creating new pages

improve documentation

- fixing string range parameter

- iterate over input and textarea

  1. … 1 more file in changeset.
provide passing of nls_language for new items

  1. … 2 more files in changeset.
- pass title and name to pages when created via [[unknown_page_name|Sometitle]]

- set page lang always to the first two characters of nls_language

  1. … 2 more files in changeset.
- provide package level methods 'manage-categories' and 'edit-category-tree'

- use these methods in admin/index and admin/list

- extended category-edit-button to either manage all categories or edit a category tree

- improve behavior, when mapped category tree exists, but does not contain categories

  1. … 5 more files in changeset.
complete last update

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

- make unknown link behave like "new" menu item

- use keywords form-field, when rendering FormPages

  1. … 3 more files in changeset.
don't set empty meta-tags if no values are provided

for locating the tcl script directory for xinha, use the actual package instance, if it is plain xowiki instance

for locating the tcl script directory for xinha, use the actual package instance, if it is plain xowiki instance

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