- 16 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 13 Aug, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 30 Jun, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 31 May, 2016 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
Added "wiki" section and removed "repository"
-
- 13 May, 2016 2 commits
-
-
Artem Sidorenko authored
-
Gabriel Mazetto 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.
-
- 15 Mar, 2016 1 commit
-
-
Hiroyuki Sato authored
-
- 16 Feb, 2016 1 commit
-
-
Yorick Peterse authored
The "default_branch" argument is never used and the "project" argument isn't optional.
-
- 22 Jan, 2016 1 commit
-
-
Valery Sizov authored
-
- 14 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 16 Nov, 2015 1 commit
-
-
Robert Speicher authored
Closes #3026
-
- 26 May, 2015 1 commit
-
-
Jeroen van Baarsen authored
**What does this do?** It makes sure that when you create a wiki page via the web interface, the extention is .md instead of .markdown **Why is this needed?** When you're using Gollum locally, it will create pages with the .md extention. Also .md is the best known extention for markdown. This fix will make sure that if you're using gollum or the webinterface, the extention will be the same. **What issues does this fix?** Fixes https://github.com/gitlabhq/gitlabhq/issues/5204Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 24 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 22 Mar, 2015 1 commit
-
-
Stan Hu authored
Closes #1263, #431
-
- 03 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 14 Dec, 2014 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 25 Sep, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Aug, 2014 1 commit
-
-
Christian Sarazin authored
extension to https://github.com/gitlabhq/gitlabhq/pull/7568
-
- 07 Jun, 2014 1 commit
-
-
Loic Nageleisen authored
From #6168.
-
- 28 Apr, 2014 1 commit
-
-
Marin Jankovski authored
-
- 09 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 08 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Feb, 2014 1 commit
-
-
Jason Hollingsworth authored
Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.
-
- 02 Dec, 2013 1 commit
-
-
Julien Kirch authored
-
- 09 Oct, 2013 1 commit
-
-
Jacob Vosmaer authored
-
- 10 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 01 Apr, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 31 Mar, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 17 Mar, 2013 1 commit
-
-
Kevin Lyda authored
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
-
- 14 Mar, 2013 2 commits
- 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.
-