| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r11472 from trunk (#3107). | Jean-Philippe Lang | 2013-03-09 | 1 | -0/+7 |
* | Removed unused fixtures. | Jean-Philippe Lang | 2013-02-03 | 1 | -2/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Makes time syntax case insensitive (#10635). | Jean-Philippe Lang | 2012-04-11 | 1 | -0/+1 |
* | Don't use auth_sources fixtures when not needed. | Jean-Philippe Lang | 2012-02-19 | 1 | -1/+1 |
* | Removed unnecessary calculations in time entries index. | Jean-Philippe Lang | 2011-12-04 | 1 | -48/+0 |
* | add unit test to set project if project is nil at unit time entry test | Toshi MARUYAMA | 2011-09-22 | 1 | -0/+16 |
* | add unit test to validate time entry | Toshi MARUYAMA | 2011-09-22 | 1 | -0/+17 |
* | add missing fixtures at unit time entry test in running on empty database | Toshi MARUYAMA | 2011-09-22 | 1 | -1/+9 |
* | remove trailing white-spaces from test/unit/time_entry_test.rb. | Toshi MARUYAMA | 2011-08-29 | 1 | -15/+15 |
* | Adds a test for TimeEntry#spent_on= with invalid string. | Jean-Philippe Lang | 2011-01-14 | 1 | -0/+6 |
* | Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258). | Jean-Philippe Lang | 2011-01-14 | 1 | -0/+30 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Change the TimelogController's to/from dates based on the project time entries | Eric Davis | 2010-09-14 | 1 | -6/+39 |
* | Refactor: move method to Model. | Eric Davis | 2010-09-14 | 1 | -0/+15 |
* | Force TimeEntry#hours default to nil (#3075, #4449). | Jean-Philippe Lang | 2009-12-23 | 1 | -0/+4 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Fixed: no error is raised when entering invalid hours on the issue update for... | Jean-Philippe Lang | 2009-01-09 | 1 | -1/+2 |
* | Accept the following formats for the timelog "hours" field: 1h, 1 h, 1 hour, ... | Jean-Philippe Lang | 2008-04-02 | 1 | -0/+46 |