• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Avoid implict binary encoding by setting encoding flag explicitly; see http://openacs.org/forums/message-view?message_id=2478560

Add proc to resize images that are already in the CR to provide thumbnail and other sizes

Merged from 5.4.2

  1. … 283 more files in changeset.
Fixed default template: only render content when it's HTML or can be converted to HTML

deactivate background_delivery for connections via nsopenssl

deactivate background_delivery for connections via nsopenssl

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

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.