]> source.dussan.org Git - gitea.git/commit
Close/reopen issues by keywords in titles and comments (#8866)
authorguillep2k <18600385+guillep2k@users.noreply.github.com>
Mon, 18 Nov 2019 13:13:07 +0000 (10:13 -0300)
committerLauris BH <lauris@nix.lv>
Mon, 18 Nov 2019 13:13:07 +0000 (15:13 +0200)
commitb15f26b1cf3dc976ae400d4a3c73ec3bd4a50bc6
tree14e4b0e743605f25da792c96c6deb2d5e8200155
parent08ae6bb7edb9582c38edb8a0dba1b1be10fb00fc
Close/reopen issues by keywords in titles and comments (#8866)

* Add close/reopen from comment functionality

* Fix comment

* Rewrite closing/reopening template

* Check xref permissions, move action to services/pull

* Fix RefIsPull field

* Add xref tests

* Fix xref unique filter

* Only highlight keywords for actionable xrefs

* Fix xref neuter filter

* Fix check return status

* Restart CI
models/issue_xref.go
models/issue_xref_test.go [new file with mode: 0644]
modules/markup/html.go
modules/references/references.go
options/locale/locale_en-US.ini
services/pull/merge.go
templates/repo/issue/view_content/comments.tmpl