• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve virus check for upgrade scripts: in case of an upgrade script, the (uploaded) tmp file might not exist (many thanks to felix moedritscher for reporting issue)

- strip traling whitespace

  1. … 1 more file in changeset.
- don't load ckeditor for repeated fields repeatedly, since this can bloat the browser (many thanks to Markus Moser for the patch)

  1. … 1 more file in changeset.
- fix bareword syntax error

- fix bad interaction between html5 "required" and richtext editors (ckeditor4)

- in recent versions of ckeditor4, we do not need the hack with   for inline mode any more (many thanks to Thomas Renner for this change)

formfields i18n.

- ckeditor4: update formfield ckeditor4 and image selector (many thanks to the learn@wu team)

- ckeditor4: use bootstrap as default style

- added message keys for ckeditor image selector plugin

- add dependency to xotcl-core 0.135

- bump revision to 0.159

  1. … 9 more files in changeset.
- don't overwrite hardcoded provided "extraPlugins"

- provide default renderer for repeatContainer and CompoundField

  1. … 1 more file in changeset.
- upgrade ckeditor 4 from 4.1 to version 4.4.7

- added global parameter PreferredRichtextEditor to allow easy choice between xinha (default), ckeditor, ckeditor4 or wym (in case, editor= is not specified for the form field)

- bumped version number to 0.158

  1. … 274 more files in changeset.
- linkage between xowiki and calendar: add ability for form-fields of type event to record event as well in a specified calendar

  1. … 1 more file in changeset.
- when constants are used in a date format, never query its value

- upgrade form-field events to microformats2

- adjust prototype demo-page annoucement-talk.form.page

- update message keys

  1. … 3 more files in changeset.
- fix name of message key

- add input field types for html5 date and time

- provide a more generic interface to references (links between pages)

# $page references clear

# $page references resolved [list $item_id [my type]]

# $page references get resolved

# $page references all

  1. … 4 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- render www-files with syntax highligher (adding links)

- improve rendering of package-view calls (left column was to small)

- improve validity of HTML markup

- don't treat "@" as API command in syntax highlighter

- remove "api" prefix from functions in the "::apidoc::*" namespace

- mark externally called functions as public

  1. … 8 more files in changeset.
- wrap is not a boolean attribute

- add form field type security_policy

- 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