Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | orgmode: recover panic from third-party package | Unknwon | 2017-06-02 |
| | |||
* | feature/org-mode: fix compile error | Unknwon | 2017-05-17 |
| | |||
* | modules/markup: initial support for org-mode (#4373) | Unknwon | 2017-05-17 |
| | |||
* | templates/repo: fix README.ipynb not rendered (#4367) | Unknwon | 2017-04-07 |
| | |||
* | repo/editor: fix wrong context for subdirectory (#4368) | Unknwon | 2017-04-07 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename and simplify pkg/tool functions | Unknwon | 2017-04-06 |
| | |||
* | pkg/markup: init default sanitizer.policy | Unknwon | 2017-04-05 |
| | | | | | | App would panic if user has validation error on installation and the sanitizer is not yet built. Therefore we need a minimal valid object for sanitizer at start. | ||
* | 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 |