• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Forgot the function that needed upgrades as well. Good to have sites that acutally upgraded from 4.6 around :-). ORACLE: NOT TESTED. NOT SURE IF IT IS THE PROPER THING. PLEASE TEST.

  1. … 1 more file in changeset.
Made sure that old forum instances have the package_id set correctly. For newer ones acs_object__new should take care of it.

  1. … 2 more files in changeset.
file upgrade-1.3d3-1.3d4.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade/upgrade-1.3d3-1.3d4.sql
  1. … 1 more file in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -8
    • +20
    ./forums-messages-package-create.sql
    • -3
    • +27
    ./upgrade/upgrade-1.1.1-1.1.2d1.sql
    • -0
    • +48
    ./upgrade/upgrade-1.1.2d4-1.1.2d5.sql
    • -0
    • +12
    ./upgrade/upgrade-1.2.0d3-1.2.0d4.sql
    • -0
    • +11
    ./upgrade/upgrade-1.2.0d4-1.3d1.sql
    • -34
    • +28
    ./upgrade/upgrade-1.2d1-1.2d2.sql
  1. … 2470 more files in changeset.
Initial import of forums version 1.2.0d4

    • -5
    • +114
    ./forums-notifications-sanitize.sql
    • -0
    • +402
    ./upgrade/upgrade-1.0.6-1.0.7d.sql
    • -0
    • +285
    ./upgrade/upgrade-1.0d4-1.0.1d2.sql
    • -0
    • +11
    ./upgrade/upgrade-1.1.1-1.1.2d1.sql
    • -0
    • +48
    ./upgrade/upgrade-1.1.2d4-1.1.2d5.sql
  1. … 256 more files in changeset.
Initial import of forums version 1.2.0d4

    • -69
    • +77
    ./forums-forums-package-create.sql
    • -178
    • +342
    ./forums-messages-package-create.sql
  1. … 35 more files in changeset.
Update package_id for projects

    • -0
    • +11
    ./upgrade/upgrade-1.2.0d4-1.3d1.sql
file upgrade-1.2.0d4-1.3d1.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-1.2.0d4-1.3d1.sql
increase forums_forums.charter to 4000 chars, add length checking in the forums form, bump version info

    • -0
    • +12
    ./upgrade/upgrade-1.2.0d3-1.2.0d4.sql
  1. … 5 more files in changeset.
file upgrade-1.2.0d3-1.2.0d4.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-1.2.0d3-1.2.0d4.sql
  1. … 1 more file in changeset.
Last poster was updated with the user_id value of the root message instead of with the user_id received by forums_message.new

Fix oracle syntax and query for updating forums_messages.last_poster

Applied patch to fix bug #2761.

    • -6
    • +18
    ./forums-messages-package-create.sql
Fix permissions change so it works if explciti read, write, or create exist on

forums objects.

    • -3
    • +27
    ./upgrade/upgrade-1.1.1-1.1.2d1.sql
  1. … 1 more file in changeset.
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
    • +48
    ./upgrade/upgrade-1.1.2d4-1.1.2d5.sql
  1. … 89 more files in changeset.
file upgrade-1.1.2d4-1.1.2d5.sql was added on branch oacs-5-2 on 2005-09-26 09:03:13 +0000

Resolving outstanding permissions bugs in forums. Please let me know if you have any trouble with it.

    • -0
    • +48
    ./upgrade/upgrade-1.1.2d4-1.1.2d5.sql
  1. … 6 more files in changeset.
file upgrade-1.1.2d4-1.1.2d5.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-1.1.2d4-1.1.2d5.sql
  1. … 1 more file in changeset.
The forums_forum package must be rebuilt as well.

The forums_forum package must be rebuilt as well.

bugfix: fixing bug #2395, bad sql

dehash the forums code

    • -0
    • +414
    ./upgrade/upgrade-1.2d1-1.2d2.sql
  1. … 35 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

    • -0
    • +11
    ./upgrade/upgrade-1.1.1-1.1.2d1.sql
  1. … 321 more files in changeset.
Missing files from the previous commit

    • -0
    • +11
    ./upgrade/upgrade-1.1.1-1.1.2d1.sql
  1. … 1 more file in changeset.
file upgrade-1.1.1-1.1.2d1.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-1.1.1-1.1.2d1.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

    • -9
    • +114
    ./forums-messages-package-create.sql
    • -0
    • +402
    ./upgrade/upgrade-1.0.6-1.0.7d.sql
  1. … 2272 more files in changeset.
Testing revealed a minor error in my upgrade script

My changes weren't counting threaded deletes correctly ... this still needs

retesting on Oracle/PG which I'll do in the next day or so by writing new

test cases...

  1. … 2 more files in changeset.
Added previous "mutating table" fix to the upgrade script, too ...