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
/
gantt.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r23068 from trunk to 5.0-stable (#41263).
Go MAEDA
2024-09-24
1
-2
/
+2
*
Merged r22746 from trunk to 5.0-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Merged r22314 from trunk to 5.0-stable (#38728).
Go MAEDA
2023-09-21
1
-4
/
+10
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Fix gantt PNG export ignores imagemagick_convert_command (#35027).
Marius Balteanu
2022-02-20
1
-0
/
+3
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix typo in class 'icon-expended' (#36149).
Marius Balteanu
2021-11-08
1
-1
/
+1
*
Progress bar for a shared version on gantt disappears when the tree is collap...
Go MAEDA
2021-07-31
1
-1
/
+6
*
Possible double includes in issue query in gantt helper (#33381).
Go MAEDA
2021-06-06
1
-1
/
+0
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-12-09
1
-9
/
+30
*
add empty line after guard clause to lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-12-04
1
-0
/
+4
*
remove spaces inside {} of lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-11-20
1
-3
/
+3
*
Starting or ending marker is not displayed if they are on the leftmost or rig...
Go MAEDA
2020-08-12
1
-2
/
+2
*
Gantt bar is not displayed if the due date is the leftmost date or the start ...
Go MAEDA
2020-07-25
1
-1
/
+1
*
gantt: simplify week day logic in to_pdf() at lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-05-27
1
-11
/
+5
*
gantt: simplify week day logic in to_image() at lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-05-27
1
-5
/
+2
*
remove unneeded () from to_pdf() at lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2020-05-27
1
-1
/
+1
*
Fix that viewing gantt causes SQL error with SQL Server (#32737).
Go MAEDA
2020-04-02
1
-1
/
+1
*
Fix that end markers in gantt PDF are misaligned (#19248).
Go MAEDA
2020-03-20
1
-3
/
+3
*
Gantt bars for single-day tasks may be rendered wrongly in PDF (#23645).
Go MAEDA
2020-03-20
1
-3
/
+6
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/h...
Toshi MARUYAMA
2019-11-24
1
-2
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/helpers/gantt.rb
Toshi MARUYAMA
2019-11-09
1
-1
/
+1
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he...
Toshi MARUYAMA
2019-10-22
1
-2
/
+3
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/help...
Toshi MARUYAMA
2019-10-19
1
-15
/
+18
*
code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gant...
Toshi MARUYAMA
2019-10-17
1
-3
/
+2
*
Replace RMagick with MiniMagick (#30492).
Go MAEDA
2019-08-14
1
-102
/
+145
*
Use "icon icon-*" classes for expandable elements (#31433).
Go MAEDA
2019-05-30
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Custom Exception classes should inherit StandardError instead of Exception (#...
Go MAEDA
2019-05-21
1
-1
/
+1
*
Small refactorization of avatar methods (#31391).
Go MAEDA
2019-05-19
1
-7
/
+1
*
Show selected columns in gantt chart (#27672).
Go MAEDA
2019-05-16
1
-6
/
+28
*
Allow a bigger range for the gantt timeline (#14654).
Go MAEDA
2019-05-08
1
-1
/
+1
*
Support frozen_string_literal in lib/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-19
/
+19
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Allow collapse/expand in gantt chart (#6417).
Go MAEDA
2019-03-05
1
-10
/
+42
*
Reverted r17925 (#6417). The change breaks GanttHelperTest.
Go MAEDA
2019-03-04
1
-41
/
+10
*
Allow collapse/expand in gantt chart (#6417).
Go MAEDA
2019-03-04
1
-10
/
+41
*
Replace Enumerable#sort with faster Enumerable#sort_by (#29299).
Go MAEDA
2018-08-02
1
-1
/
+1
*
Replace Hash#keys.each with faster Hash#each_key (#29305).
Go MAEDA
2018-08-01
1
-1
/
+1
*
Remove RDoc tags (#28943).
Go MAEDA
2018-06-08
1
-1
/
+1
*
Gantt bars with start date and end date on the same day don't become red by o...
Go MAEDA
2018-04-09
1
-3
/
+3
*
Fixes visibility checks for version.fixed_issues in Gantt (#27676).
Jean-Philippe Lang
2017-11-29
1
-4
/
+4
*
Add right-click context menu to gantt bars (#10485).
Go MAEDA
2017-11-25
1
-1
/
+2
*
Add right-click context menu to gantt subjects (#10485).
Go MAEDA
2017-11-25
1
-1
/
+2
*
Fix: Gravatar icon is misaligned in gantt (#26410).
Go MAEDA
2017-11-25
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
gannt: not show %done if the field is disabled for the tracker (#25876)
Toshi MARUYAMA
2017-06-15
1
-1
/
+4
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
[next]