• last updated 11 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
- do symbolic link evaluation always on the fly (use per-connections cache)

- remove method FormPage->get_verified_link_type_from_link_page

- fix fresh installs

- omit language-prefix on links (ease life for xowiki-webdav)

  1. … 2 more files in changeset.
- some minor refactoring

- new method Page->get_property_from_link_page

- new method FormPage->compute_link_properties

- new method FormPage->get_verified_link_type_from_link_page

- provide icons for links/broken links

  1. … 2 more files in changeset.
- overhaul of link support

- replaced Package->resolve_request with link-aware item_info_from_url

- renamed item_ref_from_id => item_info_from_id

- renamed item_ref_from_url => item_info_from_url

- added more than 50 tests to regression tests

  1. … 7 more files in changeset.
- first steps to keep references on links

- remove obsolete method Page.package_item_ref

- rename Page.update_references to Page.references_add

  1. … 2 more files in changeset.
- reduce verbosity

  1. … 1 more file in changeset.
- new method Package->item_ref_from_url

- renamed "item_id_ref" to "item_ref_from_id"

- search in html-included content (between curly brackets) in

prototype pages, along the package path and in site-wide pages

- improved documentation

- fixed regression test

- updated dependencies

- bump version number to 0.133

  1. … 6 more files in changeset.
- provide variable page_name for the message key for error messages

- some more code-regrouping/commenting

- renamed "isform" to "is_form" for consitency

- use consistently dash instead of underscore in includelet names (child-resources)

- extended ext. callable method list for folder-listings (requires currently the folder extension)

  1. … 2 more files in changeset.
- new methods for nicer directory listings: render_icon, pretty_name

- add .xotcl to the list of guessable extensions

  1. … 1 more file in changeset.
- provided some more message keys

- new helper object: import_archive to bulk import .zip or .tar.gz files

- new site-wide-page "import-archive.form"

- preview for plain text files

  1. … 7 more files in changeset.
- keep track of implictely added files during import/export

- don't materialize implicitely added files, if the are inherited

in the target folder

- add "-use_site_wide_pages" to Package->lookup,

Package->item_ref and Package->simple_item_ref

  1. … 3 more files in changeset.
- moving code around

  1. … 1 more file in changeset.
- move code around

- move code around

  1. … 1 more file in changeset.
- fix stupid typo (many thanks to Stefan)