• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.4.1-5.4.2b1.sql was added on branch oacs-5-4 on 2008-04-30 00:05:08 +0000

  1. … 1 more file in changeset.
Created 5.4 version of a 5.3 upgrade script that was put on HEAD rather than

the oacs-5-3 branch originally, meaning the upgrade was never applied. These

two scripts create an index but check to make sure it doesn't exist first, so

if someone has created the index (perhaps by running the old upgrade script)

manually, no harm will be done by applying the 5.4 upgrade.

    • -0
    • +12
    ./upgrade-5.4.1-5.4.2b1.sql
  1. … 1 more file in changeset.
Removed lock table kludge used to work around PG 7 deadlock

  1. … 1 more file in changeset.
Not needed in PG 8x

file upgrade-5.4.0d4-5.4.0d5.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./upgrade-5.4.0d4-5.4.0d5.sql
Completed NIma's patch.

  1. … 1 more file in changeset.
Added upgrade for missing cascade part for site_node_object_mappings

Creating privilege annotate in case it's not created.

  1. … 1 more file in changeset.
Missed this in my upgrade

  1. … 2 more files in changeset.
'annotate' was not a child of 'admin' - pffft!

    • -0
    • +1
    ./upgrade-5.4.0d3-5.4.0d4.sql
  1. … 3 more files in changeset.
Merged 5.3 to HEAD

  1. … 1 more file in changeset.
Get rid of the postgres warning "adding missing FROM-clause entry " on sequences

Make "db_nextval acs_object_id_seq" more than twice as fast (from 948 microseconds to 378 microseconds)

    • -0
    • +105
    ./upgrade-5.4.0d2-5.4.0d3.sql
  1. … 9 more files in changeset.
adding missing function args, fixing incorrect function args, including upgrade script

    • -0
    • +13
    ./upgrade-5.4.0d1-5.4.0d2.sql
  1. … 3 more files in changeset.
Fix upgrade to parameter datatype check constraint to work with either

variation of the constraint name. Bump version in info file so upgrade

will run.

  1. … 2 more files in changeset.
file upgrade-5.3.2d1-5.3.2d2.sql was added on branch drb-merge-5-3-pre-20070923 on 2007-09-25 15:22:35 +0000

  1. … 1 more file in changeset.
file upgrade-5.3.2d1-5.3.2d2.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade-5.3.2d1-5.3.2d2.sql
  1. … 1 more file in changeset.
Allow a new parameter type "text" to show a textarea on the parmeter form for parmaeter values that don't fit well within a textbox.

  1. … 8 more files in changeset.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
file upgrade-5.3.1b1-5.3.1b2.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade-5.3.1b1-5.3.1b2.sql
  1. … 1 more file in changeset.
bumping version numbers and create an additional index to speed up permission checking

  1. … 4 more files in changeset.
create indices conditionally in upgrade scripts (many thanks to daveb for the snippets for oracle and postres)

  1. … 1 more file in changeset.
adding missing upgrade scripts to create index

    • -0
    • +2
    ./upgrade-5.3.0b1-5.3.0b2.sql
  1. … 1 more file in changeset.
First round of oacs-5-3 merge to HEAD commits

  1. … 96 more files in changeset.
Fixed an upgrade script ordering problem.

adding update statement for renamed package instances, to fix names in acs_objects.title

Fix for deadlock condition (or so Gustav and I hope)

    • -0
    • +37
    ./upgrade-5.3.0d2-5.3.0d3.sql
  1. … 2 more files in changeset.
Malte removed apm__register_param but did not replace it with the correct

version.

Made sure the correct version of apm__register_parameter is used according to http://openacs.org/forums/message-view?message_id=345947

Correction of name constraint

  1. … 13 more files in changeset.
Made sure drop_type__cascade_p parameter has a meaning which is to drop all the objects of a certain type when dropping the object_tpye. Note that this does not work for content_types. Use the according procedure there. Not written in Oracle as there might be a reason for not using the __cascade_p parameter and then I don't want to have done the work of porting to Oracle for nothing

  1. … 1 more file in changeset.