acs-content-repository

  • last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
This old version of the view update is superseeded by upgrade-5.3.0d1, apart from the fact that on none of my sites moving from pre 5.2 it has been working on an upgrade (usually fails due to image content type)

Remove duplicated inserts of Open Documents mime types

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 318 more files in changeset.
Bumped versio number

  1. … 18 more files in changeset.
Fix tests to pass in Oracle (actually bypass the test b/c the search

triggers don't exist in oracle.)

Do date calculation in tcl so the query will work in Oracle.

Bumped version numbers to 5.3.1 beta 1

  1. … 18 more files in changeset.
some more cleanup of the item-procs.tcl, and calls to item:: in packages/acs-content-repository

Major cleanup of item-procs, replaced DB calls by calls to content::item::* in 18

of the 24 deprecated procs, just six procs are still required. Commented most

of the affected calls in ::content::item::*

removed unneeded .xql query with typo

add mime types for .xpi and .mp4

    • -0
    • +19
    ./sql/common/upgrade/upgrade-5.3.0b1-5.3.0b2.sql
Bumped to 5.3.1a1. I hope. I never get this right!

  1. … 18 more files in changeset.