Actions
Defect #8976
closedTimelog reports date incorrect
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-08-03
Due date:
% Done:
100%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Database: MySql (5.0.82)
Ruby: ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
Rails: rails 2.3.11
Redmine: 1.2.1.devel.6393
I noticed some problems with the Timelog report system. When trying to display spent time for a date range, the date columns alwas have the same date (see screnshot)
Output from production logfile:
Processing TimeEntryReportsController#report (for 172.16.1.181 at 2011-08-03 12:03:39) [GET]
  Parameters: {"criterias"=>["member"], "from"=>"2011-07-01", "action"=>"report", "to"=>"2011-07-31", "period_type"=>"2", "controller"=>"time_entry_reports", "columns"=>"day"}
Rendering template within layouts/base
Rendering time_entry_reports/report
Completed in 178ms (View: 84, DB: 2) | 200 OK [http://mobile.bb-k.net/time_entries/report?period_type=2&from=2011-07-01&to=2011-07-31&columns=day&criterias%5B%5D=member]
	If i restart the Server this bug is gone until someone logs time on an issue. After logging time -> same output as screenshot shows.
Plugins: 
- Redmine Backlogs
- Redmine Light Box plugin
- Timesheet Plugin
Files
Actions