04 Sep, 2012
3 commits
-
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
03 Sep, 2012
5 commits
02 Sep, 2012
5 commits
-
Give Resque route a name and use that for the iframe src
-
GFM spec redesign
-
Instead of doing this: link_to(commit.id, project_commit_path(project, id: commit.id)) Note.create(noteable_id: commit.id, noteable_type: "Commit", ...) It lets us do this: link_to(commit.id, project_commit_path(project, commit)) Note.create(noteable: commit, ...)
01 Sep, 2012
2 commits
31 Aug, 2012
3 commits
-
Closes #1350
-
Issue status changed notifications
30 Aug, 2012
8 commits
29 Aug, 2012
13 commits
-
Also removes `closed` attribute option from create action.
-
Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role
27 Aug, 2012
1 commit