• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added renderer "none" for toc

- refactored toc, moved method "add_pages" to ::xowiki::Tree

  1. … 1 more file in changeset.
- added parameter subtree_wrapper_class for tree renderers

- add a simple renderer for menu-style structures

- allow "pretty_age" for "categories-recent" (similar to includelet "recent")

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