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
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
5
-21
/
+66
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-13
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-27
/
+33
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-13
/
+2
*
Extracted some code from #move_to_project to a callback.
Jean-Philippe Lang
2012-01-06
1
-29
/
+47
*
Use #context_menu helper.
Jean-Philippe Lang
2012-01-06
1
-5
/
+2
*
remove duplicate "private" from MailHandler model
Toshi MARUYAMA
2012-01-06
1
-2
/
+0
*
remove redundant "email" parameter from MailHandler#create_user_from_email
Toshi MARUYAMA
2012-01-06
1
-2
/
+2
*
Rails3: replace deprecated Errors#on to Errors#[] at app/models/mail_handler.rb
Toshi MARUYAMA
2012-01-05
1
-3
/
+3
*
code layout clean up app/views/issues/index.html.erb
Toshi MARUYAMA
2012-01-05
1
-6
/
+21
*
code layout clean up app/models/news.rb
Toshi MARUYAMA
2012-01-05
1
-1
/
+4
*
Adds avatar on changeset view.
Jean-Philippe Lang
2012-01-04
1
-1
/
+1
*
Fixed invalid html.
Jean-Philippe Lang
2012-01-04
1
-1
/
+2
*
Prevent empty table from being rendered.
Jean-Philippe Lang
2012-01-04
1
-3
/
+6
*
Use explicit path name.
Jean-Philippe Lang
2012-01-04
1
-1
/
+1
*
code layout clean up app/views/messages/edit.html.erb
Toshi MARUYAMA
2012-01-04
1
-3
/
+7
*
Rails3: view: use explicit post method at messages/edit.html.erb
Toshi MARUYAMA
2012-01-04
1
-1
/
+5
*
Rails3: view: change html special characters to hexadecimal utf-8 strings at ...
Toshi MARUYAMA
2012-01-04
1
-2
/
+4
*
Rails3: view: html_safe for repositories/_revision_graph.html.erb
Toshi MARUYAMA
2012-01-04
1
-1
/
+1
*
use i18n label for previous and next issue (#2850)
Toshi MARUYAMA
2012-01-04
1
-2
/
+6
*
Makes .find_ids return integers.
Jean-Philippe Lang
2012-01-03
1
-3
/
+3
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
4
-3
/
+40
*
Faster query.
Jean-Philippe Lang
2012-01-03
1
-2
/
+19
*
code layout clean up app/views/wiki/rename.html.erb
Toshi MARUYAMA
2012-01-03
1
-2
/
+7
*
Rails3: view: use explicit post method at wiki/rename.html.erb
Toshi MARUYAMA
2012-01-03
1
-1
/
+3
*
Rails3: view: use explicit post method at projects/settings/_modules.html.erb
Toshi MARUYAMA
2012-01-03
1
-1
/
+2
*
Rails3: view: use explicit post method at my/account.html.erb
Toshi MARUYAMA
2012-01-03
1
-2
/
+4
*
code layout clean up app/views/wiki/index.html.erb
Toshi MARUYAMA
2012-01-03
1
-3
/
+11
*
View cleanup.
Jean-Philippe Lang
2012-01-02
1
-24
/
+11
*
Missing html_safe.
Jean-Philippe Lang
2012-01-02
1
-2
/
+2
*
Missing html_safe.
Jean-Philippe Lang
2012-01-02
1
-1
/
+1
*
code layout cleanup app/views/repositories/_navigation.html.erb
Toshi MARUYAMA
2012-01-02
1
-4
/
+14
*
Rails3: model: mailer: use .to_s at redmine_headers method
Toshi MARUYAMA
2012-01-02
1
-1
/
+1
*
Give explicit url option.
Jean-Philippe Lang
2012-01-01
1
-1
/
+1
*
Rails3 compat.
Jean-Philippe Lang
2012-01-01
1
-1
/
+4
*
Order is already defined on attachments association.
Jean-Philippe Lang
2012-01-01
1
-1
/
+1
*
Rails3: helper: html_safe for SearchHelper render_results_by_type method
Toshi MARUYAMA
2012-01-01
1
-1
/
+3
*
Rails3: helper: html_safe for SearchHelper highlight_tokens method
Toshi MARUYAMA
2012-01-01
1
-1
/
+1
*
Rails3: helper: html_safe for IssuesHelper render_issue_tooltip method
Toshi MARUYAMA
2012-01-01
1
-7
/
+7
*
Rails3: view: html_safe for wiki/show.html.erb
Toshi MARUYAMA
2012-01-01
1
-2
/
+2
*
Rails3: view: html_safe for my/page_layout.html.erb
Toshi MARUYAMA
2012-01-01
1
-1
/
+3
*
Rails3: helper: html_safe for JournalsHelper render_notes method
Toshi MARUYAMA
2012-01-01
1
-1
/
+1
*
Rails3: view: html_safe for timelog/report.html.erb
Toshi MARUYAMA
2012-01-01
1
-1
/
+1
*
Rails3: view: html_safe for timelog/_report_criteria.html.erb
Toshi MARUYAMA
2012-01-01
1
-2
/
+2
*
Rails3: view: html_safe for issue_moves/new.html.erb
Toshi MARUYAMA
2012-01-01
1
-1
/
+1
*
Rails3: view: html_safe for issues/bulk_edit.html.erb
Toshi MARUYAMA
2012-01-01
1
-2
/
+7
*
Do not add errors on attributes on fake attributes.
Jean-Philippe Lang
2011-12-26
1
-6
/
+11
*
Rails3 compatibility.
Jean-Philippe Lang
2011-12-26
1
-1
/
+1
*
Use :joins instead of :include in calculations.
Jean-Philippe Lang
2011-12-26
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2011-12-24
1
-4
/
+5
[next]