acs-content-repository

  • last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix cvs id string

  1. … 1 more file in changeset.
undeclared variable in trigger bug 1769/patch 467 Dave Bauer

do not drop non-existent trigger

Change triggers to index only live revisions by Dave Bauer, 2002-09-26

triggers queue search interface to modify search index after content

changes

    • -12
    • +43
    ./sql/postgresql/content-search.sql
file upgrade-4.5-4.6.sql was initially added on branch oacs-4-6.

file acs-content-repository-procs-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./tcl/acs-content-repository-procs-oracle.xql
fixed file sweeper proc for oracle

    • -0
    • +16
    ./tcl/acs-content-repository-procs-oracle.xql
    • -8
    • +2
    ./tcl/acs-content-repository-procs.tcl
    • -9
    • +0
    ./tcl/acs-content-repository-procs.xql
Changed index.vuh files to use rp_internal_redirect rather than

rp_serve_abstract_file, which didn't work if OpenACS was running in

performance mode.

  1. … 5 more files in changeset.
Added new files to .info files

  1. … 38 more files in changeset.
removing duplicated upgrade script

adds some common mime types to cr_mime_types

    • -4
    • +25
    ./sql/postgresql/content-create.sql
fixed merge of get_mime_info

cleanup

changed query to 0or1row

documentation cleanup (fix @see, add -public/-private where needed)

  1. … 6 more files in changeset.
fix some broken links

  1. … 23 more files in changeset.
fixed problem with content type view insert rule - fix provided by Jun Yumog

Re-added fixes that didn't get merged in from 4.5

1) bboard-procs-postgresql.xql

2) etp-procs-oracle.xql

3) subsite/www/admin/users/new-postgresql.xql

4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql

Edited the acs-kernel upgrade script that JonG initially created (PG)

Created an oracle upgrade script

Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged)

Update the acs-kernel .info file to 4.5.1

  1. … 8 more files in changeset.
converted template query to uplevel multirow

converted template db api calls to standard api calls

updated version to 4.5

  1. … 15 more files in changeset.
Fixed a porting bug: content.blob_to_string hadn't been ported. Done using db_map and a partial_query.

add a -move flag to cr_create_content_file since most common use of

this command is to take an uploaded file from /tmp and put it into

the cr and for many machines /tmp is the same partition as the

repository which means no actual file copying is required.

Do not pass title to content_item__new since it forces it to create a

content revision in which to store it (and we are going to

create it ourselves as the next step).

type in constraint name cr_revisions_storage_type rather than cr_items_storage_type fixes bug 1021 patch 305

fix to cr_import_content.content_revision_new to call the right PL/SQL proc

Fix to gif mime_type from "gif" to "image/gif"

removed content_item.update_last_modified, use acs_object.update_last_modified instead

Updated .info files of all core packages to version 4.5

  1. … 21 more files in changeset.
Added upgrade script for CR 4.1.2->4.5