This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web/repo
zeripath fd15fd4c67
Handle too long PR titles correctly (#16517)
The CompareAndPullRequestPost handler for POST to /compare
incorrectly handles returning errors to the user. For a start
it does not set the necessary markers to switch SimpleMDE
but it also does not immediately return to the form.

This PR fixes this by setting the appropriate values, fixing
the templates and preventing the suggestion of a too long
title.

Fix #16507

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-07-25 03:59:27 +01:00
..
activity.go
attachment.go
blame.go Link to previous blames in file blame page (#16259) 2021-06-28 01:13:20 +02:00
branch.go Let package git depend on setting but not opposite (#15241) 2021-06-26 13:28:55 +02:00
commit.go Let package git depend on setting but not opposite (#15241) 2021-06-26 13:28:55 +02:00
compare.go Handle too long PR titles correctly (#16517) 2021-07-25 03:59:27 +01:00
download.go
editor.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
editor_test.go
http.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
http_test.go
issue.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go Add push to remote mirror repository (#15157) 2021-06-14 19:20:43 +02:00
milestone.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
projects.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
projects_test.go
pull.go Handle too long PR titles correctly (#16517) 2021-07-25 03:59:27 +01:00
pull_review.go Add attachments for PR reviews (#16075) 2021-06-14 21:12:33 -04:00
release.go Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
release_test.go
repo.go Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
search.go
setting.go Add checkbox to delete pull branch after successful merge (#16049) 2021-07-13 01:26:25 +02:00
setting_protected_branch.go
settings_test.go
tag.go Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
topic.go
view.go Fix external renderer (#16401) 2021-07-12 17:13:59 -04:00
webhook.go Add an abstract json layout to make it's easier to change json library (#16528) 2021-07-24 18:03:58 +02:00
wiki.go Let package git depend on setting but not opposite (#15241) 2021-06-26 13:28:55 +02:00
wiki_test.go Add TestPrepareWikiFileName (#16487) 2021-07-20 15:16:20 +02:00