• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge bartt PG 7.3 fixes from HEAD

  1. … 54 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

  1. … 54 more files in changeset.
Added */* as unknown mime type, because otherwise files that didn't match one of the existing mime types wouldn't upload in file-storage.

  1. … 1 more file in changeset.
adds some common mime types to cr_mime_types

  1. … 1 more file in changeset.

1. home.tcl - applied patch from SDM to use ad_pvt_home rather than a

fixed value.

2. defs-procs.tcl - applied patch that fixed a "link within a link" problem.

3. content_item.tree_sortkey had no index (gulp!)

  1. … 2 more files in changeset.

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 18 more files in changeset.

Changed the representation of tree_sortkeys from "text" to "bit varying".

  1. … 62 more files in changeset.

1. Fixed permissions bug in the PG version (missing OR clause in a view)

2. Added (untested thus far) site-wide-search to glossary

3. Added centralized support for importing files into the CR (either into

the filesystem or the database).

4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs

more fixing.

  1. … 61 more files in changeset.

1. Typo in the alter table in the PG version ...

2. Just folded the alter tables into the cr_folders table definition. This

is still pre-beta ...

  1. … 1 more file in changeset.
added a constraint

added package_id to cr_folders

fixed infinite recursion problem with cr_keywords update trigger

added support for multiple file storage areas

  1. … 11 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.
updated search support to include templates and images

  1. … 6 more files in changeset.
added virtual url support for CR

  1. … 5 more files in changeset.
removed DataProvider Contract Temporarily

  1. … 1 more file in changeset.
added dependency for acs-service-contract

  1. … 1 more file in changeset.
modified CR to provide the FtsContentProvider interface

  1. … 3 more files in changeset.
fixed folder deletion problem caused by pg RI bug

  1. … 1 more file in changeset.
reimplemented RI triggers for live_revision and latest_revision as user triggers

removed foreign key constraints on cr_item_publish_audit to work-aroudn a data-change violation bug in postgresql

cleaned up content repository data-model and converted oracle apm to use file storage in the content repository

  1. … 11 more files in changeset.
converted apm to store package tarballs in the content repository

  1. … 7 more files in changeset.
tested lob support for content-repository. converted photo upload in acs-subsite to use lobs instead of files

  1. … 9 more files in changeset.
finished porting portrait upload to work with CR

  1. … 4 more files in changeset.
added file support to CR data-model

  1. … 12 more files in changeset.

Removed more of the "default '' not null" kludge.

  1. … 18 more files in changeset.
patch submitted by Steve Woodcock

  1. … 13 more files in changeset.
fixed problem with infinite recursion on updates of tables with tree query triggers

  1. … 4 more files in changeset.