Time Tracker fixes

This commit is contained in:
Frank Dillon 2006-05-20 02:36:38 +00:00
parent 02b1b31459
commit 63b894a614

View file

@ -3,7 +3,7 @@
- Added full drag bar to the top of each asset as discussed in Community IRC. - Added full drag bar to the top of each asset as discussed in Community IRC.
- fixed a bug in the project management app that was causing a no privilege error when trying to display the view. - fixed a bug in the project management app that was causing a no privilege error when trying to display the view.
- fixed various bugs in the project management app. - fixed various bugs in the project management app.
- added right click ment to project management app. - added right click menu to project management app.
- If a storage object is deleted, it will prune the directory structure - If a storage object is deleted, it will prune the directory structure
upward if the directories are empty, until it reaches the uploads dir. upward if the directories are empty, until it reaches the uploads dir.
- fix [ 1489017 ] Changing default time zone can disable site - fix [ 1489017 ] Changing default time zone can disable site
@ -13,6 +13,7 @@
- fix - getCsMail doesn't recognize References - fix - getCsMail doesn't recognize References
- Added duplicate button in asset manager as discussed in Community IRC. - Added duplicate button in asset manager as discussed in Community IRC.
- fix - WebGUI::Form::File doesn't use WebGUI::Form::Hidden - fix - WebGUI::Form::File doesn't use WebGUI::Form::Hidden
- fixed various bugs in the time tracking app
6.99.1 6.99.1
- Bugfixes on dashboard to fix template errors. - Bugfixes on dashboard to fix template errors.