Subversion Repositories Applications.projet

Rev

Rev 42 | Rev 54 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 ddelon 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU General Public                                                  |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | General Public License for more details.                                                             |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU General Public                                            |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
11 alexandre_ 22
 
46 ddelon 23
// CVS : $Id: projetControleur.class.php,v 1.15 2005-10-20 10:28:25 ddelon Exp $
11 alexandre_ 24
 
2 ddelon 25
/**
26
* Application projet
27
*
28
* La classe controleur projet
29
*
30
*@package projet
31
//Auteur original :
32
*@author        Alexandre Granier <alexandre@tela-botanica.org>
33
//Autres auteurs :
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
46 ddelon 36
*@version       $Revision: 1.15 $
2 ddelon 37
// +------------------------------------------------------------------------------------------------------+
38
*/
39
 
40
// +------------------------------------------------------------------------------------------------------+
41
// |                                            ENTETE du PROGRAMME                                       |
42
// +------------------------------------------------------------------------------------------------------+
43
 
44
if (isset ($GLOBALS['lang'])) {
45
    /** le fichier de langue, par defaut PROJET_LANGUE_DEFAUT */
46
    include_once 'client/projet/langues/pro_langue_'.$GLOBALS['lang'].'.inc.php' ;
47
} else {
48
    include_once 'client/projet/langues/pro_langue_'.PROJET_LANGUE_DEFAUT.'.inc.php' ;
49
}
50
 
51
include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
52
include_once PROJET_CHEMIN_CLASSES.'HTML_listeProjet.class.php' ;
53
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
54
include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireProjet.class.php' ;
55
include_once PROJET_CHEMIN_CLASSES.'statut.class.php' ;
56
include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireDocument.class.php' ;
57
include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireMail.class.php' ;
58
include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireListe.class.php' ;
59
include_once PROJET_CHEMIN_CLASSES.'commande_serveur.class.php' ;
60
include_once PROJET_CHEMIN_CLASSES_LISTES.'ezmlm.php' ;
61
 
16 ddelon 62
require_once GEN_CHEMIN_API.'html/HTML_TableFragmenteur.php' ;
2 ddelon 63
// +------------------------------------------------------------------------------------------------------+
64
// |                                           LISTE des constantes                                       |
65
// +------------------------------------------------------------------------------------------------------+
66
 
67
define ("PROJET_ACTION_COUPER", 3) ;
68
define ("PROJET_ACTION_MODIFIER", 4) ;
69
define ("PROJET_SUPPRESSION_FICHIER", 5) ;
70
define ("PROJET_NOUVEAU", 6) ;
71
define ("PROJET_NOUVEAU_V", 7) ;
72
define ('PROJET_MODIFIER_DESCRIPTION', 19) ;
73
define ('PROJET_MODIFIER_DESCRIPTION_V', 20) ;
74
define ("PROJET_NOUVEAU_FICHIER", 8) ;
75
define ("PROJET_NOUVEAU_FICHIER_V", 9) ;
76
define ("PROJET_NOUVEAU_REPERTOIRE", 11) ;
77
define ("PROJET_NOUVEAU_REPERTOIRE_V", 12) ;
78
define ("PROJET_SUPPRESSION_PROJET", 10) ;
79
define ("PROJET_ENVOYER_UN_MAIL", 13) ;
80
define ("PROJET_ENVOYER_UN_MAIL_V", 14) ;
81
define ("PROJET_ACTION_MODIFIER_V", 15) ;
82
define ('PROJET_ACTION_NOUVELLE_LISTE', 16) ;
83
define ('PROJET_ACTION_NOUVELLE_LISTE_V', 17) ;
84
define ('PROJET_ACTION_S_INSCRIRE', 21) ;
85
define ('PROJET_ACTION_CREER_WIKI', 22) ;
86
define ('PROJET_ACTION_SUPPRIMER_WIKI', 23) ;
87
define ('PROJET_ACTION_CREER_WIKI_V', 24) ;
88
define ('PROJET_ACTION_SUPPRIMER_LISTE', 25) ;
89
define ('PROJET_ACTION_DESINSCRIPTION_PROJET', 26) ;
90
define ('PROJET_ACTION_INSCRIPTION_LISTE', 27) ;
91
define ('PROJET_ACTION_DESINSCRIPTION_LISTE', 28) ;
92
define ('PROJET_ACTION_REFERENCER_LISTE', 29) ;
93
define ('PROJET_ACTION_REFERENCER_LISTE_V', 30) ;
94
define ('PROJET_ACTION_COLLER', 32) ;
16 ddelon 95
define ('PROJET_ACTION_ASSOCIER_WIKI', 36) ;
96
define ('PROJET_ACTION_ASSOCIER_WIKI_V', 37) ;
2 ddelon 97
 
98
define ('PROJET_ACTION_VOIR_RESUME', 'resume') ;
99
define ('PROJET_ACTION_VOIR_DESCRIPTION', 'description') ;
100
define ('PROJET_ACTION_VOIR_DOCUMENT', 'documents') ;
101
define ('PROJET_ACTION_VOIR_FORUM', 'forums') ;
102
define ('PROJET_ACTION_VOIR_PARTICIPANT', 'participants') ;
103
define ('PROJET_ACTION_VOIR_WIKINI', 'wikini') ;
104
/**
105
 * Code erreur pour l'interface projetControleur qui trouveront leur message
106
 * correspondant via la fonction projetControleur::messageErreur()
107
 */
108
define ("PROJETCONTROLEUR_ACTION_INVALIDE", -1) ;
109
define ("PROJETCONTROLEUR_ERREUR_SUPPRESSION_REPERTOIRE", -2) ;
110
define ("PROJETCONTROLEUR_PAS_DE_DOCUMENT_SELECTIONNE", -3) ;
111
define ("PROJETCONTROLEUR_ERREUR_CREATION_REPERTOIRE", -4) ;
112
 
113
/**
114
 *  Constantes pour définir les droits
115
 *
116
 */
117
define ('PROJET_DROIT_ADMINISTRATEUR', 1) ;
118
define ('PROJET_DROIT_COORDINATEUR', 2) ;
119
define ('PROJET_DROIT_PROPRIETAIRE', 4) ;
120
define ('PROJET_DROIT_CONTRIBUTEUR', 8) ;
121
define ('PROJET_DROIT_AUCUN', 16) ;
122
/**
123
 * class projetControleur
124
 * Cette classe sert à lancer les diverses applications du module projet, en
125
 * fonction des paramêtre de l'URL GET ou POST. La méthode principale est run()
126
 */
127
class projetControleur
128
{
129
    /*** Attributes: ***/
130
 
131
    /**
132
     * Contient l'action du controleur, qui correspond à une action du module projet.
133
     * @access private
134
     */
135
    var $_action;
136
    /**
137
     * Une connexion à une base de donnée DB.
138
     * @access private
139
     */
140
    var $_db;
141
 
142
    /**
143
     * Un objet PEAR:Auth
144
     * @access private
145
     */
146
    var $_auth;
147
 
148
    /**
149
     *
150
     * @access private
151
     */
152
    var $_url;
153
 
154
    /**
155
     * L'identifiant du projet sur lequel on travaille. Dans l'action par défaut, cet
156
     * attribut n'a pas de valeur.
157
     * @access private
158
     */
159
    var $_id_projet;
160
 
161
    /**
162
     * L'identifiant du répertoire que l'on est en train d'observer. Il sera passé en
163
     * paramètre à la classe HTML_listeDocuments.
164
     * @access private
165
     */
166
    var $_id_repertoire;
167
 
168
     /**
169
     * L'identifiant du fichier que l'on est en train de modifier / supprimer.
170
     * @access private
171
     */
172
    var $_id_document;
173
 
174
    /**
175
     * La présentation de la liste des projets, par défaut vide, signifie en liste.
176
     * Valeurs possibles: arbre
177
     * @access private
178
     */
179
    var $_presentation;
180
 
11 alexandre_ 181
   /**
182
     * Le type du projets, par défaut 0, signifie en pas de type particumier.
183
     * Valeurs possibles: 0, 1, 2, 3 ...
184
     * @access private
185
     */
186
    var $_projet_exclu = array();
2 ddelon 187
 
11 alexandre_ 188
   /**
189
     * Le tableau des projets à ne pas affiché, ni dans l'arbre, ni dans les listes
190
     * @access private
191
     */
192
 
2 ddelon 193
    /**
194
     * Méthode principale de la classe. Elle permet d'appeler les méthodes du modules
195
     * projet en fonction de l'action.
196
     *
197
     * @return string
198
     * @access public
199
     */
200
 
201
    function run( )
202
    {
203
        if ($this->_action == '') {
204
            return $this->messageErreur(PROJETCONTROLEUR_ACTION_INVALIDE) ;
205
        }
206
 
207
        // Si il n'y a pas d'action mais un projet, on transmet par défaut l'action PROJET_VOIR
208
        if ($this->_id_projet != "" && $this->_action == PROJET_DEFAUT) {
209
            $this->_action = PROJET_ACTION_VOIR_RESUME ;
210
            $this->_url->addQueryString (PROJET_VARIABLE_ID_PROJET, $this->_id_projet) ;
211
        }
212
        if ($this->_id_document != "") {
213
            $this->_url->addQueryString (PROJET_VARIABLE_ID_DOCUMENT, $this->_id_document) ;
214
        }
11 alexandre_ 215
        if ($this->_id_repertoire != '') {
216
            $this->_url->addQueryString (PROJET_VARIABLE_ID_REPERTOIRE, $this->_id_repertoire) ;
217
        }
2 ddelon 218
        $retour = '' ;
219
        if (!defined('PROJET_MENU_AFFICHER_CONTENU_CORPS')) $retour = $this->menuGeneral() ;
220
 
221
        switch ($this->_action) {
222
            case PROJET_DEFAUT :
223
                $retour .= $this->mesProjets() ;
224
            break ;
225
            case PROJET_VOIR :
226
                $retour .= $this->accueilProjet();
227
            break ;
228
            case PROJET_NOUVEAU :
229
                $retour .= $this->formulaireProjet(PROJET_NOUVEAU_V) ;
230
            break ;
231
            case PROJET_NOUVEAU_V :
232
                $retour .= $this->nouveauProjetValidation().$this->mesProjets() ;
233
            break ;
234
            case PROJET_NOUVEAU_FICHIER :
235
                $retour .= $this->formulaireFichier(PROJET_NOUVEAU_FICHIER) ;
236
            break ;
237
            case PROJET_ACTION_MODIFIER :
238
                $retour .= $this->formulaireFichier (PROJET_ACTION_MODIFIER) ;
239
            break ;
240
            case PROJET_ACTION_MODIFIER_V :
241
                $retour .= $this->modifierFichier () ;
242
                $this->_action = PROJET_ACTION_VOIR_DOCUMENT ;
243
            break ;
244
            case PROJET_NOUVEAU_FICHIER_V :
245
                $retour .= $this->nouveauFichierValidation() ;
246
                $this->_action = PROJET_ACTION_VOIR_DOCUMENT ;
247
            break ;
248
            case PROJET_ACTION_COUPER :
249
                $retour .= $this->fichierCouper() ;
250
                $this->_action = PROJET_ACTION_VOIR_DOCUMENT ;
251
            break ;
252
            case PROJET_SUPPRESSION_PROJET :
253
                $retour .= $this->suppressionProjet().$this->mesProjets() ;
254
            break ;
255
            case PROJET_NOUVEAU_REPERTOIRE :
256
                $retour .= $this->nouveauRepertoire() ;
257
            break ;
258
            case PROJET_NOUVEAU_REPERTOIRE_V :
11 alexandre_ 259
                $retour .= $this->nouveauRepertoireValidation() ;
260
                $this->_action = PROJET_ACTION_VOIR_DOCUMENT ;
2 ddelon 261
            break ;
262
            case PROJET_SUPPRESSION_FICHIER :
263
                $retour .=$this->suppressionFichier() ;
264
                $this->_action = PROJET_ACTION_VOIR_DOCUMENT ;
265
            break ;
266
            case PROJET_ENVOYER_UN_MAIL :
267
                $retour .= $this->envoyerUnMailFormulaire() ;
268
            break ;
269
            case PROJET_ENVOYER_UN_MAIL_V :
270
                $retour .= $this->envoyerUnMailValidation() ;
271
                $this->_action = PROJET_ACTION_VOIR_FORUM ;
272
            break ;
273
            case PROJET_ACTION_NOUVELLE_LISTE : $retour .= $this->formulaireListe(PROJET_ACTION_NOUVELLE_LISTE) ;
274
            break ;
275
            case PROJET_ACTION_NOUVELLE_LISTE_V : $retour .= $this->nouvelleListeValidation() ;
276
                $this->_action = PROJET_ACTION_VOIR_FORUM ;
277
            break ;
278
            case PROJET_ACTION_SUPPRIMER_LISTE : $retour .= $this->supprimerListe() ;
279
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
280
            break ;
281
            case PROJET_MODIFIER_DESCRIPTION : $retour .= $this->formulaireProjet(PROJET_MODIFIER_DESCRIPTION_V) ;
282
            break ;
283
            case PROJET_MODIFIER_DESCRIPTION_V : $retour .= $this->modifierProjet() ;
284
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
285
            break ;
286
            case  PROJET_ACTION_S_INSCRIRE : $retour .= $this->inscriptionProjet() ;
287
 
288
            break ;
289
            case PROJET_ACTION_DESINSCRIPTION_PROJET : $retour .= $this->desinscriptionProjet() ;
290
            break ;
291
            case PROJET_ACTION_CREER_WIKI : $retour .= $this->formulaireWiki() ;
292
            break ;
11 alexandre_ 293
            case PROJET_ACTION_CREER_WIKI_V : $retour .= $this->creationWiki() ;
294
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
2 ddelon 295
            break ;
16 ddelon 296
            case PROJET_ACTION_ASSOCIER_WIKI : $retour .= $this->associerWiki() ;
297
            break ;
298
            case PROJET_ACTION_ASSOCIER_WIKI_V : $retour .= $this->associationWiki() ;
299
            break ;
11 alexandre_ 300
            case PROJET_ACTION_SUPPRIMER_WIKI : $retour .= $this->supprimerWiki();
301
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
2 ddelon 302
            break ;
303
            case PROJET_ACTION_INSCRIPTION_LISTE : $retour .= $this->inscriptionListe() ;
304
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
305
            break ;
306
            case PROJET_ACTION_DESINSCRIPTION_LISTE : $retour .= $this->desinscriptionListe() ;
307
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
308
            break ;
309
            case PROJET_ACTION_REFERENCER_LISTE : $retour .= $this->referencerListeExterne() ;
310
            break ;
11 alexandre_ 311
            case PROJET_ACTION_REFERENCER_LISTE_V : $retour .= $this->referencerListeExterneValidation() ;
312
                $this->_action = PROJET_ACTION_VOIR_RESUME ;
2 ddelon 313
            break ;
314
 
315
        }
316
        if (!is_int($this->_action)) {
317
            if (file_exists(PROJET_CHEMIN_APPLI.'actions/'.$this->_action.'.php')) {
318
                include_once PROJET_CHEMIN_APPLI.'actions/'.$this->_action.'.php' ;
319
            }
320
        }
321
        return $retour ;
322
    } // end of member function run
323
 
324
    /**
325
     * Permet de fixer la valeur de l'action pour l'objet projetControleur. Cette action
326
     * provient généralement de $_POST['action'] ou $_GET['action']
327
     *
328
     * @param int action L'action à passer provient de l'URL.
329
     * @return void
330
     * @access public
331
     */
332
    function setAction( $action )
333
    {
334
        $this->_action = $action ;
335
    } // end of member function setAction
336
 
337
    /**
338
     * Constructeur.
339
     *
340
     * @return void
341
     * @access public
342
     */
343
    function projetControleur(&$dbObjet, &$authObjet, $urlObjet = "")
344
    {
345
        $this->_db = $dbObjet ;
346
        $this->_auth = $authObjet ;
347
        $this->_id_repertoire = 0 ;
11 alexandre_ 348
        $this->_type = '' ;
2 ddelon 349
        if (is_object ($urlObjet)) {
350
            $this->_url = $urlObjet ;
351
        }
352
    } // end of member function projetControleur
353
 
354
    /**
355
     * Renvoie la liste des projets auquel participe la personne logguée, avec son
356
     * statut et un lien vers l'action pour gérer le projet.
357
     *
358
     * @return string
359
     * @access public
360
     */
361
    function mesProjets( )
362
    {
34 alexandre_ 363
    	$res = '' ;
2 ddelon 364
        include_once PROJET_CHEMIN_CLASSES.'statut_liste.class.php' ;
365
        include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php' ;
366
        $participant = new participe ($this->_db) ;
367
 
11 alexandre_ 368
        if (PROJET_UTILISE_TYPE && $this->_type != '') {
369
            $projetListe = projet::getProjetDuType($this->_type, $this->_db) ;
28 alexandre_ 370
            if ($this->_presentation == 'arbre')array_push ($projetListe, projet::getProjetRacine($this->_db)) ;
11 alexandre_ 371
        } else {
372
            // Un tableau de tous les projets dans $projetListe
373
            $projetListe = projet::getTousLesProjets($this->_db) ;
374
        }
28 alexandre_ 375
        // Si la liste est vide, on renvoie un texte
376
        if (count($projetListe) == 0) {
34 alexandre_ 377
        	// On inclue un fichier local
378
	        if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php'))
379
	        	include_once PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php' ;
380
        	return $res .= PROJET_PAS_DE_LISTE;
28 alexandre_ 381
        }
11 alexandre_ 382
        // Si certain projet sont à exclure, on les exclu
34 alexandre_ 383
        $projet_a_exclure = array() ;
11 alexandre_ 384
        if (count($this->_projet_exclu)) {
34 alexandre_ 385
        	arsort($this->_projet_exclu) ;
11 alexandre_ 386
            foreach ($this->_projet_exclu as $valeur) {
34 alexandre_ 387
            	for ($i = 0; $i < count($projetListe); $i++) {
388
            		if ($projetListe[$i]->getId() == $valeur)  array_push ($projet_a_exclure, $i);}
11 alexandre_ 389
            }
390
        }
34 alexandre_ 391
        foreach ($projet_a_exclure as $valeur) unset ($projetListe[$valeur]) ;
392
 
393
        // Les entêtes des tableaux
2 ddelon 394
        $tableau_label_statut_action = array (PROJET_GERER, PROJET_GERER, PROJET_GERER_FICHIER, PROJET_VOIR_FICHIER, "---") ;
395
 
396
        $auth = $this->_auth->getAuth() ;                       // Pour raccourcir le code
397
        $id_u = $this->_auth->getAuthData(PROJET_CHAMPS_ID) ;   // --------------
398
 
34 alexandre_ 399
 
400
        // Si la présentation est par arbre
401
        // TODO : Organiser différemment les présentations
402
        // En utilisant des templates
2 ddelon 403
        if ($this->_presentation == 'arbre') {
404
            $titre = '<h1>Arbre des Projets</h1>'."\n" ;
405
            include_once PROJET_CHEMIN_API_ARBRE.'arbre.class.php' ;
406
            // initialisation de variables
407
            $intensite_feuille = '' ; $longueur_branche = '' ;
408
            $arbre = new arbre() ;
409
            // recherche du projet principal
410
 
15 ddelon 411
            $cime='';
412
 
2 ddelon 413
            foreach ($projetListe as $projet) {
414
                $this->_url->addQueryString (PROJET_VARIABLE_ID_PROJET, $projet->getId()) ;
415
                $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_VOIR_PARTICIPANT) ;
416
                $lien_feuille = $this->_url->getURL() ;
417
                $this->_url->removeQueryString(PROJET_VARIABLE_ACTION) ;
418
 
419
                if ($projet->isRacine()) {
420
                    $cime = $arbre->cime($projet->getTitre(), $this->_url->getURL(), $projet->getNombreInscrits(), $lien_feuille, '') ;
421
                } else {
422
 
11 alexandre_ 423
                    $arbre->addBranche($projet->getTitre(), $this->_url->getURL(), $projet->getNombreInscrits(),
424
                                        $lien_feuille, $lien_feuille, $intensite_feuille, $longueur_branche) ;
2 ddelon 425
                }
426
            }
427
            return $titre.'<table>'.$cime.$arbre->affBranche().$arbre->affRacine().'</table>';
428
        }
34 alexandre_ 429
 
430
        // Présentation par liste
431
 
2 ddelon 432
        $titre = '<h1>'.PROJET_LISTE.'</h1>'."\n" ;
34 alexandre_ 433
 
434
        // On inclue un fichier local
435
        if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php'))
436
        	include_once PROJET_CHEMIN_APPLI.'langues/pro_langues_fr.local.inc.php' ;
2 ddelon 437
        // On vérifie si l'utilisateur participe à des projets
438
        if ($auth) {
34 alexandre_ 439
 
2 ddelon 440
            $utilisateur_liste = new inscription_liste($this->_db) ;
441
            // On teste ici s'il y a une mise à jour de statut
442
            if (isset($_POST['statut'])) {
443
                // $_POST['statut'] et $_GET['identifiant_projet'] proviennent du formulaire voir HTML_listeProjet
444
                include_once PROJET_CHEMIN_CLASSES.'annuaire.class.php' ;
445
                $annuaire = new annuaire($this->_db, array('identifiant' => PROJET_CHAMPS_ID, 'mail' => PROJET_CHAMPS_MAIL, 'table' => PROJET_ANNUAIRE)) ;
446
                $annuaire->setId($this->_auth->getAuthData(PROJET_CHAMPS_ID)) ;
447
                $projet = new projet ($this->_db, $_GET['identifiant_projet']) ;
448
                $projet->getListesAssociees() ;
449
                $utilisateur_liste->modifierTypeInscription($projet->_listes_associes[0],$annuaire, $_POST['statut']) ;
450
            }
451
            if (count($participant->getIdProjetsStatuts($id_u))) {
452
 
453
                $HTML_projetListe = new HTML_listeProjet(true) ;
454
                $entete_liste = array($auth ? PROJET_VOUS_PARTICIPEZ : PROJET_LISTE) ;
455
                if ($auth) array_push ($entete_liste, PROJET_SE_DESINSCRIRE, PROJET_LISTE_DE_DISCUSSION) ;
456
 
457
 
458
                $tableau_resultat = array () ;
459
 
460
                $HTML_projetListe->construitEntete ($entete_liste) ;
461
 
462
                // On construit $tableau_resultat avec une ligne par projet contenant un tableau (titre, statut_nom, id_statut, id_projet)
463
                $statut_liste = new statut_liste($this->_db) ;
464
                $tableau_statut = $statut_liste->getTousLesStatuts() ;
465
 
466
                $statut = '' ;
467
                $i = 0 ;
468
                $HTML_projetListe->setModeModification() ;
469
                $HTML_projetListe->setURL($this->_url) ;
470
                foreach ($projetListe as $projet) {
471
                    if (participe::getStatutSurProjetCourant($id_u, $projet->getId(), $this->_db) == 4) continue ;
472
                    if ($auth) {
473
                        if ($projet->avoirListe()) {
474
                            $projet->getListesAssociees() ;
11 alexandre_ 475
                            $statut = $utilisateur_liste->getStatutInscrit($projet->_listes_associes[0]->getId(), $this->_auth) ;
476
                            //if ($statut == '') $statut = 0 ;
2 ddelon 477
                        }
478
                    }
479
 
480
                    $this->_url->addQueryString (PROJET_VARIABLE_ID_PROJET, $projet->getId()) ;
34 alexandre_ 481
                    $ligne_tableau = array ($projet->getId(), $projet->getResume(),
482
								'<a href="'.$this->_url->getURL().'">'.$projet->getTitre().'</a>'
483
								) ;
2 ddelon 484
                    if ($auth) {
485
                        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_DESINSCRIPTION_PROJET) ;
486
                        array_push ($ligne_tableau, '<a href="'.$this->_url->getURL().'" onclick="javascript:return confirm(\''.
487
                                                PROJET_SE_DESINSCRIRE_CONFIRMATION.'\');">'.PROJET_SE_DESINSCRIRE.'</a>') ;
488
                        if ($projet->avoirListe()) {
489
                            array_push ($ligne_tableau, $statut) ;
490
                        } else {
11 alexandre_ 491
                            array_push($ligne_tableau, '') ;
2 ddelon 492
                        }
493
                        array_push ($tableau_resultat, $ligne_tableau) ;
494
                        $this->_url->removeQueryString (PROJET_VARIABLE_ACTION) ;
495
                    }
496
                    $statut = '' ;
497
                }
498
                $HTML_projetListe->construitListe ($tableau_resultat, $tableau_statut) ;
499
 
500
 
34 alexandre_ 501
                if ($HTML_projetListe->getRowCount() > 1) {
502
                	$res .= '<p>'.PROJET_PARTICIPER.'</p>';
503
                	$res .= $HTML_projetListe->toHTML() ;
504
                }
2 ddelon 505
            } else {
506
                $res .= '<p>'.PROJET_INSCRIT_AUCUN_PROJET.'</p>' ;
507
            }
508
        }
509
 
510
        // Un texte pour ceux qui ne sont pas identifiés
511
        if (!$auth) {
512
            $res .= '<p>'.PROJET_TEXTE_NON_IDENTIFIE.'</p>'."\n" ;
513
        }
514
 
515
        // Maintenant la liste des projets où l'utilisateur ne participe pas.
516
        // Et si pas loggué tous les projets
517
        if ($auth) {
518
            $projetNonParticipantListe = $participant -> getProjetsNonParticipant($id_u) ;
28 alexandre_ 519
            // Si certain projet sont à exclure, on les exclu
34 alexandre_ 520
	        $projet_a_exclure = array() ;
28 alexandre_ 521
	        if (count($this->_projet_exclu)) {
34 alexandre_ 522
	        	arsort($this->_projet_exclu) ;
28 alexandre_ 523
	            foreach ($this->_projet_exclu as $valeur) {
34 alexandre_ 524
	            	for ($i = 0; $i < count($projetNonParticipantListe); $i++) {
525
	            		if ($projetNonParticipantListe[$i]->getId() == $valeur)  array_push ($projet_a_exclure, $i);}
28 alexandre_ 526
	            }
527
	        }
42 alexandre_ 528
	        if (PROJET_UTILISE_TYPE && $this->_type != '') {
529
	        	for ($i = 0; $i < count($projetNonParticipantListe); $i++) {
530
	        		if ($projetNonParticipantListe[$i]->getType() != $this->_type) array_push ($projet_a_exclure, $i) ;
531
	        	}
532
           	}
533
 
534
	        foreach ($projet_a_exclure as $valeur) {
535
	        	unset ($projetNonParticipantListe[$valeur]) ;
536
	        }
537
 
2 ddelon 538
            $HTML_projetNonParticipantListe = new HTML_listeProjet(true) ;
539
            $entete_liste = array (PROJET_LISTE) ;
34 alexandre_ 540
            array_push ($entete_liste, PROJET_S_INSCRIRE) ;
2 ddelon 541
 
542
            $HTML_projetNonParticipantListe->construitEntete($entete_liste) ;
543
 
544
            $liste_projet = array() ;
545
            // La liste
546
 
547
            foreach ($projetNonParticipantListe as $projet) {
548
                $this->_url->addQueryString(PROJET_VARIABLE_ID_PROJET, $projet->getId()) ;
34 alexandre_ 549
                $ligne_projet = array ($projet->getResume(),
15 ddelon 550
                                    '<a href="'.$this->_url->getURL().'">'.$projet->getTitre().'</a>'      // le nom du projet
2 ddelon 551
                                        ) ;
552
                $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE) ;
34 alexandre_ 553
                array_push ($ligne_projet, '<a href="'.$this->_url->getURL().'">'.PROJET_S_INSCRIRE.'</a>') ;
2 ddelon 554
 
555
                $this->_url->removeQueryString(PROJET_VARIABLE_ACTION);
556
                array_push ($liste_projet, $ligne_projet) ;
557
            }
558
            $this->_url->removeQueryString(PROJET_VARIABLE_ACTION) ;
559
            $HTML_projetNonParticipantListe->construitListe($liste_projet) ;
34 alexandre_ 560
            if ($HTML_projetNonParticipantListe->getRowCount() > 1) $res .= $HTML_projetNonParticipantListe->toHTML() ;
2 ddelon 561
        } else {
9 ddelon 562
            $projetNonParticipantListe = & $projetListe ;
563
            $HTML_projetNonParticipantListe = new HTML_listeProjet(true) ;
564
            $entete_liste = array (PROJET_LISTE) ;
565
            $HTML_projetNonParticipantListe->construitEntete($entete_liste) ;
2 ddelon 566
 
9 ddelon 567
            $liste_projet = array() ;
568
            // La liste
569
            foreach ($projetNonParticipantListe as $projet) {
570
                $this->_url->addQueryString(PROJET_VARIABLE_ID_PROJET, $projet->getId()) ;
34 alexandre_ 571
                $ligne_projet = array ( $projet->getResume(),
572
                                    '<a href="'.$this->_url->getURL().'">'.$projet->getTitre().'</a>',  // le nom du projet
573
                                    ) ;
9 ddelon 574
 
575
                $this->_url->removeQueryString(PROJET_VARIABLE_ACTION);
576
                array_push ($liste_projet, $ligne_projet) ;
577
            }
578
            $this->_url->removeQueryString(PROJET_VARIABLE_ACTION) ;
579
            $HTML_projetNonParticipantListe->construitListe($liste_projet) ;
34 alexandre_ 580
            if ($HTML_projetNonParticipantListe->getRowCount() > 1) {
581
        		$res .= '<p>'.PROJET_TOUS_LES_PROJETS.'</p>' ;
582
        		$res .= $HTML_projetNonParticipantListe->toHTML() ;
583
            }
2 ddelon 584
        }
585
        return $titre.$res ;
586
    } // end of member function mesProjets
587
 
588
    /**
589
     * Renvoie le menu général de l'application projet. Avec différents liens selon le
590
     * statut de l'utilisateur.
591
     *
592
     * @return string
593
     * @access public
594
     */
595
    function menuGeneral( )
596
    {
597
        $res = '' ;
598
        $auth = $this->_auth->getAuth() ;
599
        if (!$auth) return ;
600
        $res .= '<div class="menu_projet">'."\n";
601
        $participant = new participe($this->_db) ;
602
        if ($auth && $participant->isAdministrateur($this->_auth->getAuthData(PROJET_CHAMPS_ID))) {
603
            $isAdm = 1; $isCoord = 1 ; $isContri = 1 ;
604
            $label_statut = PROJET_ADMINISTRATEUR;
605
        } else {
606
            $isAdm = 0 ; $isCoord = 0 ; $isContri = 0 ;
607
        }
608
 
609
        // Les menus spécifiques aux projets
610
        if ($auth && $this->_id_projet != '') {
611
            if (!$isCoord) {
612
                $isCoord = $participant->isCoordinateur($this->_auth->getAuthData(PROJET_CHAMPS_ID), $this->_id_projet, $this->_db) ;
613
                if ($isCoord) {
614
                    $label_statut = PROJET_CHEF ;
615
                    $isContri = true ;
616
                }
617
            }
618
            if (!$isContri) {
619
                $isContri = $participant->isContributeur($this->_auth->getAuthData(PROJET_CHAMPS_ID), $this->_id_projet, $this->_db) ;
620
                if ($isContri) {
621
                    $label_statut = PROJET_VOUS_PARTICIPEZ ;
622
                } else {
623
                    $label_statut = PROJET_VOUS_N_ETES_PAS_INSCRIT ;
624
                }
625
            }
626
        }
627
 
628
        if ($isContri || $isAdm) {
629
            $res .= '<h2>' ;
630
            if ($isAdm) $res .= PROJET_VOUS_ETES.' ' ;
631
            $res .= $label_statut.'</h2>'."\n" ;
632
            $res .= '<ul>' ;
633
        } else {
634
            if ($this->_id_projet != '') $res .= '<h2>'.$label_statut.'</h2>'."\n" ;
635
        }
636
 
637
        if ($isAdm) {
638
            $this->_url->removeQueryString (PROJET_VARIABLE_ID_PROJET) ;
639
            $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_NOUVEAU) ;
640
            $res .= '<li><a href="'.$this->_url->getURL().'">'.PROJET_NOUVEAU_PROJET.'</a></li>'."\n" ;
641
            $this->_url->removeQueryString(PROJET_VARIABLE_ACTION) ;
642
        }
643
 
644
        // Si _id_projet existe alors on est dans un projet, on affiche alors les menus du projet
645
        if ($this->_id_projet != '') {
646
            $projet = new projet ($this->_db, $this->_id_projet) ;
647
            if ($isContri || $isAdm) {
648
                // On ajoute dans l'url les variables id_projet et id_repertoire si elles existent
649
                $this->_url->addQueryString (PROJET_VARIABLE_ID_PROJET, $this->_id_projet) ;
650
 
651
                if ($this->_id_repertoire != "") $this->_url->addQueryString (PROJET_VARIABLE_ID_REPERTOIRE, $this->_id_repertoire) ;
652
                if ($isAdm) {
653
                    // L'action supprimer le projet
654
                    $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_SUPPRESSION_PROJET) ;
655
                    $this->_url->addQueryString(PROJET_VARIABLE_ID_PROJET, $this->_id_projet) ;
656
                    $res .= '<li><a href="'.$this->_url->getURL().'" onclick="javascript:return confirm(\''.PROJET_SUPPRIMER_PROJET_CONFIRMATION.'\');">'
657
                                .PROJET_SUPPRIMER_LE_PROJET."</a></li>\n" ;
658
                }
659
                if ($isCoord) {
660
                    // L'action modifier les propriétés du projet
661
                    $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_MODIFIER_DESCRIPTION) ;
662
                    $res .= "<li><a href=\"".$this->_url->getURL()."\">".PROJET_MODIFIER_PROPRIETES."</a></li>\n" ;
663
 
664
                    if ($projet->avoirListe()) {
665
                        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_SUPPRIMER_LISTE) ;
666
                        $texte_liste = PROJET_SUPPRIMER_LISTE ;
667
                        $onclic = ' onclick="javascript:return confirm(\''.PROJET_SUPPRIMER_LISTE_CONFIRMATION.'\');"' ;
668
                    } else {
669
                        // L'action créer une liste
670
                        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_NOUVELLE_LISTE) ;
671
                        $texte_liste = PROJET_CREER_LISTE ;
672
                        $onclic = '' ;
673
                    }
674
                    $res .= '<li><a href="'.$this->_url->getURL().'"'.$onclic.'>'.$texte_liste.'</a></li>'."\n" ;
675
                    $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_REFERENCER_LISTE) ;
676
                    $res .= '<li><a href="'.$this->_url->getURL().'">'.PROJET_REFERENCER_LISTE.'</a></li>'."\n" ;
677
 
678
                    // L'action gérer les utilisateurs
679
                    $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_VOIR_PARTICIPANT) ;
680
                    $res .= "<li><a href=\"".$this->_url->getURL()."\">".PROJET_GESTION_UTILISATEUR."</a></li>\n" ;
681
 
682
                    // L'action créer un wikini
683
                    if (!$projet->getWikini()) {
684
                        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_CREER_WIKI) ;
685
                        $res .= "<li><a href=\"".$this->_url->getURL()."\">".PROJET_CREER_WIKI."</a></li>\n" ;
686
                    } else {
687
                        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_SUPPRIMER_WIKI) ;
688
                        $res .= '<li><a href="'.$this->_url->getURL().'" onclick="javascript:return confirm(\''.PROJET_WIKINI_SUPPRIMER.' ?\')">'.PROJET_WIKINI_SUPPRIMER."</a></li>\n" ;
689
                    }
16 ddelon 690
 
691
                    // L'action choisir un wikini
692
                    $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_ASSOCIER_WIKI) ;
693
                    $res .= "<li><a href=\"".$this->_url->getURL()."\">".PROJET_ASSOCIER_WIKI."</a></li>\n" ;
694
 
2 ddelon 695
                }
696
                // L'action se désinscrire du projet
697
                $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_DESINSCRIPTION_PROJET) ;
698
                $res .= "<li><a href=\"".$this->_url->getURL()."\">".PROJET_SE_DESINSCRIRE."</a></li>\n" ;
699
 
700
                // L'action "Mettre un fichier en ligne"
701
                $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_NOUVEAU_FICHIER) ;
702
                $res .= "<li><a href=\"".$this->_url->getURL()."\">".PROJET_METTRE_FICHIER."</a></li>\n" ;
703
 
704
                // L'action créer un répertoire
705
                $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_NOUVEAU_REPERTOIRE) ;
706
                $res .= "<li><a href=\"".$this->_url->getURL()."\">".PROJET_CREER_REP."</a></li>\n" ;
707
 
708
                if ($projet->avoirListe()) {
709
 
710
                    // On vérifie si l'utilisateur est inscrit ou non à la liste et on ajoute le lien
711
                    //$projet->getListesAssociees();
712
 
713
                    include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php';
714
                    foreach ($projet->_listes_associes as $info_liste) {
715
 
716
                        $inscription_liste = new inscription_liste($this->_db) ;
11 alexandre_ 717
                        if ($inscription_liste->getStatutInscrit($info_liste->getId(),  $this->_auth) == 0) {
2 ddelon 718
                            $action_inscription = PROJET_ACTION_INSCRIPTION_LISTE ;
719
                            $label_inscription = PROJET_RECEVOIR_MESSAGES ;
720
                        } else {
721
                            // L'action envoyer un mail
722
                            $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ENVOYER_UN_MAIL) ;
723
                            $res .= '<li><a href="'.$this->_url->getURL().'">'.PROJET_ECRIRE_LISTE.'</a></li>'."\n" ;
724
                            $action_inscription = PROJET_ACTION_DESINSCRIPTION_LISTE ;
725
                            $label_inscription = PROJET_NE_PAS_RECEVOIR_MESSAGES ;
726
                        }
727
                        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, $action_inscription) ;
728
                        $res .= '<li><a href="'.$this->_url->getURL().'">';
729
                        $res .= $label_inscription.'</a></li> ';
730
                    }
731
                }
732
 
733
            $res .= '</ul>' ;
734
            } else if ($auth){
735
                // L'action s'inscrire du projet
736
                $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE) ;
737
                $res .= "<li><a href=\"".$this->_url->getURL()."\">".PROJET_S_INSCRIRE_AU_PROJET."</a></li>\n" ;
738
            }
739
        }
740
 
741
        $res .= "</div>\n" ;
742
        return $res ;
743
    } // end of member function menuGeneral
744
 
745
    /**
746
     * Renvoie le formulaire de création d'un projet.
747
     *
748
     * @return string
749
     * @access public
750
     */
751
    function formulaireProjet($action)
752
    {
34 alexandre_ 753
    	if (!$this->_auth->getAuth()) {
754
    		return PROJET_TEXTE_NON_IDENTIFIE;
755
    	}
2 ddelon 756
        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, $action) ;
757
        $formulaire_projet = new HTML_formulaireProjet('formulaire_projet', 'post',str_replace ("&amp;", "&", $this->_url->getURL())) ;
11 alexandre_ 758
        $tableau_type = '' ;
759
        if (PROJET_UTILISE_TYPE) {
760
            include_once PROJET_CHEMIN_CLASSES.'projet_type.class.php' ;
761
            $tableau_type = projet_type::getTousLesTypes($this->_db) ;
762
        }
763
        $formulaire_projet->construitFormulaire(projet::getTousLesProjets($this->_db), $tableau_type) ;
2 ddelon 764
        if ($action == PROJET_MODIFIER_DESCRIPTION_V) {
765
            $projet = new projet($this->_db, $this->_id_projet) ;
766
            $valeurs_par_defaut = array (   'projet_titre' => $projet->getTitre(),
767
                                            'projet_description' => $projet->getDescription(),
768
                                            'projet_asso' => $projet->getIdPere(),
769
                                            'projet_wikini' => $projet->getWikini(),
770
                                            'projet_resume' => $projet->getResume(),
11 alexandre_ 771
                                            'projet_espace_internet' => $projet->getEspaceInternet(),
772
                                            'projet_type'=> $projet->getType()
2 ddelon 773
                                        ) ;
774
            $formulaire_projet->setDefaults($valeurs_par_defaut) ;
775
        }
776
        return $formulaire_projet->toHTML() ;
777
    } // end of member function nouveauProjet
778
 
779
    /**
780
     * Valide le formulaire et appelle la fonction d'insertion.
781
     *
782
     * @return string
783
     * @access public
784
     */
785
    function nouveauProjetValidation( )
786
    {
787
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_NOUVEAU_V) ;
788
        $formulaire_projet = new HTML_formulaireProjet('formulaire_projet', 'post', str_replace ('&amp;', '&', $this->_url->getURL())) ;
789
        $formulaire_projet->construitFormulaire(projet::getTousLesProjets($this->_db)) ;
790
        if ($formulaire_projet->validate()) {
11 alexandre_ 791
 
2 ddelon 792
            $projet = new projet ($this->_db) ;
793
            $projet->setCheminRepertoire (PROJET_CHEMIN_FICHIER) ;
794
            if (!$projet->enregistrerSQL($formulaire_projet->getSubmitValues())) {
795
                return 'erreur' ;
796
            }
34 alexandre_ 797
            // On inscrit le déposant du projet en tant que coordinateur
798
            if (PROJET_UTILISATEURS_COORD) {
799
		        // Si le projet n'a pas de liste, on inscrit directement
800
		        $participant = new participe($this->_db) ;
801
	            $participant->setStatut(1, $this->_auth->getAuthData (PROJET_CHAMPS_ID), $projet->getId()) ;
802
            }
2 ddelon 803
        } else {
804
            return $formulaire_projet->toHTML() ;
805
        }
806
    } // end of member function nouveauProjetValidation
807
 
808
    /**
809
     * Valide le formulaire et appelle la fonction de mise à jour.
810
     *
811
     * @return void
812
     * @access public
813
     */
814
    function modifierProjet( )
815
    {
816
        // création de l'objet projet courant
817
        $projet = new projet ($this->_db, $this->_id_projet) ;
818
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_MODIFIER_V) ;
819
        $formulaire_projet = new HTML_formulaireProjet('formulaire_projet', 'post', str_replace ('&amp;', '&', $this->_url->getURL())) ;
820
        $formulaire_projet->construitFormulaire(projet::getTousLesProjets($this->_db)) ;
821
        if ($formulaire_projet->validate()) {
822
            $projet->majSQL($formulaire_projet->getSubmitValues()) ;
823
        } else {
824
            return $formulaire_projet->toHTML() ;
825
        }
826
        unset ($projet) ;
827
    } // end of member function nouveauFichierValidation
828
 
829
    /**
830
     * Renvoie le formulaire d'upload d'un fichier.
831
     *
832
     * @return void
833
     * @access public
834
     */
835
    function formulaireFichier($action)
836
    {
837
        $res = '<h1>'.PROJET_FICHIER_MISE_EN_LIGNE.'</h1>'."\n" ;
838
        if (isset($_SESSION['formulaire_document'])) {
839
            unset ($_SESSION['formulaire_document']) ;
840
        }
841
        $action_future = $action == PROJET_NOUVEAU_FICHIER ? PROJET_NOUVEAU_FICHIER_V : PROJET_ACTION_MODIFIER_V ;
842
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, $action_future) ;
843
        if ($this->_id_repertoire != '') $this->_url->addQueryString (PROJET_VARIABLE_ID_REPERTOIRE, $this->_id_repertoire) ;
844
        $formulaire_document = new HTML_formulaireDocument('formulaire_document', 'post',preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
845
        $formulaire_document->construitFormulaire($action) ;
846
        if ($action == PROJET_ACTION_MODIFIER) {
847
 
848
            $document = new document($this->_id_document, $this->_db, PROJET_CHEMIN_FICHIER, PROJET_CHEMIN_ICONES) ;
849
            // On affecte dans un tableau les valeurs de chaque champs du formulaire avec le nom de chaque élément de formulaire
850
            // voir HTML_formulaireDocument
851
            $valeurs_par_defaut = array ('document_nom' => $document->getNomLong(),
852
                                         'document_description' => $document->getDescription(),
853
                                         'document_visibilite' => $document->getVisibilite()) ;
854
 
855
            // On rajoute un champs caché avec l'identifiant du document
856
            $formulaire_document->addElement ('hidden', 'id_document', $this->_id_document) ;
857
            $formulaire_document->setDefaults($valeurs_par_defaut) ;
858
        } else {
859
            $formulaire_document->setDefaults (array ('document_visibilite'=> 'public')) ;
860
        }
861
        return $res.$formulaire_document->toHTML() ;
862
 
863
    } // end of member function nouveauFichier
864
 
865
    /**
866
    *   Présente un formulaire pour déplacer un fichier
867
    *
868
    *
869
    */
870
    function fichierCouper() {
871
        include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
872
        $projet = new projet ($this->_db, $this->_id_projet) ;
873
 
874
        $res = '<h1>'.PROJET_PROJET.' : '.$projet->getTitre().'</h1>' ;
875
        $document = new document($this->_id_document, $this->_db, PROJET_CHEMIN_FICHIER) ;
876
        // On traite le cas où l'on vient de déplacer un fichier
877
 
878
        if (isset ($_POST['projet_repertoire'])) {
879
            if (!$document -> deplace ($_POST['projet_repertoire'], $projet->getNomRepertoire())) {
880
                echo 'echec du déplacement' ;
881
            }
882
            return ;
883
        }
884
        include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireCouperColler.class.php' ;
885
        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_COUPER) ;
886
        $HTML_formulaireCouperColler = new HTML_formulaireCouperColler('formulaire_couper_coller', 'post', str_replace('&amp;', '&', $this->_url->getURL())) ;
887
        $HTML_formulaireCouperColler -> construitFormulaire($projet->getListeRepertoireHierarchisee()) ;
888
        return $res.$HTML_formulaireCouperColler->toHTML('<img src="'.PROJET_CHEMIN_ICONES.$document->getCheminIcone().'" /> '.$document->getNomLong());
889
    }
890
    /**
891
     * Supprime un fichier.
892
     *
893
     * @return void
894
     * @access public
895
     */
896
    function suppressionFichier( )
897
    {
898
        if ($this->_id_document == "") {
899
            return $this->messageErreur(PROJETCONTROLEUR_PAS_DE_DOCUMENT_SELECTIONNE) ;
900
        }
901
        $projet = new projet ($this->_db, $this->_id_projet) ;
902
        $document = new document($this->_id_document, $this->_db, PROJET_CHEMIN_FICHIER) ;
903
        $document->suppression() ;
904
        $document->suppressionSQL() ;
905
        return ;
906
 
907
    } // end of member function nouveauFichier
908
 
909
    /**
910
     * Renvoie le formulaire de création d'un répertoire.
911
     *
912
     * @return void
913
     * @access public
914
     */
915
    function nouveauRepertoire( )
916
    {
917
        $res = '<h1>'.PROJET_REP_CREER.'</h1>'."\n" ;
918
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_NOUVEAU_REPERTOIRE_V) ;
919
        $formulaire_repertoire = new HTML_formulaireDocument('formulaire_repertoire', 'post',preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
920
        $formulaire_repertoire->setType ('repertoire') ;
921
        $formulaire_repertoire->construitFormulaire() ;
922
        $formulaire_repertoire->setDefaults (array ('document_visibilite'=> 'public')) ;
923
        return $res.$formulaire_repertoire->toHTML() ;
924
 
925
    } // end of member function nouveauFichier
926
 
927
    /**
928
     * Valide le formulaire et appelle la fonction d'insertion.
929
     *
930
     * @return void
931
     * @access public
932
     */
933
    function nouveauFichierValidation( )
934
    {
935
        // création de l'objet projet courant
936
        $projet = new projet ($this->_db, $this->_id_projet) ;
937
        if (isset($_SESSION['formulaire_document']) && $_SESSION['formulaire_document'] == 'valide') {
938
            include_once PROJET_CHEMIN_APPLI.'actions/documents.php' ;
939
            return $retour;
940
        }
941
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_NOUVEAU_FICHIER_V) ;
942
        $formulaire_document = new HTML_formulaireDocument('formulaire_document', 'post', preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
943
        $formulaire_document->construitFormulaire() ;
944
        if ($formulaire_document->validate()) {
945
            // Création d'un objet document vide
946
            $document = new document ("", $this->_db) ;
947
            // avant d'appeler la méthode enregistrerSQL, il faut indiquer l'identifiant du projet et l'identifiant du propriétaire
948
            $document->setIdProjet ($this->_id_projet) ;
949
            $document->setIdProprietaire ($this->_auth->getAuthData (PROJET_CHAMPS_ID)) ;
950
 
951
            // On passe aussi le numéro de répertoire s'il existe
952
            if ($this->_id_repertoire != '') $document->setIdRepertoire($this->_id_repertoire) ;
953
 
954
            $chemin_upload = $document->calculeCheminUploaded($projet->getNomRepertoire()) ;
955
 
956
            if (!$document->upload (PROJET_CHEMIN_FICHIER.$projet->getNomRepertoire().'/'.$chemin_upload)) {
957
                echo 'Echec de l\'upload' ;
958
                trigger_error('echec d\'upload !', E_USER_ERROR) ;
959
            }
960
 
961
 
962
            $document->enregistrerSQL($formulaire_document->getSubmitValues(), $projet->getNomRepertoire().'/'.$chemin_upload) ;
963
            // On ajoute une information de session
964
            $_SESSION['formulaire_document'] = 'valide';
965
        } else {
966
            return $formulaire_document->toHTML() ;
967
        }
968
        unset ($projet) ;
969
    } // end of member function nouveauFichierValidation
970
 
971
    /**
972
     * Valide le formulaire et appelle la fonction d'insertion.
973
     *
974
     * @return void
975
     * @access public
976
     */
977
    function modifierFichier( )
978
    {
979
        // création de l'objet projet courant
980
        $projet = new projet ($this->_db, $this->_id_projet) ;
981
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_MODIFIER_V) ;
982
        $formulaire_document = new HTML_formulaireDocument('formulaire_document', 'post',preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
983
        $formulaire_document->construitFormulaire(PROJET_ACTION_MODIFIER_V) ;
984
        if ($formulaire_document->validate()) {
985
            // Création d'un objet document vide
986
            $document = new document ($this->_id_document, $this->_db) ;
987
            // On passe aussi le numéro de répertoire s'il existe
988
            if ($this->_id_repertoire != '') $document->setIdRepertoire($this->_id_repertoire) ;
989
            $document->majSQL($formulaire_document->getSubmitValues()) ;
990
        } else {
991
            return $formulaire_document->toHTML() ;
992
        }
993
        unset ($projet) ;
994
    } // end of member function nouveauFichierValidation
995
 
996
    /**
997
     * Valide le formulaire et appelle la fonction d'insertion.
998
     *
999
     * @return void
1000
     * @access public
1001
     */
1002
    function nouveauRepertoireValidation( )
1003
    {
1004
        // création de l'objet projet courant
1005
        $projet = new projet ($this->_db, $this->_id_projet) ;
1006
 
1007
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_NOUVEAU_FICHIER_V) ;
1008
        $formulaire_repertoire = new HTML_formulaireDocument('formulaire_repertoire', 'post',preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
1009
        $formulaire_repertoire->setType ('repertoire') ;
1010
        $formulaire_repertoire->construitFormulaire() ;
1011
        if ($formulaire_repertoire->validate()) {
1012
            // Création d'un objet
1013
            $document = new document ("", $this->_db) ;
1014
            // avant d'appeler la méthode enregistrerSQL, il faut indiquer l'identifiant du projet et l'identifiant du propriétaire
1015
            $document->setIdProjet ($this->_id_projet) ;
1016
            $document->setIdProprietaire ($this->_auth->getAuthData (PROJET_CHAMPS_ID)) ;
1017
 
1018
            // On passe aussi le numéro de répertoire s'il existe
1019
            if ($this->_id_repertoire != '') $document->setIdRepertoire($this->_id_repertoire) ;
1020
 
1021
            $lien = $document->enregistrerSQL($formulaire_repertoire->getSubmitValues(), $projet->getNomRepertoire()) ;
1022
 
1023
            // La création du répertoire sur le disque, chemin / nom_repertoire_projet / id_repertoire
1024
            if (!mkdir (PROJET_CHEMIN_FICHIER.$lien)) {
1025
 
1026
                $document->suppressionSQL() ;
1027
                return $this->messageErreur(PROJETCONTROLEUR_ERREUR_CREATION_REPERTOIRE).'<br />'.PROJET_CHEMIN_FICHIER.$lien  ;
1028
            }
1029
        } else {
1030
            return $formulaire_repertoire->toHTML() ;
1031
        }
1032
    } // end of member function nouveauFichierValidation
1033
 
1034
 
1035
    /**
1036
     * Permet de spécifier au controleur sur quel projet l'on travaille.
1037
     *
1038
     * @param int id_projet L'identifiant du projet.
1039
     * @return void
1040
     * @access public
1041
     */
1042
    function setIdProjet( $id_projet )
1043
    {
1044
        $this->_id_projet = $id_projet ;
1045
 
1046
    } // end of member function setIdProjet
1047
 
1048
    /**
1049
     * Renvoie la page d'accueil d'un projet.
1050
     *
1051
     * @return string
1052
     * @access public
1053
     */
1054
    function accueilProjet( )
1055
    {
1056
        $res = '' ;
1057
        // création de l'objet projet courant
1058
        $projet = new projet ($this->_db, $this->_id_projet) ;
1059
 
1060
        // récupération de la liste des documents associés
1061
        $liste_documents = $projet->getListesDocuments(PROJET_CHEMIN_FICHIER, PROJET_CHEMIN_ICONES) ;
1062
 
1063
        // création de la vue liste de document, on nettoie l'url
1064
        $this->_url->removeQueryString(PROJET_VARIABLE_ACTION) ;
1065
        include_once PROJET_CHEMIN_CLASSES.'HTML_listeDocuments.class.php' ;
1066
        $vue_liste_document = new HTML_listeDocuments($this->_url, false, $this->_id_repertoire) ;
1067
 
1068
        // réglage de paramètres de la vue
1069
        $vue_liste_document->setAction (array ("couper" => PROJET_ACTION_COUPER, "modifier" => PROJET_ACTION_MODIFIER, "supprimer" => PROJET_SUPPRESSION_FICHIER)) ;
1070
        $vue_liste_document->setCheminIcones(PROJET_CHEMIN_ICONES) ;
1071
 
1072
 
1073
        $tableau_navigation = document::getCheminIdRepertoire($this->_id_repertoire, $this->_db) ;
1074
 
1075
        $vue_liste_document->setCheminNavigation ($tableau_navigation) ;
1076
        // vérification des droits de l'utilisateur
1077
        $entete_liste = array (PROJET_FICHIERS_NOM, PROJET_FICHIERS_TAILLE, PROJET_FICHIERS_CREE_LE) ;
1078
 
1079
        if ($this->_auth->getAuth()) {
1080
            $participant = new participe($this->_db) ;
1081
            $id_u = $this->_auth->getAuthData(PROJET_CHAMPS_ID) ;
1082
            $isCoord = $participant->isCoordinateur($id_u, $this->_id_projet, $this->_db) ;
1083
            if ($isCoord) $droits = PROJET_DROIT_COORDINATEUR ;
1084
            $isAdm = participe::isAdministrateur($this->_auth->getAuthData(PROJET_CHAMPS_ID), $this->_db) ;
1085
            if ($isAdm) $droits = PROJET_DROIT_ADMINISTRATEUR ;
1086
            if ($isAdm) $isCoord = true ;
1087
 
1088
            $statut = participe::getStatutSurProjetCourant ($this->_auth->getAuthData(PROJET_CHAMPS_ID), $this->_id_projet, $this->_db) ;
1089
            // si participant, on ajoute le champs visibilite
1090
 
1091
            if ($statut !='' || $isAdm) {
1092
                array_push ($entete_liste, PROJET_FICHIERS_VISIBILITE) ;
1093
            }
1094
            // si chef de projet ou si propriétaire d'au moins 1 document
1095
            $proprietaire_un_document = false ;
1096
 
1097
            foreach ($liste_documents as $document) {
1098
                if ($this->_auth->getAuthData(PROJET_CHAMPS_ID) == $document) {
1099
                    $proprietaire_un_document = true ;
1100
                    $droits = PROJET_DROIT_PROPRIETAIRE ;
1101
                }
1102
            }
1103
            if ($statut > 0 || $proprietaire_un_document) {
1104
                array_push ($entete_liste, PROJET_ACTION) ;
1105
            }
1106
        } else {
1107
            $droits = PROJET_DROIT_AUCUN ;
1108
        }
1109
        if (!isset($droits)) $droits = PROJET_DROIT_AUCUN ;
1110
 
1111
        $vue_liste_document->construitEntete($entete_liste) ;
1112
        $vue_liste_document->construitListe ($liste_documents, $droits) ;
1113
 
1114
        $wiki_res = '' ;
1115
        // Les wikinis associés au projet
1116
        if ($projet->getWikini()) {
1117
            $wiki_res .= '<div><a href="'.PROJET_URL_WIKINI.'wakka.php?wiki=PagePrincipale&wikini='.$projet->getWikini().'">'.PROJET_URL_WIKINI.'</a>' ;
1118
            if ($this->_auth->getAuth() && $isCoord) {
1119
                $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_SUPPRIMER_WIKI) ;
1120
                $wiki_res .= ' <a href="'.$this->_url->getURL().'" onclick="javascript:return confirm(\''.PROJET_WIKINI_SUPPRIMER.' ?\')">'.PROJET_WIKINI_SUPPRIMER.'</a>' ;
1121
            }
1122
            $wiki_res .= '</div>' ;
1123
        } else {
1124
            $wiki_res .= '<div>'.PROJET_WIKINI_PAS.'</div>'."\n" ;
1125
        }
1126
        // On charge les listes de discussion du projet
1127
        // Pour le moment seul ezmlm est supportée
1128
 
1129
        $projet->getListesAssociees();
1130
        $sortie_liste = '' ;
1131
 
1132
        if ($projet->avoirListe()) {
1133
            foreach ($projet->_listes_associes as $info_liste) {
1134
 
1135
                $liste = new ezmlm_php() ;
1136
                // Paramétrage de la liste
1137
 
1138
                $liste->listdir = PROJET_CHEMIN_LISTES.$info_liste->getDomaine().'/'.$info_liste->getNom();
1139
                $liste->listname = $info_liste->getNom() ;
1140
                $liste->listdomain = $info_liste->getDomaine();
1141
 
1142
                if (isset ($GLOBALS['action']) && $GLOBALS['action'] != '') {
1143
                    $liste->set_action($GLOBALS['action']) ;
1144
                    $liste->set_actionargs($GLOBALS['actionargs']) ;
1145
                } else {
1146
                    $liste->set_action('list_info') ;
1147
                }
1148
                $liste->sendheaders	= false;
1149
                $liste->sendbody        = false;
1150
                $liste->sendfooters    = false;
1151
                $liste->forcehref = $this->_url->getURL() ;
1152
 
1153
                ob_start() ;
1154
                print '<span class="heading">Liste <strong>' . $info_liste->getAdresseEnvoi() ;
1155
                print "</strong></span><br />\n";
1156
                if ($this->_auth->getAuth()) {
1157
                    include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php';
1158
                    $inscription_liste = new inscription_liste($this->_db) ;
11 alexandre_ 1159
                    if ($inscription_liste->getStatutInscrit( $info_liste->getId(),  $this->_auth) == '') {
2 ddelon 1160
                        $action_inscription = PROJET_ACTION_INSCRIPTION_LISTE ;
1161
                        $label_inscription = PROJET_S_INSCRIRE ;
1162
                    } else {
1163
                        $action_inscription = PROJET_ACTION_DESINSCRIPTION_LISTE ;
1164
                        $label_inscription = PROJET_SE_DESINSCRIRE ;
1165
                    }
1166
                    $this->_url->addQueryString(PROJET_VARIABLE_ACTION, $action_inscription) ;
1167
                    print '<a href="'.$this->_url->getURL().'">';
1168
                    print $label_inscription.'</a><br /> ';
1169
                }
1170
                print "\n<hr noshade><br />\n";
1171
                $this->_url->removeQueryString(PROJET_VARIABLE_ACTION) ;
1172
                switch ($liste->action) {
1173
                    case "show_msg":
1174
                        if (count($liste->actionargs) < 2) {
1175
                            $liste->error(EZMLM_INVALID_SYNTAX,TRUE);
1176
                        }
1177
                        $show_msg = new ezmlm_msgdisplay();
1178
                        $show_msg->listdir = $liste->listdir ;
1179
                        $show_msg->forcehref = $this->_url->getURL();
1180
                        // actionargs[0] contient le nom du répertoire et actionargs[1] le nom du fichier
1181
                        // On appelle la fonction qui affiche un fichier
1182
                        $show_msg->display($liste->actionargs[0] . "/" . $liste->actionargs[1]);
1183
                        break;
1184
 
1185
                    case "list_info":
1186
                        $info = new ezmlm_listinfo();
1187
                        if (!$info) return 'Les fichiers de la liste ne sont pas visible sur le serveur' ;
1188
                        $info->forcehref = $this->_url->getURL();
1189
                        $info->listdir = $liste->listdir ;
1190
                        $info->listname = $info_liste->getNom();
1191
                        $info->listdomain = $info_liste->getDomaine() ;
1192
 
1193
                        if (!$info->display()) {
1194
                            echo 'Pas de message dans cette liste' ;
1195
                        }
1196
                        break;
1197
                    case "show_threads":
1198
                        $threads = new ezmlm_threads();
1199
                        $threads->forcehref = $this->_url->getURL() ;
1200
                        $threads->listdir = $liste->listdir ;
1201
                        $threads->listname = $info_liste->getNom() ;
1202
                        $threads->listdomain = $info_liste->getDomaine() ;
1203
                        $threads->tempdir = PROJET_CHEMIN_APPLI.'/tmp' ;
1204
                        $threads->load($liste->actionargs[0]);
1205
                        break;
1206
                    case "show_author_msgs" :
1207
                        $author = new ezmlm_author();
1208
                        $author->listdir = $liste->listdir ;
1209
                        $author->listname = $info_liste->getNom() ;
1210
                        $author->listdomain = $info_liste->getDomaine() ;
1211
                        $author->forcehref = $this->_url->getURL() ;
1212
                        $author->display($liste->actionargs[0]);
1213
                    break ;
1214
                }
1215
                $sortie_liste = ob_get_contents() ;
1216
                ob_end_clean() ;
1217
            }
1218
        } else {
1219
            $sortie_liste = '<div>'.PROJET_PAS_DE_LISTE.'</div>'."\n" ;
1220
        }
1221
 
1222
        $res .= "<h1>".$projet->getTitre()."</h1>" ;
1223
        $res .= '<div>'.$projet->getDescription().'</div>'."\n" ;
1224
        $res .= '<h2>'.PROJET_WIKI_ASSOCIE.'</h2>' ;
1225
        $res .= $wiki_res ;
1226
        $res .= '<h2>'.PROJET_FICHIERS_ASSOCIES.'</h2>'."\n" ;
1227
        $res .= $vue_liste_document->toHTML() ;
1228
        $res .= '<h2>'.PROJET_LISTES_ASSOCIEES.'</h2>'."\n" ;
1229
        $res .= $sortie_liste ;
1230
 
1231
        include_once PROJET_CHEMIN_CLASSES.'liste_externe.class.php' ;
1232
        $listes_ext = new liste_externe ($this->_db) ;
1233
        $tableau_liste = $listes_ext->getListesAssociees($this->_id_projet) ;
1234
 
1235
        if (count ($tableau_liste) != 0) {
1236
            $res .= '<h2>'.PROJET_LISTES_EXTERNES_ASSOCIEES.'</h2>'."\n" ;
1237
            for ($i = 0; $i < count ($tableau_liste); $i++) {
1238
                $info_liste = $listes_ext->getInfoListe($tableau_liste[$i]) ;
1239
                $res .= '<h2>'.$info_liste->AGO_A_NOMGRPLG.'</h2>'."\n" ;
1240
                $res .= '<p>'.$info_liste->AGO_A_RESUMLG.'</p>'."\n" ;
1241
                $res .= '<p><a href="'.$info_liste->AGO_A_URLGRP.'">'.$info_liste->AGO_A_URLGRP.'</a></p>'."\n" ;
1242
                $res .= '<br />'."\n" ;
1243
            }
1244
        }
1245
        return $res ;
1246
    } // end of member function accueilProjet
1247
 
1248
    /**
1249
     * Permet de spécifier quel répertoire, dans la vue de document afficher. Il sera
1250
     * passé en paramètre à la classe HTML_listeDocuments.
1251
     *
1252
     * @param int id_repertoire L'identifiant du répertoire à afficher.
1253
     * @return void
1254
     * @access public
1255
     */
1256
    function setIdRepertoire( $id_repertoire )
1257
    {
1258
        $this->_id_repertoire = $id_repertoire ;
1259
    } // end of member function setIdRepertoire
1260
 
1261
    /**
1262
     * Supprime un projet et tout ce qui va avec.
1263
     *
1264
     * @return void
1265
     * @access public
1266
     */
1267
    function suppressionProjet( )
1268
    {
1269
        $projet = new projet ($this->_db, $this->_id_projet) ;
1270
        $projet->setCheminRepertoire (PROJET_CHEMIN_FICHIER) ;
1271
        $projet->getListesAssociees() ;
1272
        if ($projet->avoirListe()) $projet->supprimerListe($projet->_listes_associes[0]) ;
1273
        $msg = $projet->suppressionSQL() ;
1274
        unset ($this->_id_projet) ; unset($_GET['id_projet']);
1275
        return $msg ;
1276
    } // end of member function suppressionProjet
1277
 
1278
    /**
1279
     * Permet d'indiquer au controleur sur quel document on travaille.
1280
     *
1281
     * @param int id_document
1282
     * @return void
1283
     * @access public
1284
     */
1285
    function setIdDocument( $id_document )
1286
    {
1287
        $this->_id_document = $id_document ;
1288
    } // end of member function setIdDocument
1289
 
1290
 
1291
    /**
1292
     * Renvoie le formulaire d'envoie de mail
1293
     *
1294
     * @return void
1295
     * @access public
1296
     */
1297
    function envoyerUnMailFormulaire( )
1298
    {
1299
        $res = '<h1>'.PROJET_ECRIRE_LISTE.'</h1>'."\n" ;
1300
        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ENVOYER_UN_MAIL_V) ;
1301
        $formulaire_mail = new HTML_formulaireMail('formulaire_mail', 'post',preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
1302
        $formulaire_mail->construitFormulaire() ;
1303
        return $res.$formulaire_mail->toHTML() ;
1304
    } // end of member function envoyerUnMailFormulaire
1305
 
1306
    /**
1307
     * Envoie le mail
1308
     *
1309
     * @return void
1310
     * @access public
1311
     */
1312
    function envoyerUnMailValidation( )
1313
    {
1314
        // Vérifications
1315
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ENVOYER_UN_MAIL_V );
1316
        $formulaire_mail = new HTML_formulaireMail('formulaire_mail', 'post', preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
1317
        $formulaire_mail->construitFormulaire() ;
1318
        if ($formulaire_mail->validate()) {
1319
            // création de l'objet projet courant
1320
            $projet = new projet ($this->_db, $this->_id_projet) ;
1321
            $info_liste = $projet->getListesAssociees() ;
1322
            $valeurs_mail = $formulaire_mail->getSubmitValues() ;
1323
            // Pour envoyer le mail on utilise la classe Mail de PEAR
1324
            // on a besoin du mail de l'inscrit
1325
 
1326
            $entetes['From'] = $this->_auth->getUserName();
1327
            $entetes['To'] = $projet->_listes_associes[0]->getAdresseEnvoi() ;
1328
            $entetes['Subject'] = $valeurs_mail['mail_titre'] ;
1329
            $entetes['Date'] = date ('D, M j G:i:s T Y') ;
1330
            $entetes['Message-ID'] = md5(time()).'@'.$projet->_listes_associes[0]->getNom().'.'.$projet->_listes_associes[0]->getDomaine() ;
1331
            $entetes['reply-to'] = $projet->_listes_associes[0]->getAdresseEnvoi() ;
1332
            $entetes['Content-Type'] = 'text/plain' ;
1333
            // Traitement de la reference s'il s'agit d'une réponse
1334
            if (isset ($_POST['messageid'])) {
1335
                $entetes['In-Reply-To'] = $_POST['messageid'] ;
1336
            }
1337
            $objet_mail =& Mail::factory('smtp');
1338
            $objet_mail->send($entetes['To'], $entetes, $valeurs_mail['mail_corps']);
1339
            return  ;
1340
        } else {
1341
            return $formulaire_mail->toHTML() ;
1342
        }
1343
    } // end of member function envoyerUnMailValidation
1344
 
1345
   /**
1346
     * Renvoie le formulaire de création d'une liste.
1347
     *
1348
     * @param int action Indique le type d'action,  PROJET_ACTION_NOUVELLE_LISTE
1349
     * @return string
1350
     * @access public
1351
     */
1352
    function formulaireListe( $action )
1353
    {
1354
        $res = '<h1>'.PROJET_CREATION_LISTE.'</h1>'."\n" ;
1355
        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_NOUVELLE_LISTE_V) ;
1356
        $formulaire_liste = new HTML_formulaireListe('formulaire_liste', 'post',preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
1357
        $formulaire_liste->construitFormulaire() ;
1358
        $formulaire_liste->setDefaults(array('domaine_liste' => PROJET_DOMAINE_LISTE)) ;
1359
        $formulaire_liste->updateElementAttr('domaine_liste', array('readonly' => 'readonly')) ;
1360
        return $res.$formulaire_liste->toHTML() ;
1361
    } // end of member function formulaireListe
1362
 
1363
    /**
1364
     * Transmet au serveur la demande de création d'une nouvelle liste.
1365
     *
1366
     * @return void
1367
     * @access public
1368
     */
1369
    function nouvelleListeValidation( )
1370
    {
1371
        // Vérifications
1372
        $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_NOUVELLE_LISTE_V );
1373
        $formulaire_liste = new HTML_formulaireListe('formulaire_liste', 'post', preg_replace ("/&amp;/", "&", $this->_url->getURL())) ;
1374
        $formulaire_liste->construitFormulaire() ;
1375
        if ($formulaire_liste->validate()) {
1376
            // création de l'objet liste_discussion
1377
            $liste = new liste_discussion('', $this->_db) ;
1378
 
1379
            // On vérifie que le nom de la liste soit unique
1380
            if (liste_discussion::verifieDoubleListe($formulaire_liste->getSubmitValue('nom_liste').'@'.
1381
                                                            $formulaire_liste->getSubmitValue('domaine_liste'), $this->_db)) {
1382
                // On rajoute la liste dans la base
1383
                $liste->enregistrerSQL($formulaire_liste->getSubmitValues()) ;
1384
 
1385
                // On la relie au projet
1386
                $projet = new projet ($this->_db, $this->_id_projet) ;
1387
                $projet->ajouterListe($liste) ;
1388
 
1389
                // Création de la liste
22 alexandre_ 1390
                $resultat_creation = file_get_contents (PROJET_SERVEUR_VPOPMAIL.'/creation_liste.php?domaine='.
2 ddelon 1391
                                    $liste->getDomaine().'&liste='.$liste->getNom().'&parametres=aBiud') ;
22 alexandre_ 1392
                                    echo PROJET_SERVEUR_VPOPMAIL.'/creation_liste.php?domaine='.
1393
                                    $liste->getDomaine().'&liste='.$liste->getNom().'&parametres=aBiud';
2 ddelon 1394
                // Ajout du modérateur
22 alexandre_ 1395
                $resultat_ajout_moderateur = file_get_contents (PROJET_SERVEUR_VPOPMAIL.'/ajout_moderateur.php?domaine='.
2 ddelon 1396
                                    $liste->getDomaine().'&liste='.$liste->getNom().'&mail='.$this->_auth->getUserName()) ;
1397
                // Ajout du modérateur en tant qu'utilisateur
22 alexandre_ 1398
                $resultat_ajout_utilisateur = file_get_contents (PROJET_SERVEUR_VPOPMAIL.'/ajout_abonne.php?domaine='.
2 ddelon 1399
                                    $liste->getDomaine().'&liste='.$liste->getNom().'&mail='.$this->_auth->getUserName()) ;
1400
 
1401
            } else {
1402
                return PROJET_MESSAGE_LISTE_DOUBLE.$formulaire_liste->toHTML() ;
1403
            }
1404
            return $resultat_creation.$resultat_ajout_moderateur.$resultat_ajout_utilisateur;
1405
 
1406
        } else {
1407
            return $formulaire_liste->toHTML() ;
1408
        }
1409
    } // end of member function nouvelleListeValidation
1410
 
1411
    /**
1412
     * Supprime la liste de discussion associée au projet
1413
     *
1414
     * @return void
1415
     * @access public
1416
     */
1417
    function supprimerListe( )
1418
    {
1419
        $projet = new projet($this->_db, $this->_id_projet) ;
1420
        $projet->getListesAssociees() ;
1421
 
1422
        // ajouter un commande de suppression
1423
 
1424
        $commande = new commande_serveur(PROJET_CHEMIN_APPLI.'script_cron/ezmlm.sh') ;
1425
        if (PEAR::isError($commande)) {
1426
            echo $commande->getMessage() ;
1427
        }
1428
 
1429
        // Suppression des listes synchronisés
1430
        $commande_supression_3 = 'rm -rf '.PROJET_CHEMIN_LISTES.$projet->_listes_associes[0]->getDomaine().
1431
                                '/'.$projet->_listes_associes[0]->getNom() ;
1432
        $commande->ajouterCommande($commande_supression_3) ;
1433
 
22 alexandre_ 1434
        $resultat_suppression = file_get_contents(PROJET_SERVEUR_VPOPMAIL.'/suppression_liste.php?domaine='.
2 ddelon 1435
                                    $projet->_listes_associes[0]->getDomaine().'&liste='.$projet->_listes_associes[0]->getNom()) ;
1436
        $projet->supprimerListe($projet->_listes_associes[0]) ;
1437
        return $resultat_suppression;
1438
    } // end of member function supprimerListe
1439
 
1440
 
1441
    /**
1442
     *
1443
     *
1444
     * @param string presentation Pour affecter une présentation au projet
1445
     * @return void
1446
     * @access public
1447
     */
1448
    function setPresentation( $presentation )
1449
    {
1450
        $this->_presentation = $presentation ;
1451
    } // end of member function setPresentation
1452
 
11 alexandre_ 1453
    /**
1454
     *
1455
     *
1456
     * @param string type Pour affecter un type au projet
1457
     * @return void
1458
     * @access public
1459
     */
1460
    function setType( $type)
1461
    {
1462
        $this->_type = $type ;
1463
    } // end of member function setPresentation
2 ddelon 1464
 
11 alexandre_ 1465
 
2 ddelon 1466
    /**
46 ddelon 1467
     * Fonction affichant les participants à un projet
2 ddelon 1468
     *
1469
     * @return string
1470
     * @access public
1471
     */
1472
    function voirParticipants( )
1473
    {
1474
        include_once PROJET_CHEMIN_CLASSES.'HTML_listeParticipants.class.php' ;
1475
        $projet = new projet ($this->_db, $this->_id_projet) ;
1476
        $titre = '<h1>'.$projet->getTitre().'</h1>'."\n" ;
1477
        $titre .= '<h2>'.PROJET_LISTE_PARTICIPANT.'</h2>'."\n" ;
1478
        $participants = new participe($this->_db) ;
1479
 
1480
        // On teste ici s'il y a une mise à jour de statut
1481
        if (isset($_POST['statut'])) {
1482
            // $_GET['id_utilisateur'] et $_GET['statut'] proviennent du formulaire voir HTML_listeParticipants
1483
            $participants->setStatut($_POST['statut'], $_GET['id_utilisateur'], $this->_id_projet) ;
1484
        }
1485
 
1486
        // Ce qui suit doit être amélioré pour sortir la requête sur l'annuaire
1487
        // On teste s'il y a un ajout d'utilisateur voir HTML_listeParticipants
1488
        if (isset($_POST['mail_utilisateur'])) {
1489
            $requete = 'select '.PROJET_CHAMPS_ID.' from '.PROJET_ANNUAIRE.' where '.PROJET_CHAMPS_MAIL.'="'.$_POST['mail_utilisateur'].'"';
1490
            $resultat = $this->_db->query ($requete) ;
1491
            if (DB::isError ($resultat)) {
1492
                die ('Echec de la requete : '.$requete.'<br />'.$resultat->getMessage()) ;
1493
            }
1494
            if (!$resultat->numRows()) {
1495
                $msg = PROJET_MAIL_ABSENT;
1496
            } else {
1497
                $ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC) ;
1498
                $participants->setStatut(3, $ligne[PROJET_CHAMPS_ID], $this->_id_projet) ;
1499
            }
1500
        }
1501
 
1502
        if ($this->_auth->getAuth()) {
1503
            $statut = participe::getStatutSurProjetCourant($this->_auth->getAuthData(PROJET_CHAMPS_ID),  $this->_id_projet, $this->_db) ;
1504
            if ($statut == 2) $droits = PROJET_DROIT_CONTRIBUTEUR ;
1505
            if ($statut == 1) $droits = PROJET_DROIT_COORDINATEUR ;
1506
            if (participe::isAdministrateur($this->_auth->getAuthData(PROJET_CHAMPS_ID), $this->_db)) $droits = PROJET_DROIT_ADMINISTRATEUR  ;
1507
            $HTML_listeParticipants = new HTML_listeParticipants(true) ;
1508
            if ($statut < 2) $HTML_listeParticipants->setModeModification() ;
1509
            // Mise en place de l'url
1510
            $this->_url->addQueryString (PROJET_VARIABLE_ACTION, PROJET_ACTION_VOIR_PARTICIPANT) ;
1511
            $HTML_listeParticipants->setURL($this->_url) ;
1512
            // Construction de l'entete
1513
            $entete = array (PROJET_NOM, PROJET_PRENOM) ;
1514
 
1515
            if ($this->_auth->getAuth()) {
1516
                array_push ($entete, PROJET_MAIL) ;
1517
            } else {
1518
               $droits = PROJET_DROIT_AUCUN ;
1519
            }
1520
            $info_utilisateur = $participants->getInscrits($this->_id_projet, $droits) ;
1521
            array_push ($entete, PROJET_DATE_INSCRIPTION) ;
1522
            $HTML_listeParticipants->construitEntete($entete) ;
1523
 
1524
            $HTML_listeParticipants->construitListe($info_utilisateur, statut::getTousLesStatuts(PROJET_STATUT_SAUF_ADM_COORD, $this->_db)) ;
1525
 
1526
            $res = $HTML_listeParticipants->toHTML() ;
1527
 
1528
            if ($statut < 2) {
1529
                $res .= PROJET_NOUVEAU_UTILISATEUR_LAIUS ;
1530
                $res .= '<form action="'.$this->_url->getURL().'" method="post">'."\n" ;
1531
                if (isset ($msg) && $msg != '') {
1532
                    $res .= '<div>'.$msg.'</div>' ;
1533
                }
1534
                $res .= '<input type="text" name="mail_utilisateur" size="32" />' ;
1535
                $res .= '<input type="submit" value="'.PROJET_NOUVEAU_UTILISATEUR.'" />'."\n" ;
1536
                $res .= '</form>'."\n" ;
1537
            }
1538
        } else {
1539
            $res .= '<p>'.PROJET_TEXTE_NON_IDENTIFIE.'</p>'."\n" ;
1540
        }
1541
        return $titre.$res ;
1542
 
1543
    } // end of member function voirParticipants
1544
 
1545
    /**
1546
     * Inscrit un utilisateur à un projet avec le statut observateur
1547
     *
1548
     * @return void
1549
     * @access public
1550
     */
1551
    function inscriptionProjet( )
1552
    {
1553
        include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireInscriptionProjet.class.php' ;
1554
 
1555
        $projet = new projet ($this->_db, $this->_id_projet) ;
1556
 
1557
        // Si le projet n'a pas de liste, on inscrit directement
1558
        if (isset ($this->_id_projet)) {
1559
            $participant = new participe($this->_db) ;
1560
 
1561
            if (!$projet->avoirListe()) {
1562
                $participant->setStatut(2, $this->_auth->getAuthData (PROJET_CHAMPS_ID), $this->_id_projet) ;
1563
                return $this->mesProjets() ;
1564
            }
1565
        }
1566
        if (isset($_POST['valider_inscription_projet'])) {
1567
            if (isset($_POST['radio_inscription_liste'])) {
1568
                $participant->setStatut(2, $this->_auth->getAuthData (PROJET_CHAMPS_ID), $this->_id_projet) ;
1569
                include_once PROJET_CHEMIN_CLASSES.'annuaire.class.php' ;
1570
                include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php' ;
1571
                $projet->getListesAssociees() ;
1572
                $utilisateur = new annuaire($this->_db, array('identifiant' => PROJET_CHAMPS_ID, 'mail' => PROJET_CHAMPS_MAIL, 'table' => PROJET_ANNUAIRE)) ;
1573
                $utilisateur->setId($this->_auth->getAuthData(PROJET_CHAMPS_ID)) ;
1574
                $inscription_liste = new inscription_liste($this->_db) ;
1575
                $inscription_liste->inscrireUtilisateur( $utilisateur,
1576
                                                        $projet->_listes_associes[0],
1577
                                                        $_POST['radio_inscription_liste']) ;
1578
            }
1579
 
1580
            if ($this->_presentation != 'arbre') {
1581
                return $this->mesProjets() ;
1582
            } else {
1583
                $this->_action = PROJET_ACTION_VOIR_RESUME;
1584
            }
1585
            return ;
1586
        }
1587
        $res = '<h1>'.PROJET_INSCRIPTION_PROJET.' : '.$projet->getTitre().'</h1>'."\n" ;
1588
        if ($projet->avoirListe()) $res .= '<h2>'.PROJET_MESSAGE_LISTE.'</h2>'."\n" ;
1589
        //$participant = new participe($this->_db) ;
1590
        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_S_INSCRIRE) ;
1591
        $HTML_formulaireInscriptionProjet = new HTML_formulaireInscriptionProjet('inscription_projet', 'post', str_replace ('&amp;', '&', $this->_url->getURL())) ;
1592
        $HTML_formulaireInscriptionProjet->construitFormulaire($projet) ;
1593
        $HTML_formulaireInscriptionProjet->setDefaults(array('radio_inscription_liste' => 2)) ;
1594
        return $res.$HTML_formulaireInscriptionProjet->toHTML() ;
1595
    } // end of member function inscriptionProjet
1596
 
1597
    /**
1598
     * Inscrit l'utilisateur loggué à la liste dont le paraètre est en post.
1599
     *
1600
     * @return void
1601
     * @access public
1602
     */
1603
    function inscriptionListe( )
1604
    {
1605
        $projet = new projet ($this->_db, $this->_id_projet) ;
1606
        include_once PROJET_CHEMIN_CLASSES.'annuaire.class.php' ;
1607
        include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php' ;
1608
        $projet->getListesAssociees() ;
1609
        $utilisateur = new annuaire($this->_db, array('identifiant' => PROJET_CHAMPS_ID, 'mail' => PROJET_CHAMPS_MAIL, 'table' => PROJET_ANNUAIRE)) ;
1610
        $utilisateur->setId($this->_auth->getAuthData(PROJET_CHAMPS_ID)) ;
1611
        $inscription_liste = new inscription_liste($this->_db) ;
1612
        $inscription_liste->inscrireUtilisateur( $utilisateur, $projet->_listes_associes[0], 2) ;  // 2 est la statut inscription normale
1613
    } // end of member function inscriptionListe
1614
 
1615
    /**
1616
     * Inscrit l'utilisateur loggué à la liste dont le paraètre est en post.
1617
     *
1618
     * @return void
1619
     * @access public
1620
     */
1621
    function desinscriptionListe( )
1622
    {
1623
        if (isset($_GET['inscription_liste']) || $this->_action = PROJET_ACTION_DESINSCRIPTION_LISTE) {
1624
            $projet = new projet ($this->_db, $this->_id_projet) ;
1625
            include_once PROJET_CHEMIN_CLASSES.'annuaire.class.php' ;
1626
            include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php' ;
1627
            $projet->getListesAssociees() ;
31 alexandre_ 1628
            $utilisateur = new annuaire($this->_db, array('identifiant' => PROJET_CHAMPS_ID,
1629
            								 'mail' => PROJET_CHAMPS_MAIL,
1630
            								 'table' => PROJET_ANNUAIRE)) ;
2 ddelon 1631
            $utilisateur->setId($this->_auth->getAuthData(PROJET_CHAMPS_ID)) ;
1632
            $inscription_liste = new inscription_liste($this->_db) ;
1633
            $inscription_liste->desinscrireUtilisateur( $utilisateur, $projet->_listes_associes[0], $_GET['inscription_liste']) ;
1634
        }
1635
    } // end of member function inscriptionListe
1636
    /**
1637
     * desinscrit un utilisateur à un projet
1638
     *
1639
     * @return void
1640
     * @access public
1641
     */
1642
    function desinscriptionProjet( )
1643
    {
1644
        include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
1645
        $participant = new participe($this->_db) ;
1646
 
1647
        // Le statut 4 désinscrit l'utilisateur, dans la méthode setStatut
1648
        $participant->setStatut(4, $this->_auth->getAuthData (PROJET_CHAMPS_ID), $this->_id_projet) ;
1649
        $projet = new projet ($this->_db, $this->_id_projet) ;
1650
        $projet->getListesAssociees() ;
1651
        if ($projet->avoirListe()) {
1652
            include_once PROJET_CHEMIN_CLASSES.'annuaire.class.php' ;
1653
            $annuaire = new annuaire($this->_db, array('identifiant' => PROJET_CHAMPS_ID, 'mail' => PROJET_CHAMPS_MAIL, 'table' => PROJET_ANNUAIRE)) ;
1654
            $annuaire->setId($this->_auth->getAuthData(PROJET_CHAMPS_ID)) ;
1655
            include_once PROJET_CHEMIN_CLASSES.'inscription_liste.class.php' ;
1656
            $desinscription= new inscription_liste($this->_db) ;
1657
            $desinscription->desinscrireUtilisateur($annuaire, $projet->_listes_associes[0]) ;
1658
        }
1659
        if ($this->_presentation != 'arbre') {
1660
            return $this->mesProjets() ;
1661
        } else {
1662
            $this->_action = PROJET_ACTION_VOIR_RESUME;
1663
        }
1664
    } // end of member function inscriptionProjet
1665
 
1666
    /**
1667
     * Renvoie le formulaire de création d'un wiki
1668
     *
1669
     * @return void
1670
     * @access public
1671
     */
1672
    function formulaireWiki( )
1673
    {
1674
        $res = '<h1>'.PROJET_CREER_WIKI.'</h1>'."\n" ;
1675
        include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireCreationWikini.class.php' ;
1676
        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_CREER_WIKI_V) ;
1677
        $HTML_formulaireCreationWikini = new HTML_formulaireCreationWikini('formulaire_wikini', 'post', str_replace('&amp;', '&', $this->_url->getURL())) ;
1678
        $HTML_formulaireCreationWikini->construitFormulaire() ;
1679
        return $res.$HTML_formulaireCreationWikini->toHTML() ;
1680
    } // end of member function formulaireWiki
1681
 
16 ddelon 1682
 
1683
	function associerWiki( )
1684
    {
1685
        $res = '<h1>'.PROJET_ASSOCIER_WIKI.'</h1>'."\n" ;
1686
 
1687
	 	$db = &$GLOBALS['_GEN_commun']['pear_db'] ;
1688
    	$res='';
1689
 
1690
         // Comportement par défaut
1691
	    // requete sur la table gen_wikini pour affichage de la liste des Wikini
1692
	    $requete = "select  gewi_id_wikini, gewi_code_alpha_wikini, gewi_page from gen_wikini" ;
1693
 
1694
	    $resultat = $db->query ($requete) ;
1695
	    if (DB::isError ($resultat)) {
1696
	        $GLOBALS['_GEN_commun']['debogage_erreur']->gererErreur(E_USER_WARNING, "Echec de la requete : $requete<br />".$resultat->getMessage(),
1697
	                                                                        __FILE__, __LINE__, 'admin_wikini')   ;
1698
	        return ;
1699
	    }
1700
 
1701
 
1702
	    $liste = new HTML_TableFragmenteur () ;
40 ddelon 1703
	    $liste->construireEntete(array (PROJET_NOM_WIKINI,PROJET_PAGE_WIKINI, PROJET_SELECTIONNER_WIKINI)) ;
16 ddelon 1704
 
1705
	    $tableau_wikini = array() ;
1706
 
1707
	    while ($ligne = $resultat->fetchRow()) {
1708
	        $this->_url->addQueryString ('id_wikini', $ligne[0]) ;
1709
	        array_push ($tableau_wikini, array ($ligne[1]."\n",    // Première colonne, le nom de l'application
1710
										        $ligne[2]."\n",    // Deuxieme colonne, la page par defaut
40 ddelon 1711
	        								  '<a href="'.$this->_url->getURL()."&amp;".PROJET_VARIABLE_ACTION."=".PROJET_ACTION_ASSOCIER_WIKI_V."".'">'.PROJET_CHOISIR_WIKINI.'</a>'."\n",
16 ddelon 1712
	                                            ));
1713
	    }
1714
	    $liste->construireListe($tableau_wikini) ;
1715
	    $res .= $liste->toHTML();
1716
	    return $res ;
1717
 
1718
 
1719
 
1720
    } // end of member function formulaireWiki
1721
 
2 ddelon 1722
    /**
1723
     * Génère un wiki, à partir de la classe gestion wiki
1724
     *
1725
     * @return void
1726
     * @access public
1727
     */
1728
    function creationWiki( )
1729
    {
1730
        include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireCreationWikini.class.php' ;
1731
        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_CREER_WIKI_V) ;
1732
        $HTML_formulaireCreationWikini = new HTML_formulaireCreationWikini('formulaire_wikini', 'post', str_replace('&amp;', '&', $this->_url->getURL())) ;
1733
        $HTML_formulaireCreationWikini->construitFormulaire() ;
1734
        if ($HTML_formulaireCreationWikini->validate()) {
1735
            include_once PROJET_CHEMIN_CLASSES.'gestion_wikini.class.php' ;
1736
 
1737
            // On crée une nouvelle connexion avec les paramètres spécifiques aux wikinis
1738
            $connexion_bd = DB::connect('mysql://'.PROJET_UTILISATEUR_WIKINI.':'.PROJET_MDP_WIKINI.'@'.PROJET_HOTE_WIKINI.'/'.PROJET_DB_WIKINI) ;
1739
            $gerantWikini = new gestion_wikini($connexion_bd) ;
1740
            $gerantWikini->creation_tables(strtolower($HTML_formulaireCreationWikini->getSubmitValue('nom_wikini'))) ;
1741
 
1742
            // On crée un objet avec le projet courant
1743
            $projet = new projet($this->_db, $this->_id_projet) ;
1744
            $projet->majNomWikini($HTML_formulaireCreationWikini->getSubmitValue('nom_wikini'));
1745
        } else {
1746
            return $HTML_formulaireCreationWikini->toHTML() ;
1747
        }
1748
    } // end of member function creationWiki
1749
 
40 ddelon 1750
    /**
1751
     * Associe un wiki au projet courant
1752
     *
1753
     * @return void
1754
     * @access public
1755
     */
2 ddelon 1756
 
40 ddelon 1757
	function associationWiki( )  {
1758
 
1759
 
1760
    	if (isset($_GET['id_wikini'])) {
1761
    		$db = &$GLOBALS['_GEN_commun']['pear_db'] ;
1762
		    $requete = "select gewi_code_alpha_wikini from gen_wikini where gewi_id_wikini = ".$_GET['id_wikini'] ;
1763
	    	$resultat = $db->query ($requete) ;
1764
	    	if (DB::isError ($resultat)) {
1765
	        	$GLOBALS['_GEN_commun']['debogage_erreur']->gererErreur(E_USER_WARNING, "Echec de la requete : $requete<br />".$resultat->getMessage(),
1766
	            	                                                            __FILE__, __LINE__, 'admin_wikini')   ;
1767
	        	return ;
1768
	    	}
1769
 
1770
	    	$ligne = $resultat->fetchRow();
1771
			$projet = new projet($this->_db, $this->_id_projet) ;
1772
        	$projet->majNomWikini($ligne[0]);
1773
    	}
1774
 
1775
	}
1776
 
2 ddelon 1777
    /**
1778
     * Supprime le wiki du projet courant
1779
     *
1780
     * @return void
1781
     * @access public
1782
     */
1783
    function supprimerWiki( )
1784
    {
1785
        include_once PROJET_CHEMIN_CLASSES.'gestion_wikini.class.php' ;
1786
        // On crée une nouvelle connexion avec les paramètres spécifiques aux wikinis
1787
        $connexion_bd = DB::connect('mysql://'.PROJET_UTILISATEUR_WIKINI.':'.PROJET_MDP_WIKINI.'@'.PROJET_HOTE_WIKINI.'/'.PROJET_DB_WIKINI) ;
1788
        $gerantWiki = new gestion_wikini($connexion_bd) ;
1789
        $projet = new projet ($this->_db, $this->_id_projet) ;
1790
        $gerantWiki->suppression_tables(strtolower($projet->getWikini())) ;
1791
        $projet->majNomWikini('') ;
1792
    } // end of member function supprimerWiki
1793
 
1794
    /**
1795
     * Permet de lier une ou plusieurs listes de la table agora à un projet.
1796
     *
1797
     * @return string
1798
     * @access public
1799
     */
1800
    function referencerListeExterne( )
1801
    {
1802
        $res = '<h1>'.PROJET_REFERENCER_LISTE.'</h1>' ;
1803
        include_once PROJET_CHEMIN_CLASSES.'liste_externe.class.php' ;
1804
        $liste_externe = new liste_externe($this->_db) ;
1805
        include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireListeExterne.class.php' ;
1806
        $this->_url->addQueryString(PROJET_VARIABLE_ID_PROJET, $this->_id_projet) ;
1807
        $this->_url->addQueryString(PROJET_VARIABLE_ACTION, PROJET_ACTION_REFERENCER_LISTE_V) ;
1808
        $HTML_formulaireListeExterne = new HTML_formulaireListeExterne('formulaire_liste_externe', 'post', str_replace('&amp;', '&', $this->_url->getURL())) ;
1809
        $HTML_formulaireListeExterne->construitFormulaire($liste_externe->getListeNom()) ;
1810
        $liste_assoc = $liste_externe->getListesAssociees($this->_id_projet) ;
1811
        $default = array() ;
1812
        foreach ($liste_assoc as $val) $default['liste_'.$val] = 1 ;
1813
 
1814
        $HTML_formulaireListeExterne->setDefaults($default) ;
1815
        return $res.$HTML_formulaireListeExterne->toHTML() ;
1816
    } // end of member function referencerListeExterne
1817
 
1818
    /**
1819
     * Réalise les mises à jours dans la table projet_lien_liste_externe
1820
     *
1821
     * @return void
1822
     * @access public
1823
     */
1824
    function referencerListeExterneValidation( )
1825
    {
1826
        include_once PROJET_CHEMIN_CLASSES.'liste_externe.class.php' ;
1827
        $liste_externe = new liste_externe($this->_db) ;
1828
        include_once PROJET_CHEMIN_CLASSES.'HTML_formulaireListeExterne.class.php' ;
1829
        $HTML_formulaireListeExterne = new HTML_formulaireListeExterne('formulaire_liste_externe', 'post', str_replace('&amp;', '&', $this->_url->getURL())) ;
1830
        $HTML_formulaireListeExterne->construitFormulaire($liste_externe->getListeNom()) ;
1831
 
1832
        $liste_externe->enregistrerSQL($HTML_formulaireListeExterne->getSubmitValues(), $this->_id_projet) ;
1833
    } // end of member function referencerListeExterneValidation
1834
 
11 alexandre_ 1835
    /**
1836
     * permet d'exclure un projet de l'affichage
1837
     *
1838
     * @return void
1839
     * @access public
1840
     */
1841
    function exclure($id_projet)
1842
    {
1843
       array_push ($this->_projet_exclu, $id_projet) ;
1844
    } // end of member function exclure
2 ddelon 1845
 
1846
 
11 alexandre_ 1847
 
2 ddelon 1848
    /**
1849
     * Renvoie un message d'erreur, en fonction du code de l'erreur.
1850
     *
1851
     * @param int valeur Le code du message d'erreur.
1852
     * @return string
1853
     * @access public
1854
     */
1855
    function messageErreur( $valeur )
1856
    {
1857
        $messageErreur = array (
1858
                    PROJETCONTROLEUR_ACTION_INVALIDE => "Action non valide",
1859
                    PROJETCONTROLEUR_ERREUR_SUPPRESSION_REPERTOIRE => "Impossible de supprimer le répertoire",
1860
                    PROJETCONTROLEUR_PAS_DE_DOCUMENT_SELECTIONNE => 'Pas de fichier sélectionné',
1861
                    PROJETCONTROLEUR_ERREUR_CREATION_REPERTOIRE => 'Impossible de créer le répertoire'
1862
        ) ;
1863
        return '<p class="erreur">'.$messageErreur[$valeur].'</p>' ;
1864
    } // end of member function messageErreur
1865
 
1866
 
1867
 
1868
 
1869
} // end of projetControleur
1870
?>