You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yp05327 5a7ab86b98
Avoid run change title process when the title is same (#27467)
If user only changed the target branch or just did nothing and clicked
the `Save` button, you will see the change log as following:

![image](https://github.com/go-gitea/gitea/assets/18380374/d30927dd-9227-4653-8fac-b890ef0b3f88)

This makes no sense, so we should check whether the title is surely
changed before run the `ChangeTitle`.
9 months ago
..
assignee.go Move notification interface to services layer (#26915) 10 months ago
assignee_test.go Even more `db.DefaultContext` refactor (#27352) 9 months ago
comments.go More `db.DefaultContext` refactor (#27265) 9 months ago
commit.go Add context parameter to some database functions (#26055) 12 months ago
commit_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 10 months ago
content.go More `db.DefaultContext` refactor (#27265) 9 months ago
issue.go Avoid run change title process when the title is same (#27467) 9 months ago
issue_test.go Use more specific test methods (#24265) 1 year ago
label.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
label_test.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
main_test.go make writing main test easier (#27270) 9 months ago
milestone.go Move notification interface to services layer (#26915) 10 months ago
milestone_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
status.go Move notification interface to services layer (#26915) 10 months ago
template.go Fix Bug in Issue Config when only contact links are set (#26521) 9 months ago