Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-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 fucntions | Unknwon | 2017-03-31 |
| | | | | | The unified function 'Markdown' accepts both string or []byte type input and renders to HTML with []byte type. | ||
* | modules: rename markdown -> markup | Unknwon | 2017-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/form | Unknwon | 2017-02-27 |
| | |||
* | this fix #3958 (#4153) | huqiangit | 2017-02-18 |
| | | | Deal with '/' in Wiki page title. | ||
* | Do not show filename not have suffifx .md | Unknwon | 2016-07-01 |
| | |||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 |
| | |||
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 |
| | |||
* | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | |||
* | rename import path | Unknwon | 2015-12-15 |
| | |||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 |
| | |||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 |
| | |||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | wiki: finish pages | Unknwon | 2015-11-27 |
| | |||
* | wiki: finish edit | Unknwon | 2015-11-27 |
| | |||
* | wiki: finish new | Unknwon | 2015-11-27 |
| | |||
* | introduce git-shell | Unknwon | 2015-11-26 |
| | |||
* | Wiki: UI for page new | Unknwon | 2015-11-25 |