Ticket #1395 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

vhcs2.4.7-ispcp.sql / ispc-update - default language not migrated

Reported by: dabdab Assigned to:
Priority: trivial Milestone: ispCP ω 1.0.0 - RC6
Component: Database Version: ispCP ω 1.0.0 - RC5
Severity: Don't know Keywords:
Cc:

Description

After migration from vhcs 2.4.7.1 to ispcp 1 RC5, the default language is "unknown" everywhere.


Found this in "vhcs2.4.7-ispcp.sql":

-- English Translation is up to date after install
-- DROP TABLE IF EXISTS `lang_English`;


Yes, the lang_English is installed by "ispc-setup", but overwritten by the old table form vhcs2 by the "ispc-update".

May be it is a good idea to drop the lang_English too and reinstall the "good" lang_English form ispc later in the script?

dabdab

Attachments

Change History

07/09/08 14:13:49 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from Working to ispCP ω 1.0.0 - RC6.

the new English Tables are named lang_EnglishBritain. Changed in r1268

07/12/08 18:43:03 changed by dabdab

  • status changed from closed to reopened.
  • resolution deleted.

Hi, nice solution to rename the 'lang_English' table according the rules of the other languages.

But still the migration sql-scripts leave the old 'lang_English' in the DB (with wrong content from vhcs2).

So we still need to drop this in the migration scripts:

vhcs2.4.7-ispcp.sql
vhcs2.4.8-ispcp.sql

-- Drop existing languages (they are outdated anyways)
DROP TABLE IF EXISTS `lang_Chinese`;
DROP TABLE IF EXISTS `lang_Danish`;
DROP TABLE IF EXISTS `lang_Deutsch`;
DROP TABLE IF EXISTS `lang_Dutch`;
-- English Translation is up to date after install             <== delete this line 
-- DROP TABLE IF EXISTS `lang_English`;                        <== remove comment chars "--"
DROP TABLE IF EXISTS `lang_Finnish`;

07/16/08 00:45:06 changed by rats

  • status changed from reopened to closed.
  • resolution set to fixed.

Next try: r1272


Add/Change #1395 (vhcs2.4.7-ispcp.sql / ispc-update - default language not migrated)




Action