Florent Bruneau [Fri, 26 Sep 2008 06:35:12 +0000 (08:35 +0200)]
Don't send transition data if new_pass === old_pass.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Thu, 25 Sep 2008 19:34:49 +0000 (21:34 +0200)]
Remove MD5 -> SHA1 password transition and replace it by (10 characters -> 256 characters)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Olivier Le Floch [Wed, 24 Sep 2008 19:15:40 +0000 (21:15 +0200)]
In the marketing administration page, fix display of marketings done by the mass-marketing script, which does not define a sender
- The query uses a LEFT JOIN in case sender is not a valid uid,
- If the sender is not found, then the template does not fill in his name in the output table.
Florent Bruneau [Thu, 18 Sep 2008 13:48:41 +0000 (15:48 +0200)]
Race condition.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Thu, 4 Sep 2008 06:31:30 +0000 (08:31 +0200)]
Fix some issues with opt-in on rewrite.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Wed, 3 Sep 2008 21:17:24 +0000 (23:17 +0200)]
Opt-in for email rewriting.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Mon, 1 Sep 2008 19:32:50 +0000 (21:32 +0200)]
Merge branch 'platal-0.9.17'
Vincent Zanotti [Sun, 10 Aug 2008 22:54:31 +0000 (00:54 +0200)]
Adds a missing xsrf token in lists moderator removal.
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Florent Bruneau [Mon, 1 Sep 2008 19:22:00 +0000 (21:22 +0200)]
To avoid support requests, show an explicite message when the event exists but you don't have sufficient permissions to subscribe.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Stéphane Jacob [Mon, 1 Sep 2008 12:52:59 +0000 (14:52 +0200)]
Improves slightly the Minifiche and updates default skin accordingly (Closes #874).
Stéphane Jacob [Mon, 1 Sep 2008 09:38:53 +0000 (11:38 +0200)]
Helps users to give a proper url on .net (Closes #884).
Florent Bruneau [Sun, 31 Aug 2008 19:40:24 +0000 (21:40 +0200)]
new PlArrayIterator is deprecated.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 31 Aug 2008 16:45:23 +0000 (18:45 +0200)]
XnetSession inherits XorgSession.
Avoid code duplication.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 31 Aug 2008 16:39:30 +0000 (18:39 +0200)]
List-RPC reads its host:port in configuration file.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 31 Aug 2008 11:50:54 +0000 (13:50 +0200)]
Some entries of geoloc_pays MUST NOT be used as a nationality.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 31 Aug 2008 09:25:18 +0000 (11:25 +0200)]
Merge branch 'platal-0.9.17'
Conflicts:
templates/events/rss.tpl
templates/xnetgrp/announce-rss.tpl
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 31 Aug 2008 09:21:17 +0000 (11:21 +0200)]
Fix a bug that breaks edit/emploi on IE.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sat, 30 Aug 2008 19:06:48 +0000 (21:06 +0200)]
Better error processing in list.rpc.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Thu, 28 Aug 2008 22:00:46 +0000 (00:00 +0200)]
Switch to the new VCard.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Aymeric Augustin [Wed, 27 Aug 2008 22:02:35 +0000 (00:02 +0200)]
Implement X.net ergonomy suggestions by BdB
Stéphane Jacob [Wed, 27 Aug 2008 19:51:50 +0000 (21:51 +0200)]
Displays the list's full name in the confirmation mail.
Stéphane Jacob [Wed, 27 Aug 2008 18:41:46 +0000 (20:41 +0200)]
Alters applis table to add MIA diploma.
Stéphane Jacob [Mon, 25 Aug 2008 07:51:13 +0000 (09:51 +0200)]
Changes sligthly the profile update display.
Florent Bruneau [Sat, 23 Aug 2008 15:44:52 +0000 (17:44 +0200)]
No more on_subscribe. It fortunately didn't work.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sat, 23 Aug 2008 13:40:25 +0000 (15:40 +0200)]
Update Makefile to build the core
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sat, 23 Aug 2008 12:42:45 +0000 (14:42 +0200)]
Use Platal::load()
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Tue, 19 Aug 2008 21:30:55 +0000 (23:30 +0200)]
PlModule::load($file) is soooooooooo good.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Tue, 19 Aug 2008 20:44:38 +0000 (22:44 +0200)]
Use the new PlArrayIterator in the CarnetFeed.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Tue, 19 Aug 2008 19:56:03 +0000 (21:56 +0200)]
Fix SQL
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Tue, 19 Aug 2008 19:33:37 +0000 (21:33 +0200)]
Port Xnet feed to PlFeed.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Tue, 19 Aug 2008 19:33:06 +0000 (21:33 +0200)]
Fix signature of Xnet::force_login()
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Tue, 19 Aug 2008 19:32:50 +0000 (21:32 +0200)]
Useless: this is done by PlFeed.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Mon, 18 Aug 2008 21:14:15 +0000 (23:14 +0200)]
Fix variable names.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Mon, 18 Aug 2008 21:11:42 +0000 (23:11 +0200)]
Switch carnet's RSS to the PlFeed structure.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Mon, 18 Aug 2008 19:49:22 +0000 (21:49 +0200)]
Update the CLI wrapper script to use the Xorg class.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 17 Aug 2008 21:27:40 +0000 (23:27 +0200)]
Some fixes, use last core.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 17 Aug 2008 21:07:41 +0000 (23:07 +0200)]
Switch the event feed to the new PlFeed structure.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 17 Aug 2008 19:57:09 +0000 (21:57 +0200)]
Move more templates to the core.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 17 Aug 2008 19:43:56 +0000 (21:43 +0200)]
Update to last core:
* remove templates moved to the core.
* remove useless templates and fix broken references.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 17 Aug 2008 10:40:42 +0000 (12:40 +0200)]
loggedLevel is "AUTH_COOKIE".
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Thu, 14 Aug 2008 19:37:53 +0000 (21:37 +0200)]
Load xorg.js by default on xorg and xnet.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Vincent Zanotti [Sun, 10 Aug 2008 22:54:31 +0000 (00:54 +0200)]
Adds a missing xsrf token in lists moderator removal.
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Florent Bruneau [Sun, 10 Aug 2008 19:58:59 +0000 (21:58 +0200)]
Update core.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 10 Aug 2008 19:50:42 +0000 (21:50 +0200)]
Move isvalid_email_redirection in emails.inc.php.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 10 Aug 2008 19:41:40 +0000 (21:41 +0200)]
Remove that ugly hack that aims at fixing session format conflicts when both .17 and master were used.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 10 Aug 2008 19:38:55 +0000 (21:38 +0200)]
Don't log 'cookie-on' each time somebody log-in with a cookie.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 10 Aug 2008 19:33:59 +0000 (21:33 +0200)]
Don't kill the authentication cookie the first time we use it.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 10 Aug 2008 13:39:31 +0000 (15:39 +0200)]
Ignore duplicates (Closes:#872)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Bernardo Freitas Paulo da Costa [Fri, 8 Aug 2008 12:14:35 +0000 (14:14 +0200)]
Adds ordering to notification (makes easier to find out if it's a "recent" marketing)
Stéphane Jacob [Thu, 7 Aug 2008 17:14:18 +0000 (19:14 +0200)]
Fixes a bad link for the telepaiements (Closes #856).
Stéphane Jacob [Tue, 5 Aug 2008 20:52:16 +0000 (22:52 +0200)]
Now clicking on the flags is equivalent to clicking on the checkboxes.
Stéphane Jacob [Tue, 5 Aug 2008 18:44:29 +0000 (20:44 +0200)]
Typos.
Stéphane Jacob [Tue, 5 Aug 2008 17:49:04 +0000 (19:49 +0200)]
Adds a missing global ;
Stéphane Jacob [Mon, 4 Aug 2008 20:01:00 +0000 (22:01 +0200)]
Adds the possibility to search on diplomas (closes #822), updates ChangeLog
Florent Bruneau [Sat, 2 Aug 2008 16:58:57 +0000 (18:58 +0200)]
500 status code are errors...
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sat, 2 Aug 2008 14:28:59 +0000 (16:28 +0200)]
Fix SQL query.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Fri, 1 Aug 2008 14:30:02 +0000 (16:30 +0200)]
Fix escaping in RSS feeds.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Tue, 29 Jul 2008 12:56:48 +0000 (14:56 +0200)]
Fix empty date in profile edition notification.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 27 Jul 2008 22:03:20 +0000 (00:03 +0200)]
Use pl_core_include().
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 27 Jul 2008 20:28:00 +0000 (22:28 +0200)]
Don't hardcode Polytechnique.org in titles.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 27 Jul 2008 20:01:53 +0000 (22:01 +0200)]
Merge commit 'origin/platal-0.9.17'
Conflicts:
modules/marketing.php
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 27 Jul 2008 19:56:05 +0000 (21:56 +0200)]
Port to PlWikiPage structure.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 27 Jul 2008 18:18:56 +0000 (20:18 +0200)]
Use core engine for the wiki.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 27 Jul 2008 15:48:57 +0000 (17:48 +0200)]
Implements a dirty version of tokenAuth in XorgSession (waiting for hruid).
Remove SQL query from wiki and RSS, so they can be moved to the core lib.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 27 Jul 2008 13:25:13 +0000 (15:25 +0200)]
Off-by-one in trombi view.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Vincent Zanotti [Sat, 26 Jul 2008 22:17:00 +0000 (00:17 +0200)]
Updates master to the latest version of core.
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Vincent Zanotti [Sat, 26 Jul 2008 22:14:16 +0000 (00:14 +0200)]
Adds an anti-XSRF token to the initial login form to allow direct login to /admin/user/<user> page (it expects an xsrf token for all POST requests).
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Vincent Zanotti [Sun, 20 Jul 2008 22:40:06 +0000 (00:40 +0200)]
Fixes SUID sessions by starting filling $_SESSION earlier.
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Stéphane Jacob [Fri, 25 Jul 2008 09:36:04 +0000 (11:36 +0200)]
1 camarade looks better without an s.
Florent Bruneau [Fri, 25 Jul 2008 07:44:24 +0000 (09:44 +0200)]
Typo
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Thu, 24 Jul 2008 20:18:12 +0000 (22:18 +0200)]
Use PlGlobals::init() for bootstrap, update core.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Stéphane Jacob [Wed, 23 Jul 2008 15:38:23 +0000 (17:38 +0200)]
Adds the possibility to do an exact search (closes #791), updates ChangeLog
Stéphane Jacob [Wed, 23 Jul 2008 13:14:55 +0000 (15:14 +0200)]
Adds search on postcode and thus on arrondissements (Closes #691), updates Changelog.
Florent Bruneau [Tue, 22 Jul 2008 19:20:52 +0000 (21:20 +0200)]
Merge commit 'origin/platal-0.9.17'
Florent Bruneau [Tue, 22 Jul 2008 18:50:36 +0000 (20:50 +0200)]
Fix for geoloc again (iterate -> foreach)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Vincent Zanotti [Sun, 20 Jul 2008 21:06:30 +0000 (23:06 +0200)]
Fixes the logger instantation in plat/al-xorg (will now be properly instantiated even when used directly from XorgSession::startSessionAs).
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Aymeric Augustin [Sun, 20 Jul 2008 20:02:02 +0000 (22:02 +0200)]
Fix bogo automatic feeding: send email to (non)spam@ before removing it from the moderation queue.
Aymeric Augustin [Sun, 20 Jul 2008 20:02:02 +0000 (22:02 +0200)]
Fix bogo automatic feeding: send email to (non)spam@ before removing it from the moderation queue.
Florent Bruneau [Sun, 20 Jul 2008 18:58:23 +0000 (20:58 +0200)]
Update core
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sun, 20 Jul 2008 18:55:52 +0000 (20:55 +0200)]
Update core.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Vincent Zanotti [Sun, 20 Jul 2008 13:52:04 +0000 (15:52 +0200)]
Fixes email lookup for non-X in -participants and -absents aliases subscription (in XnetEvents).
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Vincent Zanotti [Sun, 20 Jul 2008 13:50:54 +0000 (15:50 +0200)]
Updates master branch to the last plat/al version.
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
Florent Bruneau [Sat, 19 Jul 2008 15:14:40 +0000 (17:14 +0200)]
Dev version in 0.9.18beta
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Bernardo Freitas Paulo da Costa [Sat, 19 Jul 2008 14:08:09 +0000 (16:08 +0200)]
Fix password genus.
Florent Bruneau [Sat, 19 Jul 2008 14:04:32 +0000 (16:04 +0200)]
Update core
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sat, 19 Jul 2008 14:02:32 +0000 (16:02 +0200)]
Merge branch 'platal-0.9.17'
Conflicts:
classes/plset.php
include/user.func.inc.php
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sat, 19 Jul 2008 13:23:19 +0000 (15:23 +0200)]
Should fix geoloc.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sat, 19 Jul 2008 13:11:50 +0000 (15:11 +0200)]
Fix layout issues.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Florent Bruneau [Sat, 19 Jul 2008 12:26:18 +0000 (14:26 +0200)]
Release plat/al 0.9.17
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Stéphane Jacob [Fri, 18 Jul 2008 20:54:54 +0000 (22:54 +0200)]
Improves trombi display: the pictures are now centered and the name bottom aligned (Closes #857).
Stéphane Jacob [Thu, 17 Jul 2008 21:09:13 +0000 (23:09 +0200)]
Only displays binet and psc options for inpacted promotions on list creation page.
Stéphane Jacob [Thu, 17 Jul 2008 21:07:34 +0000 (23:07 +0200)]
Bottom aligns pictures in trombi view.
Olivier Le Floch [Thu, 17 Jul 2008 10:02:57 +0000 (12:02 +0200)]
Use minified version of jQuery which loads much faster than the packed version, and size(pack+gz) == size(min+gz), cf jst.pbwiki.com/
Damien Bobillot [Sun, 13 Jul 2008 22:36:51 +0000 (00:36 +0200)]
grammar error
Stéphane Jacob [Sun, 13 Jul 2008 15:44:52 +0000 (17:44 +0200)]
Only uses email instead of mixing email, mail and e-mail.
Stéphane Jacob [Sun, 13 Jul 2008 16:11:24 +0000 (18:11 +0200)]
Uses 'liste de diffusion' instead of 'mailing list' for the site is in French.
Stéphane Jacob [Sun, 13 Jul 2008 13:46:25 +0000 (15:46 +0200)]
Shortens the contacts\' page header.
Stéphane Jacob [Sun, 13 Jul 2008 10:40:27 +0000 (12:40 +0200)]
Displays page's bound better (in case of plview multipage)
Stéphane Jacob [Sat, 12 Jul 2008 22:40:40 +0000 (00:40 +0200)]
Minifiches and Mini-Fiches are in a boat, one of them fall in the water, who is still in the boat? Mini-fiches.
Stéphane Jacob [Sat, 12 Jul 2008 22:07:12 +0000 (00:07 +0200)]
Adds anchors in multipage contacts/results so links to other pages of contacts/results point to the top of list and not to the top of the page.