• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add missing upgrade script (was at least missing at openacs.org)

    • -0
    • +53
    ./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
    ./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

    • -17
    • +28
    ./upgrade/upgrade-5.5.0d5-5.5.0d6.sql
    • -12
    • +22
    ./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
    ./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.

  1. … 15 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.

  1. … 1 more file in changeset.
Got rid of these for good (only got rid of the oracle version earlier apparently)

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

  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)

    • -0
    • +38
    ./upgrade/upgrade-5.5.0d5-5.5.0d6.sql
  1. … 2 more files in changeset.
Fixed constraint name

  1. … 1 more file in changeset.
It is strongly recommended that one "cvs add" new files ...

    • -0
    • +37
    ./upgrade/upgrade-5.5.0d1-5.5.0d2.sql
  1. … 4 more files in changeset.
Added first cut at theming stuff, using the new package openacs-default-theme

(previously imported)

  1. … 9 more files in changeset.
Correction of name constraint

  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?

    • -0
    • +11
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
  1. … 720 more files in changeset.
Fix bug#2695. Add on delete cascade to foreign key in site_nodes_selection table.

    • -0
    • +11
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
  1. … 2 more files in changeset.
file upgrade-5.2.0b5-5.2.0b6.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
  1. … 1 more file in changeset.
Added I18n versions of relationships

  1. … 1 more file in changeset.
More I18N. Added a new procedure relation:get_objects that returns multiple objects instead of throwing an error if you have multiple relationsships of one type (e.g. on company usually has multiple employees)

  1. … 3 more files in changeset.
I18N of Attributes

  1. … 2 more files in changeset.
changes to create the relation for emailimage

    • -0
    • +11
    ./email-image-drop.sql
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

  1. … 2271 more files in changeset.
add support for upgrade

add suppor table for site-map creation

file upgrade-5.1.2-5.1.3.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./upgrade/upgrade-5.1.2-5.1.3.sql
  1. … 1 more file in changeset.
file site-node-selection-drop.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./site-node-selection-drop.sql
  1. … 1 more file in changeset.
file site-node-selection.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./site-node-selection.sql
  1. … 1 more file 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. … 834 more files in changeset.
Changed standard-lars -> standard form template style

  1. … 14 more files in changeset.