• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.9.0d2-5.9.0d3.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.9.0d2-5.9.0d3.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.9.0d2-5.9.0d3.sql
- fix for bug #3251 from Andrew Helsley

    • -0
    • +24
    ./oracle/upgrade/upgrade-5.9.0d1-5.9.0d2.sql
    • -0
    • +25
    ./postgresql/upgrade/upgrade-5.9.0d1-5.9.0d2.sql
  1. … 5 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

    • -2
    • +2
    ./postgresql/application-groups-create.sql
  1. … 519 more files in changeset.
- fix bug in application_group::delete: group could not be deleted due to a fk violation

    • -2
    • +2
    ./postgresql/application-groups-create.sql
  1. … 1 more file in changeset.
file upgrade-5.8.1-5.8.2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1-5.8.2.sql
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -0
    • +53
    ./postgresql/upgrade/upgrade-5.8.1d1-5.8.1d2.sql
  1. … 2546 more files in changeset.
- add missing upgrade script (was at least missing at openacs.org)

    • -0
    • +53
    ./postgresql/upgrade/upgrade-5.8.1d1-5.8.1d2.sql
file upgrade-5.8.1d1-5.8.1d2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.8.1d1-5.8.1d2.sql
- remove invalid character

- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -33
    • +63
    ./postgresql/application-groups-create.sql
    • -19
    • +38
    ./postgresql/subsite-callbacks-create.sql
    • -39
    • +59
    ./postgresql/user-profiles-create.sql
    • -17
    • +28
    ./postgresql/upgrade/upgrade-5.5.0d5-5.5.0d6.sql
    • -12
    • +22
    ./postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql
  1. … 2 more files in changeset.
Some time ago some plpgsql functions were changed in order to be compatible with pg 8.x, create scripts were modified but upgrade scripts were missing ( at least i couldn't find them) http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%3A20090210183154 . Bumping up package versions accordingly.

    • -0
    • +50
    ./postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql
  1. … 7 more files in changeset.
Changes for supporting postgresql 9.0:

- Avoiding usage of SQL reserved keywords on plpsql functions (plpsql lexer and parser were reworked).

- Fixing all those places on which FROM clause was automatically added by PG ( PG Config add_missing_from parameter was removed for this release of PG ).

Many thanks to Tracy Adams and Jeff Lu for providing first version of the patches.

    • -0
    • +9
    ./oracle/upgrade/upgrade-5.7.0d1-5.7.0d2.sql
  1. … 13 more files in changeset.
When I moved the user's bio to the user datatype, I removed the attribute.sql

file but forgot to remove the call to load it in this file.

Got rid of these for good (only got rid of the oracle version earlier apparently)

Added upgrade scripts (Oracle isn't correct, yet), removed bogus attribute

sql files (PG, for instance, created bio and bio_mime_type but only

dropped bio, Oracle had not bio_mime_type_reference at all).

  1. … 2 more files in changeset.
Increase length of the css definition string, as was done in 5.5.0a1.

Grrr ... now I remember, in Oracle 8 and older total record size is limited

to the blocksize. We should really drop Oracle 8 support someday (as soon

as someone installes Oracle 10G or whatever the latest version is on my

server, so I can continue to test, support and release the damned thing).

Got rid of silly artificial limits on text lengths (why did I do that in

the first place?)

switch foo_id_seq.netval to nextval('t_foo_id_seq') calls to placate postgresql 8.

    • -4
    • +4
    ./postgresql/application-groups-create.sql
    • -2
    • +2
    ./postgresql/subsite-callbacks-create.sql
  1. … 6 more files in changeset.
Fixed application groups upgrade

Upgrade scripts for application groups change (committing piecemeal because

I need to test upgrade for oracle before initial install)

    • -2
    • +5
    ./oracle/application-groups-create.sql
    • -0
    • +117
    ./oracle/upgrade/upgrade-5.5.0d5-5.5.0d6.sql
    • -5
    • +6
    ./postgresql/application-groups-create.sql
    • -0
    • +38
    ./postgresql/upgrade/upgrade-5.5.0d5-5.5.0d6.sql
Fixed constraint name

It is strongly recommended that one "cvs add" new files ...

    • -0
    • +37
    ./oracle/themes-create.sql
    • -0
    • +1
    ./oracle/themes-drop.sql
    • -0
    • +37
    ./oracle/upgrade/upgrade-5.5.0d1-5.5.0d2.sql
    • -0
    • +37
    ./postgresql/themes-create.sql
    • -0
    • +1
    ./postgresql/themes-drop.sql
    • -0
    • +37
    ./postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql
  1. … 1 more file in changeset.
Added first cut at theming stuff, using the new package openacs-default-theme

(previously imported)

  1. … 8 more files in changeset.
Truncate too long identifier of constraint

    • -3
    • +3
    ./oracle/application-groups-create.sql
Correction of name constraint

    • -5
    • +5
    ./oracle/application-groups-create.sql
  1. … 3 more files in changeset.
Correction of name constraint

    • -5
    • +5
    ./postgresql/application-groups-create.sql
    • -7
    • +7
    ./postgresql/upgrade/upgrade-4.1.1-4.2.sql
  1. … 1 more file in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

    • -2
    • +3
    ./oracle/upgrade/upgrade-5.1.2-5.1.3.sql
    • -0
    • +11
    ./postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql
  1. … 717 more files in changeset.
Fix bug#2695. Add on delete cascade to foreign key in site_nodes_selection table.

    • -0
    • +11
    ./postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql
file upgrade-5.2.0b5-5.2.0b6.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql