• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- flatten nested lindex structures

  1. … 1 more file in changeset.
- don't abbreviate subcommands

  1. … 22 more files in changeset.
- use tcl 8.5 extended index format for "string range"

  1. … 5 more files in changeset.
- use lassign instead of "foreach ... break" idiom

  1. … 21 more files in changeset.
- allow form-fields from other packages to specify the message key prefix (package_key) for nationalized validator messages

- allow form-fields from other packages to specify the message key prefix (package_key) for nationalized validator messages

- use more tcl 8.5 idioms

  1. … 7 more files in changeset.
- initialize options to improve robustness for subclassing

- make create statements explicit

  1. … 1 more file in changeset.
- added form field type "class" (form_constraints e.g.: f2:class,subclass_of=::xowiki::Page)

- make it possible to set default editor for formfields of type

richtext (we should provide eventually a package parameter)

- minor polishing

- richtext editors: changed parameter "inplace" into

displayMode, which might be "standard", "inplace" or "inline"

("inline" is just supported for ckeditor4)

- formfield ckeditor4: support for ckeditor version 4 (including

inline and inplace support)

- bump version number

- update dependency on xotcl-core

- use faster sql interface

  1. … 11 more files in changeset.
- fix fetch_entry_label for cr-item attributes

- remove repeatable (new one will come)

- add implicit default value for required enumerations.

- adding title to form-fields

- CompoundField: honor field types in same_value

- CompoundField: propagate validation to subcomponents

- added "same_value" method to compare two formfield values (ignores formfield names in compound fields)

- add "mode=display" for optionally omitting input field and displaying the pretty value of the field

- deactivate util_createDom and friends due to problems in containers,

loosing properties and the unability to re-enable disabled fields

(maybe browser caching)

- formfield "file": simplify value management

- formfield "file": keep always revision_ids as linkage when going

back in revisions (the revisions of the form page do not

neccessarily correspond 1:1 to the revisions of the contained

file object)

- formfield "CompoundField": update property in instances_attributes

after convert_to_internal

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