summaryrefslogtreecommitdiff
path: root/app/models/project_wiki.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use .md as extention for wiki pagesJeroen van Baarsen2015-05-261-1/+1
| | | | | | | | | | | | | | | | **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/5204 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Let commit model know about its project.Douwe Maan2015-04-241-1/+1
|
* Fix dots in Wiki slug causing errorsStan Hu2015-03-211-1/+1
| | | | Closes #1263, #431
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-1/+1
|
* Fixed a lot of already defined noticesJeroen van Baarsen2014-12-141-1/+1
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix wikiuse-more-ruggedDmitriy Zaporozhets2014-09-251-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added AsciiDoc support and changed to singlequotesChristian Sarazin2014-08-221-2/+3
| | | extension to https://github.com/gitlabhq/gitlabhq/pull/7568
* Added ability to serve files in wiki repositoryLoic Nageleisen2014-06-071-0/+9
| | | | From #6168.
* Allow nested files in wiki.Marin Jankovski2014-04-281-1/+8
|
* Refactor wiki modelDmitriy Zaporozhets2014-04-091-0/+120
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>