| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: convert timelogs to a REST resource (:time_entries) | Eric Davis | 2010-10-12 | 1 | -1/+1 |
* | Refactor: extract TimelogController#edit to #update | Eric Davis | 2010-10-11 | 1 | -1/+6 |
* | Refactor: extract TimelogController#create from TimelogController#edit | Eric Davis | 2010-10-08 | 1 | -1/+1 |
* | Refactor: extract TimelogController#new from #edit | Eric Davis | 2010-10-07 | 1 | -1/+1 |
* | Refactor: rename TimelogController#details to #index | Eric Davis | 2010-10-06 | 2 | -2/+2 |
* | Refactor: extract TimelogController#report to a new controller class | Eric Davis | 2010-10-05 | 3 | -96/+1 |
* | Don't reveal issue subjects if user is only allowed to view spent time (#3187). | Jean-Philippe Lang | 2009-11-14 | 1 | -1/+1 |
* | Refactoring ApplicationHelper#link_to_issue. | Jean-Philippe Lang | 2009-11-14 | 1 | -1/+1 |
* | Added an active field track if an Enumeration is active on the frontend view. | Eric Davis | 2009-10-21 | 1 | -1/+1 |
* | Fixed a bug where the form would POST causing a routing error. (#3918) | Eric Davis | 2009-09-25 | 1 | -1/+2 |
* | Adds missing native eol properties. | Jean-Philippe Lang | 2009-09-20 | 2 | -56/+56 |
* | Makes timelog report work at issue level (#2935). | Jean-Philippe Lang | 2009-09-20 | 2 | -2/+3 |
* | Makes tickets and timelogs filters collapsible (UI). | Jean-Philippe Lang | 2009-09-20 | 3 | -4/+13 |
* | Adds a lang string with arguments for date ranges (#2305). | Jean-Philippe Lang | 2009-03-13 | 1 | -4/+2 |
* | Fixes broken CSV link on cross-project timelog report (#2941). | Jean-Philippe Lang | 2009-03-13 | 2 | -2/+2 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 3 | -5/+5 |
* | Fixes broken action url on time edit form (#2707). | Jean-Philippe Lang | 2009-02-10 | 1 | -1/+1 |
* | Changes time related icons. | Jean-Philippe Lang | 2009-01-30 | 2 | -2/+2 |
* | Adds an helper to render other formats download links. | Jean-Philippe Lang | 2009-01-29 | 2 | -9/+7 |
* | Converted routing and urls to follow the Rails REST convention. | Eric Davis | 2009-01-26 | 2 | -2/+6 |
* | Validates sort_key and sort_order params (#2378). | Jean-Philippe Lang | 2008-12-24 | 1 | -4/+4 |
* | Added :view_timelog_edit_form_bottom hook to the timelog/edit form. | Eric Davis | 2008-10-28 | 1 | -0/+1 |
* | Adds cross-project time reports support (#994). | Jean-Philippe Lang | 2008-08-31 | 2 | -4/+4 |
* | Fixed: logtime entry duplicated when edited from parent project (#1728). | Jean-Philippe Lang | 2008-08-03 | 1 | -2/+2 |
* | Adds custom fields on time entries (#772). | Jean-Philippe Lang | 2008-07-22 | 1 | -0/+3 |
* | Addq "please select" to activity select box if no activity is set as default ... | Jean-Philippe Lang | 2008-06-29 | 1 | -1/+1 |
* | Adds atom feed on time entries details (#1479). | Jean-Philippe Lang | 2008-06-17 | 1 | -0/+5 |
* | Removes constraint on enumerations name (#1384). | Jean-Philippe Lang | 2008-06-07 | 1 | -1/+1 |
* | Redirected user to where he is coming from after logging hours (#1062). | Jean-Philippe Lang | 2008-04-16 | 1 | -0/+1 |
* | Custom fields (list and boolean) can be used as criteria in time report (#1012). | Jean-Philippe Lang | 2008-04-09 | 1 | -2/+2 |
* | Fix date range filter js behaviour and css fix for IE. | Jean-Philippe Lang | 2008-04-07 | 1 | -4/+6 |
* | CSV export added to timelog report (#1009). | Jean-Philippe Lang | 2008-04-07 | 1 | -0/+5 |
* | Various timelog report enhancements: | Jean-Philippe Lang | 2008-04-05 | 4 | -8/+24 |
* | Time report can be done at issue level (closes #970) + timelog views xhtml va... | Jean-Philippe Lang | 2008-04-01 | 3 | -6/+13 |
* | Add predefined date ranges to the time report in the same way as the details ... | Jean-Philippe Lang | 2008-04-01 | 3 | -33/+27 |
* | Move repetitive calendar include code from views into helper (patch #966 by P... | Jean-Philippe Lang | 2008-03-31 | 3 | -21/+0 |
* | Adds 2 permissions (closes #859): | Jean-Philippe Lang | 2008-03-14 | 1 | -3/+10 |
* | Display links to Atom feeds (closes #496, #750). | Jean-Philippe Lang | 2008-03-05 | 1 | -4/+5 |
* | Propagates time tracking to the parent project (closes #433). Time report enh... | Jean-Philippe Lang | 2008-02-27 | 4 | -33/+54 |
* | Adds date range filter and pagination on time entries detail view (closes #434). | Jean-Philippe Lang | 2008-02-26 | 2 | -39/+71 |
* | Added issue subject to the time entries view and subject + tracker to the csv... | Jean-Philippe Lang | 2008-02-12 | 1 | -3/+3 |
* | Performance improvement on calendar and gantt (about 45% on gantt for large n... | Jean-Philippe Lang | 2007-10-03 | 1 | -2/+2 |
* | Fixed: on spent time details view, the h3 issue link now links back to the issue | Jean-Philippe Lang | 2007-08-01 | 1 | -1/+1 |
* | Hours displayed using %.2f on time report. | Jean-Philippe Lang | 2007-07-14 | 1 | -1/+1 |
* | Added time report. | Jean-Philippe Lang | 2007-06-24 | 2 | -0/+69 |
* | Fixed comments header label on time log details | Jean-Philippe Lang | 2007-04-28 | 1 | -1/+1 |
* | Fixed: 10342 Creation of Schema in Oracle | Jean-Philippe Lang | 2007-04-25 | 2 | -3/+3 |
* | Simple time tracking functionality added. Time can be logged at issue or proj... | Jean-Philippe Lang | 2007-03-23 | 2 | -0/+74 |