Hi all,
here is our preliminary feedback on migration from ck 0.14 -> 0.19 :
- new environment : mandriva 2006 apache 2.x php 5 eGW 1.2 (note : be sure to install the iconv library!)
- import all the eGW + CK tables
- upgrade eGW tables
- create new ck i18n tables :
CREATE TABLE ck_i18ncode (id int unsigned PRIMARY KEY auto_increment
,langcode varchar(10),description text,installed text,charset
text,control int DEFAULT 100);
CREATE TABLE ck_i18n (id int unsigned PRIMARY KEY auto_increment,module
varchar(15),langcode varchar(10),i18nkey text,i18nval text,control int
DEFAULT 100);
CREATE TABLE ck_i18nnew (id int unsigned PRIMARY KEY
auto_increment,module varchar(15),langcode varchar(10),i18nkey
text,i18nval text,control int DEFAULT 100);
- populate the tables :
call
http://192.168.149.35/egroupware/ck-admin/admini18n.php
- I don't remember if I had to tell the i18n admin of the new fr-fr language code... So if need add it :-)
ck+egw is becoming is real cool tool for the business. Keep up the effort..
Vince