• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix more typos

  1. … 84 more files in changeset.
Adding line to call the creation of the package

Changes to track the addition of package_id to acs_objects for 5.2.

    • -8
    • +26
    ./postgresql/wp-packages-create.sql
  1. … 6 more files in changeset.
merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

    • -6
    • +1131
    ./postgresql/upgrade/upgrade-4.0b3-4.1.sql
  1. … 293 more files in changeset.
Fixed upgrade script

    • -6
    • +1131
    ./postgresql/upgrade/upgrade-4.0b3-4.1.sql
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

    • -1
    • +1
    ./postgresql/upgrade/upgrade-4.0b3-4.1.sql
  1. … 286 more files in changeset.
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