gitea/models
metiftikci aa92b13164
Prevent simultaneous editing of comments and issues ()
fixes  

Tested:
- [x] issue content edit
- [x] issue content change tasklist
- [x] pull request content edit
- [x] pull request change tasklist

![issue-content-edit](https://github.com/go-gitea/gitea/assets/29250154/a0828889-fb96-4bc4-8600-da92e3205812)
..
actions Update misspell to 0.5.1 and add `misspellings.csv` ()
activities Rename project board -> column to make the UI less confusing ()
admin Next round of `db.DefaultContext` refactor ()
asymkey Enable more `revive` linter rules ()
auth Fix wrong table name ()
avatars Replace 10 more gt- classes with tw- ()
db Fix various problems around projects board view ()
dbfs make writing main test easier ()
fixtures Fix wrong display of recently pushed notification ()
git Fix wrong display of recently pushed notification ()
issues Prevent simultaneous editing of comments and issues ()
migrations Prevent simultaneous editing of comments and issues ()
organization Fix wrong display of recently pushed notification ()
packages Fix package list performance ()
perm Clarify permission "HasAccess" behavior ()
project Rename project board -> column to make the UI less confusing ()
pull Add support for sha256 repositories ()
repo Fix wrong display of recently pushed notification ()
secret Make runs-on support variable expression ()
shared/types Refactor locale&string&template related code ()
system Refactor deletion ()
unit Rename project board -> column to make the UI less confusing ()
unittest Add some tests to clarify the "must-change-password" behavior ()
user Refactor sha1 and time-limited code ()
webhook Store webhook event in database ()
error.go Add merge style `fast-forward-only` ()
fixture_generation.go Replace more db.DefaultContext ()
fixture_test.go Replace more db.DefaultContext ()
main_test.go make writing main test easier ()
org.go Add user blocking ()
org_team.go Clarify permission "HasAccess" behavior ()
org_team_test.go Add user blocking ()
org_test.go Add user blocking ()
repo.go Refactor deletion ()
repo_test.go Penultimate round of `db.DefaultContext` refactor ()
repo_transfer.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()