• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

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

    • -46
    • +197
    ./postgresql/content-item.sql
  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

    • -11
    • +11
    ./postgresql/content-keyword.sql
    • -23
    • +23
    ./postgresql/content-revision.sql
  1. … 2 more files in changeset.
patch submitted by Steve Woodcock

  1. … 12 more files in changeset.
directory restructuring

    • -0
    • +13
    ./postgresql/upgrade/upgrade-4.1-4.1.2.sql
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.

Missed these first time 'round.

    • -0
    • +5
    ./oracle/upgrade/upgrade-4.0-4.0.1.sql
    • -0
    • +13
    ./oracle/upgrade/upgrade-4.1-4.1.2.sql
finished porting and testing content-test.sql

    • -114
    • +106
    ./postgresql/content-test.sql
more test script debugging

more debugging of test script

    • -13
    • +237
    ./postgresql/content-test.sql
  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

    • -21
    • +13
    ./postgresql/content-revision.sql
initial whack at porting test code for content-repository

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

    • -0
    • +111
    ./postgresql/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

    • -15
    • +58
    ./postgresql/content-keyword.sql
started porting tree queries

    • -12
    • +31
    ./postgresql/content-revision.sql