• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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 ...

Fixing "mutating table" problem but on my wrong machine, need to go

test this on the server with Oracle on it ...

Oracle 8 doesn't support current_timestamp, so I've changed it to sysdate

last_child_post wasn't being initialized in the "new" function...

Added the thread and reply counting code previously commited for the PG

version to the Oracle version.

    • -8
    • +109
    ./forums-messages-package-create.sql
    • -0
    • +398
    ./upgrade/upgrade-1.0.6-1.0.7d.sql
file upgrade-1.0.6-1.0.7d.sql was initially added on branch oacs-5-1.

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

  1. … 116 more files in changeset.
fixing bug in previous submission

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

    • -0
    • +285
    ./upgrade/upgrade-1.0d4-1.0.1d2.sql
  1. … 685 more files in changeset.
file upgrade-1.0d4-1.0.1d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-1.0d4-1.0.1d2.sql
  1. … 1 more file in changeset.
fix from Sloan: use richtext widget

    • -0
    • +285
    ./upgrade/upgrade-1.0d4-1.0.1d2.sql
  1. … 13 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

  1. … 833 more files in changeset.
Paraemterized the Intermedia scripts

fix upgrade script, set package, title for forums on new and edit, propigate displayed_object_id for forum

  1. … 5 more files in changeset.
propigate title, package_id to acs_objects, require kernel 5.2.0d2 bump version to 1.1d2, upgrade scripts tip 42

    • -0
    • +1
    ./upgrade/upgrade-1.1d1-1.1d2.sql
  1. … 3 more files in changeset.
Reverting accidental change

Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +364
    ./upgrade/upgrade-1.0d3-1.0d4.sql
  1. … 23 more files in changeset.
- Fixed bug in oracle code, which caused thread last post date to not get set corectly

- Moved upgrade scripts to upgrade directory

    • -0
    • +328
    ./upgrade/upgrade-0.1d-0.2d.sql
    • -0
    • +6
    ./upgrade/upgrade-0.2d-0.3d.sql
    • -0
    • +3
    ./upgrade/upgrade-0.3d-0.4d.sql
    • -0
    • +260
    ./upgrade/upgrade-1.0d2-1.0d3.sql
  1. … 7 more files in changeset.
Fixed bug #871: Sorting forums post listing

  1. … 11 more files in changeset.
Fixed bug #873 for Oracle by also using 'like' search for Oracle. Intermedia doesn't install by default, and I'm not sure how we're going to make it.

  1. … 5 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)

  1. … 271 more files in changeset.
Resolves bug #749 by appying patch #302.

  1. … 2 more files in changeset.
Applied patch #16 for dropping forums. Not convinced it works now, and haven't tested, but I can tell for sure it didn't work before.

    • -5
    • +112
    ./forums-notifications-sanitize.sql
using named parameters in call to acs_sc_impl.new to avoid mismatch with new optional pretty name parameter

  1. … 26 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 63 more files in changeset.
Removed some postgresql-isms. SC drop is Still missing, and it will still fail because of child record problems in notifications.