summaryrefslogtreecommitdiffstats
path: root/test/functional/time_entry_reports_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that time report raises a SQL error if there are multiple CustomValue f...Jean-Philippe Lang2012-06-141-0/+10
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-5/+5
* Adds "Status" to the time report criteria (#9985).Jean-Philippe Lang2012-01-141-0/+8
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-021-0/+2
* Extracted time report logic from the controller.Jean-Philippe Lang2011-12-021-35/+34
* add tests to export time entry csv in French for csv separator (#8368)Toshi MARUYAMA2011-11-271-0/+45
* add csv separator check to the test to export time entry csv in Traditional C...Toshi MARUYAMA2011-11-271-0/+11
* fix time entry csv last line encoding (#8549)Toshi MARUYAMA2011-11-271-0/+3
* fix malformed time entry report csv encoding in case of unable to convert (#8...Toshi MARUYAMA2011-11-161-0/+48
* add functional test to export time entry report csv encoded in Big5 on Tradit...Toshi MARUYAMA2011-11-151-0/+45
* code layout clean up test_report_csv_export of test/functional/time_entry_rep...Toshi MARUYAMA2011-11-121-3/+5
* code layout clean up test_report_all_projects_csv_export of test/functional/t...Toshi MARUYAMA2011-11-121-2/+4
* code layout clean up test/functional/time_entry_reports_controller_test.rbToshi MARUYAMA2011-11-101-1/+3
* remove trailing white-spaces from test/functional/time_entry_reports_controll...Toshi MARUYAMA2011-08-251-12/+12
* Changed timelogs filters to use non-AJAX requests (#1965).Jean-Philippe Lang2011-04-031-2/+8
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-0/+134