• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added new keys

    • -1
    • +1
    ./catalog/acs-lang.ast_ES.ISO-8859-1.xml
    • -1
    • +2
    ./catalog/acs-lang.da_DK.ISO-8859-1.xml
    • -1
    • +2
    ./catalog/acs-lang.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.en_GB.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.gl_ES.ISO-8859-1.xml
  1. … 109 more files in changeset.
changed release dates

  1. … 17 more files in changeset.
lang::util::localize wasn't working properly for multiple embedded message keys. I reworked the algorithm and added a test case for the proc. Thanks to Peter Alberer for reporting.

updated core version numbers

  1. … 17 more files in changeset.
updated version number to 5.0.3 in core packages

  1. … 18 more files in changeset.
when doing message lookups in lang::util::localize we need to fetch value of any embedded vars two levels up

merge Lee Denisons fix for bug 1489 to oacs-5-0

updated info files for core for 5.0.2

  1. … 17 more files in changeset.
changing the HR_HR locale to be disabled by default like all the other non-en_US locales

added tagalog bug fix and Croatian locale to ad-locale.sql

adding new translations from the translation server. This overrides my commit from last friday which was missing many messages.

  1. … 94 more files in changeset.
making import page report errors. Making conflict page show both new and old message and offer the option of accepting new or reverting to old message

    • -0
    • +23
    ./www/admin/message-conflict-revert.tcl
    • -23
    • +53
    ./www/admin/message-conflicts.tcl
making import procs report errors encountered. Making message::register proc throw error if en_US message doesn't already exist. Adding message::revert proc.

leaving sync_time null and not assuming we were ever in sync. This has the downside that we have no base when bootstrapping the new upgrade feature causing a lot of update conflicts. However, it avoids delete conflicts.

    • -26
    • +2
    ./sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql
added tagalog bug fix and Croatian locale

    • -0
    • +11
    ./sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql
making the message-list page show deleted messages

    • -2
    • +2
    ./www/admin/message-list-postgresql.xql
adding new locales from the translation server and making them part of the 5.0.1 upgrade scripts

    • -0
    • +15
    ./sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql
committing catalog files from the translation server. Have used the new upgrade/merge feature of the acs-lang package for the first time (instead of doing merge in CVS).

    • -1
    • +1
    ./catalog/acs-lang.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.da_DK.ISO-8859-1.xml
    • -8
    • +8
    ./catalog/acs-lang.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.en_GB.ISO-8859-1.xml
    • -2
    • +2
    ./catalog/acs-lang.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-lang.gl_ES.ISO-8859-1.xml
  1. … 170 more files in changeset.
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

    • -56
    • +14
    ./sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql
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

    • -0
    • +42
    ./sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql
    • -1
    • +1
    ./tcl/lang-catalog-procs-postgresql.xql
removing comment about package_id in lang::user::locale proc being preliminary

updated core package version numbers to 5.0.0

  1. … 18 more files in changeset.
drop lang_messages_audit and lang_messages_keys bug 1291

    • -1
    • +3
    ./sql/postgresql/message-catalog-drop.sql
fix the lang_messages and lang_messages_audit sync_time update statements, bug 1280

changing to always create catalog backup file on export even if one already exists (not sure if this is necessarily the right thing to do, but at least it's what I seem to need most often)

number of processed messages wasn't being counted properly by import_messages proc

changing name of db_dml statement to be more appropriate

adding upgrade_status filter

adding missing comma in lang_messages_audit table

bug fixes of import messages and message conflicts pages. Making sure message conflict page works if its called with empty string arguments