29 Dec, 2011
5 commits
-
Conflicts: app/models/project.rb
28 Dec, 2011
6 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
5 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.
25 Dec, 2011
3 commits
-
Alert only commit author on note
-
Added missing link to favicon
24 Dec, 2011
1 commit
-
Allows to alert only the commit author when a new note is added on a commit, useful when gitlabhq is used for code reviews, allows less noise with mails...
22 Dec, 2011
3 commits
-
Solved issue #188
21 Dec, 2011
1 commit
20 Dec, 2011
9 commits
-
Fixes Timeout When Adding an SSH key with Many Projects
-
Users with many projects (>100) will hit the 20 second timeout when updating the gitolite config. This fix batches those changes into a signle update to the file, causing an order of magnitude speed increase which finishes well below the 20 second timeout. Fixes gitlabhq/gitlabhq#220
-
This reverts commit f80745b7dbcfa6aa41a37b34ec5a9e461231f7d6.