Changeset 115319 in spip-zone
- Timestamp:
- May 10, 2019, 7:38:59 PM (2 years ago)
- Location:
- _plugins_/cachelab/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/cachelab/trunk/cachelab_fonctions.php
r115318 r115319 3 3 4 4 include_spip('public/cachelab_balises'); 5 6 // mémo des defines :7 5 8 6 // loger tous les temps des ciblages … … 18 16 define('LOG_CACHELAB_TOOMANY_DEL',100); 19 17 20 if (!defined('LOG_BALISECACHE_FILTRES')) 21 define('LOG_BALISECACHE_FILTRES', 'oui'); 22 23 if (!defined('LOG_BALISECACHE_DUREES_DYNAMIQUES')) 24 define('LOG_BALISECACHE_DUREES_DYNAMIQUES', false); 25 26 define ('_CACHELAB_FONCTIONS', true); 18 /* Autres constantes utilisées-définies dans inc/cachelab_invalideur : 19 * LOG_BALISECACHE_FILTRES 20 * LOG_BALISECACHE_DUREES_DYNAMIQUES 21 */ -
_plugins_/cachelab/trunk/inc/cachelab.php
r115318 r115319 112 112 } 113 113 114 if (isset($conditions['more'])) // obsolète (todo : fix vieux codes appelant)115 $conditions['plus'] = $conditions['more'];116 114 // pour 'contexte' on simule un 'plus' pour donner un exemple d'extension 117 115 if (isset($conditions['contexte']) and $conditions['contexte'] and !isset($conditions['plus'])) -
_plugins_/cachelab/trunk/inc/cachelab_invalideur.php
r115318 r115319 9 9 } 10 10 include_spip('inc/cachelab_utils'); 11 12 if (!defined('LOG_BALISECACHE_FILTRES')) 13 define('LOG_BALISECACHE_FILTRES', 'oui'); 14 15 if (!defined('LOG_BALISECACHE_DUREES_DYNAMIQUES')) 16 define('LOG_BALISECACHE_DUREES_DYNAMIQUES', false); 17 11 18 12 19 /**
Note: See TracChangeset
for help on using the changeset viewer.