• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
- 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.
- 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.
- clear clipboard after consuming operations

- 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.
- some refactoring of import/export code

- new helper object for exports

- first draft of clibboard functionality (currently just for admins,

only useful currently for the experimental menubar

  1. … 2 more files in changeset.
- some refactoring of import/export code

- new helper object for exports

- first draft of clibboard functionality (currently just for admins,

only useful currently for the experimental menubar

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

    • -1731
    • +1601
    ./xowiki-www-procs.tcl
  1. … 1 more file in changeset.
- move code around

  1. … 1 more file in changeset.
- added page.form to prototype pages and to site-wide pages

- removed the need to keep the update scripts in memory, load these when

necessary from xowiki/tcl/upgrade

  1. … 4 more files in changeset.
- use instance name for left-most menubar entry

- move substitute_markup in forms before variable stubstitutions to avoid substitutions on content

- major editing work: streamlined generation of urls and resolving of name relative to parent_ids

- new method Page.pretty_url and Page.detail_link

- removed ::xowiki::Includelet.detail_link

- provided updated prototype pages to use the new interface

- bumped version number to 0.130

  1. … 16 more files in changeset.