Changeset 125418 in spip-zone
- Timestamp:
- Aug 25, 2020, 7:01:10 PM (6 months ago)
- Location:
- _plugins_/zotspip/branches/declarer_tables_objets_sql
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/zotspip/branches/declarer_tables_objets_sql
- Property subgit:lock:9c102f0a166709776a5240deec065cdbe8c1c0da deleted
-
Property
subgit:lock:d245fe5f2d09e9f8a8ec423acc0ea6fff7b7dfd7
set to
2020-08-26T12:29:01.361
-
_plugins_/zotspip/branches/declarer_tables_objets_sql/action/zotspip_forcer_maj.php
r59617 r125418 1 1 <?php 2 if (!defined("_ECRIRE_INC_VERSION")) return; 2 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 3 6 4 7 function action_zotspip_forcer_maj_dist(){ … … 21 24 } 22 25 } 23 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/formulaires/fusionner_zcreators.php
r61558 r125418 1 1 <?php 2 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 function formulaires_fusionner_zcreators_charger_dist($auteur){ … … 60 62 } 61 63 } 62 63 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/formulaires/fusionner_ztags.php
r61558 r125418 1 1 <?php 2 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 function formulaires_fusionner_ztags_charger_dist($tag){ … … 51 53 } 52 54 } 53 54 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/formulaires/generer_langue_zotero.php
r59617 r125418 1 1 <?php 2 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 function formulaires_generer_langue_zotero_charger_dist(){ … … 27 29 set_request('code',$code); 28 30 } 29 30 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/formulaires/maj_zotspip.php
r83415 r125418 1 1 <?php 2 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 function formulaires_maj_zotspip_charger_dist(){ … … 38 40 } 39 41 } 40 41 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/genie/maj_schema_zotero.php
r59617 r125418 1 1 <?php 2 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 function genie_maj_schema_zotero_dist($t) { … … 7 9 return zotspip_maj_schema_zotero(); 8 10 } 9 10 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/genie/maj_zotspip.php
r83417 r125418 1 1 <?php 2 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 function genie_maj_zotspip_dist($t) { … … 7 9 return zotspip_maj(); 8 10 } 9 10 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/inc/zotspip.php
r96782 r125418 1 1 <?php 2 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 // Générer une URL pour la read API de Zotero … … 620 622 ); 621 623 } 622 623 624 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/lang/zotero_en.php
r95954 r125418 1 1 <?php 2 2 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 if (!defined('_ECRIRE_INC_VERSION')) { 5 return; 6 } 4 7 5 8 $GLOBALS[$GLOBALS['idx_lang']] = array( … … 183 186 'creatortypes_bookauthor' => 'Book Author' 184 187 ); 185 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/lang/zotero_es.php
r95954 r125418 1 1 <?php 2 2 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 if (!defined('_ECRIRE_INC_VERSION')) { 5 return; 6 } 4 7 5 8 $GLOBALS[$GLOBALS['idx_lang']] = array( … … 181 184 'creatortypes_bookauthor' => 'Autor del libro' 182 185 ); 183 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/lang/zotero_fr.php
r125417 r125418 1 1 <?php 2 2 3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 if (!defined('_ECRIRE_INC_VERSION')) { 5 return; 6 } 4 7 5 8 $GLOBALS[$GLOBALS['idx_lang']] = array( … … 185 188 'zitem_singulier' => 'Référence Zotero', 186 189 ); 187 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/zotspip_administrations.php
r95954 r125418 1 1 <?php 2 2 3 // Sécurité 4 if (!defined("_ECRIRE_INC_VERSION")) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 5 6 6 7 include_spip('inc/meta'); … … 1133 1134 ecrire_fichier_securise(_DIR_TMP . 'schema_zotero.php', serialize($schema)); 1134 1135 } 1135 1136 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/zotspip_cron.php
r83416 r125418 1 1 <?php 2 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 2 6 3 7 function zotspip_taches_generales_cron($taches){ … … 6 10 return $taches; 7 11 } 8 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/zotspip_fonctions.php
r124213 r125418 1 1 <?php 2 2 3 // Sécurité 4 if (!defined("_ECRIRE_INC_VERSION")) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 5 6 6 7 // Cette balise teste si la connexion à Zotero fonctionne … … 431 432 return preg_replace('#div#U','span',$texte); 432 433 } 433 434 435 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/zotspip_ieconfig.php
r66988 r125418 1 1 <?php 2 if (!defined("_ECRIRE_INC_VERSION")) return; 2 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 3 6 4 7 function zotspip_ieconfig_metas($table){ … … 8 11 return $table; 9 12 } 10 11 ?> -
_plugins_/zotspip/branches/declarer_tables_objets_sql/zotspip_pipelines.php
r104337 r125418 1 1 <?php 2 2 3 // Sécurité 4 if (!defined("_ECRIRE_INC_VERSION")) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 5 6 6 7 function zotspip_insert_head($flux){ … … 87 88 88 89 // Source: http://kvz.io/blog/2008/09/05/php-recursive-str-replace-replacetree/ 89 function replaceTree($search="", $replace="", $array=false, $keys_too=false) 90 { 90 function replaceTree($search="", $replace="", $array=false, $keys_too=false) { 91 91 if (!is_array($array)) { 92 92 // Regular replace … … 107 107 return $newArr; 108 108 } 109 110 ?>
Note: See TracChangeset
for help on using the changeset viewer.