acs-content-repository

  • last updated 52 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
switch foo_id_seq.netval to nextval('t_foo_id_seq') calls to placate postgresql 8.

  1. … 6 more files in changeset.
Fixed some PG code cut-and-pasted into the Oracle version. Cut-and-paste

of PG code into Oracle rarely works...

remove deprecated calls to ad_parameter

  1. … 4 more files in changeset.
- remove lock statements, which seem not needed anymore with Postgres 8.2 or newer

Avoid implict binary encoding by setting encoding flag explicitly; see http://openacs.org/forums/message-view?message_id=2478560

Checking that the copy.name is not null when copying it to same parent folder

of the source folder.

Adding basic checks to content_folder.copy procedure in order to avoid

infinit loops.

    • -0
    • +679
    ./sql/oracle/upgrade/upgrade-5.5.0d2-5.5.0d3.sql
    • -28
    • +34
    ./sql/postgresql/content-folder.sql
    • -0
    • +125
    ./sql/postgresql/upgrade/upgrade-5.5.0d2-5.5.0d3.sql
Preparing for release:

1. Created new ChangeLog file

2. Created new docs

3. Bumped version numbers

  1. … 152 more files in changeset.
Bumped version numbers to 5.4.3b1.

  1. … 21 more files in changeset.
Add proc to resize images that are already in the CR to provide thumbnail and other sizes

Remove DOS line endings

Upgrade script for increasing maximum length of a cr type name.

    • -0
    • +106
    ./sql/postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql
Removed files that have been removed on oacs-5-4 but not merged to HEAD

HTML Strict cleanup: removed trailing slash of input, img, link, meta tags

  1. … 21 more files in changeset.
Increased the maximum length of a CR type in postgres because the default

maximum identifier length has been 63, rather than 31, characters since,

ummm, care to guess? How about PG 7.3 !!!

Bumped versions numbers to 5.5.0d1

  1. … 20 more files in changeset.
Got rid of stupid logging of delete operations, just as I did on PG.

Removed stupid NOTICEs to the log file when deleting stuff. Slows large

deletes down a LOT and fills log file with GARBAGE.

Merged from 5.4.2

    • -47
    • +3
    ./sql/postgresql/content-create.sql
  1. … 275 more files in changeset.
Bumped version numbers for release

  1. … 21 more files in changeset.
Bumped version numbers to prepare for tomorrow's release.

  1. … 21 more files in changeset.
Remove reference to obselete table cr_doc_filter.

file upgrade-5.4.2b1-5.4.2b2.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.4.2b1-5.4.2b2.sql
Remove cr_doc_filter table, it is not used and the index is not allowed

in 10g.

Moved back to the java versions of utils because it doesn't appear anyone's

going to fix this soon, and work on 5.5 has begun.

    • -125
    • +53
    ./sql/oracle/content-util.sql
Made naming constraints follow our standard so PG core AA tests won't bitch

Bumped version numbers to 5.4.2b1

  1. … 21 more files in changeset.
Fix the require version number of acs-kernel and the provide one of CR (they were swapped)

Remove unecessary upgrades.

Fix RI trigger now that we require PG 8 we don't need the workaround in

cr_folders.

    • -47
    • +3
    ./sql/postgresql/content-create.sql
file upgrade-5.4.2d1-5.4.2d2.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.4.2d1-5.4.2d2.sql