• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- generalize handling of boolean attributes

- provide support for bootstrap (vertical) forms

- make xowiki_cache configurable via global package parameter (requires at lease OpenACS 5.7)

- bump version number to 0.155

  1. … 3 more files in changeset.
- remove "display_field false" from formfield class "richtext"

- use boolean values for truth values

  1. … 3 more files in changeset.
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 27 more files in changeset.
- rename former "extend_slot" to "extend_slot_default" since its

functionality is pretty specialized

- use new "extend_slot" from xotcl-core to allow

update_attribute_from_slot for

* title

* description

* text

* publish_date

- bump version dependency to xotcl-core

- bump version number to 0.150

  1. … 2 more files in changeset.
- don't hard-code name "validator" in extend_slot

- added new method for compound-fields named "specs_unmodified"

- don't recreate compound file components after_specs

- use spaces rather than tabs

  1. … 15 more files in changeset.
* use new interface in order to be able to use dbi-*

* updated dependencies

* bumped revision number

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