• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Trim padding from column to be sure

    • -0
    • +3
    ./upgrade/upgrade-5.10.0d2-5.10.0d3.sql
Redefine ad_locales.language table column as varchar to avoid Oracle idiosyncrasies when comparing a char(n) with other string datatypes when using bind variables (following insightful LARS's remark)

char(n) in Oracle are automatically padded to be n characters long. Apparently, comparing char(n) -> char(n) is "blanks insensitive", while comparing char(n) -> varchar2(n) will account for such automatically inserted blanks. When using bind variables, one should carefully specify the type to use to avoid surprises with char(n) (for this we should touch the oracle driver), normalize the value via trim/pad all the time or replace every char(n) datatype with varchar2. ...are there other places where this is happening?

    • -0
    • +11
    ./upgrade/upgrade-5.10.0d2-5.10.0d3.sql
  1. … 4 more files in changeset.
file upgrade-5.10.0d2-5.10.0d3.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.0d2-5.10.0d3.sql
  1. … 1 more file in changeset.
Removed obsolete @arch-tag

  1. … 29 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7832 more files in changeset.
Fix spelling errors

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

    • -21
    • +1
    ./upgrade/upgrade-5.6.0d2-5.6.0d3.sql
  1. … 212 more files in changeset.
- Moves support for 3 chars language codes to ref-language

- Adds dependencies to ref-language and ref-countries

- Bumps version number

    • -21
    • +1
    ./upgrade/upgrade-5.6.0d2-5.6.0d3.sql
  1. … 10 more files in changeset.
Same change to pk constraint names as for initial install.

Changed primary key constraints to meet our naming conventions, because

the slightly non-standard name caused my pretty "no errors" page for this

package to turn red :(.

  1. … 1 more file in changeset.
Implements TIP#137 Support for 3-chars language codes

    • -0
    • +6
    ./upgrade/upgrade-5.6.0d1-5.6.0d2.sql
    • -0
    • +34
    ./upgrade/upgrade-5.6.0d2-5.6.0d3.sql
  1. … 12 more files in changeset.
Merged from 5.4.2

  1. … 281 more files in changeset.
file upgrade-5.4.1d2-5.4.1d3.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./upgrade/upgrade-5.4.1d2-5.4.1d3.sql
  1. … 1 more file in changeset.
Add foreign key constraint on user_preferences.locale to force referencial integrity. This column is now added by acs-lang at creation time, to create the constraint at the same moment.

  1. … 8 more files in changeset.
file upgrade-5.4.1d1-5.4.1d2.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./upgrade/upgrade-5.4.1d1-5.4.1d2.sql
  1. … 1 more file in changeset.
Fixed for en_CA and fr_CA locale definitions

  1. … 3 more files in changeset.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Importing catalog files from traslate.openacs.org for Openacs Core Packages (5.3.1)

and .LRN Packages (2.3.0).

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

  1. … 1 more file in changeset.
adding locales, currently used in the development of accounting packages (from sql-ledger locales)

    • -0
    • +97
    ./upgrade/upgrade-5.3.0d1-5.3.0d2.sql
  1. … 3 more files in changeset.
removing file meant for head instead of oacs-5-2 stable

    • -97
    • +0
    ./upgrade/upgrade-5.2.3b2-5.2.3b3.sql
  1. … 1 more file in changeset.
reverting to 1.29.2.1 oacs-5-2 stable

adding new locales for oracle

adding upgrade script for new locales

    • -0
    • +97
    ./upgrade/upgrade-5.2.3b2-5.2.3b3.sql
  1. … 1 more file in changeset.
file upgrade-5.2.3b2-5.2.3b3.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.3b2-5.2.3b3.sql
  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
    • +30
    ./upgrade/upgrade-5.2.3d1-5.2.3d2.sql
  1. … 720 more files in changeset.
Fixing version from 5.2.2d2 to 5.2.3d2 ( We are releasing 5.2.3, not

5.2.2 :) ). Adding correct upgrade files.

    • -30
    • +0
    ./upgrade/upgrade-5.2.2d1-5.2.2d2.sql
    • -0
    • +30
    ./upgrade/upgrade-5.2.3d1-5.2.3d2.sql
  1. … 3 more files in changeset.
file upgrade-5.2.3d1-5.2.3d2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./upgrade/upgrade-5.2.3d1-5.2.3d2.sql
  1. … 1 more file in changeset.
Adding locales: es_CO, ind_ID, bg_BG, pa_IN

    • -0
    • +30
    ./upgrade/upgrade-5.2.2d1-5.2.2d2.sql
  1. … 3 more files in changeset.