• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed image upload using lobs and file storage in CR

  1. … 5 more files in changeset.
fixed folder deletion problem caused by pg RI bug

more cleanup of cms - content upload and display

  1. … 7 more files in changeset.
modified content_item__get_path to match oracle version

    • -87
    • +189
    ./postgresql/content-item.sql
removed circular dependency due to workflow

fixed a couple of typos in content_type__drop_attribute

fixed get_path to match oracle version

fixed exception message in content_type__drop_attribute

reimplemented RI triggers for live_revision and latest_revision as user triggers

patch supplied by Dave Bauer to pass in security_inherit_p flag when creating new content_item. Work-around for data-change violation

workaround for content_item__delete problem related to pg RI problems

removed foreign key constraints on cr_item_publish_audit to work-aroudn a data-change violation bug in postgresql

minor change, content_revision__get_number should return a null if nothing is found

work-around for pg referential integrity bug that causes content_revision__delete to fail

various bugfixes

  1. … 1 more file in changeset.
fixed rule code for inserts on cr_revisionsi

more cleanup

  1. … 6 more files in changeset.
fixed a few pl/sql procs

fixed tree query

fixed exception message in delete method

fixed query in content_folder__unregister_content_type

finished cleanup of data-model, it now loads without errors

  1. … 8 more files in changeset.
fixed some bugs discovered by Vinod Kurup

fixed up package display to work with postgresql

  1. … 1 more file in changeset.
catchall

  1. … 1 more file in changeset.
moved content repository job scheduling from oracle to aolsrver, that it is compatible with postgresql

  1. … 1 more file in changeset.
cleaned up content repository data-model and converted oracle apm to use file storage in the content repository

    • -19
    • +17
    ./postgresql/content-revision.sql
  1. … 7 more files in changeset.
added support for storing content repository items in the file system

  1. … 2 more files in changeset.
tested and fixed the template query db api

  1. … 26 more files in changeset.
fixed some errors in tree queries pointed out by Vinod Kurup