Changeset 118853 in spip-zone
- Timestamp:
- Dec 2, 2019, 12:30:19 PM (7 days ago)
- Location:
- _plugins_/facteur/trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/facteur/trunk
- Property subgit:lock:2a30aacbf4a574f50bc55b52faaedb30d49a8b50 deleted
-
Property
subgit:lock:87169d43dc918783d9fb01ef612c4940409202ed
set to
2019-12-02T18:21:46.987
-
_plugins_/facteur/trunk/classes/facteur.php
r118851 r118853 1 1 <?php 2 /* 2 /** 3 3 * Plugin Facteur 4 4 * (c) 2009-201 1Collectif SPIP4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 * 7 * @package SPIP\Facteur\Classes\Facteur 7 8 */ 8 9 -
_plugins_/facteur/trunk/facteur_administrations.php
r99415 r118853 1 1 <?php 2 /* 3 * Plugin Facteur 24 * (c) 2009-201 1Collectif SPIP2 /** 3 * Plugin Facteur 4 4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 * 7 * @package SPIP\Facteur\Administrations 7 8 */ 8 9 -
_plugins_/facteur/trunk/facteur_fonctions.php
r117533 r118853 1 1 <?php 2 /* 3 * Plugin Facteur 24 * (c) 2009-201 1Collectif SPIP2 /** 3 * Plugin Facteur 4 4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 * 7 * @package SPIP\Facteur\Fonctions 7 8 */ 8 9 … … 307 308 /** 308 309 * Transformer un mail HTML en mail Texte proprement : 309 * - les tableaux de mise en page sont utilis �s pour structurer le mail texte310 * - les tableaux de mise en page sont utilisés pour structurer le mail texte 310 311 * - le reste du HTML est markdownifie car c'est un format texte lisible et conventionnel 311 312 * -
_plugins_/facteur/trunk/facteur_ieconfig_metas.php
r99415 r118853 1 1 <?php 2 2 /** 3 * Plugin Facteur 24 * (c) 2009-201 1Collectif SPIP3 * Plugin Facteur 4 4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 * -
_plugins_/facteur/trunk/facteur_pipelines.php
r99415 r118853 1 1 <?php 2 2 /** 3 * Plugin Facteur 4 * (c) 2009-201 3Collectif SPIP3 * Plugin Facteur 4 4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 * -
_plugins_/facteur/trunk/formulaires/configurer_facteur.php
r118852 r118853 1 1 <?php 2 2 /** 3 * Plugin Facteur 24 * (c) 2009-201 1Collectif SPIP3 * Plugin Facteur 4 4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 * 7 * @package SPIP\Facteur\Formulaires\Configurer_facteur 7 8 */ 8 9 -
_plugins_/facteur/trunk/formulaires/tester_facteur.php
r118852 r118853 1 1 <?php 2 2 /** 3 * Plugin Facteur 24 * (c) 2009-201 1Collectif SPIP3 * Plugin Facteur 4 4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 * 7 * @package SPIP\Facteur\Formulaires\Tester_facteur 7 8 */ 8 9 -
_plugins_/facteur/trunk/inc/envoyer_mail.php
r118852 r118853 1 1 <?php 2 /* 3 * Plugin Facteur 24 * (c) 2009-201 1Collectif SPIP2 /** 3 * Plugin Facteur 4 4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 * 7 * @package SPIP\Facteur\Inc\Envoyer_mails 7 8 */ 8 9 -
_plugins_/facteur/trunk/inc/facteur_classes.php
r99415 r118853 1 1 <?php 2 2 /** 3 * Plugin Facteur 24 * (c) 2009-201 1Collectif SPIP3 * Plugin Facteur 4 4 * (c) 2009-2019 Collectif SPIP 5 5 * Distribue sous licence GPL 6 6 *
Note: See TracChangeset
for help on using the changeset viewer.