Index: openacs-4/packages/xotcl-core/xotcl-core.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/xotcl-core.info,v diff -u -r1.89.2.4 -r1.89.2.5 --- openacs-4/packages/xotcl-core/xotcl-core.info 24 Sep 2013 21:28:38 -0000 1.89.2.4 +++ openacs-4/packages/xotcl-core/xotcl-core.info 25 Sep 2013 10:22:57 -0000 1.89.2.5 @@ -15,7 +15,8 @@ XOTcl library functionality (e.g. thread handling, online documentation, Generic Form and List Classes) 2013-09-08 Gustaf Neumann, WU Wien - This component contains some core functionality for OpenACS + <pre> +This component contains some core functionality for OpenACS applications using XOTcl. It includes XOTcl thread handling for OpenACS (supporting persistent and volatile threads) and a definitions for @@ -26,19 +27,23 @@ well an XOTcl Object and Class browser, as well as means to control the recreation of objects and classes when components are reloaded. -0.23: contains a major overhaul of the Generic classes. Object preliminary object layer for content repository, oo templating. -0.36: brings caching support for cr-items. -0.38: important change: uses cr_items.name instead of cr_revision.title to label content items. This effects as well the api (lookup uses -name instead of -title). -0.40: updating package_id in acs_objects, requires now openacs 5.2.*; -0.41: supporting storage_type file, on_submit method and html for forms; -0.43: context and connection context; -0.44: use connection_context, sch regression test works; -0.45: xo:db require operations; +0.23: contains a major overhaul of the Generic classes. Object preliminary + object layer for content repository, oo templating +0.36: caching support for cr-items +0.38: important change: uses cr_items.name instead of cr_revision.title + to label content items. This effects as well the api (lookup uses -name instead of -title). +0.40: updating package_id in acs_objects, requires now OpenACS 5.2.* +0.41: supporting storage_type file, on_submit method and html for forms +0.43: context and connection context +0.44: use connection_context, sch regression test works +0.45: xo:db require operations 0.48: policies 0.49: stored procedures object proxies (postgres and Oracle) 0.51: require package -0.52: distinguish between ImageField and ImageAnchorField, start using slots, multivalued form entries, bulk-actions, improved localization, improved sql layer (:.xo::db::sql) +0.52: distinguish between ImageField and ImageAnchorField, start using slots, + multivalued form entries, bulk-actions, improved localization, improved sql layer (:.xo::db::sql) 0.70: oo interface to acs-object, acs-object-types and cr-items/revisions based on XOTcl slots +</pre> BSD-Style 2