aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/wiki.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* Refactoring: remove tool.TplNameUnknwon2017-04-05
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* modules/markup: rename Markdown render fucntionsUnknwon2017-03-31
| | | | | The unified function 'Markdown' accepts both string or []byte type input and renders to HTML with []byte type.
* modules: rename markdown -> markupUnknwon2017-03-31
| | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support.
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
|
* this fix #3958 (#4153)huqiangit2017-02-18
| | | Deal with '/' in Wiki page title.
* Do not show filename not have suffifx .mdUnknwon2016-07-01
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Minor fixes for #2746Unknwon2016-03-04
|
* Add ability to delete single wiki pages.Josh Frye2016-03-04
|
* Make markdown as an independent moduleUnknwon2016-02-20
|
* rename import pathUnknwon2015-12-15
|
* #2114 External URL for wikiUnknwon2015-12-11
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* wiki: finish pagesUnknwon2015-11-27
|
* wiki: finish editUnknwon2015-11-27
|
* wiki: finish newUnknwon2015-11-27
|
* introduce git-shellUnknwon2015-11-26
|
* Wiki: UI for page newUnknwon2015-11-25