summaryrefslogtreecommitdiff
path: root/app/models/wiki_page.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-181-9/+9
* Allow moving wiki pages from the UIFrancisco Javier López2018-02-051-12/+54
* Migrate fetching wiki page formatted content to Gitalyfeature/migrate-wiki-page-formatted-data-to-gitalyAhmad Sherif2018-01-301-1/+4
* Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-171-7/+12
* Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)2017-10-031-5/+5
* Unescape HTML characters in Wiki titleJacopo2017-08-301-1/+1
* Allow wiki pages to be renamed in the UIwendy04022017-08-031-35/+43
* Encapsulate the commit.sha logicHiroyuki Sato2017-07-271-1/+5
* Refactor: use keyword arguments for optional parametersHiroyuki Sato2017-07-231-1/+1
* Merge branch 'master' into 1827-prevent-concurrent-editing-wikiHiroyuki Sato2017-07-231-8/+16
|\
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-5/+5
| * Fix Project Wiki updateDongqing Hu2017-03-201-3/+5
| * [#28991] Wiki page edit button only appears on the current commit pageTM Lee2017-03-161-0/+6
* | Prevent concurrent editing wikiHiroyuki Sato2017-03-081-5/+12
|/
* Make WikiPage comparable according to StaticModel interfaceMark Fletcher2017-02-141-0/+4
* Merge branch '23535-folders-in-wiki-repository' into 'master' Douwe Maan2017-02-131-1/+38
|\
| * Add WikiPage.unhyphenizeAlex Braha Stoll2017-01-301-1/+5
| * Improve WikiPage.group_by_directoryAlex Braha Stoll2016-12-311-1/+1
| * Change WikiPage#directoryAlex Braha Stoll2016-12-311-5/+4
| * Remove WikiPage#full_pathAlex Braha Stoll2016-12-311-5/+0
| * Add WikiPage#to_partial_pathAlex Braha Stoll2016-12-311-0/+6
| * Change WikiPage.group_by_directory to use WikiDirectoryAlex Braha Stoll2016-12-311-4/+14
| * Simplify WikiPage.group_by_directory by using Enumerable#group_byAlex Braha Stoll2016-12-311-9/+2
| * Remove WikiPage.sort_by_directoryAlex Braha Stoll2016-12-311-22/+2
| * Change WikiPage.group_by_directory to order by directory and file alphabetica...Alex Braha Stoll2016-12-311-1/+28
| * Change WikiPage#directory to always start a directory hierarchy with '/'Alex Braha Stoll2016-12-311-2/+2
| * Change WikiPage.group_by_directory to use WikiPage#directoryAlex Braha Stoll2016-12-311-4/+2
| * Add component to show the full path of a wiki page when viewing its contentAlex Braha Stoll2016-12-311-0/+11
| * Remove WikiPage.add_to_directoryAlex Braha Stoll2016-12-311-8/+0
| * Refactor WikiPage.group_by_directoryAlex Braha Stoll2016-12-311-9/+6
| * Show directory hierarchy when listing wiki pagesAlex Braha Stoll2016-12-311-0/+25
* | Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-6/+2
|/
* `WikiPage` should have a slug even when not persisted.fix-wiki-error-500Timothy Andrew2016-07-251-1/+5
* add slack notifications for wiki pagesSebastian Klier2016-04-201-0/+4
* Support Wiki with UTF-8 page nameHiroyuki Sato2016-03-161-1/+1
* Fix old version warning when viewing wiki latest version via version_idfix-viewing-wiki-page-lastest-version-via-version-idDouglas Barbosa Alexandre2016-01-291-1/+1
* Relax constraints for wiki slugDouglas Barbosa Alexandre2016-01-141-1/+1
* Fix dots in Wiki slug causing errorsStan Hu2015-03-211-1/+2
* Rubocop: Style/Alias enabledDmitriy Zaporozhets2015-02-021-1/+1
* Fix wikiuse-more-ruggedDmitriy Zaporozhets2014-09-251-2/+2
* A bit clearer naming for gollum_wiki.Marin Jankovski2014-05-051-4/+6
* Remove empty line.Marin Jankovski2014-04-301-1/+0
* Allow nested files in wiki.Marin Jankovski2014-04-281-1/+10
* Merge branch 'speed_up_wiki_pages' into 'master'Dmitriy Zaporozhets2014-04-141-4/+6
|\
| * Speed up loading and add pagination to wiki pages page.Marin Jankovski2014-04-111-4/+6
* | Better title format for wiki pageHiroyuki Sato2014-04-101-1/+5
|/
* Refactor wiki modelDmitriy Zaporozhets2014-04-091-4/+3
* Fixed wrong last-edit time for wikiDmitriy Zaporozhets2013-08-161-0/+4
* Fix typosJohannes Schleifenbaum2013-07-291-1/+1
* Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets2013-04-011-2/+2