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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r15645 (#23269).
Jean-Philippe Lang
2016-08-20
1
-1
/
+1
*
Merged r15607 (#23246).
Jean-Philippe Lang
2016-07-10
1
-1
/
+1
*
Merged r15431 to r15435 (#22924, #22925, #22926).
Jean-Philippe Lang
2016-06-04
1
-0
/
+35
*
Merged r15238.
Jean-Philippe Lang
2016-03-13
4
-4
/
+4
*
Adds day numbers to HTML and PDF gantt (#3034).
Jean-Philippe Lang
2015-10-03
1
-1
/
+26
*
Copyright update.
Jean-Philippe Lang
2015-01-11
4
-4
/
+4
*
Makes object argument optional and typo.
Jean-Philippe Lang
2014-11-30
1
-2
/
+2
*
Typo.
Jean-Philippe Lang
2014-11-28
1
-1
/
+1
*
Moved format specific stuff on format specific methods.
Jean-Philippe Lang
2014-11-28
1
-147
/
+127
*
Removed useless local variable.
Jean-Philippe Lang
2014-11-26
1
-2
/
+1
*
Removed duplicated code.
Jean-Philippe Lang
2014-11-26
1
-63
/
+58
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
use rbpdf gem instead of bundled rfpdf (#17570)
Toshi MARUYAMA
2014-08-28
1
-0
/
+5
*
gantt: completed percent truncated instead of rounded (#14737)
Toshi MARUYAMA
2014-05-16
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
4
-4
/
+4
*
replace deprecated Version#completed_pourcent at lib/redmine/helpers/gantt.rb...
Toshi MARUYAMA
2013-12-22
1
-2
/
+2
*
Merged custom fields format refactoring.
Jean-Philippe Lang
2013-12-14
1
-1
/
+2
*
Gantt: sort versions like on the roadmap (#7335).
Jean-Philippe Lang
2013-11-09
1
-5
/
+1
*
add missing "require 'diff'" to Redmine::Helpers::Diff (#15105)
Toshi MARUYAMA
2013-10-11
1
-0
/
+2
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-5
/
+6
*
gantt: sort versions by start date (#7335)
Toshi MARUYAMA
2013-05-21
1
-0
/
+9
*
gantt: sort issues by start date (#7335)
Toshi MARUYAMA
2013-05-21
1
-11
/
+12
*
gantt: change sort method to class method (#7335)
Toshi MARUYAMA
2013-05-17
1
-4
/
+4
*
add TODO comment about gantt issues sort (#7335)
Toshi MARUYAMA
2013-04-19
1
-1
/
+1
*
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
*
Gantt progress lines (#12122).
Jean-Philippe Lang
2013-01-20
1
-7
/
+32
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
4
-4
/
+4
*
Don't compute version start date if due_date is nil.
Jean-Philippe Lang
2013-01-06
1
-1
/
+1
*
Removed debug messages.
Jean-Philippe Lang
2013-01-06
1
-3
/
+0
*
Only process issues that have relations.
Jean-Philippe Lang
2013-01-05
1
-1
/
+4
*
Use JSON so we don't have to parse data-rels manually (#3436).
Jean-Philippe Lang
2013-01-05
1
-5
/
+1
*
Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).
Jean-Philippe Lang
2013-01-05
1
-3
/
+42
*
Deprecates Version#*_pourcent in favour of #*_percent (#12724).
Jean-Philippe Lang
2013-01-04
1
-2
/
+2
*
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
*
add configuration of RMagcik font for CJK (Chinese, Japanese and Korean) (#4787)
Toshi MARUYAMA
2012-11-28
1
-0
/
+1
*
Display non working days on gantt image according to settings (#2161).
Jean-Philippe Lang
2012-10-29
1
-1
/
+1
*
Display non working days on gantt according to settings (#2161).
Jean-Philippe Lang
2012-10-29
1
-0
/
+1
*
gantt: remove unused issues parameter from gantt_issue_compare method
Toshi MARUYAMA
2012-10-23
1
-2
/
+2
*
gantt: use content_tag instead of html tag at the tooltip
Toshi MARUYAMA
2012-09-11
1
-4
/
+12
*
gantt: use content_tag instead of html tag at the label on the right
Toshi MARUYAMA
2012-09-11
1
-3
/
+7
*
gantt: use content_tag instead of html tag at subject for project
Toshi MARUYAMA
2012-09-11
1
-3
/
+6
*
gantt: use content_tag instead of html tag at the markers
Toshi MARUYAMA
2012-09-11
1
-2
/
+14
*
gantt: code layout cleanup to_pdf method of lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2012-09-11
1
-2
/
+2
[next]