summaryrefslogtreecommitdiffstats
path: root/test/functional/timelog_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix test in 3.3-stable (#14817).Jean-Philippe Lang2016-12-201-1/+1
* Merged r16056 (#14817).Jean-Philippe Lang2016-12-201-0/+9
* Merged r15532 to r15534 (#23054).Jean-Philippe Lang2016-06-181-0/+9
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Don't let users log time on issues they cannot see in their projects (#21150).Jean-Philippe Lang2015-11-041-0/+17
* Fixed test failures introduced by r14288 (#19656).Jean-Philippe Lang2015-05-301-1/+1
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-301-0/+7
* Can't bulk edit own time entries with "Edit own time entries" (#18580).Jean-Philippe Lang2015-05-091-0/+29
* Fixed validation when logging time on issue (#19464).Jean-Philippe Lang2015-04-121-0/+50
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-18/+13
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-4/+4
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-2/+1
* Time entries CSV export should include the tracker and subject of the issue (...Jean-Philippe Lang2014-11-051-0/+10
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-8/+10
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-041-3/+3
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-041-51/+83
* Let user choose an issue of another project when updating a time entry (#16338).Jean-Philippe Lang2014-03-211-0/+22
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Syntax error with ruby1.8.Jean-Philippe Lang2014-01-111-4/+2
* Rails4: replace deprecated find_all_by_* at TimelogControllerTestToshi MARUYAMA2014-01-111-3/+5
* Rails4: replace deprecated Relation#first with finder options at TimelogContr...Toshi MARUYAMA2014-01-111-1/+1
* Spent time details and report should ignore 'Setting.display_subprojects_issu...Jean-Philippe Lang2013-07-281-0/+22
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-281-0/+18
* Fixed that displaying time entries with custom field column raises an error (...Jean-Philippe Lang2013-07-241-0/+11
* Adds a link on "My Page" to view all my spent time (#13157).Jean-Philippe Lang2013-05-181-0/+8
* Fixed that CSV Export of Spent Time ignores filters and columns selection (#1...Jean-Philippe Lang2013-04-031-0/+40
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-174/+7
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-231-2/+2
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-121-0/+10
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-121-0/+9
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-6/+13
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-97/+23
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-10/+0
* Add "last 2 weeks" preset to time entries reporting (#11862).Jean-Philippe Lang2012-10-091-0/+7
* Removed invalid/duplicate test.Jean-Philippe Lang2012-10-091-7/+0
* Don't show the project dropdown when logging time on an issue.Jean-Philippe Lang2012-08-091-12/+26
* 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