• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
repeatable attributes

  1. … 3 more files in changeset.
- require swa to allow editing of arbitry content in rich text

- handle file names with spaces properly

- rename file->entry_name to file->entry_info to better reflect its nature

- import-procs: allow alternatively application/zip and application/x-zip

for application/x-zip-compressed

- remove unneeded line (Many thanks to Richard Hamilton)

  1. … 1 more file in changeset.
- let "pretty_image" not handle only formfields of type file (or subtypes)

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