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>
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>
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>
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>
Pascal Corpet [Sun, 29 Aug 2010 18:36:25 +0000 (20:36 +0200)]
Fixes country restriction in referent search
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>
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>
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>
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>
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>
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>
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>
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>
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.
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Stéphane Jacob [Mon, 5 Jul 2010 13:51:46 +0000 (15:51 +0200)]
Typo.
Signed-off-by: Stéphane Jacob <sj@m4x.org>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Florent Bruneau [Thu, 1 Jul 2010 08:25:32 +0000 (10:25 +0200)]
Update core
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Pascal Corpet [Mon, 28 Jun 2010 22:00:51 +0000 (00:00 +0200)]
Fixes Outlook contacts page broken by change in phones.
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>
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>
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>
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>
Stéphane Jacob [Mon, 28 Jun 2010 08:47:58 +0000 (10:47 +0200)]
Oops.
Signed-off-by: Stéphane Jacob <sj@m4x.org>
Stéphane Jacob [Mon, 28 Jun 2010 08:15:08 +0000 (10:15 +0200)]
Adapts profile validation requests to new classes extending ProfileValidate.
Signed-off-by: Stéphane Jacob <sj@m4x.org>
Stéphane Jacob [Mon, 28 Jun 2010 07:54:47 +0000 (09:54 +0200)]
Adapts profile related validation requests to ProfileValidate.
Signed-off-by: Stéphane Jacob <sj@m4x.org>
Stéphane Jacob [Sun, 27 Jun 2010 22:05:37 +0000 (00:05 +0200)]
Translate comments in Validate class.
Signed-off-by: Stéphane Jacob <sj@m4x.org>
Stéphane Jacob [Sun, 27 Jun 2010 17:13:49 +0000 (19:13 +0200)]
Adds ProfileValidate for profile related validations.
Signed-off-by: Stéphane Jacob <sj@m4x.org>
Stéphane Jacob [Sun, 27 Jun 2010 14:41:23 +0000 (16:41 +0200)]
Fixes deletion of first education (Closes #1095).
Signed-off-by: Stéphane Jacob <sj@m4x.org>
Stéphane Jacob [Sun, 27 Jun 2010 13:26:48 +0000 (15:26 +0200)]
Xnet only users now are site users and thus their emails are fetched the same way (Closes #1161).
Signed-off-by: Stéphane Jacob <sj@m4x.org>
Damien Bobillot [Sun, 27 Jun 2010 12:53:56 +0000 (14:53 +0200)]
2 bugfix on bplc returns