]> source.dussan.org Git - gitea.git/commit
Make URL scheme unambiguous (#2408)
authorEthan Koenig <ethantkoenig@gmail.com>
Mon, 30 Oct 2017 02:04:25 +0000 (19:04 -0700)
committerLunny Xiao <xiaolunwen@gmail.com>
Mon, 30 Oct 2017 02:04:25 +0000 (10:04 +0800)
commit513375c429435ba60a667b219bdfb00e5b760b38
tree9f516c8d0ebbdc66808c9017df7db2ff9aa34b57
parent6e98812ecf4efb6f53d72414ca8f67b14fac6595
Make URL scheme unambiguous (#2408)

* Make URL scheme unambiguous

Redirect old routes to new routes

* Fix redirects to new URL scheme, and update template

* Fix branches/_new endpoints, and update integration test
20 files changed:
integrations/editor_test.go
integrations/links_test.go
integrations/repo_branch_test.go
integrations/repo_commits_test.go
models/webhook_slack.go
modules/context/repo.go
routers/api/v1/api.go
routers/repo/branch.go
routers/repo/commit.go
routers/repo/editor.go
routers/repo/repo.go
routers/repo/view.go
routers/routes/routes.go
templates/repo/branch_dropdown.tmpl
templates/repo/commits_table.tmpl
templates/repo/editor/edit.tmpl
templates/repo/home.tmpl
templates/repo/issue/list.tmpl
templates/repo/release/list.tmpl
templates/repo/view_file.tmpl