• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- adding includelets form-stats flowplayer

  1. … 1 more file in changeset.
- use correct package id for link generation in includelet "recent"

- additional parameter for form-usages "extra-form-constraints" to be used for a single instance of the includelet

- turn off page fragment cacheing automatically, when pretty_age is used for "categories-recent"

- handle "just now" in pretty_age

- provide message key in german

  1. … 2 more files in changeset.
- allow "pretty_age" for "categories-recent" (similar to includelet "recent")

  1. … 3 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.
- YUI element was moved from beta to standard component

- 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.
- new includelet: random-form-page

- allow to set 'with_form_link' via @table_properties

- provide a different variable name for titles of entries in the includelet recent

- improvements for CSS files for IE

- makeing progress bar 100%width, move top_includelets down

  1. … 12 more files in changeset.
- fix case where more then the maximimum listed number of users are active in an xowiki instance with the presence includelet (many thanks to Hector Amado)

- includelet toc: change default of ajax switch false

- make sure to open the full tree if required

- make toc more robust for missing toc levels

- add lost render() call for toc

  1. … 1 more file in changeset.
- remove log output, change default for expanded node on category display

  1. … 1 more file in changeset.
- minor html cleanup

  1. … 9 more files in changeset.
- name meta tag "language", not "lang"

- minor cleanup

  1. … 2 more files in changeset.
- Generalized tree generation: new classes for unfied tree generation

and rendering in xowiki for categories, table-of contents,

book-views with/without ajax, etc.

- For all trees, different renderers can be used. Examples:

* plain HTML list renderer

* mktree renderer

* yuitree renderer

* HTML section structure renderer

Some renderer are more powerful then others. All renderes use

the same interface and can be easily improved, subclassed, etc.

- The new YUItree renderer is based now on progressive enhancement.

This improves accessibiliy of e.g. category trees in xowiki.

  1. … 4 more files in changeset.
- make sure to include header stuff for category renderers in case of caching

  1. … 1 more file in changeset.
- allow multiple renderers for categories

  1. … 1 more file in changeset.
- 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.
- 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.
- improve drag&drop for toc

  1. … 1 more file in changeset.
- factored out page reorderung support from book

- added page reorderung support for toc (when used with "-style list"

  1. … 1 more file in changeset.
-add parameter "with_footer" to book includelet

- make naming for url-callable functions consistently with dashes

- provide some handling of expired logins happening during ajax calls

  1. … 4 more files in changeset.
- 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.