platal.git
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 agoFix escaping in RSS feeds.
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>
16 years agoFix empty date in profile edition notification.
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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 years agoMerge branch 'master' into hruid
Florent Bruneau [Sun, 27 Jul 2008 20:41:40 +0000 (22:41 +0200)]
Merge branch 'master' into hruid

16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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.

16 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>
16 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>
16 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

16 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.

16 years agoUses PlPage instead of PlatalPage (again).
Stéphane Jacob [Wed, 23 Jul 2008 06:00:13 +0000 (08:00 +0200)]
Uses PlPage instead of PlatalPage (again).

16 years agoEnables search through any of the 3 possible nationality and thus closes #386
Stéphane Jacob [Tue, 22 Jul 2008 22:09:08 +0000 (00:09 +0200)]
Enables search through any of the 3 possible nationality and thus closes #386

16 years agoMerge commit 'origin/master' into fusionax
Pascal Corpet [Tue, 22 Jul 2008 21:12:22 +0000 (23:12 +0200)]
Merge commit 'origin/master' into fusionax

16 years agoMerge branch 'fusionax' of /home/git/platal into fusionax
Pascal Corpet [Tue, 22 Jul 2008 21:12:06 +0000 (23:12 +0200)]
Merge branch 'fusionax' of /home/git/platal into fusionax

16 years agomerge with master
Pascal Corpet [Tue, 22 Jul 2008 21:12:01 +0000 (23:12 +0200)]
merge with master

16 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'

16 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>
16 years agoBetter RFC compliance for the email combobox.
Stéphane Jacob [Tue, 22 Jul 2008 09:38:02 +0000 (11:38 +0200)]
Better RFC compliance for the email combobox.

16 years agoAdds another few networking icons...
Stéphane Jacob [Mon, 21 Jul 2008 17:45:45 +0000 (19:45 +0200)]
Adds another few networking icons...

16 years agoSets email_directory to NULL when there's none.
Stéphane Jacob [Mon, 21 Jul 2008 06:11:01 +0000 (08:11 +0200)]
Sets email_directory to NULL when there's none.

16 years agoNow "Date de naissance" is displayed the same way as the other titles.
Stéphane Jacob [Mon, 21 Jul 2008 06:07:56 +0000 (08:07 +0200)]
Now "Date de naissance" is displayed the same way as the other titles.

16 years agoDisplays the possible multiple nationalities.
Stéphane Jacob [Mon, 21 Jul 2008 00:06:41 +0000 (02:06 +0200)]
Displays the possible multiple nationalities.

16 years agoAdds the possibility to fill in multiple nationalities.
Stéphane Jacob [Sun, 20 Jul 2008 23:13:34 +0000 (01:13 +0200)]
Adds the possibility to fill in multiple nationalities.

16 years agoKeeping things in order...
Stéphane Jacob [Sat, 19 Jul 2008 18:24:45 +0000 (20:24 +0200)]
Keeping things in order...

16 years agouse of display_name instead of prenom nom
Pascal Corpet [Sat, 28 Jun 2008 13:15:59 +0000 (15:15 +0200)]
use of display_name instead of prenom nom

16 years agoMerge branch 'master' into hruid
Vincent Zanotti [Sun, 20 Jul 2008 21:12:26 +0000 (23:12 +0200)]
Merge branch 'master' into hruid

16 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>
16 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.

16 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.

16 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>
16 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>
16 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>
16 years agoMerge branch 'master' into hruid
Vincent Zanotti [Sun, 20 Jul 2008 16:23:55 +0000 (18:23 +0200)]
Merge branch 'master' into hruid

16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 years agoFix password genus.
Bernardo Freitas Paulo da Costa [Sat, 19 Jul 2008 14:08:09 +0000 (16:08 +0200)]
Fix password genus.

16 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>
16 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>
16 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>
16 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

16 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>
16 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>
16 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>
16 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).

16 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.

16 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.

16 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/

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

16 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.

16 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.

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

16 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.

16 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)

16 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.

16 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.

16 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>
16 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...

16 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)

16 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.

16 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>
16 years agoAdds a common template to add phone numbers in the different pages of the profile
Guillaume Bandet [Wed, 25 Jun 2008 08:42:37 +0000 (10:42 +0200)]
Adds a common template to add phone numbers in the different pages of the profile
Improves the display of phone numbers in profile
Adds a comment field for phone numbers

16 years agoModifies database structure for phones
Guillaume Bandet [Sat, 21 Jun 2008 14:28:59 +0000 (16:28 +0200)]
Modifies database structure for phones

16 years agoAdds the possibility to forge an url linking to a profile page from networking addresses
Guillaume Bandet [Fri, 20 Jun 2008 16:37:40 +0000 (18:37 +0200)]
Adds the possibility to forge an url linking to a profile page from networking addresses

16 years agoAdds quick search for phone numbers
Guillaume Bandet [Fri, 20 Jun 2008 11:30:48 +0000 (13:30 +0200)]
Adds quick search for phone numbers

16 years agoChanges how is displayed networking information
Guillaume Bandet [Fri, 20 Jun 2008 11:29:32 +0000 (13:29 +0200)]
Changes how is displayed networking information

16 years agoIntegrates new phone table in profile and other pages
Guillaume Bandet [Tue, 17 Jun 2008 10:52:33 +0000 (12:52 +0200)]
Integrates new phone table in profile and other pages

16 years agoAdds phone number search
Guillaume Bandet [Mon, 16 Jun 2008 14:04:28 +0000 (16:04 +0200)]
Adds phone number search

16 years agoAdds administration interface for phone number display formats
Guillaume Bandet [Mon, 16 Jun 2008 14:03:28 +0000 (16:03 +0200)]
Adds administration interface for phone number display formats

16 years agoCreates tables for telephone numbers and imports old ones
Guillaume Bandet [Mon, 16 Jun 2008 14:01:21 +0000 (16:01 +0200)]
Creates tables for telephone numbers and imports old ones
Adds format functions for phone numbers (search and display)

16 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>
16 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>
16 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>
16 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>
16 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>
16 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>