index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
time_entry.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22311 from trunk to 5.0-stable (#39079).
Go MAEDA
2023-09-20
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Merged r21668 and r21669 to 5.0-stable (#33914).
Marius Balteanu
2022-06-20
1
-1
/
+1
*
Merged r21645-r21646 and r21657 to 5.0-stable (#37255).
Marius Balteanu
2022-06-20
1
-1
/
+5
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
When updating an issue, allow adding time entry on an issue that was visible ...
Marius Balteanu
2021-07-26
1
-0
/
+7
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Delete spent time custom field values not visible by the user after assignmen...
Go MAEDA
2021-03-15
1
-1
/
+8
*
remove spaces inside {} of app/models/time_entry.rb
Toshi MARUYAMA
2020-11-17
1
-1
/
+1
*
remove spaces inside {} of app/models/time_entry.rb
Toshi MARUYAMA
2020-11-16
1
-3
/
+3
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/time_en...
Toshi MARUYAMA
2020-11-10
1
-6
/
+6
*
shorten long line of app/models/time_entry.rb
Toshi MARUYAMA
2020-10-24
1
-12
/
+18
*
Evaluate acts_as_activity_provider's scope lazily (#33664).
Go MAEDA
2020-10-17
1
-1
/
+1
*
CodeCleanup: Fix a RuboCop offense Layout/LeadingCommentSpace introduced in r...
Go MAEDA
2020-04-11
1
-1
/
+1
*
Set time entry author in controller (#32774).
Jean-Philippe Lang
2020-04-05
1
-0
/
+1
*
Creating time tracking entry for other user through rest API fails with 403 (...
Jean-Philippe Lang
2020-04-05
1
-1
/
+6
*
Editing a time entry for a locked user changes the user to the current user (...
Jean-Philippe Lang
2020-04-05
1
-1
/
+3
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rb
Toshi MARUYAMA
2019-11-09
1
-5
/
+6
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry.rb
Toshi MARUYAMA
2019-11-08
1
-2
/
+5
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/tim...
Toshi MARUYAMA
2019-10-22
1
-2
/
+2
*
Per role visibility settings for spent time custom fields (#31859).
Go MAEDA
2019-08-09
1
-0
/
+7
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Adds a permission to log time for another user (#3848).
Jean-Philippe Lang
2018-12-16
1
-2
/
+19
*
Setting to restrict spent times on future dates (#3322).
Go MAEDA
2018-12-11
1
-0
/
+3
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-2
/
+0
*
Adds settings for time entry hours validation (#24005).
Jean-Philippe Lang
2017-07-19
1
-1
/
+27
*
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
[next]