Author: trashy Date: Sun Jan 18 19:27:00 2009 New Revision: 527 URL: http://svn.gna.org/viewcvs/galette?rev=527&view=rev Log: Add functions to convert old MySQL ISO data to UTF Changed 'enum' types to tinyint(1) ; enum is a text type and causes issues with utf conversion methods Added primary keys to galette_l10n and galette_dynamic_fields tables Change 'lieu_naissance' field type ; varchar is enough there Added the correct charset and collation for mysql upgrade Modified: trunk/galette/classes/mdb2.class.php trunk/galette/editer_champ.php trunk/galette/includes/functions.inc.php trunk/galette/install/sql/mysql.sql trunk/galette/install/sql/pgsql.sql trunk/galette/install/sql/upgrade-to-0.7-mysql.sql trunk/galette/install/sql/upgrade-to-0.7-pgsql.sql