• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

    • -0
    • +668
    ./upgrade/upgrade-5.1.0a2-5.1.0a3.sql
  1. … 684 more files in changeset.
Patch#538. Use filename instead of title for link text.

  1. … 6 more files in changeset.
Fixing bug '#19 Enable notifications on file upload'. Modified patch #534 to make it actually work on HEAD. Should work for Oracle as well but not tested on that db yet. This could do with some cleanup, and i18n-ization.

    • -0
    • +46
    ./file-storage-notifications-create.sql
    • -0
    • +10
    ./file-storage-notifications-drop.sql
  1. … 16 more files in changeset.
Added cr_mime_types to the join list. It was missing. Fix merged in from oacs-5-1.

Added cr_mime_types to the join list. It was missing

file upgrade-5.1.0a2-5.1.0a3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.0a2-5.1.0a3.sql
  1. … 1 more file in changeset.
I'd accidently changed some old upgrade files to use edit_name rather than

rename (for Oracle 9.2) and had not added the needed upgrade files for 5.1.

    • -0
    • +668
    ./upgrade/upgrade-5.1.0a2-5.1.0a3.sql
  1. … 9 more files in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 25 more files in changeset.
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

  1. … 26 more files in changeset.
fixing broken view, file storage broken

Fixed bug 1853: missing comma in fs_objects view declaration committed to

HEAD got merged to 5.1 ...

  1. … 2 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

    • -0
    • +48
    ./upgrade/upgrade-5.1.0d3-5.1.0d4.sql
  1. … 832 more files in changeset.
file upgrade-5.1.0d3-5.1.0d4.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.0d3-5.1.0d4.sql
  1. … 1 more file in changeset.
Show title on folder listing. If filename is different than title, show that as well. Show cr_mime_types.label mime type description instead of techincal mime type "code".

    • -0
    • +48
    ./upgrade/upgrade-5.1.0d3-5.1.0d4.sql
  1. … 5 more files in changeset.
Adding optional cascade_p parameter to file_storage__delete_folder to support

deleting of folder contents.

  1. … 1 more file in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -0
    • +37
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 647 more files in changeset.
propigate displayed_item_id

  1. … 2 more files in changeset.
bump to 5.1.0a1, rename upgrade-5.0.0-5.1.0.sql to upgrade-5.1.0d1-5.1.0d2 since if the from version was 5.0.1 it would not be run, also 5.1.0 was higher than the existing version in the .info file so it would not get run in any case. bug 1673

    • -0
    • +37
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 3 more files in changeset.
file upgrade-5.1.0d1-5.1.0d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 1 more file in changeset.

Fix new_root_folder for oracle.

  1. … 1 more file in changeset.
Put fs::new_root_folder tcl procedure back in. It has new optional parameters

but should behave the same as the original procedure.

  1. … 4 more files in changeset.
Give root folders for each package a unique cr_items.name in case multiple

package instances called "File Storage" are mounted. Fixed bug#1332

    • -0
    • +37
    ./upgrade/upgrade-5.0.0-5.1.0.sql
  1. … 9 more files in changeset.
Removed bogus file-storage-simple references

  1. … 1 more file in changeset.
Removed bogus references to file-storage-simple that someone re-inserted

for some reason. That was removed ages ago!

  1. … 1 more file in changeset.
Fix bug#1029. Originally added to HEAD

  1. … 2 more files in changeset.
Update last modified of the content item when a new revision is added.

Fixes bug#1029

  1. … 2 more files in changeset.
file upgrade-4.6.3-4.8.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.6.3-4.8.sql
Removing unused file-add-2.

Simplified upgrade to swap name and title.

Added upgrade for oracle and fixed oracle functions.

    • -18
    • +17
    ./file-storage-package-create.sql
    • -708
    • +0
    ./upgrade/upgrade-4.6.2-4.6.3.sql
  1. … 6 more files in changeset.
Clean up postgresql functions so name refers to name and title refers to title.

Move everything into one upgrade script.

  1. … 6 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
    ./file-storage-package-create.sql
  1. … 274 more files in changeset.