refactored user manager to use new profile backend

This commit is contained in:
JT Smith 2005-12-07 17:36:08 +00:00
parent 5941f6d3f8
commit a20aa5f587
5 changed files with 23 additions and 55 deletions

View file

@ -29,6 +29,7 @@
and to allow the dashboard to use user profile fields as preferences rather
than having a seperate asset type for it. This mechanism is more efficient,
and thusly increases the performance of the dashboard.
- Removed some debug code that was spewing garbage into apache log file.
6.8.0
- Switched Date::Manip to DateTime for better performance and more