• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- includelet categories stays more silent in case no category tree name was provided

fix quoting in last commit

- 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.
- restructure page rendering code to make get_content and render more easy to use

  1. … 3 more files in changeset.
extending test suite

  1. … 1 more file in changeset.
- improve handling of missing category trees

- flush page fragment cache (for category includelets) when categories are managed

  1. … 3 more files in changeset.
- use untrusted_user_id for last-visited includelet

- some refactoring into ::xowiki::utility

- new function pretty_age: internationalized time-diff formatted in a

user friendly fashion, optionally used in includelet "recent"

  1. … 5 more files in changeset.
improve documentation and usability of gravatar url computation

gravatar includelet added

-substitution of * for % in value var ( var name was not defined ).

-using "i" as base_table for constructing the glob_clause when rendering yui-carrousel since the listing proc uses algo i as base_table.

- factoring out common code

- new includelet: yui-carousel

  1. … 1 more file in changeset.
avoid output escaping in list widget

  1. … 1 more file in changeset.
set CSS class on AnchorField

sprite updates for IE

  1. … 12 more files in changeset.
- using a CSS sprite for small images (e.g. for *button includelets, form-usages,

notification-image, file link, external link, admin/index, admin/list)

- provide xowiki.css to admin pages index and list

  1. … 17 more files in changeset.
- improve skinability and performance by using CSS classes for rendering item-buttons (based on includelets)

  1. … 1 more file in changeset.
- new options for includelet form-usages: "wf" and "buttons"

wf: allows to specify a workflow

buttons: specify "edit", "view" or "delete" (or e.g. all of these, separate buttons by spaces)

- handle passing of wiki_p for the OacsFs plugin

- factor out listing of wiki names (used now on multiple places)

  1. … 2 more files in changeset.
- bump version number to 0.107

- update dependencies

- initial draft for inheriting pages form different xowiki instances

- new package parameter "PackagePath"

- pass page context to templates to allow templates to display it (for inherited pages)

- inheritance supported for calling methods on pages, link-resolver and

includelet "recent" (displayed currently only for admins)

  1. … 14 more files in changeset.
- provide means to store data together with HTML in page_fragment cache (e.g. for view-book, which requires data for navigation bar)

  1. … 1 more file in changeset.
- Providing return_url form item-button class.

- Using the url in the package object as return_url; instead of using the url in the connection object.

- make sure, that xowiki uses only mapped category-trees (import, form-fields, ...)

- turn off per default extra fields for mapped categories in FormPages

(can be activated via form_constraints @categories:on)

- factor out common code

  1. … 6 more files in changeset.
- preserve white-space in multi-line includelets

- improve HTML

  1. … 3 more files in changeset.
minor cleanup

-use YUI 2.6.0

- use "range" instead of "match" for "toc" and "book"

-added simple match option to toc+book

- added decoration=edit for includelets

- pretty_value of form-fields of type richtext cares aout wiki flag to substitute wiki markup

- renamed FormPage->get_children to FormPage->get_form_entries

- allow _text to be included in attribute names for form-usages

- provide a richer set of operators in the where clause in form-usages (=, <, <=, >, >=)

  1. … 3 more files in changeset.