• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
move deprecated procs into deprecated-procs

  1. … 21 more files in changeset.
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::*

  1. … 4 more files in changeset.
adding the item::delete PL/SQL wrapper proc

  1. … 2 more files in changeset.
Finish fixing item::publish. Move oracle queries to -oracle.xql.

Fix item::unpublish in the same way.

  1. … 3 more files in changeset.
Closes bug #654. Multiple definitions of cr_item procs, moved item procs

from cms to acs-content-repository.

  1. … 3 more files in changeset.
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.

  1. … 16 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
Removed the vile fs_simple_objects added by OF to store URLs in file

storage despite the existence of a non-versioned URL type in the content

repository. Upgrade scripts provided. I added Tcl API to the content

repository to honor our desire to export the SQL API to Tcl client code.

1. folder contents are now counted correctly (bug fix)

2. The fs_objects view is now usable in PG (it was a UNION view before and

therefore didn't scale)

3. Code in file storage is considerably simpler now and all file storage

objects are now stored in the content repository, as they should

be.

The Oracle version may need some work I'll finish testing this afternoon.

  1. … 46 more files in changeset.
moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms

    • -0
    • +42
    ./item-procs-oracle.xql
  1. … 21 more files in changeset.