Changeset 105354 in spip-zone
- Timestamp:
- Jul 17, 2017, 11:57:33 AM (4 years ago)
- Location:
- _plugins_/mailsubscribers/branches/v1
- Files:
-
- 43 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mailsubscribers/branches/v1/action/confirm_mailsubscriber.php
r98578 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 -
_plugins_/mailsubscribers/branches/v1/action/confirm_unsubscribe_mailsubscriber.php
r87397 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 -
_plugins_/mailsubscribers/branches/v1/action/mailsubscribers_export.php
r69533 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 9 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 10 11 11 12 /** 12 13 * Exporter la base au format CSV 13 14 * 14 * @param null|string $ statut15 * @param null|string $args 15 16 */ 16 function action_mailsubscribers_export_dist($ statut=null){17 if (is_null($ statut)){17 function action_mailsubscribers_export_dist($args = null){ 18 if (is_null($args)){ 18 19 $securiser_action = charger_fonction('securiser_action','inc'); 19 $ statut= $securiser_action();20 $args = $securiser_action(); 20 21 } 21 22 … … 26 27 } 27 28 29 $args = explode("-", $args); 30 $statut = $args[0]; 31 $liste = (isset($args[1])) ? trim($args[1]) : false; 32 28 33 $where = array(); 29 34 // '' ou 'all' pour tout exporter (sauf poubelle) 30 if (in_array($statut,array('','all'))) 35 if (in_array($statut,array('','all'))) { 31 36 $where[] = "statut<>".sql_quote('poubelle'); 32 else37 } else { 33 38 $where[] = "statut=".sql_quote($statut); 39 } 34 40 41 if ($liste) { 42 $where[] = "listes LIKE '%".$liste."%'"; 43 } 35 44 36 45 $entetes = array( -
_plugins_/mailsubscribers/branches/v1/action/subscribe_mailsubscriber.php
r98578 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 /** -
_plugins_/mailsubscribers/branches/v1/action/unsubscribe_mailsubscriber.php
r98578 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 /** -
_plugins_/mailsubscribers/branches/v1/base/mailsubscribers.php
r86498 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 … … 92 94 93 95 94 ?> -
_plugins_/mailsubscribers/branches/v1/formulaires/configurer_mailsubscribers.php
r88051 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 11 9 12 include_spip("inc/mailsubscribers"); 10 13 include_spip("inc/config"); -
_plugins_/mailsubscribers/branches/v1/formulaires/editer_email_subscription.php
r98677 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 include_spip('inc/actions'); -
_plugins_/mailsubscribers/branches/v1/formulaires/editer_mailsubscriber.php
r87373 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 include_spip('inc/actions'); … … 73 75 74 76 75 ?> -
_plugins_/mailsubscribers/branches/v1/formulaires/importer_mailsubscribers.php
r104337 r105354 289 289 $set['email'] = $email; 290 290 if ($id = objet_inserer("mailsubscriber",0,$set)) { 291 // on garde tous les champs car objet_inserer n'a pas forcement fait le boulot (depend de http s://core.spip.net/projects/spip/repository/revisions/20021)291 // on garde tous les champs car objet_inserer n'a pas forcement fait le boulot (depend de http://core.spip.org/projects/spip/repository/revisions/20021) 292 292 $set['statut'] = $d['statut']; 293 293 objet_modifier("mailsubscriber",$id,$set); -
_plugins_/mailsubscribers/branches/v1/formulaires/newsletter_unsubscribe.php
r82177 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 /** … … 57 59 } 58 60 59 60 ?> -
_plugins_/mailsubscribers/branches/v1/inc/mailsubscribers.php
r100350 r105354 7 7 */ 8 8 9 if (!defined('_ECRIRE_INC_VERSION')) return; 9 if (!defined('_ECRIRE_INC_VERSION')) { 10 return; 11 } 10 12 11 13 /** -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriber.xml
r104336 r105354 1 <traduction module="mailsubscriber" gestionnaire="salvatore" url="http s://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/mailsubscribers/trunk/lang/" reference="fr">2 <langue code="de" url="http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=de" total="82" traduits="81" relire="0" modifs="0" nouveaux="1" pourcent="98.78">3 <traducteur nom="Torsten Willmann" lien="http s://trad.spip.net/auteur/torsten-willmann" />1 <traduction module="mailsubscriber" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/mailsubscribers/trunk/lang/" reference="fr"> 2 <langue code="de" url="http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=de" total="82" traduits="81" relire="0" modifs="0" nouveaux="1" pourcent="98.78"> 3 <traducteur nom="Torsten Willmann" lien="http://trad.spip.net/auteur/torsten-willmann" /> 4 4 </langue> 5 <langue code="en" url="http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=en" total="82" traduits="82" relire="0" modifs="0" nouveaux="0" pourcent="100.00">6 <traducteur nom="Hanjo" lien="http s://trad.spip.net/auteur/hanjo" />5 <langue code="en" url="http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=en" total="82" traduits="82" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 6 <traducteur nom="Hanjo" lien="http://trad.spip.net/auteur/hanjo" /> 7 7 </langue> 8 <langue code="fr" url="http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=fr" total="82" traduits="82" relire="0" modifs="0" nouveaux="0" pourcent="100.00">8 <langue code="fr" url="http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=fr" total="82" traduits="82" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 9 9 </langue> 10 <langue code="nl" url="http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=nl" total="82" traduits="82" relire="0" modifs="0" nouveaux="0" pourcent="100.00">11 <traducteur nom="Hanjo" lien="http s://trad.spip.net/auteur/hanjo" />10 <langue code="nl" url="http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=nl" total="82" traduits="82" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 11 <traducteur nom="Hanjo" lien="http://trad.spip.net/auteur/hanjo" /> 12 12 </langue> 13 <langue code="pt_br" url="http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=pt_br" total="82" traduits="81" relire="0" modifs="0" nouveaux="1" pourcent="98.78">14 <traducteur nom="placido" lien="http s://trad.spip.net/auteur/placido" />15 <traducteur nom="Ricardo Porto" lien="http s://trad.spip.net/auteur/ricardo-porto" />13 <langue code="pt_br" url="http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=pt_br" total="82" traduits="81" relire="0" modifs="0" nouveaux="1" pourcent="98.78"> 14 <traducteur nom="placido" lien="http://trad.spip.net/auteur/placido" /> 15 <traducteur nom="Ricardo Porto" lien="http://trad.spip.net/auteur/ricardo-porto" /> 16 16 </langue> 17 <langue code="ru" url="http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=ru" total="82" traduits="65" relire="0" modifs="0" nouveaux="17" pourcent="79.27">18 <traducteur nom="Serge Markitanenko" lien="http s://trad.spip.net/auteur/serge-markitanenko" />17 <langue code="ru" url="http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=ru" total="82" traduits="65" relire="0" modifs="0" nouveaux="17" pourcent="79.27"> 18 <traducteur nom="Serge Markitanenko" lien="http://trad.spip.net/auteur/serge-markitanenko" /> 19 19 </langue> 20 20 </traduction> -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriber_de.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=de3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=de 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriber_en.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=en3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=en 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriber_fr.php
r98677 r105354 94 94 'texte_statut_valide' => 'active', 95 95 'titre_bonjour' => 'Bonjour', 96 'titre_export_mailsubscribers' => 'Exporter les inscrits', 96 'titre_export_mailsubscribers' => 'Exporter tous les inscrits', 97 'titre_export_mailsubscribers_liste_courante' => 'Exporter les inscrits de la liste selectionnée', 97 98 'titre_export_mailsubscribers_all' => 'Exporter toutes les adresses', 98 99 'titre_import_mailsubscribers' => 'Importer des adresses', -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriber_nl.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=nl3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=nl 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriber_pt_br.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=pt_br3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=pt_br 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriber_ru.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=ru3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriber?lang_cible=ru 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriberscfg.xml
r104336 r105354 1 <traduction module="mailsubscriberscfg" gestionnaire="salvatore" url="http s://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/mailsubscribers/trunk/lang/" reference="fr">2 <langue code="de" url="http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=de" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00">3 <traducteur nom="Torsten Willmann" lien="http s://trad.spip.net/auteur/torsten-willmann" />1 <traduction module="mailsubscriberscfg" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/mailsubscribers/trunk/lang/" reference="fr"> 2 <langue code="de" url="http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=de" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 3 <traducteur nom="Torsten Willmann" lien="http://trad.spip.net/auteur/torsten-willmann" /> 4 4 </langue> 5 <langue code="en" url="http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=en" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00">5 <langue code="en" url="http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=en" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 6 6 </langue> 7 <langue code="fr" url="http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=fr" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00">7 <langue code="fr" url="http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=fr" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 8 8 </langue> 9 <langue code="nl" url="http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=nl" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00">10 <traducteur nom="Hanjo" lien="http s://trad.spip.net/auteur/hanjo" />9 <langue code="nl" url="http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=nl" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 10 <traducteur nom="Hanjo" lien="http://trad.spip.net/auteur/hanjo" /> 11 11 </langue> 12 <langue code="pt_br" url="http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=pt_br" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00">13 <traducteur nom="Ricardo Porto" lien="http s://trad.spip.net/auteur/ricardo-porto" />12 <langue code="pt_br" url="http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=pt_br" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 13 <traducteur nom="Ricardo Porto" lien="http://trad.spip.net/auteur/ricardo-porto" /> 14 14 </langue> 15 <langue code="ru" url="http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=ru" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00">16 <traducteur nom="Serge Markitanenko" lien="http s://trad.spip.net/auteur/serge-markitanenko" />15 <langue code="ru" url="http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=ru" total="19" traduits="19" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 16 <traducteur nom="Serge Markitanenko" lien="http://trad.spip.net/auteur/serge-markitanenko" /> 17 17 </langue> 18 18 </traduction> -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriberscfg_de.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=de3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=de 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriberscfg_en.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=en3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=en 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriberscfg_nl.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=nl3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=nl 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriberscfg_pt_br.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=pt_br3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=pt_br 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/mailsubscriberscfg_ru.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=ru3 // extrait automatiquement de http://trad.spip.net/tradlang_module/mailsubscriberscfg?lang_cible=ru 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/paquet-mailsubscribers.xml
r104336 r105354 1 <traduction module="paquet-mailsubscribers" gestionnaire="salvatore" url="http s://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/mailsubscribers/trunk/lang/" reference="fr">2 <langue code="de" url="http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=de" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">1 <traduction module="paquet-mailsubscribers" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/mailsubscribers/trunk/lang/" reference="fr"> 2 <langue code="de" url="http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=de" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 3 3 </langue> 4 <langue code="en" url="http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=en" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">4 <langue code="en" url="http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=en" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 5 5 </langue> 6 <langue code="fr" url="http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=fr" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">6 <langue code="fr" url="http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=fr" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 7 7 </langue> 8 <langue code="nl" url="http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=nl" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">8 <langue code="nl" url="http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=nl" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 9 9 </langue> 10 <langue code="pt_br" url="http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=pt_br" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">11 <traducteur nom="placido" lien="http s://trad.spip.net/auteur/placido" />10 <langue code="pt_br" url="http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=pt_br" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 11 <traducteur nom="placido" lien="http://trad.spip.net/auteur/placido" /> 12 12 </langue> 13 13 </traduction> -
_plugins_/mailsubscribers/branches/v1/lang/paquet-mailsubscribers_de.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=de3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=de 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/paquet-mailsubscribers_en.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=en3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=en 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/paquet-mailsubscribers_nl.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=nl3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=nl 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/lang/paquet-mailsubscribers_pt_br.php
r104336 r105354 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // extrait automatiquement de http s://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=pt_br3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-mailsubscribers?lang_cible=pt_br 4 4 // ** ne pas modifier le fichier ** 5 5 -
_plugins_/mailsubscribers/branches/v1/mailsubscribers_administrations.php
r82344 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 … … 291 293 } 292 294 293 ?> -
_plugins_/mailsubscribers/branches/v1/mailsubscribers_autorisations.php
r84290 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 // declaration vide pour ce pipeline. … … 50 52 51 53 52 ?> -
_plugins_/mailsubscribers/branches/v1/mailsubscribers_fonctions.php
r86325 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 -
_plugins_/mailsubscribers/branches/v1/mailsubscribers_pipelines.php
r98677 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 function mailsubscribers_taches_generales_cron($taches){ -
_plugins_/mailsubscribers/branches/v1/newsletter/lists.php
r69533 r105354 7 7 */ 8 8 9 if (!defined('_ECRIRE_INC_VERSION')) return; 9 if (!defined('_ECRIRE_INC_VERSION')) { 10 return; 11 } 10 12 11 13 include_spip('inc/config'); -
_plugins_/mailsubscribers/branches/v1/newsletter/subscribe.php
r86539 r105354 7 7 */ 8 8 9 if (!defined('_ECRIRE_INC_VERSION')) return; 9 if (!defined('_ECRIRE_INC_VERSION')) { 10 return; 11 } 10 12 11 13 include_spip("action/editer_objet"); -
_plugins_/mailsubscribers/branches/v1/newsletter/subscriber.php
r98677 r105354 7 7 */ 8 8 9 if (!defined('_ECRIRE_INC_VERSION')) return; 9 if (!defined('_ECRIRE_INC_VERSION')) { 10 return; 11 } 10 12 11 13 include_spip('inc/mailsubscribers'); -
_plugins_/mailsubscribers/branches/v1/newsletter/subscribers.php
r90365 r105354 7 7 */ 8 8 9 if (!defined('_ECRIRE_INC_VERSION')) return; 9 if (!defined('_ECRIRE_INC_VERSION')) { 10 return; 11 } 10 12 11 13 include_spip('inc/mailsubscribers'); -
_plugins_/mailsubscribers/branches/v1/newsletter/unsubscribe.php
r86539 r105354 7 7 */ 8 8 9 if (!defined('_ECRIRE_INC_VERSION')) return; 9 if (!defined('_ECRIRE_INC_VERSION')) { 10 return; 11 } 10 12 11 13 include_spip("action/editer_objet"); -
_plugins_/mailsubscribers/branches/v1/notifications/instituermailsubscriber.php
r104327 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 // Fonction appelee par divers pipelines 11 // http s://code.spip.net/@notifications_instituerarticle_dist13 // http://doc.spip.org/@notifications_instituerarticle_dist 12 14 function notifications_instituermailsubscriber_dist($quoi, $id_mailsubscriber, $options) { 13 15 … … 70 72 } 71 73 72 ?> 74 -
_plugins_/mailsubscribers/branches/v1/paquet.xml
r103720 r105354 2 2 prefix="mailsubscribers" 3 3 categorie="communication" 4 version="1.9. 4"4 version="1.9.5" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]" -
_plugins_/mailsubscribers/branches/v1/prive/squelettes/navigation/mailsubscribers.html
r104335 r105354 21 21 22 22 [(#PLUGIN{spip_bonux}|non) 23 <p>Pour importer ou exporter les listes d'inscrits, installez le plugin <a href="http s://plugins.spip.net/spip_bonux">SPIP-Bonux</a></p>23 <p>Pour importer ou exporter les listes d'inscrits, installez le plugin <a href="http://plugins.spip.net/spip_bonux">SPIP-Bonux</a></p> 24 24 ] 25 25 [(#PLUGIN{spip_bonux}|oui) 26 27 [(#ENV{liste}|oui) 28 [(#URL_ACTION_AUTEUR{mailsubscribers_export,valide-#ENV{liste}}|icone_horizontale{<:mailsubscriber:titre_export_mailsubscribers_liste_courante:>,mailsubscriber-24,export})] 29 <hr /> 30 ] 26 31 [(#URL_ACTION_AUTEUR{mailsubscribers_export,valide}|icone_horizontale{<:mailsubscriber:titre_export_mailsubscribers:>,mailsubscriber-24,export})] 27 32 [(#URL_ACTION_AUTEUR{mailsubscribers_export,all}|icone_horizontale{<:mailsubscriber:titre_export_mailsubscribers_all:>,mailsubscriber-24,export})] -
_plugins_/mailsubscribers/branches/v1/prive/squelettes/navigation/mailsubscribers_fonctions.php
r67902 r105354 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 11 9 12 include_spip("inc/mailsubscribers");
Note: See TracChangeset
for help on using the changeset viewer.