Feature #615
closedAdd Timelog to "My Page"
100%
Description
I have developed a new block for the "My Page" page that will list your time entries for "today". Very useful to make sure you have updated all the tickets with the time you have spent on them for the day.
I am uploading 4 files:
my_controller.rb.diff - patch file for my_controller.rb which adds the new widget to the drop down list
en.yml.diff - patch file which adds 2 new labels
_timelog.rhtml - new widget that goes in /app/views/my/blocks/_timelog.rhtml
_list_simple.rhtml - new layout for timelogs that goes in /app/view/timelog/_list_simple.rhtml
I am working on more features for time tracking which I will submit later.
Files
Updated by David Petersen almost 17 years ago
- File _list_simple.rhtml _list_simple.rhtml added
Update to _list_simple.html that adds a total at the bottom.
Updated by David Petersen almost 17 years ago
- File _list_simple.rhtml _list_simple.rhtml added
Updated by Jean-Philippe Lang over 16 years ago
- File my_timelog.png my_timelog.png added
- Status changed from New to Closed
- Target version set to 0.7
- % Done changed from 70 to 100
- Resolution set to Fixed
I made a few changes to your patch so that it lists entries for the last 7 days with totals for each day:
http://rubyforge.org/forum/forum.php?thread_id=22812&forum_id=7504
Here is the result:
Committed in r1260.