• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added fresh generated templates

- xowikiimage;

* changed lang text from isolatin1 to utf-8

* updates for xowikiimage plugin for ckeditor support

* added icon image for xowikiimage plugin

- item-refs: added leading .SELF./ for referring to children of the current item

- refactored form-field "file" to fix loosing content and controls,

repeatable, nest-ability; for the time being going back to

version not depending on json code

  1. … 18 more files in changeset.
- form-field-type "form_page": allow to specify the attribute of the page instance to be used as label for the pull. The attribute can be specified via form_field spec "entry_label" and defaults to "_title"

- include current package in the list of package ids.

- fix variable name in validator (many thanks to Richard Hamilton)

- added ::xowiki::virus check based on clamav (http://sourceforge.net/projects/clamav/)

- added virus validator for uploaded ::xowiki::Files

- added virus valudator for formfield of type "file"

  1. … 2 more files in changeset.
- add simple link checker for formfield "url" (force http, https, or ftp)

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.
renamed formfield->get_dom_spec to formfield->get_json

support for repeatable file fields & util_tdom2list for definition of widget specs the tdom script way

  1. … 1 more file in changeset.
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