summaryrefslogtreecommitdiffstats
path: root/test/functional/timelog_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that time entries should be sorted by date and created_on (#11178).Jean-Philippe Lang2012-06-161-0/+14
* Fixed that project, issue and activity should be preserved when logging time ...Jean-Philippe Lang2012-05-291-3/+14
* Fixed that logging time inside redirects at global time logging (#11038).Jean-Philippe Lang2012-05-291-0/+2
* Fixed that activities option tags on the time entry bulk edit form are escaped.Jean-Philippe Lang2012-05-051-0/+6
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-6/+6
* Additional tests for TimelogController.Jean-Philippe Lang2012-04-181-0/+12
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-0/+12
* Fixed that project is ignored when entering an issue id on /time_entries/new ...Jean-Philippe Lang2012-01-221-0/+14
* Enable global time logging at /time_entries/new (#10020).Jean-Philippe Lang2012-01-211-1/+95
* Adds a 'Create and continue' button on the spent time form (#9995).Jean-Philippe Lang2012-01-211-0/+22
* Separated new/edit views for the timelog controller.Jean-Philippe Lang2012-01-101-2/+2
* Additional tests for TimelogController and added missing i18n string.Jean-Philippe Lang2011-12-171-0/+78
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-041-5/+5
* add tests to export time log csv in Traditional Chinese and French for csv se...Toshi MARUYAMA2011-11-271-0/+70
* Fixed that :edit_time_entries permission allows creating time entries (#9405).Jean-Philippe Lang2011-11-241-0/+12
* Fixed that :view_time_entries permission allows time entry editing (#9405).Jean-Philippe Lang2011-11-241-0/+11
* fix malformed time log csv encoding in case of unable to convert (#8549)Toshi MARUYAMA2011-11-161-0/+46
* add functional test to export time log csv encoded in Big5 on Traditional Chi...Toshi MARUYAMA2011-11-151-0/+39
* code layout clean up test/functional/timelog_controller_test.rbToshi MARUYAMA2011-11-101-1/+4
* remove trailing white-spaces from test/functional/timelog_controller_test.rb.Toshi MARUYAMA2011-08-251-27/+26
* Code cleanup.Jean-Philippe Lang2011-04-051-7/+1
* add functional tests for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-4/+75
* Changed timelogs filters to use non-AJAX requests (#1965).Jean-Philippe Lang2011-04-031-4/+18
* Fixed: 404 when entering time with blank issue id (#7099).Jean-Philippe Lang2010-12-141-0/+20
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-3/+3
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-2/+2
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-2/+2
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-11/+11
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-28/+28
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-127/+0
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-3/+3
* Handle unsuccessful destroys in TimelogController. #5700Eric Davis2010-06-201-0/+18
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-105/+0
* Fixed: first day of date range is not included in time report with SQLite (#3...Jean-Philippe Lang2009-11-041-0/+16
* Added all list and boolean custom data fields to the Time Report. #4077Eric Davis2009-10-211-2/+4
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-211-0/+23
* Makes timelog report work at issue level (#2935).Jean-Philippe Lang2009-09-201-0/+8
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-0/+2
* Fixes broken action url on time edit form (#2707).Jean-Philippe Lang2009-02-101-0/+9
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-6/+113
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-1/+1
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-311-2/+52
* Adds atom feed on time entries details (#1479).Jean-Philippe Lang2008-06-171-0/+8
* Fixed: time entries created with the default activity even if a different one...Jean-Philippe Lang2008-06-141-1/+3
* Fixed: IssueController#edit doesn't set default Activity as default (#1302).Jean-Philippe Lang2008-05-261-1/+11
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-091-2/+19