gitea/services/issue
JakobDev 1c039b4e1e
Fix Bug in Issue Config when only contact links are set ()
Blank Issues should be enabled if they are not explicit disabled through
the `blank_issues_enabled` field of the Issue Config. The Implementation
has currently a Bug: If you create a Issue Config file with only
`contact_links` and without a `blank_issues_enabled` field,
`blank_issues_enabled` is set to false by default.

The fix is only one line, but I decided to also improve the tests to
make sure there are no other problems with the Implementation.

This is a bugfix, so it should be backported to 1.20.
..
assignee.go Move notification interface to services layer ()
assignee_test.go Use more specific test methods ()
comments.go Move notification interface to services layer ()
commit.go Add context parameter to some database functions ()
commit_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org ()
content.go More refactoring of `db.DefaultContext` ()
issue.go Move notification interface to services layer ()
issue_test.go Use more specific test methods ()
label.go Next round of `db.DefaultContext` refactor ()
label_test.go Next round of `db.DefaultContext` refactor ()
main_test.go make writing main test easier ()
milestone.go Move notification interface to services layer ()
milestone_test.go Implement FSFE REUSE for golang files ()
status.go Move notification interface to services layer ()
template.go Fix Bug in Issue Config when only contact links are set ()