aboutsummaryrefslogtreecommitdiff
path: root/modules/base/markdown.go
Commit message (Collapse)AuthorAge
* #1009 Config option for preserving hard line breaksUnknwon2015-09-01
|
* fixes for binaryDon Bowman2015-08-12
|
* #637 #738 fix markdown: render special linksUnknwon2015-03-23
| | | | - code format for #1020
* Mousewheel pasteJames Cracknell2015-03-08
|
* Exclude HTML tags from Markdown post-processingJames Cracknell2015-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 #921Peter Smit2015-02-09
| | | | Fixes #921 and makes the Mention regexp be in line with the others
* models/action.go: mirror fix on #892Unknwon2015-02-06
| | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code
* modules/base: fix markdown mention regex for #826Unknwon2015-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 Dyrynda2015-01-03
| | | | | | | | Fix link to user profile, update based on adjusted MentionPattern
* | modules/base: fix README filename checker, fix #877Unknwon2015-02-02
| |
* | modules/base: clean code with #838Unknwon2015-01-30
| |
* | modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-30
|/ | | | - update russian locale
* fix #711Unknwon2014-12-09
|
* Addded sha1 pattern in markdown for current repositorydennis-smurf2014-12-01
|
* Fix repo css and rel path img in mdUnknwon2014-10-14
|
* Basic xss preventionUnknwon2014-10-04
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-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 upstreamUnknwon2014-08-23
|
* Fix #138Unknown2014-05-12
|
* Clean api codeUnknown2014-05-05
|
* Finish releaseUnknown2014-04-14
|
* fixzhsso2014-04-10
|
* mistakeszhsso2014-04-10
|
* Add go get meta supportUnknown2014-04-09
|
* markdown render htmlslene2014-04-10
|
* Fix #66Unknown2014-04-07
|
* Fix issue with log in with GitHub but need more error handle afterUnknown2014-04-07
|
* Add @ # commit link detect on all markdown renderUnknown2014-04-07
|
* Work on commentUnknown2014-04-07
|
* commit raw fileslene2014-03-28
|
* fix image displayslene2014-03-28
|
* raw downloadslene2014-03-24
|
* minor fix markdown settingslene2014-03-23
|
* fix extslene2014-03-20
|
* fix linkslene2014-03-20
|
* read single fileslene2014-03-20
|
* resolve relative path in markdown fileslene2014-03-17
|
* show readme.mdslene2014-03-17