03 Jan, 2012
2 commits
-
Delete .directory files
-
Added note when issue status changed (closed / reopened)
02 Jan, 2012
2 commits
01 Jan, 2012
2 commits
31 Dec, 2011
3 commits
30 Dec, 2011
11 commits
-
This reverts commit a25a85b9396cbc07bf2bfcd12d3c0a6685df66d6.
-
This reverts commit 78d882623e13f061349ff6237e250970fc48d8a4.
29 Dec, 2011
3 commits
-
Implementation is correctly done through observer.
28 Dec, 2011
7 commits
27 Dec, 2011
7 commits
-
Autolinks to issues in commit message (see #155)
-
Minor tweak to readme
-
Hide admin menu for non-admins
-
Conflicts: app/models/project.rb config/routes.rb db/schema.rb
-
…e deleted a character by mistake...
-
2/ @commit.safe_message as an argument 3/ preserve in helper 4/ spaces around operators
26 Dec, 2011
3 commits
-
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.