• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve code documentation

- allow includelet markup to be at the end of a string (not followed by any character)

- improve includelet markup (double curly braces) in case it is followed immediately by a character. Old method of using entities is sometimes voided by clever richtext editors

- 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.
- fix message key

- don't emit user-user-messages when langmarks formfields are transmitted without asking (some richtext editors do this)

- handle recursive inclusions of bootstrap like modals

  1. … 1 more file in changeset.
- turn off verbosity

- allow to specify different targts (e.h. bootstap modals) for links

  1. … 2 more files in changeset.
- adapt regression test to reflect latest changes

  1. … 2 more files in changeset.
- remove unneeded code

- 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.
- add experimental "can_link" functionality, similar to "can_contain": This feature can be used to implement conditional links, which are only rendered as links when the referencing or referenced page allow this. Per default, can_contain is set to true.

  1. … 1 more file in changeset.
- avoid potential duplicates in instance attributes (many thanks to thomas renner for the patch)

  1. … 1 more file 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.
- transform table definitions to dicts to make it possible to check for colums to be added (based on work of Antonio Pisano)

  1. … 2 more files in changeset.
- make initialization more robust in case the root xowiki instance is deleted. In this case, the package_id of the site_wide pages is set to NULL.

- 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.
- add cascade for page_template

More opportunities to improve query-caching.

- white space change: fix indentation

- don't use barewords for string comparisons

  1. … 1 more file in changeset.
- 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.
- drop revision_id from formfields of type file when exporting it

- optimize copy marshalling for FormPages

- implement copy mode for exporter

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