• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing and simplifying upgrade script. Using same approach as in PG version, i.e. adding column to existing table instead of creating brand new table

file upgrade-5.0.0-5.0.1.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade-5.0.0-5.0.1.sql
  1. … 1 more file in changeset.
changing the lang_messages_audit table to have a new audit_id integer primary key column. Having the overwrite_date in a composite primary key seemed problematic. Bumping version number of acs-lang to 5.0.1

  1. … 8 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
adding primary key to the lang_messages_audit table. Fixed upgrade script to version 5.0.0b5 so that sync_time is set for the first revision of each I18N message

  1. … 4 more files in changeset.
file upgrade-5.0.0b4-5.0.0b5.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./upgrade-5.0.0b4-5.0.0b5.sql
upgrade script fix: the table ad_locale_user_prefs was never created so creating

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

  1. … 2 more files in changeset.
making sure only one locale per language is default

  1. … 3 more files in changeset.
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
    ./upgrade-5.0d2-5.0d3.sql
  1. … 8 more files in changeset.
fixing misspelled charset in Arabic locales

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

  1. … 3 more files in changeset.
adding Arabic Lebanese locale from translation server

    • -0
    • +4
    ./upgrade-5.0d1-5.0d2.sql
  1. … 3 more files in changeset.
Adding description to message keys

  1. … 3 more files in changeset.
1. Comments on messages

2. Rename lang_messages_audit.message to old_message

  1. … 3 more files in changeset.
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
    ./upgrade-4.7d9-5.0d1.sql
  1. … 41 more files in changeset.
removing duplicate locales from datamodel and upgrade scripts

  1. … 3 more files in changeset.
adding new locales from the translation server

    • -0
    • +41
    ./upgrade-4.7d8-4.7d9.sql
  1. … 4 more files in changeset.
making catalog messages cascade when packages are deleted

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

    • -0
    • +2
    ./upgrade-4.7d6-4.7d7.sql
  1. … 7 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
    ./upgrade-4.7d5-4.7d6.sql
  1. … 2 more files in changeset.
the upgrade to acs-lang 4.7d5 would break if server already had swedish locale, added check to fix that

  1. … 1 more file in changeset.
upgrade of acs-lang 4.7d4-4.7d5 adding locales from the translation server

    • -0
    • +79
    ./upgrade-4.7d4-4.7d5.sql
  1. … 2 more files in changeset.
message catalog upgrade support - adding upgrade_status columns to tables lang_messages and lang_message_keys

    • -0
    • +9
    ./upgrade-4.7d3-4.7d4.sql
  1. … 3 more files in changeset.
Splitting up the message keys into package_key and message_key in the datamodel, adding a message key table, changing format of catalog files to be xml based, cleaning up tcl API and its documentation, adding acs-automated-testing tests that test some catalog and message TCL procs

    • -0
    • +80
    ./upgrade-4.7d2-4.7d3.sql
  1. … 32 more files in changeset.
Renamed upgrade scripts to include the full version number

    • -0
    • +72
    ./upgrade-4.1-4.7d2.sql
  1. … 3 more files in changeset.
Collaboraid: adding namespaces to the TCL API, adding new procedures for extracting keys from adp pages and parsing keys embedded in text, adding a translation web UI that was used at Greenpeace (at www/admin) and making it work with PostgreSQL, moving the old pages under www to be under www/admin/test, making the lang_messages table use locale rather than language, added upgrade scripts

    • -0
    • +72
    ./upgrade-4.1-4.7.sql
  1. … 111 more files in changeset.