Changeset 80081 in spip-zone
- Timestamp:
- Jan 16, 2014, 6:24:21 PM (7 years ago)
- Location:
- _plugins_/formidable/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable/trunk/formidable_administrations.php
r80080 r80081 40 40 // Passer le champ saisies en longtext pour permettre d'y stocker des formulaires longs 41 41 $maj['0.5.2'] = array(array('sql_alter','TABLE spip_formulaires CHANGE saisies saisies longtext NOT NULL default ""')); 42 // Ajouter un champ date de création 43 $maj['0.5.3'] = array(array('sql_alter','TABLE spip_formulaires ADD date_creation datetime NOT NULL DEFAULT "0000-00-00 00:00:00"')); 42 // Ajouter un champ date de création 43 $maj['0.5.3'] = array(array('sql_alter','TABLE spip_formulaires ADD date_crea datetime NOT NULL DEFAULT "0000-00-00 00:00:00"')); 44 // Renommer la date de création (pas d'abbréviations dans les noms) 45 $maj['0.5.4'] = array(array('sql_alter','TABLE spip_formulaires CHANGE date_crea date_creation')); 44 46 45 47 include_spip('base/upgrade'); -
_plugins_/formidable/trunk/paquet.xml
r80073 r80081 2 2 prefix="formidable" 3 3 categorie="communication" 4 version="1.8. 5"4 version="1.8.6" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]" 7 7 logo="images/formidable-64.png" 8 schema="0.5. 3"8 schema="0.5.4" 9 9 documentation="http://www.spip-contrib.net/Formidable-le-generateur-de" 10 10 >
Note: See TracChangeset
for help on using the changeset viewer.