acs-content-repository

  • last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Fixed default template: only render content when it's HTML or can be converted to HTML

Don't reload image datamodel.

Remove explicit delete of images row, acs_object.del does that for you.

Removing that change means we don't need to reload the image pl/sql

package.

Bumped version numbers ...

  1. … 21 more files in changeset.
Bumped info files, which I forgot to do before putting up the beta tarball.

  1. … 21 more files in changeset.
deactivate background_delivery for connections via nsopenssl

deactivate background_delivery for connections via nsopenssl

Fix content_type__is_content_type define function args to match Tcl

procedure and Oracle signature. The argument is called object_type.

    • -0
    • +9
    ./sql/postgresql/upgrade/upgrade-5.4.1d1-5.4.1d2.sql
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.