| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Adds a scope to left join the issue. | Jean-Philippe Lang | 2017-04-04 | 1 | -0/+3 |
* | Only show issue details in time entry activity events if the issue is visible... | Jean-Philippe Lang | 2017-01-29 | 1 | -1/+5 |
* | Adds settings to make the issue and/or comment fields mandatory for time logs... | Jean-Philippe Lang | 2017-01-12 | 1 | -0/+2 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Don't let users log time on issues they cannot see in their projects (#21150). | Jean-Philippe Lang | 2015-11-04 | 1 | -1/+1 |
* | Raises time entries comments limit to 1024 (#19885). | Jean-Philippe Lang | 2015-09-21 | 1 | -1/+1 |
* | Validates that activity belongs to project activities (#19656). | Jean-Philippe Lang | 2015-05-30 | 1 | -0/+1 |
* | Adds a role setting that viewing all or own time entries (#8929). | Jean-Philippe Lang | 2015-05-30 | 1 | -2/+30 |
* | Fixed validation when logging time on issue (#19464). | Jean-Philippe Lang | 2015-04-12 | 1 | -3/+8 |
* | TimeEntry acts_as_activity_provider scope should joins(:project) (#18818). | Jean-Philippe Lang | 2015-02-07 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Removed dead code, Rails4 handles that in its attribute writer. | Jean-Philippe Lang | 2014-12-05 | 1 | -3/+0 |
* | Removed unused scopes. | Jean-Philippe Lang | 2014-12-05 | 1 | -15/+0 |
* | remove unneeded "references" of joins | Toshi MARUYAMA | 2014-10-24 | 1 | -3/+0 |
* | Removed unneeded :foreign_key option on belongs_to associations. | Jean-Philippe Lang | 2014-10-22 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -4/+10 |
* | Let the new time_entry form be submitted without project (#17954). | Jean-Philippe Lang | 2014-10-04 | 1 | -6/+8 |
* | Add time entries custom fields to the context menu for quick bulk edit (#17484). | Jean-Philippe Lang | 2014-07-29 | 1 | -0/+10 |
* | Let user choose an issue of another project when updating a time entry (#16338). | Jean-Philippe Lang | 2014-03-21 | 1 | -0/+10 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Time entry with 2 digits year should not validate (#3107). | Jean-Philippe Lang | 2013-02-24 | 1 | -0/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Group events in the activity view (#12542). | Jean-Philippe Lang | 2012-12-08 | 1 | -0/+1 |
* | Rewrites named scopes with ARel queries. | Jean-Philippe Lang | 2012-12-07 | 1 | -16/+13 |
* | Fixed that custom_fields property is ignored for time entries in REST API (#1... | Jean-Philippe Lang | 2012-06-09 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | model: replace Rails2 "named_scope" to Rails3 "scope" | Toshi MARUYAMA | 2012-04-26 | 1 | -4/+4 |
* | Prevent mass-assignment when adding/updating a time entry (#10390). | Jean-Philippe Lang | 2012-03-06 | 1 | -0/+3 |
* | Round hours when reading TimeEntry attribute. | Jean-Philippe Lang | 2012-02-24 | 1 | -0/+9 |
* | Removed after_initialize methods. | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+2 |
* | Removed unnecessary calculations in time entries index. | Jean-Philippe Lang | 2011-12-04 | 1 | -20/+12 |
* | Adds named scopes for time entries index. | Jean-Philippe Lang | 2011-12-04 | 1 | -1/+12 |
* | Removed deprecated methods. | Jean-Philippe Lang | 2011-11-29 | 1 | -8/+0 |
* | Rails3: model: replace deprecated 'before_validation' method at TimeEntry model | Toshi MARUYAMA | 2011-09-22 | 1 | -1/+2 |
* | Rails3: model: replace deprecated 'validate' method at TimeEntry model | Toshi MARUYAMA | 2011-09-22 | 1 | -1/+2 |
* | remove trailing white-spaces from time entry model source. | Toshi MARUYAMA | 2011-05-17 | 1 | -12/+12 |
* | Makes visible scopes accept projects option and deprecate Project.visible_by. | Jean-Philippe Lang | 2011-04-05 | 1 | -1/+1 |
* | Replaces TimeEntry.visible_by with a visible scope. | Jean-Philippe Lang | 2011-03-16 | 1 | -2/+9 |
* | Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258). | Jean-Philippe Lang | 2011-01-14 | 1 | -0/+3 |
* | Fixed: timelog link in the activity broken by recent refactoring (#6702). | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+1 |
* | Change the TimelogController's to/from dates based on the project time entries | Eric Davis | 2010-09-14 | 1 | -4/+12 |
* | Refactor: move method to Model. | Eric Davis | 2010-09-14 | 1 | -0/+8 |
* | Force TimeEntry#hours default to nil (#3075, #4449). | Jean-Philippe Lang | 2009-12-23 | 1 | -0/+1 |
* | Adds spent time to the activity view (#3809). | Jean-Philippe Lang | 2009-09-12 | 1 | -3/+7 |
* | Changed Enumerations to use a Single Table Inheritance | Eric Davis | 2009-05-30 | 1 | -2/+2 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 1 | -5/+5 |
* | Replaces Enumeration.get_values and Enumeration.default with named scopes. | Jean-Philippe Lang | 2009-02-15 | 1 | -1/+1 |
* | Fixed: no error is raised when entering invalid hours on the issue update for... | Jean-Philippe Lang | 2009-01-09 | 1 | -2/+2 |
* | Adds custom fields on time entries (#772). | Jean-Philippe Lang | 2008-07-22 | 1 | -0/+1 |