• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Rolled back abortive attempt to substitute dbms_log stuff for java

  1. … 4 more files in changeset.
Set default path for binary to /usr/bin instead of /usr/local/bin

  1. … 3 more files in changeset.
Merged 5.3 to HEAD

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

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

Got rid of reliance on Java for Oracle. Removed unused old functions. Hopefully someone else can help with a fresh install test as well

  1. … 5 more files in changeset.
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
    ./acs-content-repository-callback-procs.tcl
    • -10
    • +11
    ./acs-content-repository-init.tcl
  1. … 1 more file in changeset.
Support for relative file locations which might even reside on a windows drive and therefore start with d:\

    • -6
    • +16
    ./acs-content-repository-callback-procs.tcl
  1. … 4 more files in changeset.
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.

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

drb-*-20070513

  1. … 324 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.

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

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

    • -2
    • +2
    ./acs-content-repository-callback-procs.tcl
  1. … 353 more files in changeset.
Fix Bug#3056. sn_gifsize should be ns_gifsize.

Fix Bug#3056. sn_gifsize should be ns_gifsize.

Fix typo sn_gifsize should be ns_gifsize. Bug#3056. Thanks to Jon

Griffin for finding it and for the patch.

First round of oacs-5-3 merge to HEAD commits

  1. … 96 more files in changeset.
Merged oacs-5-2 -> oacs-5-3 branches.

  1. … 66 more files in changeset.
Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

  1. … 197 more files in changeset.
Changed content::folder::new to be a pure TCL proc relying on content::item::new instead of running into deadlocks (and being slower) when doing the plsql

    • -0
    • +43
    ./content-folder-procs.xql
missed the .xql file

    • -0
    • +20
    ./content-type-procs.xql
Added content_type_p procedure to detect if a mime_type is of a content_type

added new size for portrait avatars

Indention fixes