Lauris BH
eee4183e85
Fix rendering of wiki page list if wiki repo contains other files ( #3454 )
* Fix rendering of wiki page list if wiki repo contains other files
* Improve wiki filename tests
7 years ago
Morgan Bazalgette
8c916631f0
Handle refactor ( #3339 )
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound
* Change Handle(403) to NotFound, avoid using macaron's NotFound
7 years ago
Lauris BH
24c2422623
Fix wiki page list not rendering after updatedunix changes ( #3175 )
7 years ago
Ethan Koenig
0e07dffc44
Various wiki bug fixes ( #2996 )
* Update macaron
* Various wiki bug fixes
7 years ago
Lunny Xiao
746c3b2c4e
Add init support of orgmode document type on file view and readme ( #2525 )
* add init support of orgmode document type on file view and readme
* fix imports
* fix imports and readmeExist
* fix imports order
* fix format
* remove unnecessary convert
7 years ago
Ethan Koenig
835e335242
EnableUnit() -> UnitEnabled() ( #2242 )
8 years ago
Lunny Xiao
419548e9b4
Add markup package to prepare for org markup format ( #1493 )
8 years ago
Lunny Xiao
7c64045ea5
fix wiki bugs ( #1294 )
8 years ago
Lunny Xiao
dc34c6bba2
fix UI display problem when wiki name is non-ascii charset ( #1142 )
8 years ago
Andrew Boyarshin
8822c890e7
Markdown rendering overhaul ( #186 )
* Markdown rendering overhaul
Cleaned up and squashed commits into single one.
Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
* Fix markdown API, add markdown module and API tests, improve code coverage
Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
8 years ago
Lunny Xiao
9effd446fd
Add units concept for modulable functions of a repository ( #742 )
* Add units concept for modulable functions of a repository
* remove unused comment codes & fix lints and tests
* remove unused comment codes
* use struct config instead of map
* fix lint
* rm wrong files
* fix tests
8 years ago
Lunny Xiao
e8dcc23d91
fixed bugs on Wiki and resolved #667 ( #674 )
8 years ago
Lunny Xiao
301dcd4876
update code.gitea.io/git ( #450 )
8 years ago
Lunny Xiao
30fea12416
golint fixed for routers/repo/wiki.go ( #203 )
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Sandro Santilli
3c9693defb
Replace gogits/git-module dependency with go-gitea/git ( #94 )
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Unknwon
9877453b1c
Do not show filename not have suffifx .md
9 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
9 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
9 years ago
Josh Frye
86919d05cb
Add ability to delete single wiki pages.
9 years ago
Unknwon
d398777e08
Make markdown as an independent module
9 years ago
Unknwon
8ac9d9b4c7
rename import path
9 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
9 years ago
Unknwon
063c916837
wiki: finish pages
9 years ago
Unknwon
7943f3f40e
wiki: finish edit
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
43eda8feb3
introduce git-shell
9 years ago
Unknwon
92c67cd672
Wiki: UI for page new
9 years ago