• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
partial fix bug 2369

    • -14
    • +25
    ./postgresql/file-storage-package-create.sql
    • -0
    • +199
    ./postgresql/upgrade/upgrade-5.2.0d6-5.2.0d7.sql
  1. … 1 more file in changeset.
adds file_storage__copy_file

    • -1
    • +106
    ./postgresql/upgrade/upgrade-5.1.0a16-5.1.0a17.sql
fixes file_storage__copy_file

    • -2
    • +6
    ./postgresql/file-storage-package-create.sql
partial fix of bug 2639 -- patch 736

    • -13
    • +20
    ./postgresql/file-storage-package-create.sql
    • -0
    • +199
    ./postgresql/upgrade/upgrade-5.1.0a16-5.1.0a17.sql
  1. … 4 more files in changeset.
Upgrade scripts for the view fix for fs_objects

    • -0
    • +50
    ./postgresql/upgrade/upgrade-5.2.0d5-5.2.0d6.sql
  1. … 1 more file in changeset.
file upgrade-5.2.0d5-5.2.0d6.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.2.0d5-5.2.0d6.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.2.0d5-5.2.0d6.sql
Fixed the counting. Special treatment for oracle not using the "in" statement. PLEASE TEST IT SOMEONE!!!

    • -2
    • +2
    ./oracle/file-storage-views-create.sql
the count in fs_objects was actually counting non fs_objects as well when counting the number of elements in a folder. This has been taken care of.

    • -2
    • +2
    ./postgresql/file-storage-views-create.sql
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
    ./oracle/upgrade/upgrade-5.1.0a4-5.1.0a5.sql
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
    ./oracle/upgrade/upgrade-5.1.0a4-5.1.0a5.sql
Added callbacks for integration with PM. Made sure the package_id is set correctly

    • -2
    • +6
    ./oracle/file-storage-package-create.sql
    • -1
    • +1
    ./oracle/file-storage-views-create.sql
    • -1
    • +1
    ./oracle/upgrade/upgrade-4.6.1-4.6.2.sql
    • -2
    • +5
    ./postgresql/file-storage-package-create.sql
    • -1
    • +1
    ./postgresql/file-storage-views-create.sql
    • -1
    • +1
    ./postgresql/file-storage-views-drop.sql
    • -1
    • +1
    ./postgresql/upgrade/upgrade-5.1.0a13-5.1.0a14.sql
  1. … 47 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 318 more files in changeset.
Changed the upgrade script to use select count(*) to circumwent Oracles dislike for if (select...)

upgrade-5.0.0-5.1.0.sql was not well ordered and was renamed to 5.1.0d1-5.1.0d2

    • -37
    • +0
    ./oracle/upgrade/upgrade-5.0.0-5.1.0.sql
    • -641
    • +0
    ./postgresql/upgrade/upgrade-5.0.0-5.1.0.sql
Upgrade scripts was buggy, took the create version

Change the ifstatement to the select query as in postgres

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)

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

bind the fts contract when creating the datamodel

    • -0
    • +1
    ./postgresql/file-storage-sc-create.sql
  1. … 1 more file in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

    • -1
    • +12
    ./oracle/file-storage-notifications-create.sql
    • -0
    • +42
    ./oracle/file-storage-rss-create.sql
    • -4
    • +10
    ./oracle/file-storage-views-create.sql
    • -0
    • +145
    ./oracle/upgrade/upgrade-5.1.0a6-5.1.0a7.sql
    • -23
    • +611
    ./oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
    • -1
    • +2
    ./postgresql/file-storage-notifications-create.sql
    • -0
    • +41
    ./postgresql/file-storage-rss-create.sql
    • -6
    • +9
    ./postgresql/upgrade/upgrade-4.2-4.6.sql
    • -0
    • +38
    ./postgresql/upgrade/upgrade-5.1.0a11-5.1.0a12.sql
  1. … 2261 more files in changeset.
Two wheres = error. I changed one where to an and and hope this is intended.

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

    • -0
    • +12
    ./postgresql/upgrade/upgrade-5.1.0a13-5.1.0a14.sql
  1. … 1 more file in changeset.
file upgrade-5.1.0a13-5.1.0a14.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.1.0a13-5.1.0a14.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.1.0a13-5.1.0a14.sql
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.

    • -1
    • +2
    ./postgresql/file-storage-rss-create.sql
    • -0
    • +37
    ./postgresql/upgrade/upgrade-5.1.0a12-5.1.0a13.sql
  1. … 1 more file in changeset.
file upgrade-5.1.0a12-5.1.0a13.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.1.0a12-5.1.0a13.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.1.0a12-5.1.0a13.sql
file upgrade-5.1.0a11-5.1.0a12.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.1.0a11-5.1.0a12.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.1.0a11-5.1.0a12.sql
Adding rss support, turned off and hidden by default.

    • -0
    • +41
    ./oracle/file-storage-rss-create.sql
    • -0
    • +40
    ./postgresql/file-storage-rss-create.sql
    • -0
    • +38
    ./postgresql/upgrade/upgrade-5.1.0a11-5.1.0a12.sql
  1. … 26 more files in changeset.
file file-storage-rss-create.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./oracle/file-storage-rss-create.sql
    • -0
    • +0
    ./postgresql/file-storage-rss-create.sql
comment line 49, function file_storage__new_root_folder (integer)