gitea/modules/markup
mrsdizzie 3ff0a126e1 Improve issue autolinks (#6273)
* Improve issue autolinks

Update autolinks to match what github does here:

Issue in same repo: #1
Issue in different repo: org/repo#1

Fixes #6264

* Use setting.AppURL when parsing URL

Using setting.AppURL here is a more reliable way of parsing the current
URL and what other functions in this file seem to use.

* Make ComposeMetas always return a valid context

* Add per repository markdown renderers for better context

* Update for use of context metas

Now that we include the user and repo name inside context metas, update
various code and tests for this new logic
2019-04-12 08:53:34 +03:00
..
csv Add csv file render support defaultly (#4105) 2018-07-21 00:08:15 +03:00
external Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
markdown Improve issue autolinks (#6273) 2019-04-12 08:53:34 +03:00
orgmode Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
html.go Improve issue autolinks (#6273) 2019-04-12 08:53:34 +03:00
html_internal_test.go Improve issue autolinks (#6273) 2019-04-12 08:53:34 +03:00
html_test.go Render SHA1 links as code blocks (#6546) 2019-04-09 06:18:48 +03:00
markup.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
markup_test.go Prioritize "readme.md" (#5691) 2019-01-14 14:15:06 -05:00
sanitizer.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 2017-09-16 20:17:57 +03:00
sanitizer_test.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 2017-09-16 20:17:57 +03:00