• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding new mime-types, which I forgot to add back when I added the new richtext widget. Jeff will probably go in and rename them something else for me, and hopefully he'll propagate the change to the richtext widget and acs-tcl/tcl/text-html-procs as well.

  1. … 3 more files in changeset.
moved the includes back up to where they belong, add the 4.6.3 upgrade scripts

  1. … 3 more files in changeset.
- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

  1. … 20 more files in changeset.
adds indexes for fk constraint children, bumps version to 4.6.2, upgrades supplied

  1. … 4 more files in changeset.
adds */* mime type, bump version from 4.6 to 4.6.1 and provide an upgrade script (*/* added by Lars on HEAD)

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