platal.git
15 years agoMerge branch 'fusionax' into account
Vincent Zanotti [Sat, 11 Apr 2009 01:20:01 +0000 (03:20 +0200)]
Merge branch 'fusionax' into account

Conflicts:
classes/user.php

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoMerge commit 'origin/master' into fusionax
Vincent Zanotti [Sat, 11 Apr 2009 01:19:01 +0000 (03:19 +0200)]
Merge commit 'origin/master' into fusionax

15 years agoAdds a safeguard in User::getLogin to prevent a null/empty login from returning a...
Vincent Zanotti [Sat, 11 Apr 2009 01:17:34 +0000 (03:17 +0200)]
Adds a safeguard in User::getLogin to prevent a null/empty login from returning a valid but random profile.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoSimplifies some of the GoogleApps hooks by using new "account" idioms.
Vincent Zanotti [Sat, 11 Apr 2009 01:16:19 +0000 (03:16 +0200)]
Simplifies some of the GoogleApps hooks by using new "account" idioms.
Cleans up a bit the admin/user page, and adds a few TODOs.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoMerge branch 'fusionax' into account
Vincent Zanotti [Fri, 10 Apr 2009 17:19:42 +0000 (19:19 +0200)]
Merge branch 'fusionax' into account

Conflicts:
Makefile
core
htdocs/javascript/.gitignore
modules/admin.php
modules/googleapps.php

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoMerge commit 'origin/master' into fusionax
Vincent Zanotti [Fri, 10 Apr 2009 17:00:59 +0000 (19:00 +0200)]
Merge commit 'origin/master' into fusionax

Conflicts:
modules/email.php

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoMerge commit 'origin/fusionax' into account
Vincent Zanotti [Fri, 10 Apr 2009 16:48:39 +0000 (18:48 +0200)]
Merge commit 'origin/fusionax' into account

Conflicts:
modules/admin.php

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoImplements administrator actions on Google Apps accounts (password synchronization...
Vincent Zanotti [Fri, 10 Apr 2009 15:28:41 +0000 (17:28 +0200)]
Implements administrator actions on Google Apps accounts (password synchronization, status change).

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoImproves the user GoogleApps page: slightly better layout, shorter page, and no more...
Vincent Zanotti [Fri, 10 Apr 2009 15:27:49 +0000 (17:27 +0200)]
Improves the user GoogleApps page: slightly better layout, shorter page, and no more GET-based actions.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoFixes an "undefined variable" error in modules/email.php.
Vincent Zanotti [Fri, 10 Apr 2009 12:19:08 +0000 (14:19 +0200)]
Fixes an "undefined variable" error in modules/email.php.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoMerge commit 'origin/platal-0.10.0'
Vincent Zanotti [Fri, 10 Apr 2009 00:07:11 +0000 (02:07 +0200)]
Merge commit 'origin/platal-0.10.0'

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoProperly handles the case where an admin search for a good looking IP-address that...
Vincent Zanotti [Wed, 8 Apr 2009 12:14:05 +0000 (14:14 +0200)]
Properly handles the case where an admin search for a good looking IP-address that can't in facts be translated to its 32bits representation.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoFixes the hruid generation when mass-importing a new promotion.
Vincent Zanotti [Fri, 10 Apr 2009 00:02:55 +0000 (02:02 +0200)]
Fixes the hruid generation when mass-importing a new promotion.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoProperly handles the case where an admin search for a good looking IP-address that...
Vincent Zanotti [Wed, 8 Apr 2009 12:14:05 +0000 (14:14 +0200)]
Properly handles the case where an admin search for a good looking IP-address that can't in facts be translated to its 32bits representation.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoForgotten file...
Aymeric Augustin [Sun, 5 Apr 2009 19:13:48 +0000 (21:13 +0200)]
Forgotten file...

15 years agoSave each OpenId transaction in an unique session variable and pass its id in the...
Aymeric Augustin [Sun, 5 Apr 2009 19:09:58 +0000 (21:09 +0200)]
Save each OpenId transaction in an unique session variable and pass its id in the URL.

15 years agoMake the OpenId login work even if the user is not logged in on Polytechnique.org.
Aymeric Augustin [Sun, 5 Apr 2009 18:54:48 +0000 (20:54 +0200)]
Make the OpenId login work even if the user is not logged in on Polytechnique.org.
TODO: do not pass all parameters in the URL, it is twice longer than IE's limit.

15 years agoMerge branch 'platal-0.10.0'
Vincent Zanotti [Sun, 5 Apr 2009 09:09:10 +0000 (11:09 +0200)]
Merge branch 'platal-0.10.0'

15 years agoFinally re-adds jquery.autocomplete.js to the tree, as our source is 403-ing us....
Vincent Zanotti [Sun, 5 Apr 2009 09:07:53 +0000 (11:07 +0200)]
Finally re-adds jquery.autocomplete.js to the tree, as our source is 403-ing us. The reason is that the autocomplete plugin is now official; we can't use it directly though, as our code is not yet compatible with this new updated version.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoFixes a typo and a grammar mistake in comments added in the previous commit.
Vincent Zanotti [Sat, 4 Apr 2009 13:11:52 +0000 (15:11 +0200)]
Fixes a typo and a grammar mistake in comments added in the previous commit.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoPrevents password hashs from being broadcasted by email (Closes #965).
Vincent Zanotti [Sat, 4 Apr 2009 10:13:49 +0000 (12:13 +0200)]
Prevents password hashs from being broadcasted by email (Closes #965).

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoAdds entreprises edition interface.
Stéphane Jacob [Mon, 30 Mar 2009 20:10:07 +0000 (22:10 +0200)]
Adds entreprises edition interface.

15 years agoFixes mentoring.
Stéphane Jacob [Sun, 29 Mar 2009 17:11:43 +0000 (19:11 +0200)]
Fixes mentoring.

15 years agoGets rid of functions.
Stéphane Jacob [Sun, 29 Mar 2009 16:02:16 +0000 (18:02 +0200)]
Gets rid of functions.

15 years agoFixes small mistakes.
Stéphane Jacob [Sun, 29 Mar 2009 14:33:47 +0000 (16:33 +0200)]
Fixes small mistakes.

15 years agoAdds admin page for sectors.
Stéphane Jacob [Sat, 28 Mar 2009 18:47:31 +0000 (19:47 +0100)]
Adds admin page for sectors.

15 years agoDisplays alternate sector names in profile edition.
Stéphane Jacob [Sat, 28 Mar 2009 16:46:40 +0000 (17:46 +0100)]
Displays alternate sector names in profile edition.

15 years agoFixes some sectors related issues.
Stéphane Jacob [Sat, 28 Mar 2009 15:26:39 +0000 (16:26 +0100)]
Fixes some sectors related issues.

15 years agoPolishes sectors list creation, adds alternative name of sectors.
Stéphane Jacob [Sat, 28 Mar 2009 14:42:51 +0000 (15:42 +0100)]
Polishes sectors list creation, adds alternative name of sectors.

15 years agoMerge commit 'origin/master' into fusionax
Stéphane Jacob [Mon, 23 Mar 2009 21:05:05 +0000 (22:05 +0100)]
Merge commit 'origin/master' into fusionax

15 years agoFixes the layout of the password box for cookie-authenticated users (the box was...
Vincent Zanotti [Mon, 23 Mar 2009 14:53:06 +0000 (15:53 +0100)]
Fixes the layout of the password box for cookie-authenticated users (the box was too narrow, and all three columns were overflowing).
An alternative option would be to move the "Submit" button to the next line.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoAvoids disabling the Google Apps account when a user account is disabled.
Vincent Zanotti [Mon, 23 Mar 2009 13:47:28 +0000 (14:47 +0100)]
Avoids disabling the Google Apps account when a user account is disabled.
This matches the behavior of email forwarding (requested by Gadz.org).

Also adds a reminder to the admin, so that she doesn't forget to properly remove the forwardings when needed.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoRemoves confusing reset button.
Stéphane Jacob [Sun, 22 Mar 2009 15:22:37 +0000 (16:22 +0100)]
Removes confusing reset button.

15 years agoMerge branch 'platal-0.10.0'
Vincent Zanotti [Thu, 19 Mar 2009 00:05:44 +0000 (01:05 +0100)]
Merge branch 'platal-0.10.0'

15 years agoFixes notification email on removal of "nom d'usage" -- the email was sent to the...
Vincent Zanotti [Thu, 19 Mar 2009 00:04:12 +0000 (01:04 +0100)]
Fixes notification email on removal of "nom d'usage" -- the email was sent to the former bestalias email address.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
15 years agoFix condition to build submodules.
Florent Bruneau [Tue, 17 Mar 2009 22:25:53 +0000 (23:25 +0100)]
Fix condition to build submodules.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Tue, 17 Mar 2009 19:10:10 +0000 (20:10 +0100)]
Merge commit 'origin/fusionax' into account

15 years agoTmp job functions.
Stéphane Jacob [Sat, 7 Mar 2009 11:18:55 +0000 (12:18 +0100)]
Tmp job functions.

15 years agoUpdates university list.
Stéphane Jacob [Tue, 17 Mar 2009 17:13:15 +0000 (18:13 +0100)]
Updates university list.

15 years agoChanges corps options to something more politicaly correct.
Stéphane Jacob [Tue, 17 Mar 2009 16:55:58 +0000 (17:55 +0100)]
Changes corps options to something more politicaly correct.

15 years agoAdds twitter icon.
Stéphane Jacob [Sun, 8 Mar 2009 23:15:53 +0000 (00:15 +0100)]
Adds twitter icon.

15 years agoFixes sector autocomplete on job edition interface.
Stéphane Jacob [Sun, 8 Mar 2009 21:48:26 +0000 (22:48 +0100)]
Fixes sector autocomplete on job edition interface.

15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Sun, 8 Mar 2009 18:54:52 +0000 (19:54 +0100)]
Merge commit 'origin/fusionax' into account

Conflicts:

include/userset.inc.php
modules/profile.php
modules/profile/addresses.inc.php
modules/profile/jobs.inc.php
templates/include/minifiche.tpl

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoSet default value for visibility when not logged.
Florent Bruneau [Sun, 8 Mar 2009 18:48:45 +0000 (19:48 +0100)]
Set default value for visibility when not logged.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFixes job deletion.
Stéphane Jacob [Sun, 8 Mar 2009 18:35:09 +0000 (19:35 +0100)]
Fixes job deletion.

15 years agoAdds address for entreprise.
Stéphane Jacob [Sun, 8 Mar 2009 17:39:14 +0000 (18:39 +0100)]
Adds address for entreprise.

15 years agoAdds job address to the job interface, makes more uniform address related names.
Stéphane Jacob [Sun, 8 Mar 2009 15:58:54 +0000 (16:58 +0100)]
Adds job address to the job interface, makes more uniform address related names.

15 years agoImproves job edition and email combobox display.
Stéphane Jacob [Sat, 7 Mar 2009 12:20:22 +0000 (13:20 +0100)]
Improves job edition and email combobox display.

15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Fri, 6 Mar 2009 21:52:14 +0000 (22:52 +0100)]
Merge commit 'origin/fusionax' into account

15 years agoFetch jobs.
Florent Bruneau [Fri, 6 Mar 2009 21:51:50 +0000 (22:51 +0100)]
Fetch jobs.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoSupport of networking in profile.
Florent Bruneau [Thu, 5 Mar 2009 21:33:42 +0000 (22:33 +0100)]
Support of networking in profile.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFixes addresses validation when the user chooses a geocoded address.
Stéphane Jacob [Thu, 5 Mar 2009 20:16:45 +0000 (21:16 +0100)]
Fixes addresses validation when the user chooses a geocoded address.

15 years agoHelps ISO 3166-1 non-countries to be properly geocoded.
Stéphane Jacob [Thu, 5 Mar 2009 08:14:11 +0000 (09:14 +0100)]
Helps ISO 3166-1 non-countries to be properly geocoded.

15 years agoSwitches to a 3-state geocoding: the user can choose to keep the geocoded properties...
Stéphane Jacob [Wed, 4 Mar 2009 15:40:44 +0000 (16:40 +0100)]
Switches to a 3-state geocoding: the user can choose to keep the geocoded properties with his text.

15 years agoFetch mobile in profile default query.
Florent Bruneau [Thu, 5 Mar 2009 07:35:16 +0000 (08:35 +0100)]
Fetch mobile in profile default query.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix inverted test.
Florent Bruneau [Wed, 4 Mar 2009 22:17:06 +0000 (23:17 +0100)]
Fix inverted test.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Wed, 4 Mar 2009 22:08:40 +0000 (23:08 +0100)]
Merge commit 'origin/fusionax' into account

Conflicts:

templates/xnetgrp/mail.tpl

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/master' into fusionax
Florent Bruneau [Wed, 4 Mar 2009 22:06:53 +0000 (23:06 +0100)]
Merge commit 'origin/master' into fusionax

15 years agoFetch educations.
Florent Bruneau [Wed, 4 Mar 2009 22:05:47 +0000 (23:05 +0100)]
Fetch educations.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoConsistent variable naming.
Florent Bruneau [Wed, 4 Mar 2009 21:06:14 +0000 (22:06 +0100)]
Consistent variable naming.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix whitespace at the end of the 'Send email to group members' form's textarea.
Olivier Le Floch [Wed, 4 Mar 2009 00:45:57 +0000 (01:45 +0100)]
Fix whitespace at the end of the 'Send email to group members' form's textarea.

Signed-off-by: Olivier Le Floch <olivier.le-floch@polytechnique.org>
15 years agoShorten the quick search fields, needs to be weighed against the current qucik search...
Olivier Le Floch [Wed, 4 Mar 2009 00:27:05 +0000 (01:27 +0100)]
Shorten the quick search fields, needs to be weighed against the current qucik search solution which does not expose a button. Next solution will probably display a more complete quick search form when the quicksearch field is selected.

Signed-off-by: Olivier Le Floch <olivier.le-floch@polytechnique.org>
15 years agoThere is no planisphere anymore in Xnet.
Stéphane Jacob [Wed, 4 Mar 2009 00:34:24 +0000 (01:34 +0100)]
There is no planisphere anymore in Xnet.

15 years agoFully switches profile.js to jquery.
Stéphane Jacob [Sun, 1 Mar 2009 22:52:47 +0000 (23:52 +0100)]
Fully switches profile.js to jquery.

15 years agoFixes education degree edition.
Stéphane Jacob [Mon, 2 Mar 2009 22:06:51 +0000 (23:06 +0100)]
Fixes education degree edition.

15 years agoFetch addresses.
Florent Bruneau [Mon, 2 Mar 2009 23:21:51 +0000 (00:21 +0100)]
Fetch addresses.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoTmp jobs.
Stéphane Jacob [Sun, 1 Mar 2009 22:55:36 +0000 (23:55 +0100)]
Tmp jobs.

15 years agoSimplify tests.
Florent Bruneau [Mon, 2 Mar 2009 21:41:17 +0000 (22:41 +0100)]
Simplify tests.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Mon, 2 Mar 2009 21:12:19 +0000 (22:12 +0100)]
Merge commit 'origin/fusionax' into account

Conflicts:

templates/xnetgrp/annuaire.tpl

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFixes absence of PostalText related error.
Stéphane Jacob [Sun, 1 Mar 2009 12:26:41 +0000 (13:26 +0100)]
Fixes absence of PostalText related error.

15 years agoMinor typos.
Stéphane Jacob [Sun, 1 Mar 2009 01:28:49 +0000 (02:28 +0100)]
Minor typos.

15 years agoWe accord correctly the verb when the mail is to a women.
João Pedro Athayde Marcondes de André [Wed, 25 Feb 2009 17:56:45 +0000 (18:56 +0100)]
We accord correctly the verb when the mail is to a women.

15 years ago****** pmwiki.
Florent Bruneau [Mon, 23 Feb 2009 12:36:19 +0000 (13:36 +0100)]
****** pmwiki.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd "lost" users detection in default query.
Florent Bruneau [Sun, 22 Feb 2009 14:58:21 +0000 (15:58 +0100)]
Add "lost" users detection in default query.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix too violent sed.
Florent Bruneau [Sun, 22 Feb 2009 14:33:28 +0000 (15:33 +0100)]
Fix too violent sed.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Sun, 22 Feb 2009 14:25:25 +0000 (15:25 +0100)]
Merge commit 'origin/fusionax' into account

Conflicts:

include/userset.inc.php
modules/payment.php
modules/payment/money/paypal.inc.php
modules/profile.php
modules/profile/addresses.inc.php
modules/search.php
modules/xnetevents/xnetevents.inc.php
templates/profile/groupesx.tpl

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/master' into fusionax
Florent Bruneau [Sun, 22 Feb 2009 14:02:47 +0000 (15:02 +0100)]
Merge commit 'origin/master' into fusionax

15 years agoUse last version of the core.
Florent Bruneau [Sun, 22 Feb 2009 14:00:49 +0000 (15:00 +0100)]
Use last version of the core.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/platal-0.10.0'
Florent Bruneau [Sun, 22 Feb 2009 14:00:16 +0000 (15:00 +0100)]
Merge commit 'origin/platal-0.10.0'

15 years agoFix core version.
Florent Bruneau [Sat, 21 Feb 2009 21:05:47 +0000 (22:05 +0100)]
Fix core version.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdds a postal formated address to the addresses data.
Stéphane Jacob [Sat, 21 Feb 2009 16:03:38 +0000 (17:03 +0100)]
Adds a postal formated address to the addresses data.

15 years agoAvoid null gids.
Florent Bruneau [Sat, 21 Feb 2009 08:23:20 +0000 (09:23 +0100)]
Avoid null gids.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoGets rid of all references to the old geoloc_* and adresses tables.
Stéphane Jacob [Thu, 19 Feb 2009 12:28:50 +0000 (13:28 +0100)]
Gets rid of all references to the old geoloc_* and adresses tables.

15 years agoAdds picture for the Ordine al Merito della Repubblica italiana.
Stéphane Jacob [Fri, 20 Feb 2009 22:00:53 +0000 (23:00 +0100)]
Adds picture for the Ordine al Merito della Repubblica italiana.

15 years agoOoops (cf 20c5c7).
Stéphane Jacob [Wed, 21 Jan 2009 20:40:41 +0000 (21:40 +0100)]
Ooops (cf 20c5c7).

15 years agoFinishes to move functions from geoloc.inc.php to geocoding.inc.php,
Stéphane Jacob [Wed, 18 Feb 2009 20:45:48 +0000 (21:45 +0100)]
Finishes to move functions from geoloc.inc.php to geocoding.inc.php,
adapts them to the new geocoding, trashes the planisphere.

15 years agoNon geocoded addresses could not be saved.
Stéphane Jacob [Wed, 18 Feb 2009 21:23:14 +0000 (22:23 +0100)]
Non geocoded addresses could not be saved.

15 years agoUpdates userset.inc.php for the new profile_address and geoloc_countries tables.
Stéphane Jacob [Wed, 18 Feb 2009 12:05:22 +0000 (13:05 +0100)]
Updates userset.inc.php for the new profile_address and geoloc_countries tables.

15 years agoUpdates paypal and manageurs interaction files to use with the new profile_address...
Stéphane Jacob [Tue, 17 Feb 2009 14:54:14 +0000 (15:54 +0100)]
Updates paypal and manageurs interaction files to use with the new profile_address table.

15 years agoMerge branch 'platal-0.10.0'
Vincent Zanotti [Wed, 18 Feb 2009 12:40:04 +0000 (13:40 +0100)]
Merge branch 'platal-0.10.0'

15 years agoAdds a missing XSRF token on Xnet's directory synchronization page.
Vincent Zanotti [Wed, 18 Feb 2009 12:38:48 +0000 (13:38 +0100)]
Adds a missing XSRF token on Xnet's directory synchronization page.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoAdds ME and RS flags accordingly to the update of the ISO 3166-1 code, adds EU flag.
Stéphane Jacob [Tue, 17 Feb 2009 22:17:37 +0000 (23:17 +0100)]
Adds ME and RS flags accordingly to the update of the ISO 3166-1 code, adds EU flag.

15 years agoUpdates country table.
Stéphane Jacob [Tue, 17 Feb 2009 00:20:32 +0000 (01:20 +0100)]
Updates country table.

15 years agoMerge commit 'origin/master' into fusionax
Stéphane Jacob [Mon, 16 Feb 2009 00:59:04 +0000 (01:59 +0100)]
Merge commit 'origin/master' into fusionax

15 years agoImproves code for geocoding thanks to Vincent, fixes issue with street numbers when...
Stéphane Jacob [Sun, 15 Feb 2009 17:47:29 +0000 (18:47 +0100)]
Improves code for geocoding thanks to Vincent, fixes issue with street numbers when only the street name is geocoded.

15 years agoStart porting userset to userfilter architecture.
Florent Bruneau [Sun, 15 Feb 2009 22:01:46 +0000 (23:01 +0100)]
Start porting userset to userfilter architecture.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoThere are users without profile.
Florent Bruneau [Sun, 15 Feb 2009 17:10:57 +0000 (18:10 +0100)]
There are users without profile.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFetch data for profiles with users to avoid useless queries.
Florent Bruneau [Sun, 15 Feb 2009 15:11:56 +0000 (16:11 +0100)]
Fetch data for profiles with users to avoid useless queries.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/platal-0.10.0'
Florent Bruneau [Sun, 15 Feb 2009 13:46:21 +0000 (14:46 +0100)]
Merge commit 'origin/platal-0.10.0'

15 years agoFix a SQL injection vulnerability on a public page o_O.
Florent Bruneau [Sun, 15 Feb 2009 09:30:45 +0000 (10:30 +0100)]
Fix a SQL injection vulnerability on a public page o_O.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>