• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- provide optionally return_url to make_form_link

- assumption oft top-level objects in cache management

(Package->delete)

- flush cache correctly for tree deletions

- bump version number and update references

  1. … 3 more files in changeset.
- removed "folder" prefix and use instead the folder form page

- item-ref performs now an addition en:NAME lookup in cases were folders

are expected (with the path) but not found via DEFAULT_LANG:NAME

- change regression test to reflect these changes (one questionable

test failing)

- added sample prototype pages

  1. … 3 more files in changeset.
- move css_class_name to Page such it works with workflows as well

- provide markup to provide form-specific CSS rendering (using form-name as CSS-class for xowiki forms and template contents)

  1. … 1 more file in changeset.
- pass parent_id as additional parameter for "get_form_entries"

- output userids for cvs-dumps numeric

- cleanup

- provide a simple csv-dump facility for all items of a forms

- make widget content handling code more robust (with text/enhanced)

- 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.
- use ::xo::Package->require_root_folder

- remove unneeded parent_id handling, since item_refs provide them already

- use provided item refs as anchor labels, when lables are not provided.

- updated regression test

- bumped version number and dependencies due to xotcl-core refactoring

  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.
- allow "folder" as prefix for wiki-links

- provide correct external name for toplevel xowiki folder

  1. … 1 more file in changeset.
- move back default version of YUI from 2.8.0r4 to 2.7.0 due to problems with Drag and Drop

- some refactoring of Link class for handling folders

- fixed a bug recently introduced for handling the default languages in partial links

  1. … 5 more files in changeset.
- updated actual YUI version number

- added minimal folder support

- bump version number to 0.119, update dependency

  1. … 3 more files in changeset.
- omit warnings, when an xowiki form with recent xinha is used

- handling query-parameter revision_id for revisions of images

  1. … 2 more files in changeset.
- removed one more tcl 8.5 dependency

- fixed filter_experssion for single instance variable

- extended regression test

  1. … 2 more files in changeset.
- fix lang-prefix setting code for non en-languages (many thanks to Åsmund for reporting the problem)

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

- extend is_true for instance attributes

- use in the "is_true" clause the same expression parser as in the includelet "form-usages"

  1. … 3 more files in changeset.
- added condition=is_true for policy rules and added a commented example

- updated dependencies

- bumped version to 0.118

  1. … 2 more files in changeset.
- further complete list of attributes when $always_queried_attributes eq "*" in get_form_entries

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

  1. … 2 more files in changeset.
- allow to pass "*" to always_queried_attributes of get_form_entries

- extend the attribute list in get_form_entries to retrive as well page_template

- bump version to 0.117

- use Module definition for utilities

  1. … 2 more files in changeset.
- further generalize handling of default values for h_where in get_form_entries