• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed my previous select as it was missing the parent_id clause

PLEASE REVERT IF YOU THINK THIS IS NOT RIGHT, but it is the only way this f***ed upgrade script works reliably on the sites I needed to upgrade (and that had the same title twice. I changed the if statement from the complex parent_id, title check to a simple select on the cr_item table, checking if the name is already there. Obviously this is very inefficient (for each file you run yet another select) but it works reliably (with the old version I got errors on two sites)

Two wheres = error. I changed one where to an and and hope this is intended.

    • -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
    • +37
    ./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
    • +38
    ./upgrade/upgrade-5.1.0a11-5.1.0a12.sql
  1. … 29 more files in changeset.
comment line 49, function file_storage__new_root_folder (integer)

Change needed due to dependecies

  1. … 1 more file in changeset.
fixing syntax error

Patch #594, Fixes bug#2092, syntax errors in upgrade script.

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
    • +2
    ./file-storage-notifications-create.sql
  1. … 1 more file in changeset.
Fix name/title upgrade. Load the entire oracle pl/sql package instead of

re-sourceing package create.sql

    • -0
    • +82
    ./upgrade/upgrade-5.1.0a6-5.1.0a7.sql
    • -27
    • +1
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 2 more files in changeset.
Fix bug#2036. Recreate file-storage view with cr_revisions.title

Backported notification support for file-storage from HEAD.

    • -0
    • +0
    ./file-storage-notifications-create.sql
    • -0
    • +63
    ./upgrade/upgrade-5.1.0a4-5.1.0a5.sql
  1. … 19 more files in changeset.
Fix file_storage__move_file in upgrade script. Fixes bug#1974

    • -0
    • +27
    ./upgrade/upgrade-5.1.0a3-5.1.0a4.sql
  1. … 1 more file in changeset.
Patch#538. Use filename instead of title for link text.

  1. … 6 more files in changeset.
Close bug#1908. Remove call to new_root_folder.

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
    • +21
    ./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.
Fixed bug 1853: missing comma in fs_objects view declaration committed to

HEAD got merged to 5.1 ...

  1. … 2 more files in changeset.
Remove misnamed upgrade script.

    • -69
    • +0
    ./upgrade/upgrade-5.1.0d3-5.1.0.d4.sql
    • -1
    • +71
    ./upgrade/upgrade-5.1.0d3-5.1.0d4.sql
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.
Recreate file_storage__new_root_folder on upgrade.

    • -0
    • +69
    ./upgrade/upgrade-5.1.0d3-5.1.0.d4.sql
Fix missing '' in file_storage__delete_folder. Fixes bug#1808

    • -0
    • +42
    ./upgrade/upgrade-5.1.0d2-5.1.0d3.sql
Adding optional cascade_p parameter to file_storage__delete_folder to support

deleting of folder contents.

  1. … 1 more file in changeset.
Remove unused v_count variable in file_storage__get_root_folder

Remove unused v_count variable in file_storage__get_root_folder.

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

    • -641
    • +0
    ./upgrade/upgrade-5.0.0-5.1.0.sql
    • -0
    • +641
    ./upgrade/upgrade-5.1.0d1-5.1.0d2.sql
  1. … 3 more files in changeset.