@@ -10,7 +10,9 @@ |
||
| 10 | 10 | * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * |
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 13 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 14 | + return; |
|
| 15 | +} |
|
| 14 | 16 | |
| 15 | 17 | // rien sauf les "~" et "-," |
| 16 | 18 | |
@@ -10,7 +10,9 @@ discard block |
||
| 10 | 10 | * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * |
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 13 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 14 | + return; |
|
| 15 | +} |
|
| 14 | 16 | |
| 15 | 17 | // Correction typographique francaise |
| 16 | 18 | |
@@ -36,8 +38,9 @@ discard block |
||
| 36 | 38 | $chars_trans = implode(' ',array_map('chr',$chars_trans)); |
| 37 | 39 | $chars_trans = unicode2charset(charset2unicode($chars_trans, 'iso-8859-1', 'forcer')); |
| 38 | 40 | $chars_trans = explode(" ",$chars_trans); |
| 39 | - foreach($chars as $k=>$r) |
|
| 40 | - $trans[$chars_trans[$k]] = $r; |
|
| 41 | + foreach($chars as $k=>$r) { |
|
| 42 | + $trans[$chars_trans[$k]] = $r; |
|
| 43 | + } |
|
| 41 | 44 | } |
| 42 | 45 | |
| 43 | 46 | $letexte = strtr($letexte, $trans); |
@@ -7,7 +7,9 @@ discard block |
||
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | |
| 10 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 10 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 11 | + return; |
|
| 12 | +} |
|
| 11 | 13 | |
| 12 | 14 | // Fonction appelee par divers pipelines |
| 13 | 15 | // http://doc.spip.org/@notifications_instituerarticle_dist |
@@ -24,19 +26,22 @@ discard block |
||
| 24 | 26 | $modele = ""; |
| 25 | 27 | if ($options['statut'] == 'publie') { |
| 26 | 28 | if ($GLOBALS['meta']["post_dates"]=='non' |
| 27 | - AND strtotime($options['date'])>time()) |
|
| 28 | - $modele = "notifications/article_valide"; |
|
| 29 | - else |
|
| 30 | - $modele = "notifications/article_publie"; |
|
| 29 | + AND strtotime($options['date'])>time()) { |
|
| 30 | + $modele = "notifications/article_valide"; |
|
| 31 | + } else { |
|
| 32 | + $modele = "notifications/article_publie"; |
|
| 33 | + } |
|
| 31 | 34 | } |
| 32 | 35 | |
| 33 | - if ($options['statut'] == 'prop' AND $options['statut_ancien'] != 'publie') |
|
| 34 | - $modele = "notifications/article_propose"; |
|
| 36 | + if ($options['statut'] == 'prop' AND $options['statut_ancien'] != 'publie') { |
|
| 37 | + $modele = "notifications/article_propose"; |
|
| 38 | + } |
|
| 35 | 39 | |
| 36 | 40 | if ($modele){ |
| 37 | 41 | $destinataires = array(); |
| 38 | - if ($GLOBALS['meta']["suivi_edito"] == "oui") |
|
| 39 | - $destinataires = explode(',',$GLOBALS['meta']["adresse_suivi"]); |
|
| 42 | + if ($GLOBALS['meta']["suivi_edito"] == "oui") { |
|
| 43 | + $destinataires = explode(',',$GLOBALS['meta']["adresse_suivi"]); |
|
| 44 | + } |
|
| 40 | 45 | |
| 41 | 46 | |
| 42 | 47 | $destinataires = pipeline('notifications_destinataires', |
@@ -10,7 +10,9 @@ |
||
| 10 | 10 | * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * |
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 13 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 14 | + return; |
|
| 15 | +} |
|
| 14 | 16 | |
| 15 | 17 | /** |
| 16 | 18 | * Un exec d'erreur |
@@ -10,7 +10,9 @@ discard block |
||
| 10 | 10 | * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * |
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 13 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 14 | + return; |
|
| 15 | +} |
|
| 14 | 16 | |
| 15 | 17 | include_spip('inc/actions'); |
| 16 | 18 | include_spip('inc/headers'); |
@@ -20,8 +22,9 @@ discard block |
||
| 20 | 22 | { |
| 21 | 23 | |
| 22 | 24 | global $spip_version_base; |
| 23 | - if (!_FILE_CONNECT) |
|
| 24 | - redirige_url_ecrire("install"); |
|
| 25 | + if (!_FILE_CONNECT) { |
|
| 26 | + redirige_url_ecrire("install"); |
|
| 27 | + } |
|
| 25 | 28 | |
| 26 | 29 | // Si reinstallation necessaire, message ad hoc |
| 27 | 30 | if (_request('reinstall')=='oui'){ |
@@ -34,29 +37,32 @@ discard block |
||
| 34 | 37 | array('connect' => '<tt>'._FILE_CONNECT.'</tt>')) |
| 35 | 38 | .generer_form_ecrire('upgrade', "<input type='hidden' name='reinstall' value='non' />", '', _T('bouton_relancer_installation'))); |
| 36 | 39 | echo $r; |
| 37 | - } |
|
| 38 | - elseif (_request('fin')) { |
|
| 40 | + } elseif (_request('fin')) { |
|
| 39 | 41 | include_spip('inc/plugin'); |
| 40 | 42 | actualise_plugins_actifs(); |
| 41 | 43 | include_spip('inc/headers'); |
| 42 | 44 | $res = generer_url_ecrire('admin_plugin','var_mode=recalcul'); |
| 43 | 45 | echo redirige_formulaire($res); |
| 44 | - } |
|
| 45 | - else { |
|
| 46 | + } else { |
|
| 46 | 47 | |
| 47 | - if (!isset($GLOBALS['meta']['version_installee'])) |
|
| 48 | - $GLOBALS['meta']['version_installee'] = 0.0; |
|
| 49 | - else $GLOBALS['meta']['version_installee'] = |
|
| 48 | + if (!isset($GLOBALS['meta']['version_installee'])) { |
|
| 49 | + $GLOBALS['meta']['version_installee'] = 0.0; |
|
| 50 | + } else { |
|
| 51 | + $GLOBALS['meta']['version_installee'] = |
|
| 50 | 52 | (double)str_replace(',', '.', $GLOBALS['meta']['version_installee']); |
| 53 | + } |
|
| 51 | 54 | # NB: str_replace car, sur club-internet, il semble que version_installe soit |
| 52 | 55 | # enregistree au format '1,812' et non '1.812' |
| 53 | 56 | |
| 54 | 57 | // Erreur downgrade |
| 55 | 58 | // (cas de double installation de fichiers SPIP sur une meme base) |
| 56 | - if ($spip_version_base<$GLOBALS['meta']['version_installee']) |
|
| 57 | - $commentaire = _T('info_mise_a_niveau_base_2'); |
|
| 59 | + if ($spip_version_base<$GLOBALS['meta']['version_installee']) { |
|
| 60 | + $commentaire = _T('info_mise_a_niveau_base_2'); |
|
| 61 | + } |
|
| 58 | 62 | // Commentaire standard upgrade |
| 59 | - else $commentaire = _T('texte_mise_a_niveau_base_1'); |
|
| 63 | + else { |
|
| 64 | + $commentaire = _T('texte_mise_a_niveau_base_1'); |
|
| 65 | + } |
|
| 60 | 66 | |
| 61 | 67 | $commentaire .= "<br />[".$GLOBALS['meta']['version_installee']."/".$spip_version_base."]"; |
| 62 | 68 | |
@@ -64,9 +70,9 @@ discard block |
||
| 64 | 70 | include_spip('inc/headers'); |
| 65 | 71 | $admin = charger_fonction('admin', 'inc'); |
| 66 | 72 | $res = $admin('upgrade', _T('info_mise_a_niveau_base'), $commentaire); |
| 67 | - if ($res) |
|
| 68 | - echo $res; |
|
| 69 | - else { |
|
| 73 | + if ($res) { |
|
| 74 | + echo $res; |
|
| 75 | + } else { |
|
| 70 | 76 | // effacer les alea pour forcer leur relecture |
| 71 | 77 | // si jamais ils ont change pendant l'upgrade |
| 72 | 78 | unset($GLOBALS['meta']['alea_ephemere']); |
@@ -10,7 +10,9 @@ |
||
| 10 | 10 | * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * |
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 13 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 14 | + return; |
|
| 15 | +} |
|
| 14 | 16 | |
| 15 | 17 | include_spip('inc/minipres'); |
| 16 | 18 | include_spip('inc/install'); |
@@ -10,7 +10,9 @@ discard block |
||
| 10 | 10 | * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * |
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 13 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 14 | + return; |
|
| 15 | +} |
|
| 14 | 16 | |
| 15 | 17 | include_spip('inc/actions'); |
| 16 | 18 | |
@@ -25,11 +27,15 @@ discard block |
||
| 25 | 27 | $do = _request('do'); |
| 26 | 28 | |
| 27 | 29 | if (preg_match('/^\w*$/', $do)) { |
| 28 | - if (!$do) $do = 'aff'; |
|
| 30 | + if (!$do) { |
|
| 31 | + $do = 'aff'; |
|
| 32 | + } |
|
| 29 | 33 | |
| 30 | 34 | $informer = charger_fonction('informer', 'inc'); |
| 31 | 35 | $res = $informer($id, $col, $exclus, _request('rac'), _request('type'), $do); |
| 32 | - } else $res = ''; |
|
| 36 | + } else { |
|
| 37 | + $res = ''; |
|
| 38 | + } |
|
| 33 | 39 | ajax_retour($res); |
| 34 | 40 | } |
| 35 | 41 | ?> |
@@ -10,7 +10,9 @@ discard block |
||
| 10 | 10 | * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * |
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 13 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 14 | + return; |
|
| 15 | +} |
|
| 14 | 16 | |
| 15 | 17 | /** |
| 16 | 18 | * Un exec d'acces interdit |
@@ -29,8 +31,7 @@ discard block |
||
| 29 | 31 | if (_request('var_zajax')) { |
| 30 | 32 | include_spip('inc/actions'); |
| 31 | 33 | ajax_retour($contenu); |
| 32 | - } |
|
| 33 | - else { |
|
| 34 | + } else { |
|
| 34 | 35 | include_spip('inc/presentation'); // alleger les inclusions avec un inc/presentation_mini |
| 35 | 36 | |
| 36 | 37 | $commencer_page = charger_fonction('commencer_page','inc'); |
@@ -10,7 +10,9 @@ discard block |
||
| 10 | 10 | * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * |
| 11 | 11 | \***************************************************************************/ |
| 12 | 12 | |
| 13 | -if (!defined('_ECRIRE_INC_VERSION')) return; |
|
| 13 | +if (!defined('_ECRIRE_INC_VERSION')) { |
|
| 14 | + return; |
|
| 15 | +} |
|
| 14 | 16 | |
| 15 | 17 | // http://doc.spip.org/@exec_delete_all_dist |
| 16 | 18 | function exec_base_delete_all_dist() |
@@ -34,9 +36,11 @@ discard block |
||
| 34 | 36 | '</li></ol>'; |
| 35 | 37 | $admin = charger_fonction('admin', 'inc'); |
| 36 | 38 | $res = $admin('delete_all', _T('titre_page_delete_all'), $res); |
| 37 | - if (!$res) |
|
| 38 | - redirige_url_ecrire('install',''); |
|
| 39 | - else echo $res; |
|
| 39 | + if (!$res) { |
|
| 40 | + redirige_url_ecrire('install',''); |
|
| 41 | + } else { |
|
| 42 | + echo $res; |
|
| 43 | + } |
|
| 40 | 44 | } |
| 41 | 45 | } |
| 42 | 46 | } |