0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-23 20:10:24 +01:00
gitea/templates/repo
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
..
branch
diff Improve issue autolinks (#6273) 2019-04-12 08:53:34 +03:00
editor Improve issue autolinks (#6273) 2019-04-12 08:53:34 +03:00
issue Improve issue autolinks (#6273) 2019-04-12 08:53:34 +03:00
pulls
release
settings
wiki Improve issue autolinks (#6273) 2019-04-12 08:53:34 +03:00
activity.tmpl
branch_dropdown.tmpl
commit_status.tmpl
commits_table.tmpl
commits.tmpl
create.tmpl
empty.tmpl
forks.tmpl
graph.tmpl
header.tmpl
home.tmpl
migrate.tmpl
search.tmpl
sub_menu.tmpl
user_cards.tmpl
view_file.tmpl
view_list.tmpl
watchers.tmpl