Changeset 90598 in spip-zone
- Timestamp:
- Jun 29, 2015, 5:15:46 PM (6 years ago)
- Location:
- _plugins_/commandes/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/commandes/trunk/base/commandes.php
r90538 r90598 53 53 'id_commande' => 'bigint(21) not null', 54 54 'reference' => 'varchar(255) not null default ""', 55 'source' => 'varchar(255) not null default ""', // par exemple "panier#xx" "achatrapide"... 55 56 'id_auteur' => 'bigint(21) not null default 0', 56 57 'statut' => 'varchar(25) not null default "encours"', // pourra être "encours", "paye", "envoye", "retour", "retour_partiel"... -
_plugins_/commandes/trunk/commandes_administrations.php
r89669 r90598 113 113 ); 114 114 115 // ajout du champ source 116 $maj['0.7.1'] = array( 117 array('maj_tables', array('spip_commandes')) 118 ); 119 120 115 121 include_spip('base/upgrade'); 116 122 maj_plugin($nom_meta_base_version, $version_cible, $maj); -
_plugins_/commandes/trunk/paquet.xml
r90587 r90598 2 2 prefix="commandes" 3 3 categorie="divers" 4 version="1.6.1 0"4 version="1.6.11" 5 5 etat="test" 6 6 compatibilite="[3.0.5;3.0.*]" 7 7 logo="prive/themes/spip/images/commande.png" 8 8 documentation="http://contrib.spip.net/Commandes-4527" 9 schema="0.7. 0"9 schema="0.7.1" 10 10 > 11 11
Note: See TracChangeset
for help on using the changeset viewer.