• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    ./upgrade/upgrade-5.7.0d1-5.7.0d2.sql
  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.
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?)

Upgrade scripts for application groups change (committing piecemeal because

I need to test upgrade for oracle before initial install)

    • -0
    • +117
    ./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.
Truncate too long identifier of constraint

Correction of name constraint

  1. … 3 more files 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
    • +12
    ./upgrade/upgrade-5.2.0b5-5.2.0b6.sql
  1. … 719 more files in changeset.
Fix bug#2695. Add on delete cascade to foreign key in site_nodes_selection table.

    • -0
    • +12
    ./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.
Rolling in bugfix from site-node-select.sql. The original pg-compatible table def wasn't oracle-compatible. Now it is.

Rolling in bugfix from site-node-select.sql. The original pg-compatible table def wasn't oracle-compatible. Now it is.

Bringing in a fix from HEAD.

site-node-selection with an "s"

Bugfix.

changes to create the relation for emailimage in oracle

    • -0
    • +14
    ./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.
upgrade support

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.
drop support

add table to support site-map creation

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 of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 285 more files in changeset.
del/delete typo