Changeset 60899 in spip-zone
- Timestamp:
- May 4, 2012, 10:06:59 AM (9 years ago)
- Location:
- _plugins_/photospip/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/photospip/trunk/base/photospip_upgrade.php
r24295 r60899 26 26 creer_base(); 27 27 ecrire_meta('photospip_base_version',$current_version=$version_base,'non'); 28 echo "Installation des tables de 'modifier images'";29 28 } 30 29 if ($current_version<0.02){ 31 30 spip_query("ALTER TABLE spip_documents_inters ADD `filtre` text AFTER `version` "); 32 echo "Modifier Images upgrade @ 0.02";33 31 ecrire_meta('photospip_base_version',$current_version=0.02); 34 32 } 35 33 if ($current_version<0.03){ 36 34 spip_query("ALTER TABLE spip_documents_inters ADD `param` text AFTER `filtre` "); 37 echo "Modifier Images upgrade @ ".$version_base;38 35 ecrire_meta('photospip_base_version',$current_version=0.03); 39 36 } -
_plugins_/photospip/trunk/plugin.xml
r25251 r60899 3 3 [fr]Photospip 4 4 </multi></nom> 5 <auteur>kent1 [->http://kent1.sklunk.net/] 6 _ © 2008 - Distribué sous licence GNU/LGPL pour la partie spip 7 _ 8 _ Utilisation de [Farbtastic de Steven Wittens->http://acko.net/dev/farbtastic] pour la configuration. 9 _ Utilisation de [imgAreaSelect de Michał Wojciechowski->http://plugins.jquery.com/project/imgAreaSelect] 10 _ Utilisation de [Jquery UI->http://ui.jquery.com] 5 <auteur>[kent1->http://www.kent1.info/] 6 _ © 2008-2012 - Distribué sous licence GNU/LGPL pour la partie spip 11 7 </auteur> 12 8 <version> … … 16 12 dev 17 13 </etat> 18 <icon>19 20 </icon>21 14 <description><multi> 22 15 [fr]un photoshop-light dans spip? … … 25 18 _ Ce plugin nécessite les plugins suivant : 26 19 _ CFG 20 _ Médiathèque 21 _ jQuery UI 22 _ Palette 27 23 _ Il nécessite également les plugins jQuery suivants : 28 _ [jQuery UI 1.5.2->http://ui.jquery.com/]29 _ [Farbtastic 1.2->http://acko.net/dev/farbtastic]30 24 _ [imgAreaSelect 0.5->http://plugins.jquery.com/project/imgAreaSelect] 31 25 </multi></description> … … 34 28 photospip 35 29 </prefix> 36 <necessite id='cfg' version='[1.10.1;]' />37 <necessite id="SPIP" version='[2.0.0;]' />38 <necessite id="lib:jquery.ui-1.5.2" src="http://jquery-ui.googlecode.com/files/jquery.ui-1.5.2.zip" />39 <necessite id="lib:farbtastic12" src="http://acko.net/files/farbtastic_/farbtastic12.zip" />40 <necessite id="lib:imgareaselect-0.5.1" src="http://plugins.jquery.com/files/imgareaselect-0.5.1.zip" />41 <necessite id="lib:jquery.scrollTo-1.4.0" src="http://plugins.jquery.com/files/jquery.scrollTo-1.4.0.zip" />42 30 <install>base/photospip_upgrade.php</install> 43 31 <options> … … 47 35 photospip_fonctions.php 48 36 </fonctions> 49 <chemin dir='' /> 37 <necessite id='cfg' version='[1.10.1;]' /> 38 <necessite id="palette" version='[1.3.4;]' /> 39 <necessite id="medias" version='[1.6.12;]' /> 40 <necessite id="jqueryui" version='[1.8.19;]' /> 41 <necessite id="SPIP" version='[2.1.13;2.1.99]' /> 42 <necessite id="lib:jquery.imgareaselect-0.9.8" src="http://odyniec.net/projects/imgareaselect/jquery.imgareaselect-0.9.8.zip" /> 50 43 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.