summaryrefslogtreecommitdiffstats
path: root/app/models/time_entry.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r21081 to 4.1-stable (#34856).Marius Balteanu2021-07-271-0/+7
* Merged r20802 from trunk to 4.1-stable (#33550).Go MAEDA2021-03-171-1/+8
* Merged r19676 to r19678 to 4.1-stable (#32774).Jean-Philippe Lang2020-04-061-1/+7
* Merged r19651 and r19652 to 4.1-stable (#32973).Jean-Philippe Lang2020-04-051-1/+3
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rbToshi MARUYAMA2019-11-091-5/+6
* cleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry.rbToshi MARUYAMA2019-11-081-2/+5
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/tim...Toshi MARUYAMA2019-10-221-2/+2
* Per role visibility settings for spent time custom fields (#31859).Go MAEDA2019-08-091-0/+7
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-2/+19
* Setting to restrict spent times on future dates (#3322).Go MAEDA2018-12-111-0/+3
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+0
* Adds settings for time entry hours validation (#24005).Jean-Philippe Lang2017-07-191-1/+27
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds a scope to left join the issue.Jean-Philippe Lang2017-04-041-0/+3
* Only show issue details in time entry activity events if the issue is visible...Jean-Philippe Lang2017-01-291-1/+5
* Adds settings to make the issue and/or comment fields mandatory for time logs...Jean-Philippe Lang2017-01-121-0/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Don't let users log time on issues they cannot see in their projects (#21150).Jean-Philippe Lang2015-11-041-1/+1
* Raises time entries comments limit to 1024 (#19885).Jean-Philippe Lang2015-09-211-1/+1
* Validates that activity belongs to project activities (#19656).Jean-Philippe Lang2015-05-301-0/+1
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-301-2/+30
* Fixed validation when logging time on issue (#19464).Jean-Philippe Lang2015-04-121-3/+8
* TimeEntry acts_as_activity_provider scope should joins(:project) (#18818).Jean-Philippe Lang2015-02-071-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed dead code, Rails4 handles that in its attribute writer.Jean-Philippe Lang2014-12-051-3/+0
* Removed unused scopes.Jean-Philippe Lang2014-12-051-15/+0
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-3/+0
* Removed unneeded :foreign_key option on belongs_to associations.Jean-Philippe Lang2014-10-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+10
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-041-6/+8
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+10
* Let user choose an issue of another project when updating a time entry (#16338).Jean-Philippe Lang2014-03-211-0/+10
* 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/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-081-0/+1
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-16/+13
* Fixed that custom_fields property is ignored for time entries in REST API (#1...Jean-Philippe Lang2012-06-091-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-4/+4
* Prevent mass-assignment when adding/updating a time entry (#10390).Jean-Philippe Lang2012-03-061-0/+3
* Round hours when reading TimeEntry attribute.Jean-Philippe Lang2012-02-241-0/+9
* Removed after_initialize methods.Jean-Philippe Lang2011-12-181-1/+2
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-041-20/+12
* Adds named scopes for time entries index.Jean-Philippe Lang2011-12-041-1/+12
* Removed deprecated methods.Jean-Philippe Lang2011-11-291-8/+0
* Rails3: model: replace deprecated 'before_validation' method at TimeEntry modelToshi MARUYAMA2011-09-221-1/+2