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
/
views
/
gantts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds day numbers to HTML and PDF gantt (#3034).
Jean-Philippe Lang
2015-10-03
1
-1
/
+39
*
Removed unneeded #h calls in views.
Jean-Philippe Lang
2015-02-23
1
-2
/
+2
*
Adds p/n access keys for previous/next links (#18692).
Jean-Philippe Lang
2014-12-24
1
-2
/
+4
*
Removed deprecated align and width html attributes (#15307).
Jean-Philippe Lang
2013-11-11
1
-2
/
+2
*
Ability to save Gantt query filters (#7836).
Jean-Philippe Lang
2013-07-14
1
-5
/
+18
*
Preserve gantt options when changing filters (#12122).
Jean-Philippe Lang
2013-03-09
1
-2
/
+2
*
fix typo "header_heigth" in gantt view
Toshi MARUYAMA
2013-01-24
1
-7
/
+7
*
Changed fieldset legend and make it hidden by default like on the issue list ...
Jean-Philippe Lang
2013-01-20
1
-3
/
+3
*
Removed duplicate HTML element id (#12122).
Jean-Philippe Lang
2013-01-20
1
-1
/
+1
*
Gantt progress lines (#12122).
Jean-Philippe Lang
2013-01-20
1
-1
/
+38
*
Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).
Jean-Philippe Lang
2013-01-05
1
-2
/
+21
*
Display non working days on gantt according to settings (#2161).
Jean-Philippe Lang
2012-10-29
1
-2
/
+3
*
gantt: code layout cleanup html days headers
Toshi MARUYAMA
2012-09-08
1
-11
/
+7
*
gantt: code layout cleanup html weeks headers
Toshi MARUYAMA
2012-09-08
1
-11
/
+7
*
gantt: use content_tag instead of html tag at days headers
Toshi MARUYAMA
2012-09-08
1
-5
/
+13
*
gantt: use content_tag instead of html tag at gantt header outline
Toshi MARUYAMA
2012-09-08
1
-3
/
+8
*
gantt: code layout cleanup ruby code at head of show.html.erb
Toshi MARUYAMA
2012-09-08
1
-17
/
+17
*
gantt: code layout cleanup html months headers
Toshi MARUYAMA
2012-09-08
1
-11
/
+8
*
gantt: use content_tag instead of html tag at gantt subject
Toshi MARUYAMA
2012-09-08
1
-11
/
+28
*
gantt: code cleanup html today red line
Toshi MARUYAMA
2012-09-08
1
-1
/
+2
*
gantt: fix code indents of html today red line
Toshi MARUYAMA
2012-09-08
1
-7
/
+7
*
gantt: use content_tag instead of html tag at gantt today red line
Toshi MARUYAMA
2012-09-07
1
-6
/
+11
*
gantt: use content_tag instead of html tag at gantt weeks headers
Toshi MARUYAMA
2012-09-07
1
-9
/
+25
*
gantt: use content_tag instead of html tag at gantt months headers
Toshi MARUYAMA
2012-09-07
1
-3
/
+9
*
gantt: code layout cleanup html gantt days headers
Toshi MARUYAMA
2012-09-07
1
-10
/
+13
*
code layout cleanup app/views/gantts/show.html.erb
Toshi MARUYAMA
2012-09-07
1
-2
/
+8
*
code layout cleanup gantt weeks headers
Toshi MARUYAMA
2012-09-07
1
-15
/
+19
*
code layout cleanup gantt months headers
Toshi MARUYAMA
2012-09-07
1
-4
/
+7
*
fix code indent of gantt days headers
Toshi MARUYAMA
2012-09-07
1
-10
/
+10
*
code layout cleanup app/views/gantts/show.html.erb
Toshi MARUYAMA
2012-09-07
1
-7
/
+15
*
Use abbr_day_name to get the first letter of the day name (#9839).
Jean-Philippe Lang
2012-08-13
1
-1
/
+1
*
Fixed apply link on gantt.
Jean-Philippe Lang
2012-07-28
1
-1
/
+1
*
code layout cleanup app/views/gantts/show.html.erb
Toshi MARUYAMA
2012-07-21
1
-9
/
+10
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-1
/
+4
*
Replace tables that were using the 'width' attribute with inline styles (shou...
Toshi MARUYAMA
2012-03-24
1
-2
/
+2
*
Fixed Gantt months/weeks/days headers display with Ruby 1.9.
Etienne Massip
2012-03-10
1
-7
/
+7
*
code layout clean up app/views/gantts/show.html.erb
Toshi MARUYAMA
2011-12-07
1
-14
/
+14
*
Rails3: view: use html_safe for Gantt
Toshi MARUYAMA
2011-10-01
1
-2
/
+2
*
replace tabs to spaces at app/views/gantts/show.html.erb
Toshi MARUYAMA
2011-09-17
1
-50
/
+50
*
remove trailing white-spaces from app/views/gantts/show.html.erb
Toshi MARUYAMA
2011-09-14
1
-10
/
+10
*
replace « and » at app/views/gantts/show.html.erb to hexadecimal UT...
Toshi MARUYAMA
2011-08-20
1
-2
/
+2
*
HTML escape at app/views/gantts/show.html.erb.
Toshi MARUYAMA
2011-08-02
1
-1
/
+1
*
Makes all pagination-like links use #link_to_content_update (#5138).
Jean-Philippe Lang
2011-04-03
1
-2
/
+2
*
Converted issue filters to non-AJAX GET requests (#1965).
Jean-Philippe Lang
2011-04-01
1
-17
/
+8
*
Prevent text wrap in gantt subjects (#7280).
Jean-Philippe Lang
2011-02-21
1
-1
/
+1
*
Makes filters behaviour consistent with the issue list.
Jean-Philippe Lang
2011-02-21
1
-3
/
+3
*
Makes title/filters consistent with the issue list.
Jean-Philippe Lang
2011-02-21
1
-3
/
+3
*
Reverted r4780 that broke gantt tests (#7280).
Jean-Philippe Lang
2011-01-30
1
-1
/
+1
*
Removed issue subjects wrapping in gantt (#7280).
Jean-Philippe Lang
2011-01-30
1
-1
/
+1
*
Adds a css class for gantt subjects.
Jean-Philippe Lang
2010-12-17
1
-0
/
+2
[next]