fix User deprecations

This commit is contained in:
Doug Bell 2010-11-04 12:19:55 -05:00
parent 5e5e65c112
commit e128c041d9
2 changed files with 27 additions and 23 deletions

View file

@ -18,6 +18,14 @@ init() is deprecated. Use www_view()
isAdmin, isVisitor, isRegistered are all deprecated. use user->is* instead
setCallable and isCallable are deprecated. use www_ prefix instead.
WebGUI::User
==========================
updateProfileFields is deprecated. Use update
profileField is deprecated. Use get() and update()
authInstance is deprecated. Instead instantiate the auth method and give it a
user or userId
WebGUI::Macro::AdminBar
==========================
There is no Admin Bar for normal pages. Only the admin mode can see the admin bar.