acs-content-repository

  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added -- after switches in call to ad_html_text_convert to avoid errors when the text to convert contains hyphens

Removed Malte's "fix" to content-folder::new, and emmanuelle's fix to that

fix (which was fine), reverting to the 5.3 version because it wasn't broken

in the first place, and malte's attempt removed transaction protection

around the folder inserts (bad!) in order to avoid a pg-only deadlock in

PG 8.1 which doesn't happen in PG 8.2 or better.

Removed Malte's "fix" to content-folder new, and emmanuelle's fix to that fix

(which was fine), by rolling back to the 5.3 version (which wasn't broken in

the first place, PG 8.1 was)

default value of parent_id has to be the empty string in content::folder::new

Somehow rolling back malte's stuff missed this file, and I hadn't noticed

    • -126
    • +54
    ./sql/oracle/content-util.sql
Bumped version numbers to 5.4.0

  1. … 21 more files in changeset.
Bumped version numbers...

  1. … 20 more files in changeset.
Missed two files to rollback previously

    • -126
    • +35
    ./sql/oracle/content-package.sql
Part of the malte rollback

    • -670
    • +0
    ./sql/oracle/upgrade/upgrade-5.4.0d5-5.4.0d6.sql
Rolled back abortive attempt to substitute dbms_log stuff for java

    • -134
    • +0
    ./sql/oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql
    • -137
    • +0
    ./sql/oracle/upgrade/upgrade-5.4.0d4-5.4.0d5.sql
Set default path for binary to /usr/bin instead of /usr/local/bin

  1. … 3 more files in changeset.
new update script in case, someone managed to get the .info file without the update script

    • -0
    • +146
    ./sql/postgresql/upgrade/upgrade-5.4.0d7-5.4.0d8.sql
    • -0
    • +360
    ./sql/postgresql/upgrade/upgrade-5.4.0d8-5.4.0d9.sql
add update script

    • -21
    • +21
    ./sql/postgresql/content-item.sql
  1. … 1 more file in changeset.
fix more function_args, fix comment for default values in stored procedures

Merged 5.3 to HEAD

  1. … 57 more files in changeset.
fix for bug #2812

We need to use the default here, otherwise upgrades might become an issue

Made sure the content package has the new procedures as well

    • -36
    • +127
    ./sql/oracle/content-package.sql
Missing upgrade scripts

    • -0
    • +3
    ./sql/oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql
    • -0
    • +134
    ./sql/oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql
    • -0
    • +137
    ./sql/oracle/upgrade/upgrade-5.4.0d4-5.4.0d5.sql
    • -0
    • +670
    ./sql/oracle/upgrade/upgrade-5.4.0d5-5.4.0d6.sql
    • -0
    • +9
    ./sql/postgresql/upgrade/upgrade-5.4.0d6-5.4.0d7.sql
Got rid of reliance on Java for Oracle. Removed unused old functions. Hopefully someone else can help with a fresh install test as well

    • -53
    • +125
    ./sql/oracle/content-util.sql
Get rid of the postgres warning "adding missing FROM-clause entry " on sequences

Make "db_nextval acs_object_id_seq" more than twice as fast (from 948 microseconds to 378 microseconds)

    • -0
    • +839
    ./sql/postgresql/upgrade/upgrade-5.4.0d4-5.4.0d5.sql
  1. … 6 more files in changeset.
adding upgrade script

    • -0
    • +2
    ./sql/postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql
Fix incorrect function args

a *P parameter shoudl be a number

Added FileLocationRelativeP paramater in the .info file. If set to 0 it says that the location of the CRFileLocationRoot is not relative to acs_root_dir

    • -13
    • +16
    ./tcl/acs-content-repository-callback-procs.tcl
    • -10
    • +11
    ./tcl/acs-content-repository-init.tcl
Support for relative file locations which might even reside on a windows drive and therefore start with d:\

    • -6
    • +16
    ./tcl/acs-content-repository-callback-procs.tcl
    • -1
    • +10
    ./tcl/acs-content-repository-init.tcl
Bug#3107 Document use of tmp_filename. The caller needs to clean up

the tmp file. The content repository does not "know" what the proper

procedure is to handle the file.

Update info files for 5.3.2 final

  1. … 17 more files in changeset.
Created changelog, bumped version numbers

  1. … 19 more files in changeset.
Bump version numbers to 5.3.2b1

  1. … 18 more files in changeset.