more profile updates

This commit is contained in:
JT Smith 2005-12-07 16:23:47 +00:00
parent 4c2ea84993
commit 39eb753e7e
3 changed files with 44 additions and 3 deletions

View file

@ -25,6 +25,10 @@
- fix [ 1373493 ] Upgrade script fails because parameters are not quoted
- Upgrade now uses --results-file parameter on mysqldump because some
operating system don't handle UTF-8 characters through their pipes.
- Added backend API for user profile schema to eliminate inconsistencies
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.
6.8.0
- Switched Date::Manip to DateTime for better performance and more