• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- move folder layout logic to adp files

  1. … 7 more files in changeset.
New package parameter MenuBarWithFolder to allow to deactivate the automatic display of the folders when the menubar is displayed

- use the proper delivery context for download operations in inherited file objects

Restoring xowiki code to yesterdays state. Hopefully getting rid of today's unwanted commits.

  1. … 999 more files in changeset.
revert previous change

  1. … 987 more files in changeset.
repeatable attributes

  1. … 3 more files in changeset.
- perform proper quoting of filenames containing quotes

- bump version number to 0.144

  1. … 3 more files in changeset.
- protect spaces in content-disposition

- form-field "file": keep upload name for dowloading (for consistency

in the links when the formpage is viewed and edited)

- provide the correct name in download-link, when the formpage is edited

  1. … 1 more file in changeset.
- allow empty revision_ids (can happen via call_action)

Detect mutual overwrite during edit operations and provide method (which can be overloaded) to handle this case.

- prevent double allocation of formfield _assingee

- user as internal value for disabled form fields boolean values rather than "disabled"

- fix bracketing and improve comment

- add "show object" for site-wide admins to menu-bar

- use content of form-field html_title as HTML title of the document when rendering a FormPage

- reset form-fields of type "file" in cases validation failed in the form

- make sure to include header info for mobile edit

- make include_header_info more flexible

- bump version number to 0.139

  1. … 2 more files in changeset.
- allow wrappers around forms in xowiki::Form objects

- allow forms to provide their own css+js for view and edit operations

  1. … 2 more files in changeset.
- 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.
- define method get_anon_instances to allow overloading (from eg. xowf)

  1. … 1 more file in changeset.
- remove escaped "-p" flag

- flush cache of template_file before refetch

- switch from -volatile to method destroy_on_cleanup for more version robustness

- en:photo.form: simple default form

- generalize yui-carousel to work with FormPages of en:photo.form

- pass geometry in links

- bump version number to 0.134

  1. … 5 more files in changeset.
- more changes induced by xotcl 2.0

  1. … 2 more files 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.
- 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.