Small fix in menu generation
[platal.git] / modules / events.php
CommitLineData
74e0093f 1<?php
2/***************************************************************************
3 * Copyright (C) 2003-2006 Polytechnique.org *
4 * http://opensource.polytechnique.org/ *
5 * *
6 * This program is free software; you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. *
10 * *
11 * This program is distributed in the hope that it will be useful, *
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14 * GNU General Public License for more details. *
15 * *
16 * You should have received a copy of the GNU General Public License *
17 * along with this program; if not, write to the Free Software *
18 * Foundation, Inc., *
19 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
20 ***************************************************************************/
21
22class EventsModule extends PLModule
23{
24 function handlers()
25 {
26 return array(
1a828cd4 27 'events' => $this->make_hook('ev', AUTH_COOKIE),
28 'events/submit' => $this->make_hook('ev_submit', AUTH_MDP),
92423144 29 'admin/events' => $this->make_hook('admin_events', AUTH_MDP, 'admin'),
b829e258 30
164ca57a 31 'nl' => $this->make_hook('nl', AUTH_COOKIE),
32 'nl/show' => $this->make_hook('nl_show', AUTH_COOKIE),
33 'nl/submit' => $this->make_hook('nl_submit', AUTH_COOKIE),
92423144 34 'admin/newsletter' => $this->make_hook('admin_nl', AUTH_MDP, 'admin'),
35 'admin/newsletter/categories' => $this->make_hook('admin_nl_cat', AUTH_MDP, 'admin'),
36 'admin/newsletter/edit' => $this->make_hook('admin_nl_edit', AUTH_MDP, 'admin'),
74e0093f 37 );
38 }
39
8d8f7607 40 function on_subscribe($forlife, $uid, $promo, $password)
41 {
42 require_once 'newsletter.inc.php';
43 subscribe_nl($uid);
44 }
45
096f0dca 46 function handler_ev(&$page, $action = 'list', $eid = null, $pound = null)
1a828cd4 47 {
1a828cd4 48 $page->changeTpl('login.tpl');
49
08cce2ff 50 $res = XDB::query('SELECT date, naissance FROM auth_user_md5
cab08090 51 WHERE user_id={?}', S::v('uid'));
1a828cd4 52 list($date, $naissance) = $res->fetchOneRow();
53
089a5801 54 // incitation à mettre à jour la fiche
1a828cd4 55
56 $d2 = mktime(0, 0, 0, substr($date, 5, 2), substr($date, 8, 2),
57 substr($date, 0, 4));
58 if( (time() - $d2) > 60 * 60 * 24 * 400 ) {
59 // si fiche date de + de 400j;
60 $page->assign('fiche_incitation', $date);
61 }
62
63 // Souhaite bon anniversaire
64
65 if (substr($naissance, 5) == date('m-d')) {
66 $page->assign('birthday', date('Y') - substr($naissance, 0, 4));
67 }
68
089a5801 69 // incitation à mettre une photo
1a828cd4 70
08cce2ff 71 $res = XDB::query('SELECT COUNT(*) FROM photo
cab08090 72 WHERE uid={?}', S::v('uid'));
1a828cd4 73 $page->assign('photo_incitation', $res->fetchOneCell() == 0);
74
089a5801 75 // Incitation à se géolocaliser
1a828cd4 76 require_once 'geoloc.inc.php';
cab08090 77 $res = localize_addresses(S::v('uid', -1));
1a828cd4 78 $page->assign('geoloc_incitation', count($res));
79
089a5801 80 // affichage de la boîte avec quelques liens
9f40c29f 81 /* Bandeau de publicité sur la page de login */
82 $publicite = array(
83 'password' => 'Changer mon mot de passe' ,
84 'Docs/Dons' => 'Faire un don à l\'association Polytechnique.org'
85 ) ;
86
87 // Liens apparaissant de façon aléatoire
88 $pub_rnd = array(
89 'nl/show' => 'Afficher la dernière newsletter' ,
90 'http://www.polytechnique.net' => 'Vers les autres sites polytechniciens' ,
91 "trombi/{$_SESSION["promo"]}" => "Voir le trombi de ma promo" ,
92 'banana' => 'Un petit tour du côté des forums !!'
93 ) ;
94
95 $choix = array_rand($pub_rnd, 2);
96 foreach ($choix as $url) {
97 $publicite[$url] = $pub_rnd[$url] ;
1a828cd4 98 }
9f40c29f 99 $page->assign('publicite', array_chunk($publicite, 2, true));
1a828cd4 100
101 // ajout du lien RSS
cab08090 102 if (S::has('core_rss_hash')) {
1a828cd4 103 $page->assign('xorg_rss',
104 array('title' => 'Polytechnique.org :: News',
cab08090 105 'href' => '/rss/'.S::v('forlife')
106 .'/'.S::v('core_rss_hash').'/rss.xml')
1a828cd4 107 );
108 }
109
110 // cache les evenements lus et raffiche les evenements a relire
4e61caea 111 if ($action == 'read' && $eid) {
eadff9f9 112 XDB::execute('DELETE evenements_vus.*
113 FROM evenements_vus AS ev
114 INNER JOIN evenements AS e ON e.id = ev.evt_id
115 WHERE peremption < NOW()');
08cce2ff 116 XDB::execute('REPLACE INTO evenements_vus VALUES({?},{?})',
096f0dca 117 $eid, S::v('uid'));
118 pl_redirect('events#'.$pound);
1a828cd4 119 }
120
4e61caea 121 if ($action == 'unread' && $eid) {
08cce2ff 122 XDB::execute('DELETE FROM evenements_vus
eadff9f9 123 WHERE evt_id = {?} AND user_id = {?}',
4e61caea 124 $eid, S::v('uid'));
096f0dca 125 pl_redirect('events#newsid'.$eid);
1a828cd4 126 }
127
128 // affichage des evenements
089a5801 129 // annonces promos triées par présence d'une limite sur les promos
1a828cd4 130 // puis par dates croissantes d'expiration
cab08090 131 $promo = S::v('promo');
1a828cd4 132 $sql = "SELECT e.id,e.titre,e.texte,a.user_id,a.nom,a.prenom,a.promo,l.alias AS forlife
2f678da1 133 FROM evenements AS e
134 INNER JOIN auth_user_md5 AS a ON e.user_id=a.user_id
135 INNER JOIN aliases AS l ON ( a.user_id=l.id AND l.type='a_vie' )
136 LEFT JOIN evenements_vus AS ev ON (e.id = ev.evt_id AND ev.user_id = {?})
1a828cd4 137 WHERE FIND_IN_SET(e.flags, 'valide') AND peremption >= NOW()
138 AND (e.promo_min = 0 || e.promo_min <= {?})
139 AND (e.promo_max = 0 || e.promo_max >= {?})
140 AND ev.user_id IS NULL
141 ORDER BY (e.promo_min != 0 AND e.promo_max != 0) DESC, e.peremption";
142 $page->assign('evenement',
cab08090 143 XDB::iterator($sql, S::v('uid'),
1a828cd4 144 $promo, $promo)
145 );
146
147 $sql = "SELECT e.id,e.titre, ev.user_id IS NULL AS nonlu
148 FROM evenements AS e
149 LEFT JOIN evenements_vus AS ev ON (e.id = ev.evt_id AND ev.user_id = {?})
150 WHERE FIND_IN_SET(e.flags, 'valide') AND peremption >= NOW()
151 AND (e.promo_min = 0 || e.promo_min <= {?})
152 AND (e.promo_max = 0 || e.promo_max >= {?})
153 ORDER BY (e.promo_min != 0 AND e.promo_max != 0) DESC, e.peremption";
154 $page->assign('evenement_summary',
cab08090 155 XDB::iterator($sql, S::v('uid'),
1a828cd4 156 $promo, $promo)
157 );
1a828cd4 158 }
159
160 function handler_ev_submit(&$page)
74e0093f 161 {
74e0093f 162 $page->changeTpl('evenements.tpl');
163
5e2307dc 164 $titre = Post::v('titre');
165 $texte = Post::v('texte');
166 $promo_min = Post::i('promo_min');
167 $promo_max = Post::i('promo_max');
168 $peremption = Post::i('peremption');
169 $valid_mesg = Post::v('valid_mesg');
170 $action = Post::v('action');
74e0093f 171
172 $page->assign('titre', $titre);
173 $page->assign('texte', $texte);
174 $page->assign('promo_min', $promo_min);
175 $page->assign('promo_max', $promo_max);
176 $page->assign('peremption', $peremption);
177 $page->assign('valid_mesg', $valid_mesg);
178 $page->assign('action', strtolower($action));
179
180 if ($action == 'Confirmer') {
f78bc355 181 $texte = preg_replace('/((?:https?|ftp):\/\/(?:\.*,*[a-z@0-9~%$£µ&i#\-+=_\/\?])*)/i',
182 '<a href="\\0">\\0</a>', $texte);
183 $texte = preg_replace('/(?:mailto:)?([a-z0-9.\-+_]+@([\-.+_]?[a-z0-9])+)/i',
184 '<a href="mailto:\\0">\\0</a>', $texte);
74e0093f 185 require_once 'validations.inc.php';
186 $evtreq = new EvtReq($titre, $texte, $promo_min, $promo_max,
cab08090 187 $peremption, $valid_mesg, S::v('uid'));
74e0093f 188 $evtreq->submit();
189 $page->assign('ok', true);
190 }
191
192 $select = '';
193 for ($i = 1 ; $i < 30 ; $i++) {
194 $time = time() + 3600 * 24 * $i;
195 $p_stamp = date('Ymd', $time);
196 $year = date('Y', $time);
197 $month = date('m', $time);
198 $day = date('d', $time);
199
200 $select .= "<option value=\"$p_stamp\"";
201 if ($p_stamp == strtr($peremption, array("-" => ""))) {
202 $select .= " selected='selected'";
203 }
204 $select .= "> $day / $month / $year</option>\n";
205 }
206 $page->assign('select',$select);
74e0093f 207 }
b829e258 208
164ca57a 209 function handler_nl(&$page, $action = null)
210 {
211 require_once 'newsletter.inc.php';
212
213 $page->changeTpl('newsletter/index.tpl');
214 $page->assign('xorg_title','Polytechnique.org - Lettres mensuelles');
215
216 switch ($action) {
217 case 'out': unsubscribe_nl(); break;
218 case 'in': subscribe_nl(); break;
219 default: ;
220 }
221
222 $page->assign('nls', get_nl_state());
1a013db7 223 $page->assign('nl_list', get_nl_list());
164ca57a 224 }
225
226 function handler_nl_show(&$page, $nid = 'last')
b829e258 227 {
228 $page->changeTpl('newsletter/show.tpl');
229
230 require_once 'newsletter.inc.php';
231
232 $nl = new NewsLetter($nid);
233 $page->assign_by_ref('nl', $nl);
234
235 if (Post::has('send')) {
cab08090 236 $nl->sendTo(S::v('prenom'), S::v('nom'),
237 S::v('bestalias'), S::v('femme'),
238 S::v('mail_fmt') != 'text');
b829e258 239 }
b829e258 240 }
164ca57a 241
242 function handler_nl_submit(&$page)
243 {
244 $page->changeTpl('newsletter/submit.tpl');
245
246 require_once 'newsletter.inc.php';
247
248 if (Post::has('see')) {
5e2307dc 249 $art = new NLArticle(Post::v('title'), Post::v('body'), Post::v('append'));
164ca57a 250 $page->assign('art', $art);
251 } elseif (Post::has('valid')) {
252 require_once('validations.inc.php');
5e2307dc 253 $art = new NLReq(S::v('uid'), Post::v('title'),
254 Post::v('body'), Post::v('append'));
164ca57a 255 $art->submit();
256 $page->assign('submited', true);
257 }
164ca57a 258 }
92423144 259
506a46ed 260 function handler_admin_events(&$page, $action = 'list', $eid = null)
261 {
92423144 262 $page->changeTpl('admin/evenements.tpl');
263 $page->assign('xorg_title','Polytechnique.org - Administration - Evenements');
506a46ed 264 $page->register_modifier('hde', 'html_entity_decode');
265
266 $arch = $action == 'archives';
267 $page->assign('action', $action);
268
01248e3a 269 if (Post::v('action') == "Proposer" && $eid) {
506a46ed 270 XDB::execute('UPDATE evenements
271 SET titre={?}, texte={?}, peremption={?}, promo_min={?}, promo_max={?}
272 WHERE id = {?}',
273 Post::v('titre'), Post::v('texte'), Post::v('peremption'),
01248e3a 274 Post::v('promo_min'), Post::v('promo_max'), $eid);
92423144 275 }
506a46ed 276
277 if ($action == 'edit') {
278 $res = XDB::query('SELECT titre, texte, peremption, promo_min, promo_max
279 FROM evenements
280 WHERE id={?}', $eid);
281 list($titre, $texte, $peremption, $promo_min, $promo_max) = $res->fetchOneRow();
282 $page->assign('titre',$titre);
283 $page->assign('texte',$texte);
284 $page->assign('promo_min',$promo_min);
285 $page->assign('promo_max',$promo_max);
286 $page->assign('peremption',$peremption);
287
288 $select = "";
289 for ($i = 1 ; $i < 30 ; $i++) {
290 $p_stamp=date("Ymd",time()+3600*24*$i);
291 $year=substr($p_stamp,0,4);
292 $month=substr($p_stamp,4,2);
293 $day=substr($p_stamp,6,2);
294
295 $select .= "<option value=\"$p_stamp\""
296 . (($p_stamp == strtr($peremption, array("-" => ""))) ? " selected" : "")
297 . "> $day / $month / $year</option>\n";
298 }
299 $page->assign('select',$select);
300 } else {
301 switch ($action) {
302 case 'delete':
303 XDB::execute('DELETE from evenements
304 WHERE id = {?}', $eid);
305 break;
306
307 case "archive":
308 XDB::execute('UPDATE evenements
309 SET creation_date = creation_date, flags = CONCAT(flags,",archive")
310 WHERE id = {?}', $eid);
311 break;
312
313 case "unarchive":
314 XDB::execute('UPDATE evenements
315 SET creation_date = creation_date, flags = REPLACE(flags,"archive","")
316 WHERE id = {?}', $eid);
317 $action = 'archives';
318 $arch = true;
319 break;
320
321 case "valid":
322 XDB::execute('UPDATE evenements
323 SET creation_date = creation_date, flags = CONCAT(flags,",valide")
324 WHERE id = {?}', $eid);
325 break;
326
327 case "unvalid":
328 XDB::execute('UPDATE evenements
329 SET creation_date = creation_date, flags = REPLACE(flags,"valide", "")
330 WHERE id = {?}', $eid);
331 break;
332 }
333
334 $pid = ($eid && $action == 'preview') ? $eid : -1;
335 $sql = "SELECT e.id, e.titre, e.texte,e.id = $pid AS preview,
92423144 336 DATE_FORMAT(e.creation_date,'%d/%m/%Y %T') AS creation_date,
337 DATE_FORMAT(e.peremption,'%d/%m/%Y') AS peremption,
338 e.promo_min, e.promo_max,
339 FIND_IN_SET('valide', e.flags) AS fvalide,
340 FIND_IN_SET('archive', e.flags) AS farch,
341 u.promo, u.nom, u.prenom, a.alias AS forlife
342 FROM evenements AS e
343 INNER JOIN auth_user_md5 AS u ON(e.user_id = u.user_id)
344 INNER JOIN aliases AS a ON (u.user_id = a.id AND a.type='a_vie')
345 WHERE ".($arch ? "" : "!")."FIND_IN_SET('archive',e.flags)
506a46ed 346 ORDER BY FIND_IN_SET('valide',e.flags), e.peremption DESC";
92423144 347 $page->assign('evs', XDB::iterator($sql));
348 }
506a46ed 349 $page->assign('arch', $arch);
92423144 350 }
351
352 function handler_admin_nl(&$page, $new = false) {
163eddd2 353 $page->changeTpl('newsletter/admin.tpl');
92423144 354 $page->assign('xorg_title','Polytechnique.org - Administration - Newsletter : liste');
355 require_once("newsletter.inc.php");
356
357 if($new) {
358 insert_new_nl();
359 pl_redirect("admin/newsletter");
360 }
361
1a013db7 362 $page->assign('nl_list', get_nl_slist());
92423144 363 }
364
365 function handler_admin_nl_edit(&$page, $nid = 'last', $aid = null, $action = 'edit') {
163eddd2 366 $page->changeTpl('newsletter/edit.tpl');
92423144 367 $page->assign('xorg_title','Polytechnique.org - Administration - Newsletter : Edition');
368 require_once("newsletter.inc.php");
369
370 $nl = new NewsLetter($nid);
371
372 if($action == 'delete') {
373 $nl->delArticle($aid);
374 pl_redirect("admin/newsletter/edit/$nid");
375 }
376
377 if($aid == 'update') {
378 $nl->_title = Post::v('title');
379 $nl->_date = Post::v('date');
380 $nl->_head = Post::v('head');
381 $nl->save();
382 }
383
384 if(Post::v('save')) {
385 $art = new NLArticle(Post::v('title'), Post::v('body'), Post::v('append'),
386 $aid, Post::v('cid'), Post::v('pos'));
387 $nl->saveArticle($art);
388 pl_redirect("admin/newsletter/edit/$nid");
389 }
390
391 if($action == 'edit') {
392 $eaid = $aid;
393 if(Post::has('title')) {
394 $art = new NLArticle(Post::v('title'), Post::v('body'), Post::v('append'),
395 $eaid, Post::v('cid'), Post::v('pos'));
396 } else {
397 $art = ($eaid == 'new') ? new NLArticle() : $nl->getArt($eaid);
398 }
399 $page->assign('art', $art);
400 }
401
402 $page->assign_by_ref('nl',$nl);
403 }
404 function handler_admin_nl_cat(&$page, $action = 'list', $id = null) {
92423144 405 $page->assign('xorg_title','Polytechnique.org - Administration - Newsletter : Catégories');
406 $page->assign('title', 'Gestion des catégories de la newsletter');
407 $table_editor = new PLTableEditor('admin/newsletter/categories','newsletter_cat','cid');
408 $table_editor->describe('titre','intitulé',true);
409 $table_editor->describe('pos','position',true);
410 $table_editor->apply($page, $action, $id);
411 }
412
74e0093f 413}
414
415?>