• last updated 40 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
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.