Changeset 52788 in spip-zone
- Timestamp:
- Oct 7, 2011, 8:41:36 AM (9 years ago)
- Location:
- _plugins_/gis/branches/v2
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/branches/v2/base/gis_upgrade.php
r49787 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 include_spip('inc/meta'); -
_plugins_/gis/branches/v2/formulaires/config_gis_fonctions.php
r48696 r52788 4 4 * Utilisé notamment pour l'insertion dans les pipelines de CFG 5 5 */ 6 7 if (!defined("_ECRIRE_INC_VERSION")) return; 6 8 7 9 /** -
_plugins_/gis/branches/v2/formulaires/editer_gis.php
r48696 r52788 3 3 * Formulaire de création et d'édition d'un point géolocalisé 4 4 */ 5 6 if (!defined("_ECRIRE_INC_VERSION")) return; 5 7 6 8 include_spip('inc/actions'); -
_plugins_/gis/branches/v2/formulaires/rechercher_gis.php
r48696 r52788 3 3 * Formulaire de création et d'édition d'un point géolocalisé 4 4 */ 5 6 if (!defined("_ECRIRE_INC_VERSION")) return; 5 7 6 8 include_spip('inc/actions'); -
_plugins_/gis/branches/v2/genie/gis_nettoyer_base.php
r48696 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function genie_gis_nettoyer_base_dist($t){ -
_plugins_/gis/branches/v2/gis_autoriser.php
r49041 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function gis_autoriser(){}; -
_plugins_/gis/branches/v2/gis_fonctions.php
r50487 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 /** -
_plugins_/gis/branches/v2/gis_options.php
r51408 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 define('_DIR_LIB_GIS',_DIR_RACINE.'lib/mxn-gis-2.0.9/'); -
_plugins_/gis/branches/v2/gis_pipelines.php
r51275 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function gis_inserer_javascript($flux){ -
_plugins_/gis/branches/v2/inc/iptc.php
r48696 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 //############################################################################################# 3 6 //############################################################################################## -
_plugins_/gis/branches/v2/prive/exec/gis_editer_fonctions.php
r50492 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 include_spip('inc/presentation'); -
_plugins_/gis/branches/v2/prive/exec/gis_fonctions.php
r48865 r52788 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 include_spip('inc/presentation');
Note: See TracChangeset
for help on using the changeset viewer.