• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
This script was failing on Oracle. To fix I added named args to all calls and changed acs_sc_impl.new_alias to acs_sc_impl_alias.new

    • -17
    • +17
    ./upgrade/upgrade-5.1.0a4-5.1.0a5.sql
Changed the upgrade script to use select count(*) to circumwent Oracles dislike for if (select...)

Upgrade scripts was buggy, took the create version

    • -2
    • +12
    ./upgrade/upgrade-5.1.0a4-5.1.0a5.sql
Change the ifstatement to the select query as in postgres

Bugfix: converted extra 'where' to an 'and'.

    • -2
    • +2
    ./upgrade/upgrade-5.1.0a13-5.1.0a14.sql
Add existing file-storage to dav_site_node_map

    • -0
    • +12
    ./upgrade/upgrade-5.1.0a13-5.1.0a14.sql
  1. … 2 more files in changeset.
Fixing the fk constraint on fs_rss_subscrs(subscr_id). It now has on delete cascade so that rss feeds can be deleted from the rss-support admin page.

    • -0
    • +8
    ./upgrade/upgrade-5.1.0a12-5.1.0a13.sql
  1. … 3 more files in changeset.
Adding rss support, turned off and hidden by default.

    • -0
    • +42
    ./upgrade/upgrade-5.1.0a11-5.1.0a12.sql
  1. … 29 more files in changeset.
The call to acs_sc was missing a parameter. Fixed, but maybe someone could take a look and explain why noone stumbled across this earlier :).

    • -1
    • +12
    ./file-storage-notifications-create.sql
  1. … 1 more file in changeset.
filestorage was displying the ugly filename instead of the pretty title for the main entry; also wasn't updating the filename to the newest upload (still need to ask DaveB about getting the links to work with the latest upload filename

  1. … 6 more files in changeset.
showing date of latest file change for folders

    • -0
    • +47
    ./upgrade/upgrade-5.1.0a8-5.1.0a9.sql
  1. … 1 more file in changeset.
listing of files listed first revision date instead of last revision date - also fixed upgrade script

    • -0
    • +67
    ./upgrade/upgrade-5.1.0a6-5.1.0a7.sql
Clean unnecessary triggers from uprade script. They don't need to be

updated.

    • -56
    • +1
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
Fix name/title upgrade. Load the entire oracle pl/sql package instead of

re-sourceing package create.sql

    • -0
    • +78
    ./upgrade/upgrade-5.1.0a6-5.1.0a7.sql
    • -22
    • +665
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 2 more files in changeset.
Backported notification support for file-storage from HEAD.

    • -0
    • +0
    ./file-storage-notifications-create.sql
    • -0
    • +46
    ./upgrade/upgrade-5.1.0a4-5.1.0a5.sql
  1. … 19 more files in changeset.
Patch#538. Use filename instead of title for link text.

  1. … 6 more files in changeset.
Added cr_mime_types to the join list. It was missing

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.
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.
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.
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.