gitlabhq/app/helpers
Cedric Gatay 443e21ed92 Autolinks to issues in commit message (see #155)
It matches #[0-9]+ in commit messages.
For example
 * Fix for #12
 * Code review for #56
 * Test for #15, Review on #54, Fix for #42

 It only links to valid issues (existing and belonging to the current project)
 It does not add any link to the commit in the issue page, it only consists in parsing the commit message when displayed.

 This can be considere as a primary work for the issue #155 on gitlabhq/gitlabhq.
2011-12-26 21:36:20 +01:00
..
admin init commit 2011-10-09 00:36:38 +03:00
application_helper.rb Design tab for profile. Colorscheme as db value 2011-12-20 22:47:09 +02:00
commits_helper.rb Autolinks to issues in commit message (see #155) 2011-12-26 21:36:20 +01:00
dashboard_helper.rb fix merge request note link 2011-12-12 00:18:51 +02:00
issues_helper.rb 1. Set Helvetica as primary font; 2. removed tabs 2011-11-09 21:26:24 +02:00
keys_helper.rb init commit 2011-10-09 00:36:38 +03:00
merge_requests_helper.rb merge request entity 2011-11-28 09:39:43 +02:00
profile_helper.rb init commit 2011-10-09 00:36:38 +03:00
projects_helper.rb some fixes to black colorscheme 2011-11-30 23:25:39 +02:00
snippets_helper.rb refactor lifetime_select helper 2011-10-27 12:11:42 +05:00
tags_helper.rb 1. Set Helvetica as primary font; 2. removed tabs 2011-11-09 21:26:24 +02:00
team_members_helper.rb init commit 2011-10-09 00:36:38 +03:00
user_issues_helper.rb Added "Issues" dashboard 2011-12-08 00:31:06 +01:00
user_merge_requests_helper.rb Added merge request dashboard, showing all merge requests assigned to 2011-12-08 01:07:02 +01:00