22 Mar, 2013
13 commits
-
Change gollum repo to use https:// instead of git://
-
Attribution as mentioned in https://news.ycombinator.com/item?id=5423635
-
A lot of people might have firewalls blocking the git:// protocol. Using https:// makes this easier and matches the other git repositories in the Gemfile.
-
Fix style of network graph.
-
It is easy to see which branch is merged.
-
refs #3258
21 Mar, 2013
12 commits
-
Display commit message on network graph.
-
Fix column heading order in group admin view
20 Mar, 2013
14 commits
-
Fix bug with downgrade permissions on first project assigment to team
-
Fix user path in markdown
-
Fix the Cancel button on the Edit Wiki page.
19 Mar, 2013
1 commit
-
The Cancel button on the Edit Wiki page was still redirecting back to the "Index" page which is no longer the default Wiki page. This commit changes the Cancel button in the following ways: * Pressing Cancel while editing an existing Wiki page will now redirect you back to the latest version of that page. * Pressing Cancel while editing a brand new Wiki home page that does not yet exist will redirect you to back to the same Edit Wiki Home page.