• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
table ad_locale_user_prefs had gone missing from the create script (not sure how or when). Re-adding

upgrade script fix: the table ad_locale_user_prefs was never created so creating

    • -5
    • +25
    ./oracle/upgrade/upgrade-4.7d5-4.7d6.sql
upgrade script fix: lang_messages_audit audit table was not created with columns that it had at the time

upgrade script fix: Oracle table def was mistakenly copied into PG upgrade script

using create view instead of create or replace view for PG 7.2 support. Adding creation of lang_messages_audit in upgrade script. It was missing

    • -0
    • +23
    ./oracle/upgrade/upgrade-4.7d3-4.7d4.sql
making sure only one locale per language is default

    • -2
    • +2
    ./oracle/upgrade/upgrade-5.0d1-5.0d2.sql
removing message-audit.sql obsolete file

adding the columns creation_user and creation_date to lang_messages. At least on the translation server those are useful. Those columns replace the table lang_messages_created in the messages-audit.sql file (now removed)

    • -0
    • +4
    ./oracle/upgrade/upgrade-5.0d2-5.0d3.sql
    • -0
    • +45
    ./postgresql/upgrade/upgrade-5.0d2-5.0d3.sql
  1. … 5 more files in changeset.
fixing misspelled charset in Arabic locales

    • -1
    • +1
    ./oracle/upgrade/upgrade-4.7d8-4.7d9.sql
    • -1
    • +1
    ./oracle/upgrade/upgrade-5.0d1-5.0d2.sql
To speed up package installation we made en_US be the only enabled locale by default. Changed catalog loading to only load files for enabled locales. Added a link in UI so that catalog files can be loaded for a certain enabled locale after installation

  1. … 5 more files in changeset.
adding Portugese locale from translation server

    • -0
    • +5
    ./oracle/upgrade/upgrade-5.0d1-5.0d2.sql
adding Arabic Lebanese locale from translation server

    • -0
    • +4
    ./oracle/upgrade/upgrade-5.0d1-5.0d2.sql
    • -0
    • +4
    ./postgresql/upgrade/upgrade-5.0d1-5.0d2.sql
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
making danish, french, and finnish enabled by default, fixing Tcl API tests

  1. … 2 more files in changeset.
fixing typo in column name in lang_messages_audit - changing from comment to comment_text

changing create or replace to create for PG 7.2 compatibility

Adding description to message keys

    • -1
    • +8
    ./oracle/upgrade/upgrade-4.7d9-5.0d1.sql
1. Comments on messages

2. Rename lang_messages_audit.message to old_message

    • -0
    • +39
    ./oracle/upgrade/upgrade-4.7d9-5.0d1.sql
1. Added search for words in messages feature.

2. Added locale enable/disable feature

3. Cleaned up translation UI

4. Improved batch message edit

    • -0
    • +12
    ./oracle/upgrade/upgrade-4.7d9-5.0d1.sql
    • -0
    • +13
    ./postgresql/upgrade/upgrade-4.7d9-5.0d1.sql
  1. … 37 more files in changeset.
adding the british locale

removing duplicate locales from datamodel and upgrade scripts

    • -10
    • +0
    ./oracle/upgrade/upgrade-4.7d8-4.7d9.sql
adding new locales from the translation server

    • -0
    • +41
    ./oracle/upgrade/upgrade-4.7d8-4.7d9.sql
    • -0
    • +41
    ./postgresql/upgrade/upgrade-4.7d8-4.7d9.sql
  1. … 1 more file in changeset.
adding missing locales ast_ES and gl_EST

making catalog messages cascade when packages are deleted

    • -0
    • +7
    ./oracle/upgrade/upgrade-4.7d7-4.7d8.sql
    • -0
    • +21
    ./postgresql/upgrade/upgrade-4.7d7-4.7d8.sql
  1. … 1 more file in changeset.
allowing for 3 character ISO 639-2 language codes

    • -0
    • +2
    ./oracle/upgrade/upgrade-4.7d6-4.7d7.sql
    • -0
    • +30
    ./postgresql/upgrade/upgrade-4.7d6-4.7d7.sql
  1. … 4 more files in changeset.
adding the package_id column to the user_locale_prefs table in Oracle (we forgot to add it somehow earlier). Providing an upgrade script.

    • -0
    • +5
    ./oracle/upgrade/upgrade-4.7d5-4.7d6.sql
  1. … 1 more file in changeset.
the upgrade to acs-lang 4.7d5 would break if server already had swedish locale, added check to fix that

    • -6
    • +18
    ./oracle/upgrade/upgrade-4.7d4-4.7d5.sql
upgrade of acs-lang 4.7d4-4.7d5 adding locales from the translation server

    • -0
    • +79
    ./oracle/upgrade/upgrade-4.7d4-4.7d5.sql
    • -0
    • +79
    ./postgresql/upgrade/upgrade-4.7d4-4.7d5.sql
  1. … 1 more file in changeset.
adding all locales from the dotlrn translation server. Kudos to all the translators.

message catalog upgrade support - adding upgrade_status columns to tables lang_messages and lang_message_keys

    • -0
    • +9
    ./oracle/upgrade/upgrade-4.7d3-4.7d4.sql
    • -0
    • +9
    ./postgresql/upgrade/upgrade-4.7d3-4.7d4.sql