• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed some upgrade scripts for oracle

    • -0
    • +714
    ./oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql
  1. … 6 more files in changeset.
putting create or replace instead of just create

Modified cc_users moving the magic object lookup to its own query. The view was really slow when joined against the acs_magic_objects table.

Changed cc_users and registered_users views to use the acs__magic_object_id

function that was written quite some time ago but never used in those views.

And those views are really slow when joined against the acs_magic_objects

table ...

    • -0
    • +28
    ./postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql
  1. … 1 more file in changeset.
flip order of delete for group delete

flip order of delete of rels and rel segments, bump version to 5.1.2d2, upgrade scripts for oracle and pg, bug 775 patch 267 Randy O'Meara

    • -0
    • +192
    ./oracle/upgrade/upgrade-5.1.2d1-5.1.2d2.sql
    • -0
    • +40
    ./postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql
  1. … 1 more file in changeset.
Wouldn't let me tag after adding to HEAD so am committing directly...

    • -0
    • +57
    ./postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql
Oops did this wrong ... want to do exactly what Andrew did for consistency

    • -61
    • +0
    ./postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql
Upgrade to apply previous register parameter bug fix

    • -0
    • +61
    ./postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql
Ported Andrew's Oracle register parameter patch.

Simplifying the cursor in apm.register_parameter to fix a bug, and make it simpler. Don's doing the PG version.

Applied Dave's bugfix for \#1419 here to fix the same bug

do not create the cc_users_of_package_id view since we dont create application_users view anymore so its not used

Drop views with 'CASCADE' and recreate depending views. http://openacs.org/forums/message-view?message_id=177253

    • -2
    • +13
    ./postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql
setting context_id of registered users group to be the main site package so that admin privilege on that package entitles you to add users. See http://openacs.org/forums/message-view?message_id=171339