• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed unnecesary exists, causing problems at least when form field file is used as repeat field, not showing the add button properly

- reduce verbosity

- allow pretty_age to point to the future

- bump version to 5.9.1d10 to trigger reload of catalog files

  1. … 4 more files in changeset.
- handle HTML5 attribute "autocomplete"

  1. … 1 more file in changeset.
- improve comment

- no need to name link "new"

- set multiple per default to false

- added support for HTML5 attribute "multiple" to form-field "file"

(requires updated naviserver for handling multiple files via [ns_getform])

- added dropzone to xowiki menubar

(easy means for uploading one or many files to the current folder)

  1. … 7 more files in changeset.
- provide means to avoid i18n substitutions in cases where the full

content is running trough full substitutions

- bump version number of xowiki to 5.9.1d4

- bump version number of xotcl-core to 0.145

  1. … 4 more files in changeset.
- set ready_callback2 also, when xowikiimage is not used

- further cleanup of allowedContent

- try to address IE11 bug that shows up with XKEditor + xowikiimage plugin (many thanks to Thomas Renner for the help)

- make allowedContet configuarable

- use version 4.5.7 of ckeditor4 from CDN

- make formfield ckeditor4 loadable from CDN

  1. … 1 more file in changeset.
formfield hidden:

- add form-field parameter "sign" and "maxage"

- add validator that checks signed variable

- add flag "searchable" for form-field file: this allows the use to control, whether the content of the (embedded) file should be searchable or not, Default: false

- add dependency on richtext-xinha, since the file manager poups use it

  1. … 6 more files in changeset.
- when included content is rendered with "resolve_local true", let also embedded content (e.g. images below SELF) appear as local (don't create download URLs pointing to the target package)

  1. … 3 more files in changeset.
- fix typos

  1. … 2 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 36 more files in changeset.
- fix braces

- improve themeability

  1. … 2 more files in changeset.
- change "info command" -> "info commands"

  1. … 6 more files in changeset.
- improve validation for HTML and HTML5

  1. … 1 more file in changeset.
- applying resolve-local patch from HEAD

  1. … 1 more file in changeset.
resolve-local patch:

- one a sym-link, the developer can decide, whether the

resolve-context (for links, images, etc.) should be in the local

package (i.e. the package containing the link, the form-field

resolve_local is true) or the target package (resolve_local is

false). However, .SELF. references refer always to the target

package, which was incorrect in previous versions. This patch

resets the the resolving policy under der .SELF. reference and

allows for using both resolve_local choices.

  1. … 1 more file in changeset.
- remove obsolete code

- improve safety of generated HTML

  1. … 5 more files in changeset.
- improve validity and security of generated HTML

  1. … 12 more files in changeset.
merging back to HEAD fixes regarding repeatable formfields.

  1. … 1 more file in changeset.
All js functions used to load ckeditor need to be prefixed with 'load_'.