• last updated 58 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- modernize SQL

  1. … 2 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 213 more files in changeset.
Removed troublesome unique constraint

  1. … 2 more files in changeset.
Fixed two constraint naming errors.

  1. … 2 more files in changeset.
Adds support for ISO-639-2 language codes (3 chars)

    • -0
    • +11
    ./oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
    • -1
    • +11
    ./postgresql/ref-language-create.sql
    • -0
    • +10
    ./postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql
  1. … 4 more files in changeset.
- Fixes typos in ctl files

- Adds new iso-639-1 language codes

- Adds iso-639-2 language codes (3 chars) data file. Will add datamodel and logic for it very soon

- Bumps version number to 5.6 serie for future inclusion in core

    • -0
    • +184
    ./common/iso-639-1.dat
    • -0
    • +484
    ./common/iso-639-2.dat
  1. … 2 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
I doubt that this package is ever used, but let's still write Telugu instead of Tegulu for our friends from South India.

changed the \copy commands to use the 7.2 format for psql as it is supported in 7.2 and 7.3

  1. … 7 more files in changeset.
switch to using \\copy rather than copy since the backend typically

is not able to read the dat file because of permissions (or if it is

on a remote machine the file typically will not even exist).

bug #1033

  1. … 8 more files in changeset.
allow bulk loading with 7.2

  1. … 6 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. … 275 more files in changeset.
Decided that assuming SQL data files are CSV-formatted files is a bad idea

after running into a package that embeds comments in its data! Changed

from .csv to .dat and all that implies. Still more testing to do...

    • -0
    • +136
    ./common/languages.dat
    • -0
    • +5
    ./oracle/00-languages.ctl
    • -0
    • +1
    ./postgresql/00-languages.ctl
  1. … 28 more files in changeset.
*** empty log message ***

    • -21
    • +13
    ./postgresql/ref-language-drop.sql
  1. … 1 more file in changeset.
*** empty log message ***

Oops - forgot some add/remove monkey-motion in these packages ...

    • -0
    • +46
    ./postgresql/ref-language-create.sql
  1. … 3 more files in changeset.

More work on acs-references and address-book.

  1. … 9 more files in changeset.
Updated

Fixed typo in 1st line identifier

fixed the where sql to be upper case

fixed the @ import syntax

fixed typo in drop script

Renamed - forgot to name it -create.sql

Renamed to ref-language.sql

Initial revision

    • -0
    • +49
    ./oracle/ref-language-create.sql
    • -0
    • +34
    ./oracle/ref-language-drop.sql
    • -0
    • +34
    ./postgresql/ref-language-drop.sql
Renamed from language.sql

    • -0
    • +49
    ./oracle/ref-language.sql
    • -0
    • +44
    ./postgresql/ref-language.sql
Renamed from language-data.sql

    • -0
    • +146
    ./common/ref-language-data.sql
renamed

Initial version

    • -0
    • +146
    ./common/language-data.sql
    • -0
    • +49
    ./oracle/language.sql
    • -0
    • +44
    ./postgresql/language.sql
  1. … 1 more file in changeset.