07 Sep, 2012
4 commits
06 Sep, 2012
19 commits
-
Emoji!
-
This reverts commit 6471d8c6521ef7a88f3aa893cc11c1da8077bdc0.
-
Was "User has already been taken", is now "User already exists in project".
-
refactor factory specs
-
…hq into AlexDenisov-normalize_capitalization
05 Sep, 2012
9 commits
-
That was the only place it was used.
-
As a last resort it was calling a method that didn't exist. Woops!
-
default_branch now defaults to nil, not 'master'. It will be set after the first push by discover_default_branch.
04 Sep, 2012
8 commits
-
I have no earthly idea what this file was for, but I couldn't find it being rendered anywhere.
-
Replaces two calls that this method simplifies
-
Change @project instance variable to a local in views/help/markdown
-
It was erroneously appending the project name to the page's title, even though the Help system isn't specific to one project.
-
Also modifies the specs a bit because I can't help myself. Closes #480