platal.git
15 years agoMore filters:
Florent Bruneau [Tue, 3 Feb 2009 22:30:10 +0000 (23:30 +0100)]
More filters:
 * sex
 * groups
 * death
 * registration

Add function to get all users matched by a filter.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd sugar.
Florent Bruneau [Tue, 3 Feb 2009 07:37:30 +0000 (08:37 +0100)]
Add sugar.

eg.: To build a filter that matches user with promo X between 1960 and 2002
$uf = new UserFilter(new UFC_And(new UFC_Promo('<=', UserFilter::GRADE_ING, 2002),
                                 new UFC_Promo('>=', UserFilter::GRADE_ING, 1960)))

(UFC = UserFilterCondition).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUserFilter build a SQL query. Add filtering on names.
Florent Bruneau [Mon, 2 Feb 2009 22:46:02 +0000 (23:46 +0100)]
UserFilter build a SQL query. Add filtering on names.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoA first version of 'UserFilter' with implementation of promo filtering
Florent Bruneau [Sun, 1 Feb 2009 22:55:08 +0000 (23:55 +0100)]
A first version of 'UserFilter' with implementation of promo filtering
against User objects.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd a class Group to handler xnet groups.
Florent Bruneau [Sun, 1 Feb 2009 19:10:48 +0000 (20:10 +0100)]
Add a class Group to handler xnet groups.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoNavigation links.
Florent Bruneau [Sun, 1 Feb 2009 15:22:08 +0000 (16:22 +0100)]
Navigation links.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoXnet group's directory rewritten (kill a lot of code).
Florent Bruneau [Sun, 1 Feb 2009 15:02:29 +0000 (16:02 +0100)]
Xnet group's directory rewritten (kill a lot of code).

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

Conflicts:

core

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

Conflicts:

core

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUse last version of the core-lib.
Florent Bruneau [Sun, 1 Feb 2009 13:27:02 +0000 (14:27 +0100)]
Use last version of the core-lib.

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

15 years agoFix vcard for users that don't have a pro address.
Olivier Le Floch [Sat, 31 Jan 2009 12:46:15 +0000 (13:46 +0100)]
Fix vcard for users that don't have a pro address.

Signed-off-by: Olivier Le Floch <olivier.le-floch@polytechnique.org>
15 years agoClarify the navigation links between the simple and advanced search forms
Olivier Le Floch [Sat, 31 Jan 2009 17:23:33 +0000 (18:23 +0100)]
Clarify the navigation links between the simple and advanced search forms

Signed-off-by: Olivier Le Floch <olivier.le-floch@polytechnique.org>
15 years agoRemove advice to Netscape 4 users : if they're still using Netscape, they probably...
Olivier Le Floch [Sat, 31 Jan 2009 13:41:15 +0000 (14:41 +0100)]
Remove advice to Netscape 4 users : if they're still using Netscape, they probably won't update to anything newer anyway

Signed-off-by: Olivier Le Floch <olivier.le-floch@polytechnique.org>
15 years agoAdd 'Search' button to the quick search field
Olivier Le Floch [Sat, 31 Jan 2009 13:38:28 +0000 (14:38 +0100)]
Add 'Search' button to the quick search field
This will help less web-savy users use this search field.

Signed-off-by: Olivier Le Floch <olivier.le-floch@polytechnique.org>
15 years agoFix HTML tag inclusion : <ul> is not allowed inside <p>
Olivier Le Floch [Sat, 31 Jan 2009 12:59:57 +0000 (13:59 +0100)]
Fix HTML tag inclusion : <ul> is not allowed inside <p>

Signed-off-by: Olivier Le Floch <olivier.le-floch@polytechnique.org>
15 years agoFix vcard for users that don't have a pro address.
Olivier Le Floch [Sat, 31 Jan 2009 12:46:15 +0000 (13:46 +0100)]
Fix vcard for users that don't have a pro address.

Signed-off-by: Olivier Le Floch <olivier.le-floch@polytechnique.org>
15 years agoFix firstName() and lastName().
Florent Bruneau [Thu, 29 Jan 2009 21:52:46 +0000 (22:52 +0100)]
Fix firstName() and lastName().

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoPort csv export of xnetgrp, partially port member edition form.
Florent Bruneau [Thu, 29 Jan 2009 21:20:24 +0000 (22:20 +0100)]
Port csv export of xnetgrp, partially port member edition form.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCleanup, use PlDict and last core.
Florent Bruneau [Tue, 27 Jan 2009 21:48:16 +0000 (22:48 +0100)]
Cleanup, use PlDict and last core.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix xnet skin.
Florent Bruneau [Tue, 27 Jan 2009 20:24:05 +0000 (21:24 +0100)]
Fix xnet skin.

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

Conflicts:

include/notifs.inc.php
modules/axletter.php
modules/newsletter.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUpdate core.
Florent Bruneau [Sun, 25 Jan 2009 21:17:02 +0000 (22:17 +0100)]
Update core.

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

15 years agoMerge commit 'origin/platal-0.10.0'
Florent Bruneau [Sun, 25 Jan 2009 21:15:31 +0000 (22:15 +0100)]
Merge commit 'origin/platal-0.10.0'

Conflicts:

modules/platal.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMissing hook for csv export of xnetlists.
Florent Bruneau [Fri, 23 Jan 2009 21:27:12 +0000 (22:27 +0100)]
Missing hook for csv export of xnetlists.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUser can have several nicknames.
Florent Bruneau [Wed, 21 Jan 2009 13:07:21 +0000 (14:07 +0100)]
User can have several nicknames.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUse 'type' column of profile_name_enum.
Florent Bruneau [Wed, 21 Jan 2009 13:01:24 +0000 (14:01 +0100)]
Use 'type' column of profile_name_enum.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUse last core.
Florent Bruneau [Wed, 21 Jan 2009 12:52:50 +0000 (13:52 +0100)]
Use last core.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Wed, 21 Jan 2009 12:49:40 +0000 (13:49 +0100)]
Merge commit 'origin/fusionax' into account

Conflicts:

modules/profile/general.inc.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUses MailNotFound exception unknown axletters.
Stéphane Jacob [Wed, 21 Jan 2009 12:41:05 +0000 (13:41 +0100)]
Uses MailNotFound exception unknown axletters.

15 years agoAdds MailNotFound exception and use it for unknown newletters.
Stéphane Jacob [Wed, 21 Jan 2009 09:44:47 +0000 (10:44 +0100)]
Adds MailNotFound exception and use it for unknown newletters.

15 years agoUpdates ChangeLog.
Stéphane Jacob [Wed, 21 Jan 2009 08:51:03 +0000 (09:51 +0100)]
Updates ChangeLog.

15 years agoDisplays the date of the event on the administration page.
Stéphane Jacob [Tue, 20 Jan 2009 23:37:17 +0000 (00:37 +0100)]
Displays the date of the event on the administration page.

15 years agoPrevents events' short names to be constituted only of digits.
Stéphane Jacob [Tue, 20 Jan 2009 21:30:49 +0000 (22:30 +0100)]
Prevents events' short names to be constituted only of digits.

15 years agoTypos, etc...
Stéphane Jacob [Tue, 20 Jan 2009 21:10:36 +0000 (22:10 +0100)]
Typos, etc...

15 years agoUpdates Core.
Stéphane Jacob [Tue, 20 Jan 2009 21:01:36 +0000 (22:01 +0100)]
Updates Core.

15 years agoGives better access to the MySQL errors gathering page, Updates Core.
Stéphane Jacob [Tue, 20 Jan 2009 20:15:03 +0000 (21:15 +0100)]
Gives better access to the MySQL errors gathering page, Updates Core.

15 years agoUpdates ChangeLog.
Stéphane Jacob [Mon, 19 Jan 2009 22:07:12 +0000 (23:07 +0100)]
Updates ChangeLog.

15 years agoAdds administration page for names type.
Stéphane Jacob [Mon, 19 Jan 2009 22:05:52 +0000 (23:05 +0100)]
Adds administration page for names type.

15 years agoAdapts search to the new name management.
Stéphane Jacob [Mon, 19 Jan 2009 21:51:03 +0000 (22:51 +0100)]
Adapts search to the new name management.

15 years agoFixes SQL error in event's alias creation.
Stéphane Jacob [Sun, 18 Jan 2009 23:19:22 +0000 (00:19 +0100)]
Fixes SQL error in event's alias creation.

15 years agoAdds types in profile_name_search and fixes a related few bugs.
Stéphane Jacob [Fri, 16 Jan 2009 13:12:04 +0000 (14:12 +0100)]
Adds types in profile_name_search and fixes a related few bugs.

15 years agoShortens profile_name_search* in profile_name*.
Stéphane Jacob [Fri, 16 Jan 2009 09:44:54 +0000 (10:44 +0100)]
Shortens profile_name_search* in profile_name*.

15 years agoAdds name validation and new alias creation.
Stéphane Jacob [Wed, 14 Jan 2009 06:31:04 +0000 (07:31 +0100)]
Adds name validation and new alias creation.

15 years agoFixes.
Florent Bruneau [Thu, 15 Jan 2009 22:38:00 +0000 (23:38 +0100)]
Fixes.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoS::v('uid') => $this->pid() in profile edit
Florent Bruneau [Thu, 15 Jan 2009 22:13:59 +0000 (23:13 +0100)]
S::v('uid') => $this->pid() in profile edit

Fix some misuses of XDB.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoSame on pid.
Florent Bruneau [Thu, 15 Jan 2009 21:47:39 +0000 (22:47 +0100)]
Same on pid.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd missing indexes on uid.
Florent Bruneau [Thu, 15 Jan 2009 21:44:49 +0000 (22:44 +0100)]
Add missing indexes on uid.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFetch user names from profile_name_search.
Florent Bruneau [Thu, 15 Jan 2009 21:40:03 +0000 (22:40 +0100)]
Fetch user names from profile_name_search.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoStart porting xnetgrp.
Florent Bruneau [Wed, 14 Jan 2009 23:24:41 +0000 (00:24 +0100)]
Start porting xnetgrp.

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

Conflicts:

include/userset.inc.php
modules/profile/general.inc.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix SQL error.
Florent Bruneau [Wed, 14 Jan 2009 22:09:58 +0000 (23:09 +0100)]
Fix SQL error.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoLog disconnection only if the user is logged.
Florent Bruneau [Wed, 14 Jan 2009 22:05:48 +0000 (23:05 +0100)]
Log disconnection only if the user is logged.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCleanup in alias management.
Florent Bruneau [Wed, 14 Jan 2009 22:01:36 +0000 (23:01 +0100)]
Cleanup in alias management.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd a function to get a set of sorted users from a set of uid.
Florent Bruneau [Wed, 14 Jan 2009 21:38:55 +0000 (22:38 +0100)]
Add a function to get a set of sorted users from a set of uid.
Add a smarty function that formats the user name and the link to the
profile.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoWatches search_names instead of nom and nick for notification.
Stéphane Jacob [Tue, 13 Jan 2009 14:47:24 +0000 (15:47 +0100)]
Watches search_names instead of nom and nick for notification.

15 years agoAdds possibility to hide advanced name edition.
Stéphane Jacob [Tue, 13 Jan 2009 13:55:51 +0000 (14:55 +0100)]
Adds possibility to hide advanced name edition.

15 years agoAdds verification for 'Prénom' and 'Nom patronymique' so that they remain close enoug...
Stéphane Jacob [Tue, 13 Jan 2009 13:53:06 +0000 (14:53 +0100)]
Adds verification for 'Prénom' and 'Nom patronymique' so that they remain close enought to their initial values.

15 years agoFixes display names and promo saving.
Stéphane Jacob [Sun, 11 Jan 2009 12:58:08 +0000 (13:58 +0100)]
Fixes display names and promo saving.

15 years agoFixes profile_display creation errors.
Stéphane Jacob [Sat, 10 Jan 2009 00:12:07 +0000 (01:12 +0100)]
Fixes profile_display creation errors.

15 years agoTemporary fixes issues due to conflict between the existance of a promo field in...
Stéphane Jacob [Fri, 9 Jan 2009 22:54:09 +0000 (23:54 +0100)]
Temporary fixes issues due to conflict between the existance of a promo field in both auth_user_md5 and profile_display, will have to removed once auth_user_md5 is trashed.

15 years agoUses the proper name for display and removes old related name references.
Stéphane Jacob [Fri, 9 Jan 2009 22:51:47 +0000 (23:51 +0100)]
Uses the proper name for display and removes old related name references.

15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Mon, 12 Jan 2009 11:04:48 +0000 (12:04 +0100)]
Merge commit 'origin/fusionax' into account

Conflicts:

core
include/rss.inc.php
include/secure_hash.inc.php
modules/profile/general.inc.php
plugins/insert.getName.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/master' into fusionax
Florent Bruneau [Mon, 12 Jan 2009 10:55:01 +0000 (11:55 +0100)]
Merge commit 'origin/master' into fusionax

Conflicts:

include/applis.func.inc.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoHappy New Year!
Florent Bruneau [Mon, 12 Jan 2009 10:47:02 +0000 (11:47 +0100)]
Happy New Year!

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix SQL error in watch_nonins.
Florent Bruneau [Mon, 12 Jan 2009 08:35:35 +0000 (09:35 +0100)]
Fix SQL error in watch_nonins.

This is not a really fix, it only ignores the error (the entry is added
twice).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoTypos.
Stéphane Jacob [Thu, 8 Jan 2009 15:54:34 +0000 (16:54 +0100)]
Typos.

15 years agoFixes Xisation of people whose names contain a - in .net.
Stéphane Jacob [Fri, 9 Jan 2009 14:25:47 +0000 (15:25 +0100)]
Fixes Xisation of people whose names contain a - in .net.

15 years agoAdds explanations for the different types of names.
Stéphane Jacob [Thu, 8 Jan 2009 15:04:56 +0000 (16:04 +0100)]
Adds explanations for the different types of names.

15 years agoNo more auth_user_ in lists and xnetlists.
Florent Bruneau [Thu, 8 Jan 2009 22:57:59 +0000 (23:57 +0100)]
No more auth_user_ in lists and xnetlists.
Add email in account table.

TODO: have function to build a fetch data for a batch of users
   eg: User::getUsersFromEmails(array $emails, $prefill = true, $sortby = null),
       User::getUsersFromUIDs(array $uids, $prefill = true, $sortby = null)
Would be very cool to reduce the number of SQL queries.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCreates profile_display before modifying it.
Stéphane Jacob [Wed, 7 Jan 2009 23:11:58 +0000 (00:11 +0100)]
Creates profile_display before modifying it.

15 years agoMédecine is not a university but an educational field.
Stéphane Jacob [Wed, 7 Jan 2009 15:34:57 +0000 (16:34 +0100)]
Médecine is not a university but an educational field.

15 years agoImproves education edition display.
Stéphane Jacob [Wed, 7 Jan 2009 12:23:01 +0000 (13:23 +0100)]
Improves education edition display.

15 years agoIntroduces search names, modifies name edition in the profile and adapts it to be...
Stéphane Jacob [Mon, 29 Dec 2008 23:44:48 +0000 (00:44 +0100)]
Introduces search names, modifies name edition in the profile and adapts it to be more flexible and compatible with AX data.

15 years agoFixes duplicated key when adding a new membre in .net.
Stéphane Jacob [Wed, 7 Jan 2009 16:14:48 +0000 (17:14 +0100)]
Fixes duplicated key when adding a new membre in .net.

15 years agoWelcome to the World of Tomorrow!
Florent Bruneau [Tue, 6 Jan 2009 22:05:39 +0000 (23:05 +0100)]
Welcome to the World of Tomorrow!

Port profile edition form to be session independent. It uses a profile
object (and optionally a user object identifying the owner of the profile),
use SQL queries must be done using this profile object.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoPrototype of the future path to profile edition page.
Florent Bruneau [Mon, 5 Jan 2009 22:47:36 +0000 (23:47 +0100)]
Prototype of the future path to profile edition page.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoLet say... start porting module/profile.php
Florent Bruneau [Mon, 5 Jan 2009 22:07:23 +0000 (23:07 +0100)]
Let say... start porting module/profile.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoRemove deprecated stuff, cleanup code.
Florent Bruneau [Mon, 5 Jan 2009 21:41:35 +0000 (22:41 +0100)]
Remove deprecated stuff, cleanup code.

Note:
Unregistration MUST be reimplemented.

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

Conflicts:

core

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/master' into fusionax
Florent Bruneau [Mon, 5 Jan 2009 20:21:24 +0000 (21:21 +0100)]
Merge commit 'origin/master' into fusionax

Conflicts:

modules/search.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/platal-0.10.0'
Florent Bruneau [Mon, 5 Jan 2009 20:18:59 +0000 (21:18 +0100)]
Merge commit 'origin/platal-0.10.0'

Conflicts:

core

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix registration.
Florent Bruneau [Mon, 5 Jan 2009 20:07:21 +0000 (21:07 +0100)]
Fix registration.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdds missing include in modules/admin.
Vincent Zanotti [Mon, 5 Jan 2009 19:00:17 +0000 (20:00 +0100)]
Adds missing include in modules/admin.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoAdd a form to manage the profiles associated with an account.
Florent Bruneau [Sun, 4 Jan 2009 22:43:30 +0000 (23:43 +0100)]
Add a form to manage the profiles associated with an account.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCleanup email management: move virtual addresses in their own box.
Florent Bruneau [Sun, 4 Jan 2009 21:18:01 +0000 (22:18 +0100)]
Cleanup email management: move virtual addresses in their own box.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoTabbed page for admin/user.
Florent Bruneau [Sun, 4 Jan 2009 21:06:13 +0000 (22:06 +0100)]
Tabbed page for admin/user.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix cookie authentication (no more S::v('password')).
Florent Bruneau [Sun, 4 Jan 2009 19:21:57 +0000 (20:21 +0100)]
Fix cookie authentication (no more S::v('password')).
Use explicit name for return values of tryCookie().

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFixes group search query.
Stéphane Jacob [Sun, 4 Jan 2009 10:35:59 +0000 (11:35 +0100)]
Fixes group search query.

15 years agoFixes plat/al's feeds. Feed handlers were using an User object as a numerical id.
Vincent Zanotti [Sat, 3 Jan 2009 13:33:57 +0000 (14:33 +0100)]
Fixes plat/al's feeds. Feed handlers were using an User object as a numerical id.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoCan save changes from admin/user \o/.
Florent Bruneau [Wed, 31 Dec 2008 16:32:33 +0000 (17:32 +0100)]
Can save changes from admin/user \o/.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoStub for a account administration form (admin/user).
Florent Bruneau [Wed, 31 Dec 2008 13:45:45 +0000 (14:45 +0100)]
Stub for a account administration form (admin/user).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Wed, 31 Dec 2008 13:44:42 +0000 (14:44 +0100)]
Merge commit 'origin/fusionax' into account

Conflicts:

classes/user.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUpdate due to changes to profile_display's schema.
Florent Bruneau [Wed, 31 Dec 2008 10:44:28 +0000 (11:44 +0100)]
Update due to changes to profile_display's schema.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoPort homonyms stuff.
Florent Bruneau [Wed, 31 Dec 2008 00:32:26 +0000 (01:32 +0100)]
Port homonyms stuff.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd name formatting to the Profile class.
Florent Bruneau [Tue, 30 Dec 2008 23:30:22 +0000 (00:30 +0100)]
Add name formatting to the Profile class.

Port module auth (auth-groupex should work... not tested).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoSimplify code.
Florent Bruneau [Tue, 30 Dec 2008 22:40:59 +0000 (23:40 +0100)]
Simplify code.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoNo more password in the session.
Florent Bruneau [Tue, 30 Dec 2008 22:37:54 +0000 (23:37 +0100)]
No more password in the session.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge commit 'origin/fusionax' into account
Florent Bruneau [Tue, 30 Dec 2008 22:33:45 +0000 (23:33 +0100)]
Merge commit 'origin/fusionax' into account

Conflicts:

classes/user.php

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