platal.git
15 years agoRemoves now deprecated and unused login/forlife manipulation helpers in user.inc...
Vincent Zanotti [Sun, 10 Aug 2008 23:07:01 +0000 (01:07 +0200)]
Removes now deprecated and unused login/forlife manipulation helpers in user.inc.php (everything is now in User class).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoSwitches to the User version of _default_user_callback in ListModule's no_login_callback.
Vincent Zanotti [Sun, 10 Aug 2008 23:04:24 +0000 (01:04 +0200)]
Switches to the User version of _default_user_callback in ListModule's no_login_callback.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoFixes callback for User::getBuldHruid in /lists/annu.
Vincent Zanotti [Sun, 10 Aug 2008 23:01:23 +0000 (01:01 +0200)]
Fixes callback for User::getBuldHruid in /lists/annu.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoReplaces calls to get_users_forlife_list() by calls to the appropriate PlUser methods.
Vincent Zanotti [Sun, 10 Aug 2008 22:49:52 +0000 (00:49 +0200)]
Replaces calls to get_users_forlife_list() by calls to the appropriate PlUser methods.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoMerge commit 'origin/master' into hruid
Vincent Zanotti [Sat, 9 Aug 2008 17:55:06 +0000 (19:55 +0200)]
Merge commit 'origin/master' into hruid

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoAdds ordering to notification (makes easier to find out if it's a "recent" marketing)
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)

15 years agoFixes a bad link for the telepaiements (Closes #856).
Stéphane Jacob [Thu, 7 Aug 2008 17:14:18 +0000 (19:14 +0200)]
Fixes a bad link for the telepaiements (Closes #856).

15 years agoNow clicking on the flags is equivalent to clicking on the checkboxes.
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.

15 years agoTypos.
Stéphane Jacob [Tue, 5 Aug 2008 18:44:29 +0000 (20:44 +0200)]
Typos.

15 years agoAdds a missing global ;
Stéphane Jacob [Tue, 5 Aug 2008 17:49:04 +0000 (19:49 +0200)]
Adds a missing global ;

15 years agoAdds the possibility to search on diplomas (closes #822), updates ChangeLog
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

15 years agoConverts suid features to the new hruid model.
Vincent Zanotti [Sat, 2 Aug 2008 21:00:29 +0000 (23:00 +0200)]
Converts suid features to the new hruid model.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years ago500 status code are errors...
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>
15 years agoFix SQL query.
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>
15 years agoRemoves calls to get_user_forlife in Search and XnetEvents modules.
Vincent Zanotti [Sun, 27 Jul 2008 22:08:39 +0000 (00:08 +0200)]
Removes calls to get_user_forlife in Search and XnetEvents modules.
Definitively remove get_user_forlife from user.func.inc.php.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoUse pl_core_include().
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>
15 years agoRemoves calls to get_user_forlife from Admin module.
Vincent Zanotti [Sun, 27 Jul 2008 21:50:49 +0000 (23:50 +0200)]
Removes calls to get_user_forlife from Admin module.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoSwitches suid logout code & templates to the new hruid model.
Vincent Zanotti [Sat, 26 Jul 2008 23:05:38 +0000 (01:05 +0200)]
Switches suid logout code & templates to the new hruid model.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoPermission checks in the User object.
Florent Bruneau [Sun, 27 Jul 2008 21:45:03 +0000 (23:45 +0200)]
Permission checks in the User object.

* Reimplement tokenAuth using the User object.
* Move (Xorg|Xnet)Session::makePerms in the User class.
* perms is a MainField.

Still remain the PlWikiPage::prepareFeed() to port the this new scheme.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge branch 'master' into hruid
Florent Bruneau [Sun, 27 Jul 2008 20:41:40 +0000 (22:41 +0200)]
Merge branch 'master' into hruid

15 years agoDon't hardcode Polytechnique.org in titles.
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>
15 years agoMerge commit 'origin/platal-0.9.17'
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>
15 years agoPort to PlWikiPage structure.
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>
15 years agoUse core engine for the wiki.
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>
15 years agoImplements a dirty version of tokenAuth in XorgSession (waiting for hruid).
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>
15 years agoOff-by-one in trombi view.
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>
15 years agoMerge branch 'master' into hruid
Vincent Zanotti [Sat, 26 Jul 2008 22:19:22 +0000 (00:19 +0200)]
Merge branch 'master' into hruid

Conflicts:
classes/xorgsession.php

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoUpdates master to the latest version of core.
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>
15 years agoAdds an anti-XSRF token to the initial login form to allow direct login to /admin...
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>
15 years agoFixes SUID sessions by starting filling $_SESSION earlier.
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>
15 years ago1 camarade looks better without an s.
Stéphane Jacob [Fri, 25 Jul 2008 09:36:04 +0000 (11:36 +0200)]
1 camarade looks better without an s.

15 years agoTypo
Florent Bruneau [Fri, 25 Jul 2008 07:44:24 +0000 (09:44 +0200)]
Typo

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUse PlGlobals::init() for bootstrap, update core.
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>
15 years agoAdds the possibility to do an exact search (closes #791), updates ChangeLog
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

15 years agoAdds search on postcode and thus on arrondissements (Closes #691), 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.

15 years agoMerge commit 'origin/platal-0.9.17'
Florent Bruneau [Tue, 22 Jul 2008 19:20:52 +0000 (21:20 +0200)]
Merge commit 'origin/platal-0.9.17'

15 years agoFix for geoloc again (iterate -> foreach)
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>
15 years agoMerge branch 'master' into hruid
Vincent Zanotti [Sun, 20 Jul 2008 21:12:26 +0000 (23:12 +0200)]
Merge branch 'master' into hruid

15 years agoFixes the logger instantation in plat/al-xorg (will now be properly instantiated...
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>
15 years agoFix bogo automatic feeding: send email to (non)spam@ before removing it from the...
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.

15 years agoFix bogo automatic feeding: send email to (non)spam@ before removing it from the...
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.

15 years agoUpdate core
Florent Bruneau [Sun, 20 Jul 2008 18:58:23 +0000 (20:58 +0200)]
Update core

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUpdate core.
Florent Bruneau [Sun, 20 Jul 2008 18:55:52 +0000 (20:55 +0200)]
Update core.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoRemoves the call to get_user_forlife in massmailer, and updates dependencies of metho...
Vincent Zanotti [Sun, 20 Jul 2008 18:06:36 +0000 (20:06 +0200)]
Removes the call to get_user_forlife in massmailer, and updates dependencies of method sendTo().

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoMerge branch 'master' into hruid
Vincent Zanotti [Sun, 20 Jul 2008 16:23:55 +0000 (18:23 +0200)]
Merge branch 'master' into hruid

15 years agoSwitches XnetGrp to new User model; fixes a double error display on user not found...
Vincent Zanotti [Sun, 20 Jul 2008 16:22:12 +0000 (18:22 +0200)]
Switches XnetGrp to new User model; fixes a double error display on user not found; fixes an error on duplicate member add.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoFixes email lookup for non-X in -participants and -absents aliases subscription ...
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>
15 years agoFixes email lookup for non-X in -participants and -absents aliases subscription ...
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>
15 years agoUpdates master branch to the last plat/al version.
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>
15 years agoMerge commit 'origin/master' into hruid
Vincent Zanotti [Sun, 20 Jul 2008 01:53:43 +0000 (03:53 +0200)]
Merge commit 'origin/master' into hruid

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoUpdates plat/al implementation of PlUser for the newest plat/al-core repository format.
Vincent Zanotti [Sat, 19 Jul 2008 13:27:30 +0000 (15:27 +0200)]
Updates plat/al implementation of PlUser for the newest plat/al-core repository format.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoDev version in 0.9.18beta
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>
15 years agoFix password genus.
Bernardo Freitas Paulo da Costa [Sat, 19 Jul 2008 14:08:09 +0000 (16:08 +0200)]
Fix password genus.

15 years agoUpdate core
Florent Bruneau [Sat, 19 Jul 2008 14:04:32 +0000 (16:04 +0200)]
Update core

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge branch 'platal-0.9.17'
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>
15 years agoUpdates core version.
Vincent Zanotti [Sat, 19 Jul 2008 13:27:30 +0000 (15:27 +0200)]
Updates core version.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoMerge commit 'origin/master' into hruid
Vincent Zanotti [Sat, 19 Jul 2008 13:26:50 +0000 (15:26 +0200)]
Merge commit 'origin/master' into hruid

15 years agoShould fix geoloc.
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>
15 years agoFix layout issues.
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>
15 years agoRelease plat/al 0.9.17
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>
15 years agoImproves trombi display: the pictures are now centered and the name bottom aligned...
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).

15 years agoOnly displays binet and psc options for inpacted promotions on list creation page.
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.

15 years agoBottom aligns pictures in trombi view.
Stéphane Jacob [Thu, 17 Jul 2008 21:07:34 +0000 (23:07 +0200)]
Bottom aligns pictures in trombi view.

15 years agoUse minified version of jQuery which loads much faster than the packed version, and...
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/

15 years agogrammar error
Damien Bobillot [Sun, 13 Jul 2008 22:36:51 +0000 (00:36 +0200)]
grammar error

15 years agoOnly uses email instead of mixing email, mail and e-mail.
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.

15 years agoUses 'liste de diffusion' instead of 'mailing list' for the site is in French.
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.

15 years agoMerge branch 'master' into hruid
Vincent Zanotti [Sun, 13 Jul 2008 22:04:29 +0000 (00:04 +0200)]
Merge branch 'master' into hruid

15 years agoShortens the contacts\' page header.
Stéphane Jacob [Sun, 13 Jul 2008 13:46:25 +0000 (15:46 +0200)]
Shortens the contacts\' page header.

15 years agoDisplays page's bound better (in case of plview multipage)
Stéphane Jacob [Sun, 13 Jul 2008 10:40:27 +0000 (12:40 +0200)]
Displays page's bound better (in case of plview multipage)

15 years agoMinifiches and Mini-Fiches are in a boat, one of them fall in the water, who is still...
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.

15 years agoAdds anchors in multipage contacts/results so links to other pages of contacts/result...
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.

15 years agoUseless commit.
Florent Bruneau [Sat, 12 Jul 2008 16:54:42 +0000 (18:54 +0200)]
Useless commit.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoplset is not meant to know what it's dealing with, eg nom, promo...
Stéphane Jacob [Sat, 12 Jul 2008 16:22:56 +0000 (18:22 +0200)]
plset is not meant to know what it's dealing with, eg nom, promo...

15 years agoIndicates the bounds of the page's display if possible (Closes #854)
Stéphane Jacob [Fri, 11 Jul 2008 22:14:04 +0000 (00:14 +0200)]
Indicates the bounds of the page's display if possible (Closes #854)

15 years agoTypo in classes/xorgsession.php.
Stéphane Jacob [Fri, 11 Jul 2008 21:21:32 +0000 (23:21 +0200)]
Typo in classes/xorgsession.php.

15 years agoHum, I should have test before pushing.
Florent Bruneau [Fri, 11 Jul 2008 17:06:49 +0000 (19:06 +0200)]
Hum, I should have test before pushing.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUpdate core
Florent Bruneau [Thu, 10 Jul 2008 20:49:59 +0000 (22:49 +0200)]
Update core

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUpdate core.
Florent Bruneau [Thu, 10 Jul 2008 20:37:53 +0000 (22:37 +0200)]
Update core.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge branch 'platal-0.9.17'
Florent Bruneau [Thu, 10 Jul 2008 20:35:46 +0000 (22:35 +0200)]
Merge branch 'platal-0.9.17'

Conflicts:

include/banana/forum.inc.php
include/common.inc.php
modules/core.php
modules/marketing.php
plugins/modifier.miniwiki.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoData field of the logger is a 'text' field.
Florent Bruneau [Thu, 10 Jul 2008 20:27:47 +0000 (22:27 +0200)]
Data field of the logger is a 'text' field.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdmin actions are between [ ]
Florent Bruneau [Wed, 9 Jul 2008 20:33:12 +0000 (22:33 +0200)]
Admin actions are between [ ]
Some CSS tweaks.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMore sex.
Florent Bruneau [Tue, 8 Jul 2008 21:19:11 +0000 (23:19 +0200)]
More sex.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdapt the message depending on the sexe of the user.
Florent Bruneau [Tue, 8 Jul 2008 21:11:50 +0000 (23:11 +0200)]
Adapt the message depending on the sexe of the user.
Not sure of this one.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMore consistent: show the marketing link and the broken marketing link using
Florent Bruneau [Tue, 8 Jul 2008 21:08:32 +0000 (23:08 +0200)]
More consistent: show the marketing link and the broken marketing link using
the same layout.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoImproves display on the contact page and in the mini profiles.
Stéphane Jacob [Tue, 8 Jul 2008 20:52:37 +0000 (22:52 +0200)]
Improves display on the contact page and in the mini profiles.

15 years agoUpdate ChangeLog
Florent Bruneau [Mon, 7 Jul 2008 20:20:50 +0000 (22:20 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoRestore ChangeLog that was inadvertently corrupted by a vicious remote filesystem...
Olivier Le Floch [Sun, 6 Jul 2008 22:04:21 +0000 (00:04 +0200)]
Restore ChangeLog that was inadvertently corrupted by a vicious remote filesystem failure in b206cca9a18c3c44ba19b5317ec601cadc3cec69

15 years agoFix #832: Always include the url in bug reports
Olivier Le Floch [Sun, 6 Jul 2008 21:55:56 +0000 (23:55 +0200)]
Fix #832: Always include the url in bug reports

15 years agoImprove skin.
Florent Bruneau [Sun, 6 Jul 2008 12:45:17 +0000 (14:45 +0200)]
Improve skin.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCleaner.
Florent Bruneau [Sun, 6 Jul 2008 12:45:04 +0000 (14:45 +0200)]
Cleaner.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoWrap the xsrf token field in a div for html validation.
Florent Bruneau [Sun, 6 Jul 2008 11:52:54 +0000 (13:52 +0200)]
Wrap the xsrf token field in a div for html validation.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAvoid blank page when moderating large emails.
Florent Bruneau [Sun, 6 Jul 2008 11:45:31 +0000 (13:45 +0200)]
Avoid blank page when moderating large emails.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoJoin binets with ', ' instead of just ','
Florent Bruneau [Sat, 5 Jul 2008 16:01:58 +0000 (18:01 +0200)]
Join binets with ', ' instead of just ','

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoConvert miniwiki of the freetext to text in the vcards.
Florent Bruneau [Sat, 5 Jul 2008 15:54:45 +0000 (17:54 +0200)]
Convert miniwiki of the freetext to text in the vcards.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUse orange as default unread color.
Florent Bruneau [Sat, 5 Jul 2008 15:27:35 +0000 (17:27 +0200)]
Use orange as default unread color.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoCan choose the color of banana tree branches.
Florent Bruneau [Sat, 5 Jul 2008 11:13:03 +0000 (13:13 +0200)]
Can choose the color of banana tree branches.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdds XSRF protection to the XnetLists module.
Vincent Zanotti [Thu, 3 Jul 2008 21:08:26 +0000 (23:08 +0200)]
Adds XSRF protection to the XnetLists module.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds XSRF protection to the XnetEvents module.
Vincent Zanotti [Fri, 4 Jul 2008 12:35:17 +0000 (14:35 +0200)]
Adds XSRF protection to the XnetEvents module.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds XSRF protection to the Marketing module.
Vincent Zanotti [Fri, 4 Jul 2008 11:54:20 +0000 (13:54 +0200)]
Adds XSRF protection to the Marketing module.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>