Moves user_reindex to Profile.
[platal.git] / modules / marketing.php
CommitLineData
10b057be 1<?php
2/***************************************************************************
9f5bd98e 3 * Copyright (C) 2003-2010 Polytechnique.org *
10b057be 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 MarketingModule extends PLModule
23{
24 function handlers()
25 {
26 return array(
27 'marketing' => $this->make_hook('marketing', AUTH_MDP, 'admin'),
28 'marketing/promo' => $this->make_hook('promo', AUTH_MDP, 'admin'),
29 'marketing/relance' => $this->make_hook('relance', AUTH_MDP, 'admin'),
30 'marketing/this_week' => $this->make_hook('week', AUTH_MDP, 'admin'),
31 'marketing/volontaire' => $this->make_hook('volontaire', AUTH_MDP, 'admin'),
32
33 'marketing/private' => $this->make_hook('private', AUTH_MDP, 'admin'),
34 'marketing/public' => $this->make_hook('public', AUTH_COOKIE),
d216d84a 35 'marketing/broken' => $this->make_hook('broken', AUTH_COOKIE),
10b057be 36 );
37 }
38
39 function handler_marketing(&$page)
40 {
10b057be 41 $page->changeTpl('marketing/index.tpl');
42
46f272fe 43 $page->setTitle('Marketing');
38c6fe96 44 $page->trigWarning("Les statistiques sont momentanéement désactivées");
10b057be 45 }
46
2455266e 47 function handler_private(&$page, $hruid = null,
926edcd1 48 $action = null, $value = null)
10b057be 49 {
115c90db 50 global $globals;
10b057be 51 $page->changeTpl('marketing/private.tpl');
52
2455266e
VZ
53 $user = User::getSilent($hruid);
54 if (!$user) {
10b057be 55 return PL_NOT_FOUND;
56 }
57
2455266e 58 // Retrieves marketed user details.
38c6fe96
FB
59 if ($user->state != 'pending') {
60 $page->kill('Cet utilisateur est déjà inscrit');
61 }
62 if (!$user->hasProfile()) {
63 $page->kill('Cet utilisateur n\'est pas concerné par le marketing');
10b057be 64 }
38c6fe96 65 $matricule = $user->profile()->xorg_id;
10b057be 66
2455266e 67 require_once('user.func.inc.php');
2455266e
VZ
68 $matricule_X = get_X_mat($matricule);
69
70 $page->assign('full_name', $user->fullName());
71 $page->assign('promo', $user->promo());
72 $page->assign('matricule', $matricule);
73 $page->assign('matricule_X',$matricule_X);
74
75 // Applies in-parameter action to the user.
926edcd1 76 if ($action == 'del') {
ce8ec5a3 77 S::assert_xsrf_token();
2455266e 78 Marketing::clear($user->id(), $value);
10b057be 79 }
80
926edcd1 81 if ($action == 'rel') {
2455266e 82 $market = Marketing::get($user->id(), $value);
e654517d 83 if ($market == null) {
a7d35093 84 $page->trigWarning("Aucun marketing n'a été effectué vers $value");
e654517d 85 } else {
86 $to = $market->user['to'];
87 $title = $market->getTitle();
88 $text = $market->getText();
89 $from = $market->sender_mail;
90 $page->assign('rel_from_user', $from);
91 $page->assign('rel_from_staff',
1d55fe45 92 '"Equipe Polytechnique.org" <register@' . $globals->mail->domain . '>');
e654517d 93 $page->assign('rel_to', $to);
94 $page->assign('rel_title', $title);
95 $page->assign('rel_text', $text);
96 $page->assign('rel_email', $value);
97 }
10b057be 98 }
99
926edcd1 100 if ($action == 'relforce') {
ce8ec5a3
VZ
101 S::assert_xsrf_token();
102
2455266e 103 $market = Marketing::get($user->id(), Post::v('to'));
e654517d 104 if (is_null($market)) {
2455266e 105 $market = new Marketing($user->id(), Post::v('to'), 'default', null, 'staff');
e654517d 106 }
107 $market->send(Post::v('title'), Post::v('message'));
faefdbb7 108 $page->trigSuccess("Email envoyé");
10b057be 109 }
110
926edcd1 111 if ($action == 'insrel') {
ce8ec5a3 112 S::assert_xsrf_token();
2455266e 113 if (Marketing::relance($user->id())) {
a7d35093 114 $page->trigSuccess('relance faite');
10b057be 115 }
116 }
117
926edcd1 118 if ($action == 'add' && Post::has('email') && Post::has('type')) {
2455266e 119 $market = new Marketing($user->id(), Post::v('email'), 'default', null, Post::v('type'), S::v('uid'));
e654517d 120 $market->add(false);
10b057be 121 }
122
2455266e 123 // Retrieves and display the existing marketing attempts.
08cce2ff 124 $res = XDB::iterator(
10b057be 125 "SELECT r.*, a.alias
126 FROM register_marketing AS r
fa61fc66 127 LEFT JOIN aliases AS a ON (r.sender=a.id AND a.type = 'a_vie')
10b057be 128 WHERE uid={?}
2455266e 129 ORDER BY date", $user->id());
10b057be 130 $page->assign('addr', $res);
131
08cce2ff 132 $res = XDB::query("SELECT date, relance FROM register_pending
2455266e 133 WHERE uid = {?}", $user->id());
54f962cd 134 if (list($pending, $relance) = $res->fetchOneRow()) {
0025a0c5 135 $page->assign('pending', $pending);
136 $page->assign('relance', $relance);
10b057be 137 }
2455266e
VZ
138
139 $page->assign('path', 'marketing/private/' . $user->login());
10b057be 140 }
141
d216d84a 142 function handler_broken(&$page, $uid = null)
143 {
144 $page->changeTpl('marketing/broken.tpl');
145
146 if (is_null($uid)) {
c441b5ed 147 return PL_NOT_FOUND;
148 }
35211d07
VZ
149
150 $user = User::get($uid);
151 if (!$user) {
c441b5ed 152 return PL_NOT_FOUND;
35211d07 153 } elseif ($user->login() == S::user()->login()) {
c441b5ed 154 pl_redirect('emails/redirect');
d216d84a 155 }
156
0001ba7a
FB
157 $res = XDB::query('SELECT p.deathdate IS NULL AS alive, e.last,
158 IF(e.email IS NOT NULL, e.email,
159 IF(FIND_IN_SET(\'googleapps\', eo.storage), \'googleapps\', NULL)) AS email
160 FROM email_options AS eo
161 LEFT JOIN account_profiles AS ap ON (ap.uid = eo.uid AND FIND_IN_SET(\'owner\', ap.perms))
162 LEFT JOIN profiles AS p ON (p.pid = ap.pid)
163 LEFT JOIN emails AS e ON (e.flags = \'active\' AND e.uid = eo.uid)
164 WHERE eo.uid = {?}
165 ORDER BY e.panne_level, e.last', $user->id());
d216d84a 166 if (!$res->numRows()) {
c441b5ed 167 return PL_NOT_FOUND;
d216d84a 168 }
5daf68f6
VZ
169 $user->addProperties($res->fetchOneAssoc());
170 $page->assign('user', $user);
d216d84a 171
0d693e2f 172 $email = null;
c6310567 173 require_once 'emails.inc.php';
0d693e2f 174 if (Post::has('mail')) {
0d693e2f 175 $email = valide_email(Post::v('mail'));
176 }
177 if (Post::has('valide') && isvalid_email_redirection($email)) {
ce8ec5a3
VZ
178 S::assert_xsrf_token();
179
0d693e2f 180 // security stuff
35211d07
VZ
181 check_email($email, "Proposition d'une adresse surveillee pour " . $user->login() . " par " . S::user()->login());
182 $res = XDB::query("SELECT flags
183 FROM emails
184 WHERE email = {?} AND uid = {?}", $email, $user->id());
0381e170 185 $state = $res->numRows() ? $res->fetchOneCell() : null;
186 if ($state == 'panne') {
5daf68f6 187 $page->trigWarning("L'adresse que tu as fournie est l'adresse actuelle de {$user->fullName()} et est en panne.");
0381e170 188 } elseif ($state == 'active') {
5daf68f6
VZ
189 $page->trigWarning("L'adresse que tu as fournie est l'adresse actuelle de {$user->fullName()}");
190 } elseif ($user->email && !trim(Post::v('comment'))) {
a7d35093 191 $page->trigError("Il faut que tu ajoutes un commentaire à ta proposition pour justifier le "
5daf68f6 192 . "besoin de changer la redirection de {$user->fullName()}.");
0d693e2f 193 } else {
194 require_once 'validations.inc.php';
5daf68f6 195 $valid = new BrokenReq(S::user(), $user, $email, trim(Post::v('comment')));
0d693e2f 196 $valid->submit();
197 $page->assign('sent', true);
198 }
199 } elseif ($email) {
a7d35093 200 $page->trigError("L'adresse proposée n'est pas une adresse acceptable pour une redirection");
d216d84a 201 }
202 }
203
10b057be 204 function handler_promo(&$page, $promo = null)
205 {
10b057be 206 $page->changeTpl('marketing/promo.tpl');
207
0025a0c5 208 if (is_null($promo)) {
cab08090 209 $promo = S::v('promo');
10b057be 210 }
211 $page->assign('promo', $promo);
212
38c6fe96
FB
213 $uf = new UserFilter(new UFC_And(new UFC_Promo('=', UserFilter::DISPLAY, $promo),
214 new UFC_Not(new UFC_Registered())),
913a4e90 215 array(new UFO_Name(Profile::LASTNAME), new UFO_Name(Profile::FIRSTNAME)));
38c6fe96
FB
216 $users = $uf->getUsers();
217 $page->assign('nonins', $users);
10b057be 218 }
219
2455266e 220 function handler_public(&$page, $hruid = null)
10b057be 221 {
10b057be 222 $page->changeTpl('marketing/public.tpl');
223
2455266e
VZ
224 // Retrieves the user info, and checks the user is not yet registered.
225 $user = User::getSilent($hruid);
38c6fe96 226 if (!$user || !$user->hasProfile()) {
10b057be 227 return PL_NOT_FOUND;
228 }
229
38c6fe96
FB
230 if ($user->state != 'pending') {
231 $page->kill('Cet utilisateur est déjà inscrit');
2455266e 232 }
10b057be 233
2455266e
VZ
234 // Displays the page, and handles the eventual user actions.
235 $page->assign('full_name', $user->fullName());
236 $page->assign('promo', $user->promo());
10b057be 237
2455266e
VZ
238 if (Post::has('valide')) {
239 S::assert_xsrf_token();
240 $email = trim(Post::v('mail'));
241
242 require_once 'emails.inc.php';
243 if (!isvalid_email_redirection($email)) {
6bb2f79a 244 $page->trigError('Email invalide&nbsp;!');
2455266e
VZ
245 } else {
246 // On cherche les marketings précédents sur cette adresse
247 // email, en se restreignant au dernier mois
8ded5b5e 248
2455266e
VZ
249 if (Marketing::get($user->id(), $email, true)) {
250 $page->assign('already', true);
10b057be 251 } else {
2455266e
VZ
252 $page->assign('ok', true);
253 check_email($email, "Une adresse surveillée est proposée au marketing par " . S::user()->login());
232577de
SJ
254 $market = new Marketing($user->id(), $email, 'default', null, Post::v('origine'), S::v('uid'),
255 Post::v('origine') == 'user' ? Post::v('personal_notes') : null);
2455266e 256 $market->add();
10b057be 257 }
258 }
6400e601
SJ
259 } else {
260 global $globals;
261 require_once 'marketing.inc.php';
262
263 $sender = User::getSilent(S::v('uid'));
232577de 264 $market = new AnnuaireMarketing(null, true);
6400e601
SJ
265 $text = $market->getText(array(
266 'sexe' => $user->isFemale(),
267 'forlife_email' => $user->login() . '@' . $globals->mail->domain,
268 'forlife_email2' => $user->login() . '@' . $globals->mail->domain2
269 ));
232577de
SJ
270 $text = str_replace('%%hash%%', '', $text);
271 $text = str_replace('%%personal_notes%%', '<em id="personal_notes_display"></em>', $text);
272 $text = str_replace('%%sender%%',
273 "<span id=\"sender\">" . $sender->fullName() . '</span>', $text);
6400e601 274 $page->assign('text', nl2br($text));
232577de
SJ
275 // TODO (JAC): define a unique Xorg signature for all the emails we send.
276 $page->assign('xorg_signature', "L'équipe de Polytechnique.org,<br />Le portail des élèves & anciens élèves de l'École polytechnique");
277 $page->assign('perso_signature', $sender->fullName());
10b057be 278 }
10b057be 279 }
280
7c8a4874 281 function handler_week(&$page, $sorting = 'per_promo')
10b057be 282 {
10b057be 283 $page->changeTpl('marketing/this_week.tpl');
284
38c6fe96 285 $sort = $sorting == 'per_promo' ? new UFO_Promo() : new UFO_Registration();
10b057be 286
38c6fe96
FB
287 $uf = new UserFilter(new UFC_Registered(false, '>', strtotime('1 week ago')), $sort);
288 $page->assign('users', $uf->getUsers());
10b057be 289 }
290
7c8a4874 291 function handler_volontaire(&$page, $promo = null)
10b057be 292 {
10b057be 293 $page->changeTpl('marketing/volontaire.tpl');
294
08cce2ff 295 $res = XDB::query(
38c6fe96 296 'SELECT DISTINCT pd.promo
10b057be 297 FROM register_marketing AS m
38c6fe96
FB
298 INNER JOIN account_profiles AS ap ON (m.uid = ap.uid AND FIND_IN_SET(\'owner\', ap.perms))
299 INNER JOIN profile_display AS pd ON (pd.pid = ap.pid)
300 ORDER BY pd.promo');
10b057be 301 $page->assign('promos', $res->fetchColumn());
302
303
7c8a4874 304 if (!is_null($promo)) {
38c6fe96
FB
305 $it = XDB::iterator('SELECT m.uid, m.email
306 FROM register_marketing AS m
307 INNER JOIN account_profiles AS ap ON (m.uid = ap.uid AND FIND_IN_SET(\'owner\', ap.perms))
308 INNER JOIN profile_display AS pd ON (pd.pid = ap.pid)
309 WHERE pd.promo = {?}', $promo);
310 $page->assign('addr', $it);
10b057be 311 }
10b057be 312 }
313
314 function handler_relance(&$page)
315 {
10b057be 316 $page->changeTpl('marketing/relance.tpl');
317
318 if (Post::has('relancer')) {
38c6fe96 319 $nbdix = Marketing::getAliveUsersCount();
10b057be 320
321 $sent = Array();
38c6fe96
FB
322 $users = User::getBulkUsersWithUIDs($_POST['relance']);
323 foreach ($users as $user) {
324 if ($tmp = Marketing::relance($user, $nbdix)) {
846c391e 325 $sent[] = $tmp . ' a été relancé.';
10b057be 326 }
327 }
328 $page->assign('sent', $sent);
329 }
330
38c6fe96
FB
331 $page->assign('relance', XDB::iterator('SELECT r.date, r.relance, r.uid
332 FROM register_pending AS r
333 WHERE hash != \'INSCRIT\'
334 ORDER BY date DESC'));
10b057be 335 }
336}
337
a7de4ef7 338// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
10b057be 339?>