X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fxnetgrp.php;h=844df9d2a084db0605a86ebdb19bf04300e90a72;hb=190efb3a08127072aa3e0876a79e7bf76aa77051;hp=b46ffeddf14bc7c15527e1c1cc2ec6fafeb55eb9;hpb=3c696b26901e971c2a0f20dbdee3e7af49a576b6;p=platal.git diff --git a/modules/xnetgrp.php b/modules/xnetgrp.php index b46ffed..844df9d 100644 --- a/modules/xnetgrp.php +++ b/modules/xnetgrp.php @@ -48,7 +48,7 @@ class XnetGrpModule extends PLModule '%grp/member/new/ajax' => $this->make_hook('admin_member_new_ajax', AUTH_MDP, 'user', NO_AUTH), '%grp/member/del' => $this->make_hook('admin_member_del', AUTH_MDP, 'groupadmin'), - '%grp/rss' => $this->make_hook('rss', AUTH_PUBLIC, 'user', NO_HTTPS), + '%grp/rss' => $this->make_token_hook('rss', AUTH_PUBLIC), '%grp/announce/new' => $this->make_hook('edit_announce', AUTH_MDP, 'groupadmin'), '%grp/announce/edit' => $this->make_hook('edit_announce', AUTH_MDP, 'groupadmin'), '%grp/announce/photo' => $this->make_hook('photo_announce', AUTH_PUBLIC), @@ -81,24 +81,34 @@ class XnetGrpModule extends PLModule Env::i('unread'), S::i('uid')); pl_redirect("#art" . Env::i('unread')); } - // XXX: Fix promo_min; promo_max - $arts = XDB::iterator("SELECT a.*, FIND_IN_SET('photo', a.flags) AS photo + + /* TODO: refines this filter on promotions by using userfilter. */ + $user = S::user(); + if ($user->hasProfile()) { + $promo = XDB::format('{?}', $user->profile()->entry_year); + $minCondition = ' OR promo_min <= ' . $promo; + $maxCondition = ' OR promo_max >= ' . $promo; + } else { + $minCondition = ''; + $maxCondition = ''; + } + $arts = XDB::iterator('SELECT a.*, FIND_IN_SET(\'photo\', a.flags) AS photo FROM group_announces AS a LEFT JOIN group_announces_read AS r ON (r.uid = {?} AND r.announce_id = a.id) WHERE asso_id = {?} AND expiration >= CURRENT_DATE() - AND (promo_min = 0 OR promo_min <= {?}) - AND (promo_max = 0 OR promo_max >= {?}) + AND (promo_min = 0' . $minCondition . ') + AND (promo_max = 0' . $maxCondition . ') AND r.announce_id IS NULL - ORDER BY a.expiration", - S::i('uid'), $globals->asso('id'), S::i('promo'), S::i('promo')); - $index = XDB::iterator("SELECT a.id, a.titre, r.uid IS NULL AS nonlu + ORDER BY a.expiration', + S::i('uid'), $globals->asso('id')); + $index = XDB::iterator('SELECT a.id, a.titre, r.uid IS NULL AS nonlu FROM group_announces AS a LEFT JOIN group_announces_read AS r ON (a.id = r.announce_id AND r.uid = {?}) WHERE asso_id = {?} AND expiration >= CURRENT_DATE() - AND (promo_min = 0 OR promo_min <= {?}) - AND (promo_max = 0 OR promo_max >= {?}) - ORDER BY a.expiration", - S::i('uid'), $globals->asso('id'), S::i('promo'), S::i('promo')); + AND (promo_min = 0' . $minCondition . ') + AND (promo_max = 0' . $maxCondition . ') + ORDER BY a.expiration', + S::i('uid'), $globals->asso('id')); $page->assign('article_index', $index); } else { $arts = XDB::iterator("SELECT *, FIND_IN_SET('photo', flags) AS photo @@ -120,7 +130,7 @@ class XnetGrpModule extends PLModule $platal->ns . "rss/rss.xml"); } else { $page->setRssLink("Polytechnique.net :: {$globals->asso("nom")} :: News", - $platal->ns . 'rss/'.S::v('hruid') .'/'.S::v('token').'/rss.xml'); + $platal->ns . 'rss/' . S::v('hruid') . '/' . S::user()->token . '/rss.xml'); } $page->assign('articles', $arts); @@ -174,20 +184,26 @@ class XnetGrpModule extends PLModule $page->trigError('Ni le nom ni le diminutif du groupe ne peuvent être vide.'); return; } + $axDate = make_datetime(Post::v('axDate')); + if (Post::t('axDate') != '') { + $axDate = make_datetime(Post::v('axDate'))->format('Y-m-d'); + } else { + $axDate = null; + } XDB::execute( "UPDATE groups SET nom={?}, diminutif={?}, cat={?}, dom={?}, descr={?}, site={?}, mail={?}, resp={?}, - forum={?}, mail_domain={?}, ax={?}, pub={?}, + forum={?}, mail_domain={?}, ax={?}, axDate = {?}, pub={?}, sub_url={?}, inscriptible={?}, unsub_url={?}, flags={?} WHERE id={?}", Post::v('nom'), Post::v('diminutif'), - Post::v('cat'), Post::i('dom'), + Post::v('cat'), (Post::i('dom') == 0) ? null : Post::i('dom'), Post::v('descr'), $site, Post::v('mail'), Post::v('resp'), Post::v('forum'), Post::v('mail_domain'), - Post::has('ax'), Post::v('pub'), + Post::has('ax'), $axDate, Post::v('pub'), Post::v('sub_url'), Post::v('inscriptible'), Post::v('unsub_url'), $flags, $globals->asso('id')); if (Post::v('mail_domain')) { @@ -239,11 +255,9 @@ class XnetGrpModule extends PLModule global $globals; $page->changeTpl('xnetgrp/mail.tpl'); - $mmlist = new MMList(S::v('uid'), S::v('password'), - $globals->asso('mail_domain')); + $mmlist = new MMList(S::user(), $globals->asso('mail_domain')); $page->assign('listes', $mmlist->get_lists()); $page->assign('user', S::user()); - $page->addJsLink('ajax.js'); if (Post::has('send')) { S::assert_xsrf_token(); @@ -391,13 +405,13 @@ class XnetGrpModule extends PLModule $mailer->setSubject('[' . $globals->asso('nom') . '] Demande d\'inscription'); $message = ($user->isFemale() ? 'Chère' : 'Cher') . " Camarade,\n" . "\n" - . " Suite à ta demande d'adhésion à " . $globals->asso('nom') . ",\n" - . "j'ai le plaisir de t'annoncer que ton inscription a été validée !\n" + . " Suite à ta demande d'adhésion à " . $globals->asso('nom') + . ", j'ai le plaisir de t'annoncer que ton inscription a été validée !\n" . "\n" . "Bien cordialement,\n" . "-- \n" . S::user()->fullName() . '.'; - $mailer->setTxtBody($message); + $mailer->setTxtBody(wordwrap($message, 72)); $mailer->send(); } } @@ -618,7 +632,6 @@ class XnetGrpModule extends PLModule global $globals; $page->changeTpl('xnetgrp/membres-add.tpl'); - $page->addJsLink('ajax.js'); if (is_null($email)) { return; @@ -626,55 +639,75 @@ class XnetGrpModule extends PLModule S::assert_xsrf_token(); - // Finds or creates account + // Finds or creates account: first cases are for users with an account. if (!User::isForeignEmailAddress($email)) { - // standard x account + // Standard account $user = User::get($email); } else if (!isvalid_email($email)) { // email might not be a regular email but an alias or a hruid $user = User::get($email); if (!$user) { // need a valid email address - $page->trigError("« $email Â» n'est pas une adresse email valide."); + $page->trigError('« ' . $email . ' Â» n\'est pas une adresse email valide.'); return; } } else if (Env::v('x') && Env::i('userid')) { - // user is an x but might not yet be registered $user = User::getWithUID(Env::i('userid')); if (!$user) { - $page->trigError("Utilisateur invalide"); + $page->trigError('Utilisateur invalide.'); return; } - // add email for marketing if unknown - if ($user->state == 'pending' && Env::v('market')) { - $market = Marketing::get($user->uid, $email); - if (!$market) { - $market = new Marketing($user->uid, $email, 'group', $globals->asso('nom'), - Env::v('market_from'), S::v('uid')); - $market->add(); + + // User has an account but is not yet registered. + if ($user->state == 'pending') { + // Add email in account table. + XDB::query('UPDATE accounts + SET email = {?} + WHERE uid = {?} AND email IS NULL', + Post::t('email'), $user->id()); + // Add email for marketing if required. + if (Env::v('market')) { + $market = Marketing::get($user->uid, $email); + if (!$market) { + $market = new Marketing($user->uid, $email, 'group', $globals->asso('nom'), + Env::v('market_from'), S::v('uid')); + $market->add(); + } } } } else { - // user is not an x - $hruid = strtolower(str_replace('@','.',$email).'.ext'); - // might already exists (in another group for example) + // User is of type xnet. + list($mbox, $domain) = explode('@', strtolower($email)); + $hruid = User::makeHrid($mbox, $domain, 'ext'); + // User might already have an account (in another group for example). $user = User::get($hruid); + + // If the user has no account yet, creates new account: build names from email address. if (empty($user)) { - // creates new account: build names from email address - $display_name = ucwords(strtolower(substr($hruid, strpos('.', $hruid)))); - $full_name = ucwords(strtolower(str_replace('.', ' ',substr($email, strpos('@', $email))))); - XDB::execute("INSERT INTO accounts (hruid, display_name, full_name, email, type) - VALUES({?}, {?}, {?}, {?}, 'xnet')", - $hruid, $display_name, $full_name, $email); + $parts = explode('.', $mbox); + if (count($parts) == 1) { + $display_name = $full_name = $directory_name = ucfirst($mbox); + } else { + $firstname = ucfirst($parts[0]); + $lastname = ucwords(implode(' ', array_slice($parts, 1))); + $display_name = $firstname; + $full_name = "$firstname $lastname"; + $directory_name = strtoupper($lastname) . " " . $firstname; + } + XDB::execute('INSERT INTO accounts (hruid, display_name, full_name, directory_name, + email, type) + VALUES ({?}, {?}, {?}, {?}, {?}, \'xnet\')', + $hruid, $display_name, $full_name, $directory_name, $email); $user = User::get($hruid); } } + if ($user) { - XDB::execute("REPLACE INTO group_members (uid, asso_id) - VALUES ({?}, {?})", + XDB::execute('INSERT IGNORE INTO group_members (uid, asso_id) + VALUES ({?}, {?})', $user->id(), $globals->asso('id')); $this->removeSubscriptionRequest($user->id()); - pl_redirect("member/" . $user->login()); + pl_redirect('member/' . $user->login()); } } @@ -690,16 +723,16 @@ class XnetGrpModule extends PLModule } } if (empty($users)) { - list($nom, $prenom) = str_replace(array('-', ' ', "'"), '%', array(Env::t('nom'), Env::t('prenom'))); + list($lastname, $firstname) = str_replace(array('-', ' ', "'"), '%', array(Env::t('nom'), Env::t('prenom'))); $cond = new PFC_And(new PFC_Not(new UFC_Registered())); - if (!empty($nom)) { - $cond->addChild(new UFC_Name(Profile::LASTNAME, $nom, UFC_Name::CONTAINS)); + if (!empty($lastname)) { + $cond->addChild(new UFC_Name(Profile::LASTNAME, $lastname, UFC_Name::CONTAINS)); } - if (!empty($prenom)) { - $cond->addChild(new UFC_Name(Profile::FIRSTNAME, $prenom, UFC_Name::CONTAINS)); + if (!empty($firstname)) { + $cond->addChild(new UFC_Name(Profile::FIRSTNAME, $firstname, UFC_Name::CONTAINS)); } - if (Env::i('promo')) { - $cond->addChild(new UFC_Promo('=', UserFilter::GRADE_ING, Env::i('promo'))); + if (Env::t('promo')) { + $cond->addChild(new UFC_Promo('=', UserFilter::DISPLAY, Env::t('promo'))); } $uf = new UserFilter($cond); $users = $uf->getUsers(new PlLimit(30)); @@ -735,7 +768,7 @@ class XnetGrpModule extends PLModule return true; } - $mmlist = new MMList($user, $domain); + $mmlist = new MMList(S::user(), $domain); $listes = $mmlist->get_lists($user->forlifeEmail()); $may_update = may_update(); @@ -814,7 +847,7 @@ class XnetGrpModule extends PLModule private function changeLogin(PlPage &$page, PlUser &$user, MMList &$mmlist, $login) { - // Search the uid of the user... + // Search the user's uid. $xuser = User::getSilent($login); if (!$xuser) { $accounts = User::getPendingAccounts($login); @@ -826,16 +859,16 @@ class XnetGrpModule extends PLModule return false; } $xuser = User::getSilent($accounts[0]['uid']); - $sub = false; } if (!$xuser) { return false; } - $user->mergeIn($xuser); - - return $xuser->login(); + if ($user->mergeIn($xuser)) { + return $xuser->login(); + } + return $user->login(); } function handler_admin_member(&$page, $user) @@ -849,7 +882,7 @@ class XnetGrpModule extends PLModule return PL_NOT_FOUND; } - $mmlist = new MMList($user, $globals->asso('mail_domain')); + $mmlist = new MMList(S::user(), $globals->asso('mail_domain')); if (Post::has('change')) { S::assert_xsrf_token(); @@ -867,29 +900,42 @@ class XnetGrpModule extends PLModule $from_email = $user->forlifeEmail(); if (!$user->profile()) { XDB::query('UPDATE accounts - SET full_name = {?}, directory_name = {?}, display_name = {?}, sex = {?}, email = {?}, type = {?} + SET full_name = {?}, directory_name = {?}, display_name = {?}, + sex = {?}, email = {?}, type = {?} WHERE uid = {?}', - Post::t('full_name'), Post::t('directory_name'), Post::t('display_name'), (Post::v('sex') == 'male')?'male':'female', Post::v('email'), (Post::v('type') == 'xnet')?'xnet':'virtual', - $user->id()); - if (XDB::affectedRows()) { - $page->trigSuccess('Données de l\'utilisateur mise à jour.'); - } + Post::t('full_name'), Post::t('directory_name'), Post::t('display_name'), + (Post::t('sex') == 'male') ? 'male' : 'female', Post::t('email'), + (Post::t('type') == 'xnet') ? 'xnet' : 'virtual', $user->id()); + } else if (!$user->perms) { + XDB::query('UPDATE accounts + SET email = {?} + WHERE uid = {?}', + Post::t('email'), $user->id()); + } + if (XDB::affectedRows()) { + $page->trigSuccess('Données de l\'utilisateur mise à jour.'); } // Update group params for user $perms = Post::v('group_perms'); $comm = Post::t('comm'); - if ($user->group_perms != $perms || $user->group_comm != $comm) { + $position = (Post::t('group_position') == '') ? null : Post::v('group_position'); + if ($user->group_perms != $perms || $user->group_comm != $comm || $user->group_position != $position) { XDB::query('UPDATE group_members - SET perms = {?}, comm = {?} + SET perms = {?}, comm = {?}, position = {?} WHERE uid = {?} AND asso_id = {?}', - ($perms == 'admin') ? 'admin' : 'membre', $comm, + ($perms == 'admin') ? 'admin' : 'membre', $comm, $position, $user->id(), $globals->asso('id')); - if ($perms != $user->group_perms) { - $page->trigSuccess('Permissions modifiées !'); - } - if ($comm != $user->group_comm) { - $page->trigSuccess('Commentaire mis à jour.'); + if (XDB::affectedRows()) { + if ($perms != $user->group_perms) { + $page->trigSuccess('Permissions modifiées !'); + } + if ($comm != $user->group_comm) { + $page->trigSuccess('Commentaire mis à jour.'); + } + if ($position != $user->group_position) { + $page->trigSuccess('Poste mis à jour.'); + } } } @@ -950,19 +996,23 @@ class XnetGrpModule extends PLModule } } + $res = XDB::rawFetchAllAssoc('SHOW COLUMNS FROM group_members LIKE \'position\''); + $positions = str_replace(array('enum(', ')', '\''), '', $res[0]['Type']); + $page->assign('user', $user); $page->assign('listes', $mmlist->get_lists($user->forlifeEmail())); $page->assign('alias', $user->emailAliases($globals->asso('mail_domain'), 'user', true)); + $page->assign('positions', explode(',', $positions)); } - function handler_rss(&$page, $user = null, $hash = null) + function handler_rss(PlPage& $page, PlUser& $user) { global $globals; $page->assign('asso', $globals->asso()); $this->load('feed.inc.php'); $feed = new XnetGrpEventFeed(); - return $feed->run($page, $user, $hash, false); + return $feed->run($page, $user, false); } private function upload_image(PlPage &$page, PlUpload &$upload) @@ -1109,7 +1159,6 @@ class XnetGrpModule extends PLModule $aid, $imgtype, $imgx, $imgy, $upload->getContents()); } if ($art['xorg']) { - require_once('validations.inc.php'); $article = new EvtReq("[{$globals->asso('nom')}] " . $art['titre'], $fulltext, $art['promo_min'], $art['promo_max'], $art['expiration'], "", S::user(), $upload); @@ -1119,7 +1168,6 @@ class XnetGrpModule extends PLModule $upload->rm(); } if ($art['nl']) { - require_once('validations.inc.php'); $article = new NLReq(S::user(), $globals->asso('nom') . " : " .$art['titre'], $art['texte'], $art['contact_html']); $article->submit(); @@ -1135,9 +1183,10 @@ class XnetGrpModule extends PLModule $art['id'], $globals->asso('id')); if ($art['photo'] && $upload->exists()) { list($imgx, $imgy, $imgtype) = $upload->imageInfo(); - XDB::execute("REPLACE INTO group_announces_photo - SET eid = {?}, attachmime = {?}, x = {?}, y = {?}, attach = {?}", - $aid, $imgtype, $imgx, $imgy, $upload->getContents()); + XDB::execute('INSERT INTO group_announces_photo (eid, attachmime, attach, x, y) + VALUES ({?}, {?}, {?}, {?}, {?}) + ON DUPLICATE KEY UPDATE attachmime = VALUES(attachmime), attach = VALUES(attach), x = VALUES(x), y = VALUES(y)', + $aid, $imgtype, $upload->getContents(), $imgx, $imgy); $upload->rm(); } }