• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
trim lines when processing lists of .js or .css files

- make Page render more robust by not requiring "references" to be set

- use pair of object and field name when performing lookup for field names

  1. … 1 more file in changeset.
- added new method FormPage get_folder_children to list the items of a folder represented by a form page.

- FormPage get_folder_children is used in child-resources

  1. … 1 more file in changeset.
- allow absolute item refs (pointing to the root of the instance)

- extending regression test

  1. … 2 more files in changeset.
- unescape content of double-square-brackets in HTML pages

- reduce the uglyness of the hack slightly

Ugly hack to fight against a problem with tDom

- add "level" to includelet html-file

  1. … 1 more file in changeset.
- providing support to hide columns in child-resources

- allow child-resources to render siblings

  1. … 2 more files in changeset.
- don't save empty tags (many thanks to Selim Erol for this fix)

- fix typp (many thanks to michael totschnig gor pointing this out)

- pass language from page as default language to included page

Using the right message key for attribute pretty_plural.

Adding parameter show_page_references in order to control weather or not to show my-references includelet at the bottom of the pages. Bumping up version number.

  1. … 2 more files in changeset.
- make include_header_info more flexible

- bump version number to 0.139

  1. … 2 more files in changeset.
- allow forms to provide their own css+js for view and edit operations

  1. … 2 more files in changeset.
i18n of the ::xowiki::File's content render.

- make automatic css class name generation more robust against "." in page names

- make child-resouces embeddable in pages to list siblings

  1. … 1 more file in changeset.
i18n of xowiki admin UIs. Bumping up version number in order to load catalog files and run upgrade script.

  1. … 8 more files in changeset.
- define method get_anon_instances to allow overloading (from eg. xowf)

  1. … 1 more file in changeset.
- make sure to construct valid h-store queries in case, use_hstore is activated

- add length restriction to names in xowiki pages to avoid potential limitations of the form-fields of the oacs content repository

- don't call costly ad_html_text convert when not needed

- added missing instvar statement for package_id in widget_spec_from_folder_object

- fix passing of "-id i...." in includelets

- more changes induced by xotcl 2.0

  1. … 2 more files in changeset.
- new method "search_render" to allow class or instance specific search content

  1. … 1 more file in changeset.
- make all files in xowiki usable for "::xo::library require ..."

- don't call "is_link_page" on Package objects

- reset values in reused formfields (necessary for e.g. weblogs)

  1. … 15 more files in changeset.
- stripped lang prefix for links in regression test

- added regression_test for link to file + download option

- added delegation to Package->invoke for selected methods

"csv-dump", "download", "list". The general question is, whether

e.g. a "delete" on a link should delete the link or target, or

what the target of an "edit" is, or the target of a download.

The first belongs clearly to the link, that last clearly to the

target. We should most probably make this configurable and

move this decisions to the policy.

- derefernece link up to a maximum depth

  1. … 3 more files in changeset.