RFE for a new user access method, lookup by username and return

an object.   Includes tests for validating the code.
This commit is contained in:
Colin Kuskie 2007-07-06 17:53:18 +00:00
parent 829c391cc7
commit 0c9d1f4332
3 changed files with 65 additions and 3 deletions

View file

@ -55,6 +55,8 @@
http://www.webgui.org/bugs/tracker/user-profile-images-disappear-after-updat
- RFE: HttpProxy - regexp for URLs that will not be proxied. Url pattern
filters can now be created in HttpProxy wobject properties.
- RFE: WebGUI::User has no way to get a user when you only know their username (Wes Morgan, U.S. PIRG)
http://www.webgui.org/bugs/tracker/webguiuser-has-no-way-to-get-a-user-when-you-only-know-their-username
- Collaboration System wobjects can now be subclassed and still work with the
existing Thread and Post assets.
- fix: Added some additional i18n that was missing.