• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
remove double occurance of attribute in common_query_atts

adding "validator" to slot attributes

  1. … 1 more file in changeset.
make code less verbose

fix two cases, where ImageField had to be replaced with ImageAnchorField (in revisions code), more slot support

  1. … 1 more file in changeset.
primitive support for slots for xotcl versions older than 1.5, distinguish between table fields of type ImageField and ImageAnchorField (the latter one is with href, applications using images in tables requiring href must update the names)

  1. … 2 more files in changeset.
move access function for stored procedures into ::xo::db::sql to make space for loading classes from acs-types into ::xo::db

  1. … 1 more file in changeset.
cleanup continues

  1. … 1 more file in changeset.
more cleanup, fixing cleanup for aolserver 4.0.*

  1. … 2 more files in changeset.
some more cleanup

  1. … 1 more file in changeset.
fixing two typos

further use of sql mapping layer

  1. … 1 more file in changeset.
less tracing

provide mixin for ordering by methods (not only by attributes) ::xo::OrderedComposite::MethodCompare; some more cleanup

  1. … 1 more file in changeset.
making interfaces and naming more consistent

  1. … 1 more file in changeset.
generalizing more parts of the sql layer, more cleanup

  1. … 1 more file in changeset.
more cleanup, removing obsolete definitions

  1. … 1 more file in changeset.
new method for CrItems: update_content

fix typo, provide default title

create cr attributes on the fly (makes extending of existings types much easier)

create conditional locking rules

  1. … 1 more file in changeset.
more default value handling, fixing typo

  1. … 1 more file in changeset.
upgrade to version 0.50, fix for freshly introduced bug in ::xo::db::has_ltree, version 2 of the oo interface to stored procedures based on non positional arguments

  1. … 3 more files in changeset.
some further support for oracle, make xotcl-core run more silently

  1. … 2 more files in changeset.
lower level support for the OO abstraction for stored procedures. reduced per/call overhead relative to Plain OpenACS significantly. The generic call interface is now even faster than calling stored procedures via "db_0or1row".

  1. … 3 more files in changeset.
set context and page title, when a form is redirected to itself on a submit

fixes for new database interface

  1. … 2 more files in changeset.
provide OO abstraction for stored procedures (db_packages)

  1. … 2 more files in changeset.