phil wrote:
On Sat, 03 Dec 2005 18:39:21 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Hi everybody
After two days of intensive coding (now my girlfriend is offended) I finally rebuilt the caching mechanism which caused many problems and performance issues. Therefore a new database table (messages) was created. There also have been minor changes to the database so please check the SQL scripts.
So far so good, the only issue I see is that I don't have any contacts in my address book anymore - but if I go back to the old Roundcube, they're still there. Did you change a table, or why wouldn't today's CVS be able to read it?
There have been changes to the contacts table. For compatibility issues I have changed the col type for 'del' from enum to tinyint. If you run the update SQL queries, MySQL will probably not convert the col values right. Please check what type the del-col is of and what values are set for your contacts. 1 = deleted, 0 = available;
All in all allot of minor improvements that really feel great. Thanks again.
P
http://fak3r.com - you don't have to kick it
Thanks, Thomas