- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 31 May, 2016 1 commit
-
-
Gabriel Mazetto authored
Added "wiki" section and removed "repository"
-
- 13 May, 2016 1 commit
-
-
Artem Sidorenko authored
-
- 10 May, 2016 1 commit
-
-
Rémy Coutable authored
This reverts commit 4cc85a58, reversing changes made to 90ae445b. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 May, 2016 1 commit
-
-
Artem Sidorenko authored
-
- 19 Mar, 2016 1 commit
-
-
Yorick Peterse authored
This caches the output of Repository#exists? in Redis while making sure it's flushed properly when creating new repositories, deleting them, etc. For the ProjectWiki tests to work I had to make ProjectWiki#create_repo! public as testing private methods in RSpec is a bit of a pain.
-
- 14 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 09 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 16 Nov, 2015 1 commit
-
-
Robert Speicher authored
Closes #3026
-
- 03 Nov, 2015 1 commit
-
-
Robert Speicher authored
Closes #3311
-
- 03 Oct, 2015 1 commit
-
-
Guilherme Garnier authored
-
- 22 Jun, 2015 1 commit
-
-
Robert Speicher authored
These fixes were performed automatically by Rubocop's `-a` flag.
-
- 12 Feb, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 07 Aug, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 31 Jul, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 07 Jun, 2014 1 commit
-
-
Loic Nageleisen authored
From #6168.
-
- 09 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 03 Mar, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 05 Nov, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
This reverts commit c46eaca9.
-
- 04 Nov, 2013 1 commit
-
-
Nigel Kukard authored
- Database name may contain characters which are not shell friendly - Database password could contain the same - While we at it there is no harm in escaping generated paths too - Refactored 2-line system(command) Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
-
- 09 Oct, 2013 1 commit
-
-
Jacob Vosmaer authored
-
- 01 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 10 Mar, 2013 1 commit
-
-
Dan Knox authored
This commit replaces the old database backed Wiki system with the excellent Gollum git based Wiki system. The UI has been updated to allow for utilizing the extra features that Gollum provides. Specifically: * Edit page now allows you to choose the content format. * Edit page allows you to provide a commit message for the change. * History page now shows Format, Commit Message, and Commit Hash. * A new Git Access page has been added with the Wiki Repo URL. * The default page has been changed to Home from Index to match the Gollum standard. The old Wiki model has been left in tact to provide for the development of a migration script that will move all content stored in the old Wiki system into new Gollum Wikis.
-