platal.git
13 years agoFix ids_from_emails (errors when invalid @x.org emails were given).
Raphaël Barrois [Sat, 9 Oct 2010 23:24:39 +0000 (01:24 +0200)]
Fix ids_from_emails (errors when invalid @x.org emails were given).

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFix validation of mailing lists.
Florent Bruneau [Sun, 3 Oct 2010 10:02:51 +0000 (12:02 +0200)]
Fix validation of mailing lists.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoUse correct passwords for banana (Closes #1247)
Raphaël Barrois [Mon, 27 Sep 2010 21:21:12 +0000 (23:21 +0200)]
Use correct passwords for banana (Closes #1247)

Commit ad59fc86 removed the distinction between banana->web_pass (used
for user 'web') and banana->password (used for real users accessing the
site)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agofix groupex auth - promo is only the entry year
Pascal Corpet [Sun, 26 Sep 2010 21:10:23 +0000 (23:10 +0200)]
fix groupex auth - promo is only the entry year

13 years agofixes use of field 'nom' and 'prenom' in groupeX auth
Pascal Corpet [Sun, 26 Sep 2010 16:22:36 +0000 (18:22 +0200)]
fixes use of field 'nom' and 'prenom' in groupeX auth

13 years agoFix listing of xnetevent participants.
Raphaël Barrois [Sun, 19 Sep 2010 15:31:56 +0000 (17:31 +0200)]
Fix listing of xnetevent participants.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoUpdate core
Florent Bruneau [Fri, 17 Sep 2010 12:32:14 +0000 (14:32 +0200)]
Update core

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoLess restrictions on allowed chars for search: allow / and +.
Raphaël Barrois [Sun, 5 Sep 2010 17:10:23 +0000 (19:10 +0200)]
Less restrictions on allowed chars for search: allow / and +.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFix axletter promo restriction.
Raphaël Barrois [Sun, 5 Sep 2010 15:16:37 +0000 (17:16 +0200)]
Fix axletter promo restriction.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFix issue with Geocoding for Paypal payment.
Raphaël Barrois [Thu, 2 Sep 2010 17:09:47 +0000 (18:09 +0100)]
Fix issue with Geocoding for Paypal payment.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoDisplays last and first names in the order announced on the top line in directory...
Stéphane Jacob [Mon, 30 Aug 2010 16:43:15 +0000 (18:43 +0200)]
Displays last and first names in the order announced on the top line in directory csv.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes country restriction in referent search
Pascal Corpet [Sun, 29 Aug 2010 18:36:25 +0000 (20:36 +0200)]
Fixes country restriction in referent search

13 years agoAn education should always contain a university and a degree.
Stéphane Jacob [Sun, 29 Aug 2010 17:30:48 +0000 (19:30 +0200)]
An education should always contain a university and a degree.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes query in paypal paiments.
Stéphane Jacob [Sun, 29 Aug 2010 17:01:27 +0000 (19:01 +0200)]
Fixes query in paypal paiments.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFix profile "refreshing" in NamesReq.
Raphaël Barrois [Fri, 27 Aug 2010 16:36:44 +0000 (18:36 +0200)]
Fix profile "refreshing" in NamesReq.

Also fixes User->getLogin($login) with login being a uid.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFix misdetection of already registered users during registration process.
Florent Bruneau [Sun, 22 Aug 2010 16:03:43 +0000 (18:03 +0200)]
Fix misdetection of already registered users during registration process.
(Close #1216)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoNo need to sort participant to send notification that a payment has been
Florent Bruneau [Sat, 14 Aug 2010 08:53:50 +0000 (10:53 +0200)]
No need to sort participant to send notification that a payment has been
created.

Close #1213.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoSome votes entries are not associated with an anwser.
Florent Bruneau [Sat, 14 Aug 2010 08:44:29 +0000 (10:44 +0200)]
Some votes entries are not associated with an anwser.

Because of the way votes are written in the database, an entry of
survey_votes can be associated with 0 survey_answers entries. Using
a LEFT JOIN in this case is buggy because it generates NULL entries that
are not supported by the processing code.

Closes #1214

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoFix display of CV when logged and viewing profile view (Closes #1169)
Raphaël Barrois [Thu, 1 Jul 2010 13:03:06 +0000 (15:03 +0200)]
Fix display of CV when logged and viewing profile view (Closes #1169)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFixes Xnet group member edition/unsubscribe; Closes #1212
Raphaël Barrois [Wed, 11 Aug 2010 13:36:15 +0000 (15:36 +0200)]
Fixes Xnet group member edition/unsubscribe; Closes #1212

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoRevert "Might fix notification mail on name change.": Not a fix.
Raphaël Barrois [Wed, 11 Aug 2010 09:45:23 +0000 (11:45 +0200)]
Revert "Might fix notification mail on name change.": Not a fix.

This reverts commit 0aaf1f0671cb0ce8cafac6b1634290323ed4c9b4.

13 years agoMight fix notification mail on name change.
Stéphane Jacob [Wed, 11 Aug 2010 06:45:07 +0000 (08:45 +0200)]
Might fix notification mail on name change.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFix erroneous core update by jacou
Raphaël Barrois [Mon, 9 Aug 2010 09:04:48 +0000 (11:04 +0200)]
Fix erroneous core update by jacou

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFix advanced search with unregistered criterion.
Stéphane Jacob [Mon, 9 Aug 2010 00:21:20 +0000 (02:21 +0200)]
Fix advanced search with unregistered criterion.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes query in homonyms cron.
Stéphane Jacob [Wed, 4 Aug 2010 07:27:42 +0000 (09:27 +0200)]
Fixes query in homonyms cron.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFix advanced search with 'alive' / 'dead' criterion
Raphaël Barrois [Sat, 31 Jul 2010 11:11:16 +0000 (13:11 +0200)]
Fix advanced search with 'alive' / 'dead' criterion

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoRemoves obsolete field in advance search.
Stéphane Jacob [Tue, 27 Jul 2010 14:45:55 +0000 (16:45 +0200)]
Removes obsolete field in advance search.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes phone display in profile (Closes #1202).
Stéphane Jacob [Thu, 22 Jul 2010 12:41:27 +0000 (14:41 +0200)]
Fixes phone display in profile (Closes #1202).

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes perso marketing (all marketing were Xorg marketing).
Stéphane Jacob [Mon, 19 Jul 2010 13:14:41 +0000 (15:14 +0200)]
Fixes perso marketing (all marketing were Xorg marketing).

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes email signature file.
Stéphane Jacob [Mon, 19 Jul 2010 08:58:42 +0000 (10:58 +0200)]
Fixes email signature file.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes weekly registration email sql query.
Stéphane Jacob [Mon, 19 Jul 2010 07:42:59 +0000 (09:42 +0200)]
Fixes weekly registration email sql query.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoReplaces 'id' with 'uid' when addressing SQL result maps in the
Vincent Zanotti [Sat, 17 Jul 2010 17:08:48 +0000 (19:08 +0200)]
Replaces 'id' with 'uid' when addressing SQL result maps in the
GoogleApps cron; this was causing nicknames to be repeatedly recreated.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
13 years agoReenables updates of the GoogleApps password from the admin pages.
Vincent Zanotti [Sat, 17 Jul 2010 16:54:48 +0000 (18:54 +0200)]
Reenables updates of the GoogleApps password from the admin pages.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
13 years agoFixes referent file.
Stéphane Jacob [Fri, 16 Jul 2010 22:11:29 +0000 (00:11 +0200)]
Fixes referent file.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes GApps user creation when using password synchronization.
Vincent Zanotti [Fri, 16 Jul 2010 17:38:00 +0000 (19:38 +0200)]
Fixes GApps user creation when using password synchronization.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
13 years agoReactivates links for next and previous pages in event administration.
Stéphane Jacob [Fri, 16 Jul 2010 13:13:35 +0000 (15:13 +0200)]
Reactivates links for next and previous pages in event administration.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes link for broken emails retrieval.
Stéphane Jacob [Thu, 15 Jul 2010 17:59:03 +0000 (19:59 +0200)]
Fixes link for broken emails retrieval.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes wrong id retrieval in geocoding.
Stéphane Jacob [Tue, 13 Jul 2010 20:49:11 +0000 (22:49 +0200)]
Fixes wrong id retrieval in geocoding.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoBypass the default query of the User class when no uid is specified
Florent Bruneau [Tue, 13 Jul 2010 12:12:38 +0000 (14:12 +0200)]
Bypass the default query of the User class when no uid is specified
(avoiding malformed queries).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoFixes query in registrations.php
Stéphane Jacob [Tue, 13 Jul 2010 09:17:17 +0000 (11:17 +0200)]
Fixes query in registrations.php

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoAlways shows a warning in miniche when a user has no redirection left.
Stéphane Jacob [Sun, 11 Jul 2010 13:50:01 +0000 (15:50 +0200)]
Always shows a warning in miniche when a user has no redirection left.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFix broken query due to a typo...
Florent Bruneau [Fri, 9 Jul 2010 11:13:34 +0000 (13:13 +0200)]
Fix broken query due to a typo...

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoFix networking display on profiles
Raphaël Barrois [Thu, 8 Jul 2010 09:58:16 +0000 (11:58 +0200)]
Fix networking display on profiles

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoAnother few fixes in user administration.
Stéphane Jacob [Wed, 7 Jul 2010 08:53:43 +0000 (10:53 +0200)]
Another few fixes in user administration.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes email edition from admin interface.
Stéphane Jacob [Wed, 7 Jul 2010 08:21:05 +0000 (10:21 +0200)]
Fixes email edition from admin interface.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFix networking selection for profile display
Raphaël Barrois [Tue, 6 Jul 2010 20:22:04 +0000 (22:22 +0200)]
Fix networking selection for profile display

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFix searching by address
Raphaël Barrois [Tue, 6 Jul 2010 08:31:48 +0000 (10:31 +0200)]
Fix searching by address

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFixes some sql errors.
Stéphane Jacob [Mon, 5 Jul 2010 15:16:27 +0000 (17:16 +0200)]
Fixes some sql errors.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoTypo.
Stéphane Jacob [Mon, 5 Jul 2010 13:51:46 +0000 (15:51 +0200)]
Typo.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes call to user object in gapps.
Stéphane Jacob [Mon, 5 Jul 2010 12:47:55 +0000 (14:47 +0200)]
Fixes call to user object in gapps.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes synchronisation between group directory and mailing list.
Stéphane Jacob [Mon, 5 Jul 2010 09:12:21 +0000 (11:12 +0200)]
Fixes synchronisation between group directory and mailing list.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes file name in cron configuration.
Stéphane Jacob [Mon, 5 Jul 2010 07:26:28 +0000 (09:26 +0200)]
Fixes file name in cron configuration.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoUpdates the XnetGrp mailer to properly override the To: field, instead
Vincent Zanotti [Sun, 4 Jul 2010 19:24:06 +0000 (21:24 +0200)]
Updates the XnetGrp mailer to properly override the To: field, instead
of appending addresses to it (as the PlMailer there is reused, this
caused some O(n^2) email duplication).

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
13 years agoFixes "undefined index" notices in the xnetgrp mailer.
Vincent Zanotti [Sun, 4 Jul 2010 18:48:08 +0000 (20:48 +0200)]
Fixes "undefined index" notices in the xnetgrp mailer.

Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
13 years agoDisplays group member count.
Stéphane Jacob [Sun, 4 Jul 2010 12:01:44 +0000 (14:01 +0200)]
Displays group member count.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoAllows entreprise validation hidding.
Stéphane Jacob [Sun, 4 Jul 2010 14:25:39 +0000 (16:25 +0200)]
Allows entreprise validation hidding.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes platal links on wiki.
Stéphane Jacob [Sun, 4 Jul 2010 13:56:50 +0000 (15:56 +0200)]
Fixes platal links on wiki.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes call to bin/cron/homonyms.php.
Stéphane Jacob [Sun, 4 Jul 2010 00:24:03 +0000 (02:24 +0200)]
Fixes call to bin/cron/homonyms.php.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFix filtering by promos on advanced search
Raphaël Barrois [Sat, 3 Jul 2010 23:46:19 +0000 (01:46 +0200)]
Fix filtering by promos on advanced search

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoPrevents 'text' emails to have an incorrect remaining 'html' part.
Stéphane Jacob [Sat, 3 Jul 2010 15:52:55 +0000 (17:52 +0200)]
Prevents 'text' emails to have an incorrect remaining 'html' part.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoPrevents empty condition on a query.
Stéphane Jacob [Sat, 3 Jul 2010 12:56:56 +0000 (14:56 +0200)]
Prevents empty condition on a query.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes igoogle search gadget.
Stéphane Jacob [Sat, 3 Jul 2010 12:42:23 +0000 (14:42 +0200)]
Fixes igoogle search gadget.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes entreprise validation when user only indicated the entreprise name.
Stéphane Jacob [Sat, 3 Jul 2010 10:01:27 +0000 (12:01 +0200)]
Fixes entreprise validation when user only indicated the entreprise name.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes call to a non existing function during registration.
Stéphane Jacob [Fri, 2 Jul 2010 23:11:25 +0000 (01:11 +0200)]
Fixes call to a non existing function during registration.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes name display in group unsubsciption email.
Stéphane Jacob [Fri, 2 Jul 2010 22:28:59 +0000 (00:28 +0200)]
Fixes name display in group unsubsciption email.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFix bad inclusion of banana/mbox helper.
Florent Bruneau [Fri, 2 Jul 2010 15:06:10 +0000 (17:06 +0200)]
Fix bad inclusion of banana/mbox helper.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoFixes clean cron.
Stéphane Jacob [Fri, 2 Jul 2010 12:45:01 +0000 (14:45 +0200)]
Fixes clean cron.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFixes geocoding query.
Stéphane Jacob [Fri, 2 Jul 2010 06:36:00 +0000 (08:36 +0200)]
Fixes geocoding query.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
13 years agoFix most remaining issues with vcards.
Florent Bruneau [Fri, 2 Jul 2010 11:32:11 +0000 (13:32 +0200)]
Fix most remaining issues with vcards.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoFix promotion_ml reminder.
Florent Bruneau [Fri, 2 Jul 2010 08:23:52 +0000 (10:23 +0200)]
Fix promotion_ml reminder.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoFix bug in ml moderation cron
Raphaël Barrois [Fri, 2 Jul 2010 08:15:47 +0000 (10:15 +0200)]
Fix bug in ml moderation cron

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoIncrease memory limit for scripts manipulating a large number of users.
Florent Bruneau [Fri, 2 Jul 2010 06:37:49 +0000 (08:37 +0200)]
Increase memory limit for scripts manipulating a large number of users.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoRemove output of notifs.birthday.
Florent Bruneau [Fri, 2 Jul 2010 06:34:11 +0000 (08:34 +0200)]
Remove output of notifs.birthday.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoFix unsubscription issue with axletter
Raphaël Barrois [Thu, 1 Jul 2010 18:38:28 +0000 (20:38 +0200)]
Fix unsubscription issue with axletter

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
13 years agoFix missing link to the profile.
Florent Bruneau [Thu, 1 Jul 2010 16:46:46 +0000 (18:46 +0200)]
Fix missing link to the profile.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
13 years agoFix name change / orange request
Raphaël Barrois [Thu, 1 Jul 2010 15:59:56 +0000 (17:59 +0200)]
Fix name change / orange request

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoGrumpf grumpf grumpf.
Florent Bruneau [Thu, 1 Jul 2010 14:17:55 +0000 (16:17 +0200)]
Grumpf grumpf grumpf.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFix user selection when sending the newsletter.
Florent Bruneau [Thu, 1 Jul 2010 13:46:47 +0000 (15:46 +0200)]
Fix user selection when sending the newsletter.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoQuick fix for vcards: this is far from perfect, but at least it works.
Florent Bruneau [Thu, 1 Jul 2010 12:20:03 +0000 (14:20 +0200)]
Quick fix for vcards: this is far from perfect, but at least it works.

Still some bugs:
 * addresses contains the city and the country twice
 * mobile phone seems to be missing
 * melix emails has been added as a work email

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFix php errors at the end of the feed of the carnet.
Florent Bruneau [Thu, 1 Jul 2010 11:39:54 +0000 (13:39 +0200)]
Fix php errors at the end of the feed of the carnet.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoINSERT may fail if the time is updated twice within the same second.
Florent Bruneau [Thu, 1 Jul 2010 11:04:56 +0000 (13:04 +0200)]
INSERT may fail if the time is updated twice within the same second.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFix a typo leading to invalid SQL query.
Florent Bruneau [Thu, 1 Jul 2010 10:57:34 +0000 (12:57 +0200)]
Fix a typo leading to invalid SQL query.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoNo errors on validation for an empty job.
Stéphane Jacob [Thu, 1 Jul 2010 08:41:03 +0000 (10:41 +0200)]
No errors on validation for an empty job.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoUpdate core
Florent Bruneau [Thu, 1 Jul 2010 08:25:32 +0000 (10:25 +0200)]
Update core

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoUgly fix for the > UNIXTIME(NULL) stuff.
Florent Bruneau [Thu, 1 Jul 2010 08:09:07 +0000 (10:09 +0200)]
Ugly fix for the > UNIXTIME(NULL) stuff.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFix references to aliases.id.
Florent Bruneau [Thu, 1 Jul 2010 07:54:30 +0000 (09:54 +0200)]
Fix references to aliases.id.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoHTML validation on corps display.
Stéphane Jacob [Thu, 1 Jul 2010 08:25:22 +0000 (10:25 +0200)]
HTML validation on corps display.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoFixes education display on profile.
Stéphane Jacob [Thu, 1 Jul 2010 08:25:04 +0000 (10:25 +0200)]
Fixes education display on profile.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoAdds empty education field.
Stéphane Jacob [Thu, 1 Jul 2010 08:04:44 +0000 (10:04 +0200)]
Adds empty education field.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoTypo xorg/1.0.0
Raphaël Barrois [Wed, 30 Jun 2010 17:58:27 +0000 (19:58 +0200)]
Typo

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoFix photo edition by other users (Closes #1160)
Raphaël Barrois [Wed, 30 Jun 2010 14:40:29 +0000 (16:40 +0200)]
Fix photo edition by other users (Closes #1160)

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
14 years agoUpdates ChangeLog.
Stéphane Jacob [Wed, 30 Jun 2010 11:47:45 +0000 (13:47 +0200)]
Updates ChangeLog.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoUpdates core, updates ChangeLog: release time for the core, removes bug fixes from...
Stéphane Jacob [Wed, 30 Jun 2010 10:34:56 +0000 (12:34 +0200)]
Updates core, updates ChangeLog: release time for the core, removes bug fixes from developpement site.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoAdd a notice in the update script about setting the db in platal.conf.
Florent Bruneau [Wed, 30 Jun 2010 08:17:14 +0000 (10:17 +0200)]
Add a notice in the update script about setting the db in platal.conf.

Also remove an obsolete statement at the end of the phone upgrade script.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoFixes Outlook contacts page broken by change in phones.
Pascal Corpet [Mon, 28 Jun 2010 22:00:51 +0000 (00:00 +0200)]
Fixes Outlook contacts page broken by change in phones.

14 years agoFix refresh of the list of countries in referent search page. Closes #1132.
Florent Bruneau [Mon, 28 Jun 2010 12:53:42 +0000 (14:53 +0200)]
Fix refresh of the list of countries in referent search page. Closes #1132.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoPostpone new sectors to the next release so import previous sectors in the new
Florent Bruneau [Mon, 28 Jun 2010 12:44:59 +0000 (14:44 +0200)]
Postpone new sectors to the next release so import previous sectors in the new
database.

Sectors should now be OK for jobs and mentoring.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
14 years agoDisplays profile concerned by the validationif any.
Stéphane Jacob [Mon, 28 Jun 2010 09:22:05 +0000 (11:22 +0200)]
Displays profile concerned by the validationif any.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoFixes for ProfileValidate.
Stéphane Jacob [Mon, 28 Jun 2010 09:21:07 +0000 (11:21 +0200)]
Fixes for ProfileValidate.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
14 years agoOops.
Stéphane Jacob [Mon, 28 Jun 2010 08:47:58 +0000 (10:47 +0200)]
Oops.

Signed-off-by: Stéphane Jacob <sj@m4x.org>