https://bugzilla.wikimedia.org/show_bug.cgi?id=3709
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Chad H. <[email protected]> 2009-08-03 16:36:10 UTC --- Couple of quick notes: 1) We really should use isAnon()/isLoggedIn() methods instead of just checking getId() > 0. Patch will need some tweaking, but it's got the right idea. 2) Subclassing User for external auth systems is now possible. Simetrical added this ability in r53497. 3) I kinda like the idea of making User more modular (abstract User, AnonUser and RegisteredUser extend). Might be worth poking. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
