Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Giteabot
ef8209a953
Use async await to fix empty quote reply at first time ( #23168 ) ( #23256 )
...
Backport #23168
The reason why quote reply is empty is when quote reply is clicked, it
triggers the click function on `.comment-form-reply` button, and when
the first time this function is triggered, easyMDE for the reply has not
yet initialized, so that click handler of `.quote-reply` button in
`repo-legacy.js` got an `undefined` as easyMDE, and the following lines
which put quoted reply into the easyMDE is not executed.
The workaround in this PR is to pass the replied content to
'.comment-form-reply' button if easyMDE is not yet initialized (quote
reply first clicked) and put the replied content into it the after
easyMDE is created.
Now quote reply on first click:
https://user-images.githubusercontent.com/17645053/221452823-fc699d50-1649-4af1-952e-f04fc8d2978e.mov
<br />
Update:
The above change is not appropriate as stated in the
[comment](https://github.com/go-gitea/gitea/pull/23168#issuecomment-1445562284 )
Use await instead
Close #22075 .
Close #23247 .
Co-authored-by: HesterG <hestergong@gmail.com>
2 years ago
..
admin
Fix some more hidden problems ( #23074 ) ( #23075 )
2 years ago
comp
Change button text for commenting and closing an issue at the same time ( #23135 ) ( #23182 )
2 years ago
aria.js
Make issue meta dropdown support Enter, confirm before reloading ( #23014 ) ( #23102 )
2 years ago
aria.md
Improve frontend guidelines ( #23007 )
2 years ago
captcha.js
Add new captcha: cloudflare turnstile ( #22369 )
2 years ago
citation.js
Fix switched citation format ( #23250 ) ( #23253 )
2 years ago
clipboard.js
Use link in UI which returned a relative url but not html_url which contains an absolute url ( #21986 )
2 years ago
codeeditor.js
Quick fixes monaco-editor error: "vs.editor.nullLanguage" ( #21734 )
2 years ago
colorpicker.js
JS refactors ( #22227 )
2 years ago
common-global.js
Improve PR Review Box UI ( #22986 )
2 years ago
common-issue.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
common-organization.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
contextpopup.js
JS refactors ( #22227 )
2 years ago
copycontent.js
JS refactors ( #22227 )
2 years ago
dropzone.js
JS refactors ( #22227 )
2 years ago
emoji.js
JS refactors ( #22227 )
2 years ago
eventsource.sharedworker.js
Fix the JS error "EventSource is not defined" caused by some non-standard browsers ( #20584 )
2 years ago
file-fold.js
JS refactors ( #22227 )
2 years ago
formatting.js
JS refactors ( #22227 )
2 years ago
heatmap.js
JS refactors ( #22227 )
2 years ago
imagediff.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
install.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
notification.js
Move helpers to be prefixed with `gt-` ( #22879 )
2 years ago
org-team.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
pull-view-file.js
Replace unstyled meter with progress ( #19968 )
2 years ago
repo-branch.js
Add apply-patch, basic revert and cherry-pick functionality ( #17902 )
3 years ago
repo-code.js
Fix links for the menus in the view file page ( #22795 )
2 years ago
repo-code.test.js
Ignore line anchor links with leading zeroes ( #21728 )
2 years ago
repo-commit.js
Fix hidden commit status on multiple checks ( #22889 )
2 years ago
repo-common.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-diff-filetree.js
JS refactors ( #22227 )
2 years ago
repo-diff.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-editor.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-findfile.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-findfile.test.js
Escape path for the file list ( #22741 )
2 years ago
repo-graph.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-home.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-issue-content.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-issue-pr-form.js
JS refactors ( #22227 )
2 years ago
repo-issue.js
Use async await to fix empty quote reply at first time ( #23168 ) ( #23256 )
2 years ago
repo-legacy.js
Use async await to fix empty quote reply at first time ( #23168 ) ( #23256 )
2 years ago
repo-migrate.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-migration.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-projects.js
Scoped labels ( #22585 )
2 years ago
repo-release.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-settings.js
Remove customized (unmaintained) dropdown, improve aria a11y for dropdown ( #19861 )
3 years ago
repo-template.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-unicode-escape.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
repo-wiki.js
Enable spellcheck for EasyMDE, use contenteditable mode ( #19776 )
2 years ago
serviceworker.js
JS refactors ( #22227 )
2 years ago
sshkey-helper.js
Use explicit jQuery import, remove unused eslint globals ( #18435 )
3 years ago
stopwatch.js
Move helpers to be prefixed with `gt-` ( #22879 )
2 years ago
tablesort.js
JS refactors ( #22227 )
2 years ago
tribute.js
JS refactors ( #22227 )
2 years ago
user-auth-webauthn.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
user-auth.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago
user-settings.js
Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ( #22950 )
2 years ago