Release plat/al core v1.1.13
[platal.git] / classes / pluser.php
2014-04-10 Anne LimogesAdd sort_name to pluser.
2014-02-02 Thomas MinvielleFixes vim mode line.
2011-10-23 Stéphane JacobOoops.
2011-10-22 Stéphane JacobOnly returns one instance of each user.
2011-03-24 Stéphane JacobStrips + when formatting an hrid.
2011-03-22 Stéphane JacobFixes variable use.
2011-03-08 Stéphane JacobRemoves forlifeEmailAlternate from core.
2011-03-06 Stéphane JacobDefines forlifeEmailAlternate function.
2011-01-04 Florent BruneauHappy New Year!
2010-09-28 Florent BruneauAdd PlUser::isMe($other): returns true if $other is...
2010-09-17 Florent BruneauMerge remote branch 'origin/core-1.1.0' into core
2010-09-09 RitonMade plat/al php5.3 compliant
2010-09-01 Raphaël BarroisMinor fix on PlUser: declare the "email" field too.
2010-06-13 Pascal CorpetTry not to return empty email if you can find one
2010-06-05 Florent BruneauImplements __unset on PlUser.
2010-03-02 Stéphane JacobRenames user_id to uid accordingly to our naming conven...
2010-02-23 Stéphane JacobMoves make_firstname_case to PlUser.
2010-02-22 Stéphane JacobOoops.
2010-02-22 Stéphane JacobMoves make_username to PlUser.
2010-02-19 Stéphane JacobMoves makeForlife to PlUser.
2010-02-14 Florent Bruneau2010.
2009-09-19 Stéphane JacobA foreign email address has to be valid to be added...
2009-07-21 Raphaël BarroisFix bug in PlUser::getSilentWithUID
2009-07-21 Raphaël BarroisFinish migration of "promo" field to X.org User class
2009-06-30 Raphaël BarroisRemove X.org-specific "promo" field from PlUser
2009-06-17 Vincent ZanottiMerge commit 'origin/core-1.0.0' into core
2009-05-23 Vincent ZanottiMerge commit 'origin/core-1.0.0' into core
2009-04-10 Vincent ZanottiMerge commit 'origin/core-1.0.0' into core
2009-01-12 Florent BruneauHappy New Year
2009-01-05 Florent BruneauMerge commit 'origin/core-1.0.0' into core
2008-12-30 Florent BruneauAdd a special abstract method PlUser::password(): we...
2008-12-30 Florent BruneauAdd helper methods User::getWithUID and User::getSilent...
2008-08-24 Vincent ZanottiFixes improper code in __get (code was inadvertantly...
2008-08-23 Vincent ZanottiAdds fields 'gender' and 'email_format' to the PlUser...
2008-08-10 Vincent ZanottiUpdates PlUser to add a new (code-factored) bulk retrie...
2008-07-27 Florent BruneauAdd permission checking in the PlUser class.
2008-07-20 Vincent ZanottiAdds a common abstraction object for plat/al's users.