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
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
9 commits
-
Also removes `closed` attribute option from create action.