summaryrefslogtreecommitdiffstats
path: root/test/functional/timelog_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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