Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EnableUnit() -> UnitEnabled() (#2242) | Ethan Koenig | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | Add markup package to prepare for org markup format (#1493) | Lunny Xiao | 2017-04-21 | 1 | -1/+2 |
| | |||||
* | fix wiki bugs (#1294) | Lunny Xiao | 2017-03-20 | 1 | -4/+16 |
| | |||||
* | fix UI display problem when wiki name is non-ascii charset (#1142) | Lunny Xiao | 2017-03-08 | 1 | -2/+2 |
| | |||||
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 1 | -41/+260 |
| | | | | | | | | | | | | * 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> | ||||
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | fixed bugs on Wiki and resolved #667 (#674) | Lunny Xiao | 2017-01-21 | 1 | -10/+14 |
| | |||||
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 1 | -2/+2 |
| | |||||
* | golint fixed for routers/repo/wiki.go (#203) | Lunny Xiao | 2016-11-21 | 1 | -12/+21 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
| | | | | | | | - 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 | ||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
| | |||||
* | Do not show filename not have suffifx .md | Unknwon | 2016-07-01 | 1 | -2/+2 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -10/+10 |
| | |||||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | 1 | -2/+1 |
| | |||||
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | 1 | -0/+18 |
| | |||||
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 1 | -1/+2 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 1 | -0/+6 |
| | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -4/+4 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -1/+7 |
| | |||||
* | wiki: finish pages | Unknwon | 2015-11-27 | 1 | -7/+54 |
| | |||||
* | wiki: finish edit | Unknwon | 2015-11-27 | 1 | -23/+102 |
| | |||||
* | wiki: finish new | Unknwon | 2015-11-27 | 1 | -3/+58 |
| | |||||
* | introduce git-shell | Unknwon | 2015-11-26 | 1 | -6/+21 |
| | |||||
* | Wiki: UI for page new | Unknwon | 2015-11-25 | 1 | -0/+49 |