• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- reduce verbosity

- use function args when they are provided for determining the parameters for xo::db::sql::* functions

- provide some more fixes for buggy function args

- create slots via ::xotcl::MetaSlot

- create slots via ::xotcl::MetaSlot

  1. … 1 more file in changeset.
- add support for content_type image

  1. … 1 more file in changeset.
- fix for calling "new" method within a "contains"

- provide minimal xotcl2 compatibility

  1. … 5 more files in changeset.
- added initialize flag to xo::db::Class->instantiate_objects

to deactivate full object initialization optionally

- bumped version number to reflect extended interface

  1. … 1 more file in changeset.
- provide proper query-names for db_* interface

  1. … 8 more files in changeset.
- improving low level support for folders to cirumvent a name clash with the xowiki folder object (which should go away in the future)

  1. … 1 more file in changeset.
- handle object_type "content_item" in object_type_to_class

- remove duplicate line

- handling parent-ids in generic forms

  1. … 1 more file in changeset.
- added cross package "xo::library require" to force reloading of dependet files

- added minimal folder support

- bump version number to 107

  1. … 4 more files in changeset.
- handle unmounted packages in Package require

- aditional package parameter to NslogRedirector to control the redirector behavior (adding/removing/level).

- bump version to 106

  1. … 3 more files in changeset.
- allow to control naming of objects in "instantiate_objects" by passing additional attributes "object_named_after". Default is the id_column

  1. … 1 more file in changeset.
- cache object_types

- improve parameter handling

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

  1. … 24 more files in changeset.
- make all switch statements safe

- bump version number

  1. … 2 more files in changeset.
- ::xo::db::Class->get_instances_from_db: return order-composite with

object of the actual type (not only ::xotcl::Object)

- provide option '-quoted" to update_revision to allow sql-functions to be passed as well

- flush cache entries in CrItem->set_live_revision

  1. … 1 more file in changeset.
adding parameters for ns_cache sizes

  1. … 1 more file in changeset.
fix for Oracle style date formats

Typo in instantiate_procs doc.

make sure to fully qualify the id-column for fetching instances from the database

some further cleanup and more detailed error checking for automatically generated package names and table names.

roll back the changes in xotcl-core to the state of 2008-06-18 in order avoid conflicts in the release cycle

  1. … 8 more files in changeset.
urgent fix for recent change for explicit sql package name handling

  1. … 1 more file in changeset.
urgent fix for recent changes for sql_package names

  1. … 1 more file in changeset.
merge in recent fixes from head

  1. … 8 more files in changeset.
- new attribute for ::xo::db::Class: sql_package_name

to allow class write to specify the SQL package name (which

is limited to 31 characters)

- fix for date time declaration in PostgreSQL