• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
- fix typo (old bug, many thanks to Michael Aram for spotting this)

add xowiki::File content to the search index:

- extend xowiki method search_render to return "mime" and "text" fields

- xowiki::File->search-render calls now ::search::convert::binary_to_text

to convert file content to index words (when available)

- use dict instead of associative array in ::xowiki::datasource

  1. … 1 more file in changeset.
- provide hooks for preventing to add some content under sum parent_ids

- use tcl 8.5 "dict" instead of associative array __ia for fast access to instance attributes

- bump version number to 0.148

  1. … 5 more files in changeset.
- make exact "lsearch" operations explicit

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

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

  1. … 21 more files in changeset.