summaryrefslogtreecommitdiffstats
path: root/app/models/time_entry.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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