summaryrefslogtreecommitdiff
path: root/app/helpers/external_wiki_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* speed up ExternalWikiService#get_project_wiki_pathEugene Howe2016-07-191-3/+2
| | | | | | | | * This method previously iterated over all services in a project. Now it will directly query the ExternalWikiService for the project and filter by active state. * The presence of an external wiki is also cached * When an external wiki is added or removed, the cached value is updated
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
|
* Add a service to support external wikisHannes Rosenögger2015-03-121-0/+11