• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Don't double evaluate string content via export_vars (security problem)

  1. … 2 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.
Improve form-field "file" (and subclasses)

- add clear button for clearning files/images added added in a

prevision revision (unless flag "sticky" is used)

- tie revisions of the FormPage/WorkflowInstance with the revision

of the uploaded file (the content of the formfield is now a

list of attribute value pairs that might contain a revision_id)

- allow multiple uploads of files with the same name (distinguish with

reusing old content)

- caveat: export should strip the revision_id from the content

of the form-field.

  1. … 1 more file in changeset.
- fix required handling for formfield of type "file"

- make form field reverse lookup more robust

- allow configuration for templates in ckeditor

- provide basic initialze method for FormField to make it blindly callable from subclasses

- don't use " " for visualizing nesting deeper category trees, since labels have to be escaped

- demangle dependency between jQuery Plugin ckeip and wiki-image functionality

  1. … 1 more file in changeset.
- cleanup for ckeditor changes

  1. … 4 more files in changeset.
Extended support for richtext::ckeditor, improved configurability, added inplace (based on work from Michael Totschnig)

  1. … 30 more files in changeset.
- add .pdf to the extensions for ::xowiki::guesstype

- handle the generic mime-type "application/force-download" in the same way as "application/octet-stream"

  1. … 1 more file in changeset.
- FormPages of type photo.form: use title of the form page as HTML alt and text field of the image

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

  1. … 1 more file in changeset.
- don't add text/html pair in render_richtext_as_div in wiki mode

- improve comment

- use package_path in formfield of type form_page

- handle boolean attributes

- make child-resouces embeddable in pages to list siblings

  1. … 1 more file in changeset.
- improve the exerimental support of ckedit to allow some more configurations

- moved test to regression tests, extended tests

  1. … 1 more file in changeset.
- generalize code

- cleanup of redundant definitions

- adding support for some HTML5 input types and attributes

- make sure to change image, when a new revision is uploaded

- 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.
- 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.