acs-content-repository

  • last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 72 more files in changeset.
check that the ns_set exists before trying to create new mime types in cr_scan_mime_types

    • -12
    • +14
    ./tcl/acs-content-repository-procs.tcl
Fixed bug with mime_type not found when content is empty

Added item::get_content proc

Fixed bug in item::get_revision_content, upvar'ing happened after the variable had been populated

Added PG define_function_args to a single PL/SQL proc, so we can use package_instantiate_object - need to add it to the rest

    • -0
    • +7
    ./sql/postgresql/upgrade/upgrade-5.0d1-5.0d2.sql
Added note to replace scheduled delete with a smart tcl api for the cr.

Schedule delelte at 22:00 (although that will still be the middle of the day for someone)

Schedule delete a 1am daily instead of 86400 seconds after server starts.

Updated version of this file to upgrade to changes made for Oracle 9i support

Added this file to upgrade to changes made for Oracle 9i support

    • -0
    • +5764
    ./sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql
  1. … 4 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -10
    • +10
    ./sql/oracle/content-revision.sql
  1. … 262 more files in changeset.
Closes bug #654. Multiple definitions of cr_item procs, moved item procs

from cms to acs-content-repository.

Fixed bug #615: extra unnecessary upgrade script

Applying patch #173: use file copy -force

Applied patch #253

removing ACS and OpenACS prefixes from core package names as they weren't really conveying any useful information for system admins

  1. … 12 more files in changeset.
adding item::get, item::get_element, item::publish, and item::unpublish procs to the cr items Tcl API

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 805 more files in changeset.
Changed arg order of item::get_url. Fixes bug 685 Janine Sisk.

1. I made it possible to let content_template.new(), and its PG equivalent,

create a revision of the template by simply providing the template in the 'text'

param.

2. Bug-fixed content::init, content::get_content and some other procs related

to the index.vuh in the CR. Virtual URLs are now more or less supported for items

of any content type if they have a content template associated with them.

If a content item associates a template to it (by registering it), it will have precedence

over the type's template. It will transparently act as a default, in other words.

    • -0
    • +7
    ./sql/oracle/upgrade/upgrade-4.6.5-4.7d6.sql
    • -0
    • +7
    ./sql/oracle/upgrade/upgrade-4.7d1-4.7d6.sql
    • -1
    • +81
    ./sql/postgresql/content-template.sql
    • -0
    • +83
    ./sql/postgresql/upgrade/upgrade-4.6.5-4.7d6.sql
    • -0
    • +83
    ./sql/postgresql/upgrade/upgrade-4.7d1-4.7d6.sql
Added delete, get_options_flat, and get_children procs

Another (sigh) typo in my Oracle query to return true if an item is

an extlink.

seperate queries for oracle and postgres for cr_import_content.set_file_content

    • -0
    • +10
    ./tcl/revision-procs-postgresql.xql
seperate queries for oracle and postgres for cr_import_content.set_file_content

    • -0
    • +10
    ./tcl/revision-procs-postgresql.xql
Fixed syntax error in query ...

should be updating filename in set_file_content query

make file attachments work (my last commit fixed URLs but overlooked files

  1. … 3 more files in changeset.
make attachments work (context was calendar events). Added item::get_type to the CR because I needed it and it didn't seem to already exist.

  1. … 4 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 53 more files in changeset.