summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-038-3/+172
* Faster query.Jean-Philippe Lang2012-01-031-2/+19
* Removed ApplicationControllerTest.Jean-Philippe Lang2012-01-032-90/+61
* Moved test from ApplicationControllerTest.Jean-Philippe Lang2012-01-032-10/+9
* code layout clean up app/views/wiki/rename.html.erbToshi MARUYAMA2012-01-031-2/+7
* Rails3: view: use explicit post method at wiki/rename.html.erbToshi MARUYAMA2012-01-031-1/+3
* Rails3: view: use explicit post method at projects/settings/_modules.html.erbToshi MARUYAMA2012-01-031-1/+2
* Rails3: view: use explicit post method at my/account.html.erbToshi MARUYAMA2012-01-031-2/+4
* code layout clean up app/views/wiki/index.html.erbToshi MARUYAMA2012-01-031-3/+11
* View cleanup.Jean-Philippe Lang2012-01-021-24/+11
* Test cleanup.Jean-Philippe Lang2012-01-021-81/+28
* Test cleanup.Jean-Philippe Lang2012-01-0210-85/+79
* Test cleanup.Jean-Philippe Lang2012-01-022-16/+8
* Test cleanup.Jean-Philippe Lang2012-01-0211-40/+4
* Missing html_safe.Jean-Philippe Lang2012-01-021-2/+2
* Missing html_safe.Jean-Philippe Lang2012-01-021-1/+1
* code layout cleanup app/views/repositories/_navigation.html.erbToshi MARUYAMA2012-01-021-4/+14
* route: code layout clean up repositories routeToshi MARUYAMA2012-01-021-5/+10
* route: code layout clean up repositories routeToshi MARUYAMA2012-01-021-18/+35
* test: replace should "include the emails_header" at unit mailer test to Rails...Toshi MARUYAMA2012-01-021-9/+6
* Rails3: model: mailer: use .to_s at redmine_headers methodToshi MARUYAMA2012-01-021-1/+1
* Rails3.1: test: include ERB::Util in unit/helpers/search_helper_test.rbToshi MARUYAMA2012-01-021-0/+1
* svn propset "svn:eol-style" native test/functional/auth_sources_controller_te...Toshi MARUYAMA2012-01-011-90/+90
* Test cleanup.Jean-Philippe Lang2012-01-011-64/+34
* Give explicit url option.Jean-Philippe Lang2012-01-011-1/+1
* Test cleanup.Jean-Philippe Lang2012-01-011-33/+20
* Test cleanup.Jean-Philippe Lang2012-01-011-40/+17
* Test cleanup.Jean-Philippe Lang2012-01-011-94/+90
* Use #scoped instead of .with_scopeJean-Philippe Lang2012-01-011-7/+5
* Rails3 compat.Jean-Philippe Lang2012-01-011-1/+4
* Order is already defined on attachments association.Jean-Philippe Lang2012-01-011-1/+1
* Use Errors#count instead of #length.Jean-Philippe Lang2012-01-011-1/+1
* Rails3: helper: html_safe for SearchHelper render_results_by_type methodToshi MARUYAMA2012-01-011-1/+3
* Rails3: helper: html_safe for SearchHelper highlight_tokens methodToshi MARUYAMA2012-01-011-1/+1
* Rails3: helper: html_safe for IssuesHelper render_issue_tooltip methodToshi MARUYAMA2012-01-011-7/+7
* Rails3: view: html_safe for wiki/show.html.erbToshi MARUYAMA2012-01-011-2/+2
* Rails3: view: html_safe for my/page_layout.html.erbToshi MARUYAMA2012-01-011-1/+3
* Rails3: helper: html_safe for JournalsHelper render_notes methodToshi MARUYAMA2012-01-011-1/+1
* Rails3: view: html_safe for timelog/report.html.erbToshi MARUYAMA2012-01-011-1/+1
* Rails3: view: html_safe for timelog/_report_criteria.html.erbToshi MARUYAMA2012-01-011-2/+2
* Rails3: view: html_safe for issue_moves/new.html.erbToshi MARUYAMA2012-01-011-1/+1
* Rails3: view: html_safe for issues/bulk_edit.html.erbToshi MARUYAMA2012-01-011-2/+7
* route: move time entries matchings and resources after /issues matchingsToshi MARUYAMA2011-12-311-9/+9
* test: route: split wiki testsToshi MARUYAMA2011-12-311-33/+39
* test: route: split roadmap test in versions testToshi MARUYAMA2011-12-311-1/+4
* route: move queries resources after projects resourcesToshi MARUYAMA2011-12-301-2/+1
* route: change order users resources and matchingsToshi MARUYAMA2011-12-301-4/+4
* route: change order of some issues and projects resources and matchingsToshi MARUYAMA2011-12-301-18/+18
* route: move 'issues/new' matching before project/issues resourcesToshi MARUYAMA2011-12-301-3/+3
* route: move attachments resources after matchingToshi MARUYAMA2011-12-301-1/+1