• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
converted apm to store package tarballs in the content repository

  1. … 7 more files in changeset.
tested lob support for content-repository. converted photo upload in acs-subsite to use lobs instead of files

  1. … 9 more files in changeset.
finished porting portrait upload to work with CR

  1. … 4 more files in changeset.
Add content_item__get_title(integer) helper function

added file support to CR data-model

  1. … 6 more files in changeset.

Removed more of the "default '' not null" kludge.

  1. … 9 more files in changeset.
ported templating to use standard db api

  1. … 27 more files in changeset.
more strict string handling changes

  1. … 2 more files in changeset.
added comments for default parameters

  1. … 2 more files in changeset.
patch submitted by Steve Woodcock

  1. … 12 more files in changeset.
directory restructuring

    • -0
    • +13
    ./upgrade/upgrade-4.1-4.1.2.sql
  1. … 1 more file in changeset.
fixed problem with infinite recursion on updates of tables with tree query triggers

  1. … 3 more files in changeset.
added anonymous function support for plsql commands

  1. … 4 more files in changeset.
finished porting and testing content-test.sql

more test script debugging

more debugging of test script

  1. … 1 more file in changeset.
fixed up table detection on creation of new content type

more debugging of test script and associated fixes

fixed dual-cursor query

  1. … 1 more file in changeset.
partial work on content-test

initial whack at porting test code for content-repository

    • -0
    • +446
    ./content-test.sql
content-search.sql

    • -0
    • +111
    ./content-search.sql
I relealized that the dynmic trigger code wouldn't work as the trigger is actually being applied to a view. Changed code to use a rule instead, and now everything seems to work. More evaluation required however.

fixed up dynamic trigger creation for new content types

fixed up content-repository code so that it will load. Dynamic trigger code commented out for now

added tree queries

started porting tree queries

added strict string semantics

more cleanup, added lob support for cr_revisions

  1. … 1 more file in changeset.
more cleanup