summaryrefslogtreecommitdiffstats
path: root/app/models/time_entry.rb
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from time entry model source.Toshi MARUYAMA2011-05-171-12/+12
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-1/+1
* Replaces TimeEntry.visible_by with a visible scope.Jean-Philippe Lang2011-03-161-2/+9
* Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258).Jean-Philippe Lang2011-01-141-0/+3
* Fixed: timelog link in the activity broken by recent refactoring (#6702).Jean-Philippe Lang2010-10-221-1/+1
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-4/+12
* Refactor: move method to Model.Eric Davis2010-09-141-0/+8
* Force TimeEntry#hours default to nil (#3075, #4449).Jean-Philippe Lang2009-12-231-0/+1
* Adds spent time to the activity view (#3809).Jean-Philippe Lang2009-09-121-3/+7
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-2/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-5/+5
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Fixed: no error is raised when entering invalid hours on the issue update for...Jean-Philippe Lang2009-01-091-2/+2
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-221-0/+1
* Fixed: Comment too long message when updating issue (#1550).Jean-Philippe Lang2008-06-301-1/+1
* Adds atom feed on time entries details (#1479).Jean-Philippe Lang2008-06-171-0/+5
* Fixed: time entries created with the default activity even if a different one...Jean-Philippe Lang2008-06-141-2/+4
* Fixed: IssueController#edit doesn't set default Activity as default (#1302).Jean-Philippe Lang2008-05-261-0/+6
* Estimated time recognizes improved time formats (#1092).Jean-Philippe Lang2008-04-261-13/+1
* Accept the following formats for the timelog "hours" field: 1h, 1 h, 1 hour, ...Jean-Philippe Lang2008-04-021-1/+17
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-1/+1
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-271-0/+6
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-261-1/+6
* Added time report.Jean-Philippe Lang2007-06-241-0/+17
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-2/+2
* added 999 as a maximum for time entry hoursJean-Philippe Lang2007-03-231-1/+1
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-231-0/+33