• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
reverting, comment on bug 1294 implies the upgrade was run more than once which would be exactly this error, see bug 1296 as well.

    • -4
    • +4
    ./postgresql/upgrade/upgrade-4.0b3-4.1.sql
wp upgrade fails unable to drop wp_presentation__new etc. bug 1296

    • -5
    • +5
    ./postgresql/upgrade/upgrade-4.0b3-4.1.sql
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +1172
    ./oracle/upgrade/upgrade-4.6-5.0d1.sql
  1. … 23 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 274 more files in changeset.
changed timestamp to 'timestamp with time zone'

WP i18n version

    • -0
    • +1160
    ./postgresql/wp-slim-create.sql
  1. … 90 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -1178
    • +0
    ./oracle/upgrade-4.0b-4.0b1.sql
    • -0
    • +1178
    ./oracle/upgrade/upgrade-4.0b-4.0b1.sql
    • -0
    • +124
    ./oracle/upgrade/upgrade-4.0b1-4.6.sql
    • -0
    • +1126
    ./postgresql/wp-packages-create.sql
    • -1119
    • +47
    ./postgresql/wp-slim-create.sql
    • -0
    • +76
    ./postgresql/upgrade/upgrade-4.0b3-4.1.sql
  1. … 808 more files in changeset.
- changed timestamp to timestamptz

- moved pl/pgsql into a separate file

- upgrade script

    • -0
    • +1126
    ./postgresql/wp-packages-create.sql
    • -1160
    • +0
    ./postgresql/wp-slim-create.sql
    • -0
    • +76
    ./postgresql/upgrade/upgrade-4.0b3-4.1.sql
  1. … 1 more file in changeset.
file wp-packages-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./postgresql/wp-packages-create.sql
file upgrade-4.0b3-4.1.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-4.0b3-4.1.sql
file upgrade-4.0b-4.0b1.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-4.0b-4.0b1.sql
file upgrade-4.0b1-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade/upgrade-4.0b1-4.6.sql
Shuffled upgrade files around to their normal place

    • -1178
    • +0
    ./oracle/upgrade-4.0b-4.0b1.sql
    • -0
    • +1178
    ./oracle/upgrade/upgrade-4.0b-4.0b1.sql
    • -0
    • +124
    ./oracle/upgrade/upgrade-4.0b1-4.6.sql
    • -111
    • +0
    ./postgresql/upgrade-4.0b1-4.6.sql
upgrades

    • -0
    • +111
    ./postgresql/upgrade-4.0b1-4.6.sql
file upgrade-4.0b1-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./postgresql/upgrade-4.0b1-4.6.sql
new upgrade file

file upgrade-4.0b1-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./oracle/upgrade-4.0b1-4.6.sql
new drop data model

new creation data model

    • -21
    • +109
    ./postgresql/wp-slim-create.sql
merge of 4.6.3b1 to HEAD

  1. … 27 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 13 more files in changeset.
- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

  1. … 8 more files in changeset.
bug fixes and a printable view (all slides together) from Samir Joshi

  1. … 5 more files in changeset.
From Lars: Fixed a bunch of little porting errors, but it's still not working bug 1565/patch 283

fixes typo in wp_presentation__delete (where was wh)

Merged with OpenACS 4.5 beta1 branch.

  1. … 87 more files in changeset.

Applied Dave Bauer's patch #164 which fixes drop script for PG. I fixed the

Oracle version which needs some pre-release testing.

patches 158,159 applied

  1. … 3 more files in changeset.

1. Fixed permissions bug in the PG version (missing OR clause in a view)

2. Added (untested thus far) site-wide-search to glossary

3. Added centralized support for importing files into the CR (either into

the filesystem or the database).

4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs

more fixing.

    • -312
    • +323
    ./postgresql/wp-slim-create.sql
  1. … 57 more files in changeset.

----------------------------------------------------------------------

Straight port of wimpy point to the postgreSQL system.

Porters: Jack Purswani and Sidharth Widge

Date: 4 October 2001

Committing in .

Added Files:

wp-slim-create.sql wp-slim-drop.sql

----------------------------------------------------------------------

    • -0
    • +1815
    ./postgresql/wp-slim-create.sql
    • -0
    • +520
    ./postgresql/wp-slim-drop.sql