• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixing upgrade

    • -0
    • +210
    ./postgresql/upgrade/upgrade-0.5d-0.6d.sql
    • -0
    • +73
    ./postgresql/upgrade/upgrade-0.7d-0.8d.sql
file upgrade-0.5d-0.6d.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.5d-0.6d.sql
file upgrade-0.7d-0.8d.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.7d-0.8d.sql
commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

    • -0
    • +67
    ./oracle/news-aggregator-create.sql
    • -0
    • +181
    ./oracle/news-aggregator-package-create.sql
    • -0
    • +13
    ./oracle/news-aggregator-package-drop.sql
    • -0
    • +121
    ./oracle/upgrade/upgrade-0.1d-0.2d.sql
    • -0
    • +179
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
  1. … 42 more files in changeset.
file upgrade-0.5d2-0.5d3.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
Fix bug #2341 applying patch 723 and providing update script for oracle

    • -0
    • +179
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
file upgrade-0.5d2-0.5d3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.5d2-0.5d3.sql
Fix bug #2341 applying patch 723 and providing update script for oracle

    • -2
    • +62
    ./oracle/news-aggregator-package-create.sql
    • -0
    • +3
    ./oracle/news-aggregator-package-drop.sql
  1. … 3 more files in changeset.
Data model changes: Added author and pub_date fields to na_item__new (news-aggregator)

    • -3
    • +11
    ./postgresql/news-aggregator-packages-create.sql
    • -2
    • +4
    ./postgresql/news-aggregator-packages-drop.sql
Added the following fields to the news-aggregator data model:

- author, comment_page and pub_date to na_items

- source_title and show_description_p to na_subscriptions

    • -1
    • +9
    ./postgresql/news-aggregator-tables-create.sql
    • -0
    • +17
    ./postgresql/upgrade-0.7d-0.8d.sql
file news-aggregator-create.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

file upgrade-0.1d-0.2d.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.1d-0.2d.sql
file news-aggregator-package-drop.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

    • -0
    • +0
    ./oracle/news-aggregator-package-drop.sql
file news-aggregator-package-create.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

    • -0
    • +0
    ./oracle/news-aggregator-package-create.sql
file news-aggregator-drop.sql was added on branch oacs-5-2 on 2005-09-26 08:54:34 +0000

Checked through all the conflicts between news-aggregator-0-2d and news-aggregator-0-4d and bumped version to 0.5d

    • -67
    • +0
    ./oracle/news-aggregator-create.sql
    • -121
    • +0
    ./oracle/news-aggregator-package-create.sql
    • -10
    • +0
    ./oracle/news-aggregator-package-drop.sql
    • -121
    • +0
    ./oracle/upgrade/upgrade-0.1d-0.2d.sql
    • -191
    • +7
    ./postgresql/news-aggregator-create.sql
    • -38
    • +7
    ./postgresql/news-aggregator-drop.sql
  1. … 17 more files in changeset.
Import of news-aggregator version 0.4d (from Guan's and Simon's CVS) by Guan Yang <guan@unicast.org>

    • -0
    • +8
    ./postgresql/news-aggregator-create.sql
    • -0
    • +0
    ./postgresql/news-aggregator-packages-create.sql
    • -0
    • +0
    ./postgresql/news-aggregator-packages-drop.sql
    • -0
    • +0
    ./postgresql/news-aggregator-tables-create.sql
    • -0
    • +0
    ./postgresql/news-aggregator-tables-drop.sql
  1. … 75 more files in changeset.
Initial revision

    • -0
    • +405
    ./postgresql/news-aggregator-packages-create.sql
    • -0
    • +82
    ./postgresql/news-aggregator-packages-drop.sql
    • -0
    • +277
    ./postgresql/news-aggregator-tables-create.sql
    • -0
    • +54
    ./postgresql/news-aggregator-tables-drop.sql
  1. … 63 more files in changeset.
Hakan Andersson made functions use timestamptz instead of timestamp

    • -4
    • +4
    ./postgresql/news-aggregator-create.sql
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +121
    ./oracle/upgrade/upgrade-0.1d-0.2d.sql
  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)

    • -5
    • +5
    ./oracle/news-aggregator-package-create.sql
  1. … 274 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +67
    ./oracle/news-aggregator-create.sql
    • -0
    • +121
    ./oracle/news-aggregator-package-create.sql
    • -0
    • +10
    ./oracle/news-aggregator-package-drop.sql
    • -0
    • +192
    ./postgresql/news-aggregator-create.sql
    • -0
    • +39
    ./postgresql/news-aggregator-drop.sql
  1. … 811 more files in changeset.
- Fixed repeated use of na_sources_source_id_fk constraint name in datamodel.

    • -2
    • +2
    ./postgresql/news-aggregator-create.sql
file news-aggregator-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/news-aggregator-create.sql
    • -0
    • +0
    ./postgresql/news-aggregator-create.sql
file news-aggregator-package-drop.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/news-aggregator-package-drop.sql
file news-aggregator-package-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/news-aggregator-package-create.sql
file news-aggregator-drop.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/news-aggregator-drop.sql
    • -0
    • +0
    ./postgresql/news-aggregator-drop.sql
added news aggregator package

    • -0
    • +67
    ./oracle/news-aggregator-create.sql
    • -0
    • +121
    ./oracle/news-aggregator-package-create.sql
    • -0
    • +10
    ./oracle/news-aggregator-package-drop.sql
    • -0
    • +192
    ./postgresql/news-aggregator-create.sql
    • -0
    • +39
    ./postgresql/news-aggregator-drop.sql
  1. … 17 more files in changeset.