summaryrefslogtreecommitdiff
path: root/app/models/wiki_page.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Replace current Wiki system with Gollum Wikis.Dan Knox2013-03-091-0/+181