No more auth_user_ in lists and xnetlists.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 8 Jan 2009 22:57:59 +0000 (23:57 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 8 Jan 2009 22:57:59 +0000 (23:57 +0100)
commitcb8a8977a6af58cd7d1ee4bf0c94dbc857e1c96e
tree165e6b3c7b9a5119d412b6ed0e05b36484a8ce34
parente5bcd851d41fb3d177bdf48c6d6be57eb6a57441
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>
classes/user.php
modules/lists/lists.inc.php
modules/xnetlists.php
templates/xnetlists/alias-admin.tpl
templates/xnetlists/sync.tpl
upgrade/account/00_account.sql
upgrade/account/99_insertion.sql