• last updated 41 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Implemented TreePartitionedCache (to allow patter flushes on partitions)

- use xo::Cache on more occasions

- bump version numbers of xowiki to 5.10.0d12 and xotcl-core to 5.10.0d9

  1. … 9 more files in changeset.
Take folder-specific content out of xotcl_object_type_cache to improve scalability on high load websites.

Bump version number of xowiki to 5.10.0d10 and on xotcl-core to 5.10.0d7

  1. … 4 more files in changeset.
Improvde code documentation

  1. … 3 more files in changeset.
return 204 for pages with '0' length

Remove redundant method

  1. … 1 more file in changeset.
Use consistently xo::library to ensure application specific subclassability

  1. … 13 more files in changeset.
Moderize commented out log messages

fix escaped change

prefer XOTcl2 idioms

  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 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.
- add flag "-export_vars" to PackageMgr.initialize to avoid conditionally exporting of variables

- provide a closure flag for PackageMgr.instances to include instances of subclasses in the solution set

- bump version number to 0.116

  1. … 1 more file in changeset.
- return optionally provided status_code

- don't force db-query for every unknown parameter request

  1. … 1 more file in changeset.
- site_node::get_url_from_object_id returns in general a list; make sure to take the first element if only one expected

  1. … 4 more files in changeset.
- deactivate per-thread caching of CrClass get_name and get_parent_id until we get rid of the "folder object" in xowiki

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

  1. … 8 more files in changeset.
- some refactoring:

moved ::xo::db::CrClass->require_folder to ::xo::Package->require_root_folder

and simplified it significantly

- new method :xo::db::CrFolder ad_proc register_content_types

- ::xo::db::CrFolder ad_instproc save_new

registers content types, if allowed_content_types are specified

- ::xo::db::CrFolder instproc delete: don't call UI-stuff from the library

- bump version number to let other packages depend on it

  1. … 2 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.
- improve parameter handling

  1. … 2 more files in changeset.
set pacakge_id from sitenode only, when package_id == 0

  1. … 1 more file in changeset.
improve ability to run outside of a connection thread

  1. … 1 more file in changeset.
ensure to return package_id with a site-nodes entry in Package->first_instance

factor out new method: get_package_class_from_package_key

- support option "keep_cc" for "ConnectionContext require" and "Package initialize" to preserve the original connection context

  1. … 1 more file in changeset.
- provide warnings for ::xo::Package instances, having no package_key specified (should be enforced in future versions)

- make sure that destroy_on_cleanup is called before init for package instance objects, such that it is not possible that an error in Package->init causes half-dead objects in memory

add permission checking to first_instance