• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
file upgrade-5.0.0-5.0.1.sql was initially added on branch oacs-5-0.

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

removing comment about package_id in lang::user::locale proc being preliminary

ul.action-links

    • -3
    • +3
    ./www/admin/edit-localized-message.adp
    • -3
    • +3
    ./www/admin/export-locale-to-files.adp
    • -3
    • +3
    ./www/admin/import-locale-from-files.adp
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

    • -27
    • +0
    ./sql/oracle/upgrade-5.0.0b4-5.0.0b5.sql
    • -0
    • +57
    ./sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql
    • -1
    • +3
    ./sql/postgresql/message-catalog-drop.sql
  1. … 274 more files in changeset.
updated core package version numbers to 5.0.0

  1. … 18 more files in changeset.
Use CSS class 'button'

drop lang_messages_audit and lang_messages_keys bug 1291

    • -1
    • +3
    ./sql/postgresql/message-catalog-drop.sql
Added proc to get options-list of enabled locales

Hide untranslated counts for locales that are not enabled and have zero localized messages (i.e. messages haven't been loaded yet)

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

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

    • -0
    • +3
    ./catalog/acs-lang.en_US.ISO-8859-1.xml
    • -0
    • +27
    ./sql/oracle/upgrade-5.0.0b4-5.0.0b5.sql
    • -7
    • +10
    ./sql/postgresql/message-catalog.sql
    • -0
    • +43
    ./tcl/lang-catalog-procs-oracle.xql
    • -0
    • +45
    ./tcl/lang-catalog-procs-postgresql.xql
    • -130
    • +487
    ./tcl/lang-catalog-procs.tcl
  1. … 584 more files in changeset.
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

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

    • -27
    • +0
    ./sql/oracle/upgrade-5.0.0b4-5.0.0b5.sql
    • -0
    • +57
    ./sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql
file upgrade-5.0.0b4-5.0.0b5.sql was initially added on branch oacs-5-0.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql
adding import/export links on top index page. Making sure all import/export links are only shown to site-wide-admins. Fixing the url of one of the links.

file message-conflicts.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/message-conflicts.tcl
file message-conflicts.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/message-conflicts.adp
file message-conflict-resolve.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/message-conflict-resolve.tcl
file import-messages.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/import-messages.tcl
file import-messages.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/import-messages.adp
file export-messages.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./www/admin/export-messages.tcl