acs-content-repository

  • last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Grrr, I didn't commit bumped version numbers before making the 5.3.0 tarball

  1. … 18 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

    • -2
    • +2
    ./tcl/acs-content-repository-callback-procs.tcl
    • -2
    • +2
    ./tcl/acs-content-repository-procs.tcl
  1. … 353 more files in changeset.
Move content_revision__new functions to a seperate upgrade script that

will run after beta2.

file upgrade-5.3.0b2-5.3.0b3.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.3.0b2-5.3.0b3.sql
Recreate all content_revision__new functions.

Recreating the trigger without recreating the view can cause a problem

in a very specific case. It doesn't hurt to recreate the view (which

calls refresh_trigger)

Bumped version numbers to 5.3.0b2. Made acs-mail-lite auto-install.

  1. … 18 more files in changeset.