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
/
lib
/
redmine
/
helpers
/
time_report.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces from lib (#31506).
Go MAEDA
2019-06-06
1
-3
/
+3
*
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
*
Only allow the use of visible custom fields in time entry reports (#29162).
Go MAEDA
2018-07-12
1
-4
/
+4
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Get rid of sort_helper when using queries.
Jean-Philippe Lang
2017-03-13
1
-0
/
+1
*
Adds issue tracker and status columns and filters on spent time list (#23401).
Jean-Philippe Lang
2016-08-20
1
-1
/
+1
*
Fully qualify the Version class in Redmine::Helpers::TimeReport (#23269).
Jean-Philippe Lang
2016-07-12
1
-1
/
+1
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-2
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Exclude custom fields with multiple values from time report criteria (#16519).
Jean-Philippe Lang
2014-04-06
1
-1
/
+1
*
Rails4: replace deprecated Relation#sum with finder options at lib/redmine/he...
Toshi MARUYAMA
2014-02-14
1
-4
/
+4
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Merged custom fields format refactoring.
Jean-Philippe Lang
2013-12-14
1
-1
/
+2
*
Fixed that time entries report by week breaks on edge cases (#5329).
Jean-Philippe Lang
2013-02-24
1
-2
/
+2
*
Makes project custom fields available on spent time report (#1766).
Jean-Philippe Lang
2013-02-24
1
-5
/
+8
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2013-01-03
1
-15
/
+4
*
Use joins instead of sub-queries (#12713).
Jean-Philippe Lang
2013-01-03
1
-4
/
+10
*
Rename the Member column to User on the time entries list.
Jean-Philippe Lang
2012-12-09
1
-2
/
+2
*
Adds TimeEntryQuery for listing time entries.
Jean-Philippe Lang
2012-12-09
1
-19
/
+8
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
Fixed that time report raises a SQL error if there are multiple CustomValue f...
Jean-Philippe Lang
2012-06-14
1
-3
/
+3
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Adds "Status" to the time report criteria (#9985).
Jean-Philippe Lang
2012-01-14
1
-0
/
+3
*
Replace raw SQL with a .count call.
Jean-Philippe Lang
2011-12-05
1
-29
/
+13
*
Fixed time report broken by r8085.
Jean-Philippe Lang
2011-12-05
1
-8
/
+21
*
Extracted time report logic from the controller.
Jean-Philippe Lang
2011-12-02
1
-0
/
+164