Changeset 104417 in spip-zone
- Timestamp:
- May 9, 2017, 9:42:47 AM (4 years ago)
- Location:
- _plugins_/zinit/trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/zinit/trunk/action/zinit_fichiers.php
r95187 r104417 24 24 if ($repertoires and $fichiers) { 25 25 if (!$redirect = _request('redirect')) { 26 $redirect = parametre_url(generer_url_ecrire('zcore_skel') );26 $redirect = parametre_url(generer_url_ecrire('zcore_skel'),''); 27 27 } 28 28 $redirect = str_replace('&', '&', urldecode($redirect)); -
_plugins_/zinit/trunk/action/zinit_repertoires.php
r95244 r104417 22 22 if ($repertoires) { 23 23 if (!$redirect = _request('redirect')) { 24 $redirect = parametre_url(generer_url_ecrire('zcore_skel') );24 $redirect = parametre_url(generer_url_ecrire('zcore_skel'), ''); 25 25 } 26 26 $redirect = str_replace('&', '&', urldecode($redirect)); -
_plugins_/zinit/trunk/paquet.xml
r103720 r104417 2 2 prefix="zinit" 3 3 categorie="outil" 4 version="0.3. 0"4 version="0.3.1" 5 5 etat="experimental" 6 compatibilite="[3.0.9;3. 1.*]"6 compatibilite="[3.0.9;3.2.*]" 7 7 logo="prive/themes/spip/images/zinit-64.png" 8 8 documentation="https://contrib.spip.net/4699" -
_plugins_/zinit/trunk/zinit_autorisations.php
r95187 r104417 6 6 * @plugin Initialiser Zcore 7 7 * 8 * @copyright 2015 8 * @copyright 2015-2017 9 9 * @author Teddy Payet 10 10 * @licence GNU/GPL … … 16 16 /** 17 17 * Fonction d'appel pour le pipeline. 18 * 18 19 * @pipeline autoriser 19 20 */ -
_plugins_/zinit/trunk/zinit_fonctions.php
r95244 r104417 6 6 * @plugin Initialiser Zcore 7 7 * 8 * @copyright 2015 8 * @copyright 2015-2017 9 9 * @author Teddy Payet 10 10 * @licence GNU/GPL … … 193 193 )); // On ne liste pas le répertoire ^. 194 194 foreach ($contenus_skel_dist as $fichier) { 195 if (preg_match("/" ._EXTENSION_SQUELETTES."$/", $fichier)) {195 if (preg_match("/" . _EXTENSION_SQUELETTES . "$/", $fichier)) { 196 196 $fichiers[] = $fichier; 197 197 } -
_plugins_/zinit/trunk/zinit_options.php
r95244 r104417 6 6 * @plugin Initialiser Zcore 7 7 * 8 * @copyright 2015 8 * @copyright 2015-2017 9 9 * @author Teddy Payet 10 10 * @licence GNU/GPL -
_plugins_/zinit/trunk/zinit_pipelines.php
r95187 r104417 6 6 * @plugin Initialiser Zcore 7 7 * 8 * @copyright 2015 8 * @copyright 2015-2017 9 9 * @author Teddy Payet 10 10 * @licence GNU/GPL
Note: See TracChangeset
for help on using the changeset viewer.