summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-075-21/+66
* Code cleanup.Jean-Philippe Lang2012-01-061-13/+2
* Code cleanup.Jean-Philippe Lang2012-01-061-27/+33
* Code cleanup.Jean-Philippe Lang2012-01-061-13/+2
* Extracted some code from #move_to_project to a callback.Jean-Philippe Lang2012-01-061-29/+47
* Use #context_menu helper.Jean-Philippe Lang2012-01-061-5/+2
* remove duplicate "private" from MailHandler modelToshi MARUYAMA2012-01-061-2/+0
* remove redundant "email" parameter from MailHandler#create_user_from_emailToshi MARUYAMA2012-01-061-2/+2
* Rails3: replace deprecated Errors#on to Errors#[] at app/models/mail_handler.rbToshi MARUYAMA2012-01-051-3/+3
* code layout clean up app/views/issues/index.html.erbToshi MARUYAMA2012-01-051-6/+21
* code layout clean up app/models/news.rbToshi MARUYAMA2012-01-051-1/+4
* Adds avatar on changeset view.Jean-Philippe Lang2012-01-041-1/+1
* Fixed invalid html.Jean-Philippe Lang2012-01-041-1/+2
* Prevent empty table from being rendered.Jean-Philippe Lang2012-01-041-3/+6
* Use explicit path name.Jean-Philippe Lang2012-01-041-1/+1
* code layout clean up app/views/messages/edit.html.erbToshi MARUYAMA2012-01-041-3/+7
* Rails3: view: use explicit post method at messages/edit.html.erbToshi MARUYAMA2012-01-041-1/+5
* Rails3: view: change html special characters to hexadecimal utf-8 strings at ...Toshi MARUYAMA2012-01-041-2/+4
* Rails3: view: html_safe for repositories/_revision_graph.html.erbToshi MARUYAMA2012-01-041-1/+1
* use i18n label for previous and next issue (#2850)Toshi MARUYAMA2012-01-041-2/+6
* Makes .find_ids return integers.Jean-Philippe Lang2012-01-031-3/+3
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-034-3/+40
* Faster query.Jean-Philippe Lang2012-01-031-2/+19
* 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
* 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
* Rails3: model: mailer: use .to_s at redmine_headers methodToshi MARUYAMA2012-01-021-1/+1
* Give explicit url option.Jean-Philippe Lang2012-01-011-1/+1
* Rails3 compat.Jean-Philippe Lang2012-01-011-1/+4
* Order is already defined on attachments association.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
* Do not add errors on attributes on fake attributes.Jean-Philippe Lang2011-12-261-6/+11
* Rails3 compatibility.Jean-Philippe Lang2011-12-261-1/+1
* Use :joins instead of :include in calculations.Jean-Philippe Lang2011-12-261-2/+2
* Code cleanup.Jean-Philippe Lang2011-12-241-4/+5