From f5d7f421a94106a2763c90240f9db8485fd30408 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Thu, 7 Mar 2013 22:31:07 +0100 Subject: [PATCH] Nettoyage --- action/exporter_dons_tous.php~ | 52 --- base/souscription.php~ | 102 ------ fabrique_souscription.php | 301 ------------------ lang/souscription_don_fr.php~ | 53 --- modeles/faire-un-don.html~ | 5 - paquet.xml~ | 29 -- .../contenu/souscription_campagne.html~ | 63 ---- prive/objets/contenu/souscription_don.html~ | 63 ---- prive/objets/liste/souscription_dons.html~ | 43 --- .../squelettes/extra/souscription_dons.html~ | 2 - souscription_administrations.php~ | 53 --- souscription_autorisations.php~ | 133 -------- 12 files changed, 899 deletions(-) delete mode 100644 action/exporter_dons_tous.php~ delete mode 100644 base/souscription.php~ delete mode 100644 fabrique_souscription.php delete mode 100644 lang/souscription_don_fr.php~ delete mode 100644 modeles/faire-un-don.html~ delete mode 100644 paquet.xml~ delete mode 100644 prive/objets/contenu/souscription_campagne.html~ delete mode 100644 prive/objets/contenu/souscription_don.html~ delete mode 100644 prive/objets/liste/souscription_dons.html~ delete mode 100644 prive/squelettes/extra/souscription_dons.html~ delete mode 100644 souscription_administrations.php~ delete mode 100644 souscription_autorisations.php~ diff --git a/action/exporter_dons_tous.php~ b/action/exporter_dons_tous.php~ deleted file mode 100644 index 446fe36..0000000 --- a/action/exporter_dons_tous.php~ +++ /dev/null @@ -1,52 +0,0 @@ - 'souscription_don', - 'principale' => "oui", - 'table_objet_surnoms' => array('souscriptiondon'), // table_objet('souscription_don') => 'souscription_dons' - 'field'=> array("id_souscription_don" => "bigint(21) NOT NULL", - "id_transaction" => "bigint(21) NOT NULL DEFAULT 0", - "montant" => "int(11) NOT NULL DEFAULT 0", - "courriel" => "text NOT NULL DEFAULT ''", - "nom" => "text NOT NULL DEFAULT ''", - "prenom" => "text NOT NULL DEFAULT ''", - "code_postal" => "text NOT NULL DEFAULT ''", - "adresse" => "text NOT NULL DEFAULT ''", - "ville" => "text NOT NULL DEFAULT ''", - "recu_fiscal" => "int(1) NOT NULL DEFAULT 0", - "envoyer_info" => "int(2) NOT NULL DEFAULT 0", - /* "statut" => "varchar(255) DEFAULT '0' NOT NULL COLLATE NOCASE", */ - "date_souscription " => "datetime NOT NULL DEFAULT '0000-00-00 00:00:00'", - "maj" => "TIMESTAMP" - ), - 'key' => array("PRIMARY KEY" => "id_souscription_don", - ), - 'titre' => "nom AS titre, '' AS lang", - 'date' => "date_souscription", - 'champs_editables' => array('montant', 'courriel', 'nom', 'prenom', 'code_postal', 'adresse', 'ville', 'recu_fiscal', 'envoyer_info'), - 'champs_versionnes' => array('montant', 'courriel', 'nom', 'prenom', 'code_postal', 'adresse', 'ville', 'recu_fiscal', 'envoyer_info'), - 'rechercher_champs' => array(), - 'tables_jointures' => array('spip_transactions' => 'id_transaction'), - ); - - return $tables; -} - - -/* /\** */ -/* * Déclaration des tables secondaires (liaisons) */ -/* * */ -/* * @pipeline declarer_tables_auxiliaires */ -/* * @param array $tables */ -/* * Description des tables */ -/* * @return array */ -/* * Description complétée des tables */ -/* *\/ */ -/* function souscription_declarer_tables_auxiliaires($tables) { */ - -/* $tables['spip_souscription_dons_liens'] = */ -/* array( */ -/* 'field' => array("id_souscription_don" => "bigint(21) DEFAULT '0' NOT NULL", */ -/* "id_objet" => "bigint(21) DEFAULT '0' NOT NULL", */ -/* "objet" => "VARCHAR(25) DEFAULT '' NOT NULL", */ -/* "vu" => "VARCHAR(6) DEFAULT 'non' NOT NULL" */ -/* ), */ -/* 'key' => array("PRIMARY KEY" => "id_souscription_don,id_objet,objet", */ -/* "KEY id_souscription_don" => "id_souscription_don" */ -/* ) */ -/* ); */ - -/* return $tables; */ -/* } */ -?> diff --git a/fabrique_souscription.php b/fabrique_souscription.php deleted file mode 100644 index 7c3c5ba..0000000 --- a/fabrique_souscription.php +++ /dev/null @@ -1,301 +0,0 @@ -! - array ( - 'version' => 5, - ), - 'paquet' => - array ( - 'nom' => 'Souscription', - 'slogan' => '', - 'description' => 'Module de souscription pour Attac France et Basta!', - 'prefixe' => 'souscription', - 'version' => '1.0.0', - 'auteur' => 'Olivier Tétard', - 'auteur_lien' => 'http://olivier.miskin.fr', - 'licence' => 'GNU/GPL', - 'categorie' => 'communication', - 'etat' => 'dev', - 'compatibilite' => '[3.0.5;3.0.*]', - 'documentation' => '', - 'administrations' => 'on', - 'schema' => '1.0.0', - 'formulaire_config' => 'on', - 'formulaire_config_titre' => 'Configuration des modules de souscription', - 'fichiers' => - array ( - 0 => 'autorisations', - 1 => 'fonctions', - 2 => 'options', - 3 => 'pipelines', - ), - 'inserer' => - array ( - 'paquet' => '', - 'administrations' => - array ( - 'maj' => '', - 'desinstallation' => '', - 'fin' => '', - ), - 'base' => - array ( - 'tables' => - array ( - 'fin' => '', - ), - ), - ), - 'scripts' => - array ( - 'pre_copie' => '', - 'post_creation' => '', - ), - 'exemples' => '', - ), - 'objets' => - array ( - 0 => - array ( - 'nom' => 'Dons', - 'nom_singulier' => 'Don', - 'genre' => 'masculin', - 'logo_variantes' => '', - 'table' => 'spip_souscription_dons', - 'cle_primaire' => 'id_souscription_don', - 'cle_primaire_sql' => 'bigint(21) NOT NULL', - 'table_type' => 'souscription_don', - 'champs' => - array ( - 0 => - array ( - 'nom' => 'Courriel', - 'champ' => 'courriel', - 'sql' => 'text NOT NULL DEFAULT \'\'', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - 2 => 'obligatoire', - ), - 'recherche' => '', - 'saisie' => 'input', - 'explication' => '', - 'saisie_options' => '', - ), - 1 => - array ( - 'nom' => 'Nom', - 'champ' => 'nom', - 'sql' => 'text NOT NULL DEFAULT \'\'', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - ), - 'recherche' => '', - 'saisie' => 'input', - 'explication' => '', - 'saisie_options' => '', - ), - 2 => - array ( - 'nom' => 'Prénom', - 'champ' => 'prenom', - 'sql' => 'text NOT NULL DEFAULT \'\'', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - ), - 'recherche' => '', - 'saisie' => 'input', - 'explication' => '', - 'saisie_options' => '', - ), - 3 => - array ( - 'nom' => 'Code postal', - 'champ' => 'code_postal', - 'sql' => 'text NOT NULL DEFAULT \'\'', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - ), - 'recherche' => '', - 'saisie' => 'input', - 'explication' => '', - 'saisie_options' => '', - ), - 4 => - array ( - 'nom' => 'Adresse', - 'champ' => 'adresse', - 'sql' => 'text NOT NULL DEFAULT \'\'', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - ), - 'recherche' => '', - 'saisie' => 'textarea', - 'explication' => '', - 'saisie_options' => '', - ), - 5 => - array ( - 'nom' => 'Ville', - 'champ' => 'ville', - 'sql' => 'text NOT NULL DEFAULT \'\'', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - ), - 'recherche' => '', - 'saisie' => 'input', - 'explication' => '', - 'saisie_options' => '', - ), - 6 => - array ( - 'nom' => 'Envoyer un reçu fiscal', - 'champ' => 'recu_fiscal', - 'sql' => 'int(1) NOT NULL DEFAULT 0', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - ), - 'recherche' => '', - 'saisie' => 'oui_non', - 'explication' => '', - 'saisie_options' => '', - ), - 7 => - array ( - 'nom' => 'Souhaite être informé', - 'champ' => 'envoyer_info', - 'sql' => 'int(2) NOT NULL DEFAULT 0', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - ), - 'recherche' => '', - 'saisie' => 'oui_non', - 'explication' => 'Souhaite recevoir des informations publiques', - 'saisie_options' => '', - ), - 8 => - array ( - 'nom' => 'Identifiant de la transaction', - 'champ' => 'id_transaction', - 'sql' => 'int(11) NOT NULL DEFAULT 0', - 'caracteristiques' => - array ( - 0 => 'editable', - 1 => 'versionne', - ), - 'recherche' => '', - 'saisie' => '', - 'explication' => '', - 'saisie_options' => '', - ), - ), - 'champ_titre' => 'nom', - 'champ_date' => 'date_souscription', - 'statut' => '', - 'chaines' => - array ( - 'titre_objets' => 'Dons', - 'titre_objet' => 'Don', - 'info_aucun_objet' => 'Aucun don', - 'info_1_objet' => 'Un don', - 'info_nb_objets' => '@nb@ dons', - 'icone_creer_objet' => 'Créer un don', - 'icone_modifier_objet' => 'Modifier ce don', - 'titre_logo_objet' => 'Logo de ce don', - 'titre_langue_objet' => 'Langue de ce don', - 'titre_objets_rubrique' => 'Dons de la rubrique', - 'info_objets_auteur' => 'Les dons de cet auteur', - 'retirer_lien_objet' => 'Retirer ce don', - 'retirer_tous_liens_objets' => 'Retirer tous les dons', - 'ajouter_lien_objet' => 'Ajouter ce don', - 'texte_ajouter_objet' => 'Ajouter un don', - 'texte_creer_associer_objet' => 'Créer et associer un don', - 'texte_changer_statut_objet' => 'Ce don est :', - ), - 'table_liens' => 'on', - 'roles' => '', - 'auteurs_liens' => '', - 'vue_auteurs_liens' => '', - 'echafaudages' => - array ( - 0 => 'prive/squelettes/contenu/objets.html', - 1 => 'prive/objets/infos/objet.html', - 2 => 'prive/squelettes/contenu/objet.html', - ), - 'autorisations' => - array ( - 'objet_creer' => 'toujours', - 'objet_voir' => 'webmestre', - 'objet_modifier' => 'webmestre', - 'objet_supprimer' => 'webmestre', - 'associerobjet' => 'webmestre', - ), - 'boutons' => - array ( - 0 => 'menu_edition', - 1 => 'outils_rapides', - ), - 'saisies' => - array ( - 0 => 'objets', - ), - ), - ), - 'images' => - array ( - 'paquet' => - array ( - 'logo' => - array ( - 0 => - array ( - 'extension' => '', - 'contenu' => '', - ), - ), - ), - 'objets' => - array ( - 0 => - array ( - ), - ), - ), -); - -?> \ No newline at end of file diff --git a/lang/souscription_don_fr.php~ b/lang/souscription_don_fr.php~ deleted file mode 100644 index 95afb56..0000000 --- a/lang/souscription_don_fr.php~ +++ /dev/null @@ -1,53 +0,0 @@ - 'Ajouter ce don', - - // C - 'confirmer_don' => 'Faire un don', - - // E - 'explication_envoyer_info' => 'Souhaite recevoir des informations publiques', - - // I - 'icone_creer_souscription_don' => 'Créer un don', - 'icone_modifier_souscription_don' => 'Modifier ce don', - 'info_1_souscription_don' => 'Un don', - 'info_aucun_souscription_don' => 'Aucun don', - 'info_nb_souscription_dons' => '@nb@ dons', - 'info_souscription_dons_auteur' => 'Les dons de cet auteur', - - // L - 'label_adresse' => 'Adresse', - 'label_code_postal' => 'Code postal', - 'label_courriel' => 'Courriel', - 'label_montant' => 'Montant', - 'label_envoyer_info' => 'Souhaite être informé', - 'label_id_transaction' => 'Identifiant de la transaction', - 'label_nom' => 'Nom', - 'label_prenom' => 'Prénom', - 'label_recu_fiscal' => 'Envoyer un reçu fiscal', - 'label_ville' => 'Ville', - - // R - 'retirer_lien_souscription_don' => 'Retirer ce don', - 'retirer_tous_liens_souscription_dons' => 'Retirer tous les dons', - - // T - 'texte_ajouter_souscription_don' => 'Ajouter un don', - 'texte_changer_statut_souscription_don' => 'Ce don est :', - 'texte_creer_associer_souscription_don' => 'Créer et associer un don', - 'titre_langue_souscription_don' => 'Langue de ce don', - 'titre_logo_souscription_don' => 'Logo de ce don', - 'titre_souscription_don' => 'Don', - 'titre_souscription_dons' => 'Dons', - 'titre_souscription_dons_rubrique' => 'Dons de la rubrique', -); - -?> \ No newline at end of file diff --git a/modeles/faire-un-don.html~ b/modeles/faire-un-don.html~ deleted file mode 100644 index 9f970b6..0000000 --- a/modeles/faire-un-don.html~ +++ /dev/null @@ -1,5 +0,0 @@ -!!! - - -#FORMULAIRE_SOUSCRIPTION_DON{1} - diff --git a/paquet.xml~ b/paquet.xml~ deleted file mode 100644 index 79bc459..0000000 --- a/paquet.xml~ +++ /dev/null @@ -1,29 +0,0 @@ - - - Souscription - - Olivier Tétard - - GNU/GPL - - - - - - - - - - - - - diff --git a/prive/objets/contenu/souscription_campagne.html~ b/prive/objets/contenu/souscription_campagne.html~ deleted file mode 100644 index 6ce9121..0000000 --- a/prive/objets/contenu/souscription_campagne.html~ +++ /dev/null @@ -1,63 +0,0 @@ - - -[
- - (#COURRIEL) -
] - -[
- - (#MONTANT) -
] - -
- -
    - [
  • Identifiant : (#ID_TRANSACTION)
  • ] - [
  • Statut : (#STATUT)
  • ] - [
  • Mode de paiement : (#MODE)
  • ] - [
  • Date de paiement : (#DATE_PAIEMENT)
  • ] - [
  • Identifiant d'autorisation : (#AUTORISATION_ID)
  • ] -
-
- -
- -[
- - (#NOM) -
] - -[
- - (#PRENOM) -
] - -[
- - (#CODE_POSTAL) -
] - -[
- - (#ADRESSE) -
] - -[
- - (#VILLE) -
] - -[
- - (#RECU_FISCAL) -
] - -[
- - (#ENVOYER_INFO) -
] - -
- - diff --git a/prive/objets/contenu/souscription_don.html~ b/prive/objets/contenu/souscription_don.html~ deleted file mode 100644 index 4b19536..0000000 --- a/prive/objets/contenu/souscription_don.html~ +++ /dev/null @@ -1,63 +0,0 @@ - - -[
- - (#COURRIEL) -
] - -[
- - (#MONTANT) -
] - -
- -
    - [
  • Identifiant : (#ID_TRANSACTION)
  • ] - [
  • Statut : (#STATUT)
  • ] - [
  • Mode de paiement : (#MODE)
  • ] - [
  • Date de paiement : (#DATE_PAIEMENT)
  • ] - [
  • Identifiant d'autorisation : (#AUTORISATION_ID)
  • ] -
-
- -
- -[
- - (#NOM) -
] - -[
- - (#PRENOM) -
] - -[
- - (#CODE_POSTAL) -
] - -[
- - (#ADRESSE) -
] - -[
- - (#VILLE) -
] - -[
- - (#RECU_FISCAL) -
] - -[
- - (#ENVOYER_INFO) -
] - -
- - diff --git a/prive/objets/liste/souscription_dons.html~ b/prive/objets/liste/souscription_dons.html~ deleted file mode 100644 index 68cd56f..0000000 --- a/prive/objets/liste/souscription_dons.html~ +++ /dev/null @@ -1,43 +0,0 @@ -[(#SET{defaut_tri,#ARRAY{ - nom,1, - date_souscription,-1, - id_souscription_don,1, - points,-1 -}})] -#ANCRE_PAGINATION -
- - [] - - - - - - - - - - - - - - - - - - - - - - - - -
(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{souscription_don:info_1_souscription_don,souscription_don:info_nb_souscription_dons}})
[(#TRI{courriel,<:souscription_don:label_courriel:>,ajax})][(#TRI{montant,<:souscription_don:label_montant:>,ajax})][(#TRI{prenom,<:souscription_don:label_prenom:>,ajax})][(#TRI{nom,<:souscription_don:label_nom:>,ajax})][(#TRI{date_souscription,<:date:>,ajax})][(#TRI{souscription_statut,<:statut:>,ajax})][(#TRI{id_souscription_don,<:info_numero_abbreviation:>,ajax})]
[(#RANG). ]#COURRIEL[(#MONTANT) €][(#PRENOM)][(#NOM)][(#DATE_SOUSCRIPTION|affdate_jourcourt)][(#STATUT)][(#AUTORISER{modifier,souscription_don,#ID_SOUSCRIPTION_DON}|?{ - #ID_SOUSCRIPTION_DON, - #ID_SOUSCRIPTION_DON - })] -- #OBJET
-[

(#PAGINATION{prive})

] -
-
[ -
(#ENV*{sinon,''})
-] diff --git a/prive/squelettes/extra/souscription_dons.html~ b/prive/squelettes/extra/souscription_dons.html~ deleted file mode 100644 index 4b17590..0000000 --- a/prive/squelettes/extra/souscription_dons.html~ +++ /dev/null @@ -1,2 +0,0 @@ - -dffgdffg! diff --git a/souscription_administrations.php~ b/souscription_administrations.php~ deleted file mode 100644 index fef56dc..0000000 --- a/souscription_administrations.php~ +++ /dev/null @@ -1,53 +0,0 @@ - diff --git a/souscription_autorisations.php~ b/souscription_autorisations.php~ deleted file mode 100644 index b0b9810..0000000 --- a/souscription_autorisations.php~ +++ /dev/null @@ -1,133 +0,0 @@ -