summaryrefslogtreecommitdiffstats
path: root/test/unit/time_entry_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15600 from trunk to 3.3-stable.Toshi MARUYAMA2017-12-111-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Validates that activity belongs to project activities (#19656).Jean-Philippe Lang2015-05-301-0/+8
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-0/+32
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Time entry with 2 digits year should not validate (#3107).Jean-Philippe Lang2013-02-241-0/+7
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-2/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Makes time syntax case insensitive (#10635).Jean-Philippe Lang2012-04-111-0/+1
* Don't use auth_sources fixtures when not needed.Jean-Philippe Lang2012-02-191-1/+1
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-041-48/+0
* add unit test to set project if project is nil at unit time entry testToshi MARUYAMA2011-09-221-0/+16
* add unit test to validate time entryToshi MARUYAMA2011-09-221-0/+17
* add missing fixtures at unit time entry test in running on empty databaseToshi MARUYAMA2011-09-221-1/+9
* remove trailing white-spaces from test/unit/time_entry_test.rb.Toshi MARUYAMA2011-08-291-15/+15
* Adds a test for TimeEntry#spent_on= with invalid string.Jean-Philippe Lang2011-01-141-0/+6
* Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258).Jean-Philippe Lang2011-01-141-0/+30
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-6/+39
* Refactor: move method to Model.Eric Davis2010-09-141-0/+15
* Force TimeEntry#hours default to nil (#3075, #4449).Jean-Philippe Lang2009-12-231-0/+4
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Fixed: no error is raised when entering invalid hours on the issue update for...Jean-Philippe Lang2009-01-091-1/+2
* Accept the following formats for the timelog "hours" field: 1h, 1 h, 1 hour, ...Jean-Philippe Lang2008-04-021-0/+46