summaryrefslogtreecommitdiffstats
path: root/routers/repo/wiki.go
Commit message (Expand)AuthorAgeFilesLines
* Fix wiki redirects (#3919)Michael Kuhn2018-05-281-2/+2
* Fix rendering of wiki page list if wiki repo contains other files (#3454)Lauris BH2018-02-051-0/+6
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-19/+19
* Fix wiki page list not rendering after updatedunix changes (#3175)Lauris BH2017-12-131-7/+7
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-281-241/+125
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-1/+1
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-2/+2
* Add markup package to prepare for org markup format (#1493)Lunny Xiao2017-04-211-1/+2
* fix wiki bugs (#1294)Lunny Xiao2017-03-201-4/+16
* fix UI display problem when wiki name is non-ascii charset (#1142)Lunny Xiao2017-03-081-2/+2
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-141-41/+260
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-3/+5
* fixed bugs on Wiki and resolved #667 (#674)Lunny Xiao2017-01-211-10/+14
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-2/+2
* golint fixed for routers/repo/wiki.go (#203)Lunny Xiao2016-11-211-12/+21
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
* Do not show filename not have suffifx .mdUnknwon2016-07-011-2/+2
* Rename module: middleware -> contextUnknwon2016-03-111-10/+10
* Minor fixes for #2746Unknwon2016-03-041-2/+1
* Add ability to delete single wiki pages.Josh Frye2016-03-041-0/+18
* Make markdown as an independent moduleUnknwon2016-02-201-1/+2
* rename import pathUnknwon2015-12-151-1/+1
* #2114 External URL for wikiUnknwon2015-12-111-0/+6
* move out git module and #1573 send push hookUnknwon2015-12-091-4/+4
* fix #1829 and fix #890Unknwon2015-12-041-1/+7
* wiki: finish pagesUnknwon2015-11-271-7/+54
* wiki: finish editUnknwon2015-11-271-23/+102
* wiki: finish newUnknwon2015-11-271-3/+58
* introduce git-shellUnknwon2015-11-261-6/+21
* Wiki: UI for page newUnknwon2015-11-251-0/+49