• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix invalid @param declarations for API browser

  1. … 3 more files in changeset.
Allow for setting ad_form's mode

The default behaviour did not change, but one can now set ad_form's mode

to "display", which is used by some applications.

- change tabs into spaces

  1. … 22 more files in changeset.
* overworked db-abstraction layer with support for dbi_*

* dbi_* support is per default deactivated, can be activated via

e.g. setting ::acs::preferdbi to 1 in 0-acs-init.tcl

* bump version number to use dependencies for packages, using the new interface

  1. … 9 more files in changeset.
- normalize string expressions

  1. … 13 more files in changeset.
- handling parent-ids in generic forms

  1. … 1 more file in changeset.
-update to version 0.100, compliant with xowiki 0.105

  1. … 24 more files in changeset.
- provide a wider interface to the per-connection-thread cache

- new flag -with_children for CrClass->instance_select_query

(if set, it returns as well the child objects of the objects for the given folder)

- bump version number

  1. … 3 more files in changeset.
- bump version numbers

- new method for cr_items: rename

- caching for lookup method (only successful lookups so far)

  1. … 5 more files in changeset.
Use nls_language to determine language prefix of item names.

  1. … 10 more files in changeset.
Allow xowiki to be installed via install.xml without errors.

Problem was, that install.xml does not load init files, therefore

xotcl-core caches were not created, when xowiki-procs are sourced.

Consequence was that e.g. in xowiki/admin/index.tcl incorrect

entries were listed (which went away after the first reboot).

  1. … 1 more file in changeset.
Handling of arbitrary attributes of type CLOB in the content repository.

Before this change, only the content were allowed be larger than about 12KB,

other CLOBS showed problems with larger sizes (e.g. instance_attributes).

Now all CLOBs are handled as well automatically outside the view

through separate statements.

  1. … 1 more file in changeset.
work on clobs for content attributes

more cooler approach for conditional assignment

get rid of unsafe expr commands

major revision of the interface between xotcl objects and acs objects and content repository objects

  1. … 5 more files in changeset.
Handle insert into text items in the content repository as a

separate statement in Oracle, since the Oracle implementation

of inserting into the automatic view is limited to VARCHAR(4000).

provide new method "insert_statement" for generalizing database driver specific code

add aditional attribute to table fields (richtext), bump verison numbers to force this version

  1. … 2 more files in changeset.
improve api browser output

  1. … 2 more files in changeset.
adding the release version of xowiki and xotcl-core to the oacs-5-3 branch

  1. … 213 more files in changeset.
bump version number, minor updates

  1. … 1 more file in changeset.
allow rich-text content in table widget, align interface of instantiate_all with instance_select_query

  1. … 3 more files in changeset.
support in CrItem for column constraints, bump version number

  1. … 4 more files in changeset.
further reduce verbosity in the error log

reduce verbosity

  1. … 1 more file in changeset.
fix interface for delete method for specified classes

provide compatibility for xotcl-1.4.0

  1. … 2 more files in changeset.
fix typo include_sub_types -> include_subtypes

set needed content types in require_folder, not on every save_new

  1. … 2 more files in changeset.