• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use numeric entity instead of the named entity apos

- add the form-field class "redirect"

- improving comments

- handle different languages in elements and subelements in pretty-url

- improving youtube url parser

  1. … 3 more files in changeset.
- validator for years, to avoid that the user sees tcl errors from "clock scan"

- provide proper query-names for db_* interface

  1. … 8 more files in changeset.
- added form-field flag "validate via ajax"

  1. … 1 more file in changeset.
- provide default value in case conversion fails

- provide more CSS classes for error reporting in xowiki-forms

- let the inline flag of a form field overrule the display-block from the forms.css

- new form-field-type "include", can be nicey be used to create symbolic links (Form with a single "include" field).

- added parameter to pass ::xowiki::Form to ::xowiki::Link to create entries of the form

- added method page_item_ref for cross package item_refs

- extending item_refs to allow to specify the form in case the entry has to be generated

  1. … 5 more files in changeset.
- implemented generic item_refs:

Item_refs are symbolic references to content items,

stored in the xowiki folder or below (under pages or other folders).

The item_refs are currently only used for internal links (between

[[...]]), but will be used on other places as well (refering to

included pages, refering to variable of other pages, etc.)

- adjusted Link resolver logic to use item_refs

(typed links (like the glossary link) are currently not supported)

Item names with slashes are not allowed anymore!

- remove old package parameter "top_portlet"

- update dependencies

- bump version number

  1. … 8 more files in changeset.
- added option "correct_when=answer_words lowercase" to form based exercises

- name meta tag "language", not "lang"

- minor cleanup

  1. … 2 more files in changeset.
- adaption for new version of wymeditor

- keep mixin list in translation mode

- don't compute full domain for form_fields of type page or form_page, when displaying a value

  1. … 2 more files in changeset.
- extend set of automatically fetched attributes in get_form_entries to improve ease of use

  1. … 2 more files in changeset.
- use xo::library functions

  1. … 13 more files in changeset.
- fix abstract_page form fields with empty value

- some further cleanup: remove __refresh_instance_attributes hack

- provide experimental drag and drop handler for form-fields

of type abstract_page (form_page or page)

- provide experimental drag and drop handler for reordering page-orders

via drag and drop in lists (supported by the includelet book)

- new parameter for includelet book: "allow reorder"

E.g. "-allow_reorder 2" means: support drag and

drop reordering starting with the 2nd level

- provide interface for automatically renaming page_orders

  1. … 6 more files in changeset.
- reduce verbosity

- 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.
- small polishing on debug messages

  1. … 1 more file in changeset.
- include labels in forms a shidden fields

- 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.
- turn off slim-mode for xinha on default (to provide backward compatibility)

- add main styles and lists toolbar buttons to slim mode

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.