summaryrefslogtreecommitdiffstats
path: root/test/functional/time_entry_reports_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-29/+11
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-27/+52
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-9/+0
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* add missing fixture to TimeEntryReportsControllerTestToshi MARUYAMA2015-01-211-0/+1
* Don't change Setting.default_language in tests.Jean-Philippe Lang2015-01-211-8/+10
* fix tests (#13120)Toshi MARUYAMA2015-01-181-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-9/+6
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-43/+11
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-041-2/+2
* Exclude custom fields with multiple values from time report criteria (#16519).Jean-Philippe Lang2014-04-061-1/+13
* add missing fixtures to TimeEntryReportsControllerTestToshi MARUYAMA2014-02-141-1/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Traditional Chinese "label_total_time" translation changed by ChunChang Lo (#...Toshi MARUYAMA2013-03-201-3/+3
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-101-7/+7
* Fixed that time entries report by week breaks on edge cases (#5329).Jean-Philippe Lang2013-02-241-0/+26
* Makes project custom fields available on spent time report (#1766).Jean-Philippe Lang2013-02-241-10/+24
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-13/+13
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-6/+4
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-0/+17
* 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