Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | |||
* | Fix inappropriate markdown post process end tag check | Unknwon | 2016-02-19 |
| | | | | | When <code> is nested inside <pre>, the next end tag token would not able to be the same as outer-most start tag. So we only check outer-most start and end tag token to be the same. | ||
* | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 |
|\ | | | | | Feature/markdown custom url scheme | ||
| * | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 |
| | | |||
| * | Custom URL-Schemas for Markdown | Kim "BKC" Carlbäcker | 2016-01-27 |
| | | |||
* | | #2556 handle space in image URL | Unknwon | 2016-02-04 |
| | | |||
* | | #2229 adjust URL verbose depth for reverse proxy sub-path | Unknwon | 2016-01-31 |
|/ | |||
* | Checklist-rendering implemented | Kim "BKC" Carlbäcker | 2016-01-13 |
| | |||
* | fix markdown autolink error | Unknwon | 2016-01-09 |
| | |||
* | #2161 fix wrong regexp | Unknwon | 2015-12-12 |
| | |||
* | #2161 No issue linking in commits when issue number in brackets | Unknwon | 2015-12-12 |
| | |||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | minor fix markdown post process | Unknwon | 2015-11-24 |
| | |||
* | more link fix | Unknwon | 2015-11-24 |
| | |||
* | fix possible panic | Unknwon | 2015-11-21 |
| | |||
* | HTML render fix | Unknwon | 2015-11-20 |
| | |||
* | fix #1873 | Unknwon | 2015-11-20 |
| | |||
* | minor fix for #1949 | Unknwon | 2015-11-15 |
| | |||
* | Safely detect urlPrefix in the format /:owner/:repo | Howl | 2015-11-15 |
| | |||
* | Fix bad issue links in non-readme markdown files | Howl | 2015-11-15 |
| | |||
* | fix #1572 fix file histrory paging issue | Unknwon | 2015-11-10 |
| | |||
* | #1433 images with links in Markdown | Unknwon | 2015-11-06 |
| | | | | - #1904 minor fix on image link | ||
* | #1009 Config option for preserving hard line breaks | Unknwon | 2015-09-01 |
| | |||
* | fixes for binary | Don Bowman | 2015-08-12 |
| | |||
* | #637 #738 fix markdown: render special links | Unknwon | 2015-03-23 |
| | | | | - code format for #1020 | ||
* | Mousewheel paste | James Cracknell | 2015-03-08 |
| | |||
* | Exclude HTML tags from Markdown post-processing | James Cracknell | 2015-03-08 |
| | | | | | | HTML tags are no longer processed for special links, etc Contents of <a>, <code> and <pre> are not processed for special links Processing for special links is done after Markdown conversion | ||
* | Fixes #921 | Peter Smit | 2015-02-09 |
| | | | | Fixes #921 and makes the Mention regexp be in line with the others | ||
* | models/action.go: mirror fix on #892 | Unknwon | 2015-02-06 |
| | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code | ||
* | modules/base: fix markdown mention regex for #826 | Unknwon | 2015-02-06 |
| | | | | - conf/locale: add mew translator profile | ||
* | Merge pull request #826 from deringer/dev | 无闻 | 2015-02-06 |
|\ | | | | | Fix user mention bug when parsing markdown documents | ||
| * | Adjust MentionPattern to not match users mid-sentence (or email addresses) | Michael Dyrynda | 2015-01-03 |
| | | | | | | | | Fix link to user profile, update based on adjusted MentionPattern | ||
* | | modules/base: fix README filename checker, fix #877 | Unknwon | 2015-02-02 |
| | | |||
* | | modules/base: clean code with #838 | Unknwon | 2015-01-30 |
| | | |||
* | | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 |
|/ | | | | - update russian locale | ||
* | fix #711 | Unknwon | 2014-12-09 |
| | |||
* | Addded sha1 pattern in markdown for current repository | dennis-smurf | 2014-12-01 |
| | |||
* | Fix repo css and rel path img in md | Unknwon | 2014-10-14 |
| | |||
* | Basic xss prevention | Unknwon | 2014-10-04 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||
* | Fix #362, update code with upstream | Unknwon | 2014-08-23 |
| | |||
* | Fix #138 | Unknown | 2014-05-12 |
| | |||
* | Clean api code | Unknown | 2014-05-05 |
| | |||
* | Finish release | Unknown | 2014-04-14 |
| | |||
* | fix | zhsso | 2014-04-10 |
| | |||
* | mistakes | zhsso | 2014-04-10 |
| | |||
* | Add go get meta support | Unknown | 2014-04-09 |
| | |||
* | markdown render html | slene | 2014-04-10 |
| | |||
* | Fix #66 | Unknown | 2014-04-07 |
| |