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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Option to copy subtasks when copying issue(s) (#6965).
Jean-Philippe Lang
2012-09-08
4
-2
/
+47
*
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
*
remove redundant empty lines from app/views/repositories/_revision_graph.html...
Toshi MARUYAMA
2012-09-07
1
-3
/
+0
*
Parse any heading level (#11789).
Jean-Philippe Lang
2012-09-06
1
-1
/
+3
*
show JQuery datepicker today button
Toshi MARUYAMA
2012-09-05
1
-1
/
+5
*
Create role by copy (#9258).
Jean-Philippe Lang
2012-09-03
4
-2
/
+15
*
Set radio button when selecting a date with the date picker.
Jean-Philippe Lang
2012-09-02
1
-2
/
+6
*
Adds a view for editing all trackers fields.
Jean-Philippe Lang
2012-09-02
3
-0
/
+96
*
Moved link to the contextual menu.
Jean-Philippe Lang
2012-09-02
1
-2
/
+1
*
fix typo "MACROS_SUB_RE" (#11736)
Toshi MARUYAMA
2012-09-02
1
-1
/
+1
*
Fixed: New multi-line macros regexp is too eager (#11736).
Jean-Philippe Lang
2012-09-02
1
-1
/
+1
*
Upgrade to Rails 3.2.8 (#11758).
Jean-Philippe Lang
2012-09-02
5
-5
/
+5
*
remove trailing white-space from app/controllers/wiki_controller.rb
Toshi MARUYAMA
2012-08-31
1
-1
/
+1
*
Code cleanup: removed the obsolete with_limit scope.
Jean-Philippe Lang
2012-08-27
2
-2
/
+1
*
Do not build a projects_by_role Hash that gets updated when accessing a key t...
Jean-Philippe Lang
2012-08-27
1
-3
/
+6
*
Make sure we don't build an empty IN () statement (#11662).
Jean-Philippe Lang
2012-08-27
1
-1
/
+1
*
Fixed that destroying a user from the edit page returns a 404 response (#11691).
Jean-Philippe Lang
2012-08-26
2
-2
/
+2
*
Do not use escaped back_url param (#11691).
Jean-Philippe Lang
2012-08-26
2
-6
/
+18
*
Reverted r10234 and r10235 that broke redirect after login (#11691).
Jean-Philippe Lang
2012-08-26
3
-3
/
+3
*
Don't use tag helper in layout (#11704).
Jean-Philippe Lang
2012-08-26
1
-1
/
+1
*
MailHandler: Match assignee on the full display name (#11552).
Jean-Philippe Lang
2012-08-26
1
-1
/
+1
*
Use a back_url parameter instead of referrer to refresh the page after user d...
Etienne Massip
2012-08-24
3
-3
/
+3
*
use Rails3 Active Record syntax in DocumentCategory model
Toshi MARUYAMA
2012-08-22
1
-3
/
+1
*
force set default document category if it is not set on database (#11665)
Toshi MARUYAMA
2012-08-21
1
-0
/
+8
*
Let macros optionally accept a block of text (#3061).
Jean-Philippe Lang
2012-08-18
1
-4
/
+5
*
Macros processing overhaul (#3061, #11633).
Jean-Philippe Lang
2012-08-17
1
-14
/
+45
*
fix unit test fails on JRuby 1.6.7.2 (#11577)
Toshi MARUYAMA
2012-08-14
1
-1
/
+1
*
Fixed: Can't use non-latin anchor in wiki (#11577).
Jean-Philippe Lang
2012-08-13
1
-1
/
+6
*
Respond with 404 on ActionView::MissingTemplate (#11503).
Jean-Philippe Lang
2012-08-13
1
-5
/
+10
*
Use abbr_day_name to get the first letter of the day name (#9839).
Jean-Philippe Lang
2012-08-13
1
-1
/
+1
*
Fixed that roadmap anchor links can be ambigous (#11540).
Jean-Philippe Lang
2012-08-13
2
-2
/
+10
*
Fixed that open scope on Project#issues raises an error (#11545).
Jean-Philippe Lang
2012-08-13
2
-2
/
+0
*
Adds a title to the issue link in the flash message.
Jean-Philippe Lang
2012-08-13
1
-1
/
+1
[prev]
[next]