• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.1.2d1-5.1.2d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.2d1-5.1.2d2.sql
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

    • -0
    • +67
    ./upgrade/upgrade-5.1.1d2-5.1.1d3.sql
  1. … 115 more files in changeset.
moved the 5.1.1-5.1.2 upgrade script back to 5.1.1d2-5.1.1d3 and changed info file from 5.1.2 to 5.1.1d3, to maintain consistency with core release conventions.

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

    • -0
    • +0
    ./upgrade/upgrade-5.1.1d2-5.1.1d3.sql
  1. … 1 more file in changeset.
bad quoting of string literal in plpgsql functions

add define_function_args definitions for most functions, bump to 5.2.0d5, upgrade script

    • -0
    • +89
    ./upgrade/upgrade-5.2.0d4-5.2.0d5.sql
  1. … 2 more files in changeset.
name the cr_revisions_lob_fk constraint in cr_revisions

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 686 more files in changeset.
minor bug fixes: corrected list that is passed on package_exec_plsql -var_list, added definition of some plsql procs, added content::item::copy, bump up for version needed

    • -0
    • +5
    ./upgrade/upgrade-5.2.0d3-5.2.0d4.sql
  1. … 3 more files in changeset.
Added this now because it seemed invisible to others for some reason even

though it existed on the 5.1 branch in my local checkout.

Fix for bug #1799. Bug in content_type__drop_attribute.

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.

  1. … 11 more files in changeset.
file upgrade-5.1.1-5.1.2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.1-5.1.2.sql
  1. … 1 more file in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 23 more files in changeset.
Minor cosmetic change vs. 1858

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.
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
    • +92
    ./upgrade/upgrade-5.1.1d1-5.1.1d2.sql
  1. … 831 more files in changeset.
Fix typo in parameter name, reference to non-existant parameter.

Fixes bug#1793

    • -1
    • +17
    ./upgrade/upgrade-5.1.1d1-5.1.1d2.sql
file upgrade-5.1.1d1-5.1.1d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.1d1-5.1.1d2.sql
Fix reference to chid instead of child in cr_items_update_tr. Upgrade script

included. Fixes bug#1791

    • -0
    • +76
    ./upgrade/upgrade-5.1.1d1-5.1.1d2.sql
second occurance of bug 1738 version match on OS X problem

content_type__drop_type doesn't work on OS X (7.2 was matching sp[uriously) bug 1738 patch 498 Jarkko Laine

cascade deletes for table cr_folder_type_map when folder or content_type are deleted

  1. … 2 more files in changeset.
missed the pg upgrade script for cascade delete on root folder map table

    • -0
    • +8
    ./upgrade/upgrade-5.2.0d2-5.2.0d3.sql
Fixed a couple of search trigger functions which either didn't work so well or not at all. Static Pages can now be deleted or updated and will be un-indexed or re-indexed respectively.

Appled Jarrko's patch 498 for bug 1738: check for PG 7.2 failed on Mac OS X

because the check string was just '%7.2%' and Mac OS X ships with darwin 7.2

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

    • -2
    • +108
    ./upgrade/upgrade-5.0.0-5.1.0d1.sql
  1. … 647 more files in changeset.
Added MIME types for Open Office documents

    • -0
    • +23
    ./upgrade/upgrade-5.0.0-5.1.0d1.sql
  1. … 2 more files in changeset.
Fix typos in content_item__move, add missing content_folder__move function with

name parameter, and cr_items_tree_update_tr along with upgrade script.

    • -2
    • +85
    ./upgrade/upgrade-5.0.0-5.1.0d1.sql
add package_id to content_folder__new define_function_args, upgrade script