• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix item::publish. Refernce to wrong variable, add postgresql version of

plsql call.

  1. … 1 more file in changeset.
item::get_content: Made revision optional, if you provide item_id

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

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

Closes bug #654. Multiple definitions of cr_item procs, moved item procs

from cms to acs-content-repository.

  1. … 3 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. … 816 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.

  1. … 16 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. … 5 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 35 more files in changeset.
fix typo at end of file

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.
file_extension not always defined

fixed merge of get_mime_info

cleanup

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

  1. … 1 more file in changeset.
converted template db api calls to standard api calls

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

  1. … 21 more files in changeset.