This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/templates/repo/issue
qwerty287 1f40933d38
Add config options to hide issue events (#17414)
* Add config option to hide issue events
Adds a config option `HIDE_ISSUE_EVENTS` to hide most issue events (changed labels, milestones, projects...) on the issue detail page.
If this is true, only the following events (comment types) are shown:
* plain comments
* closed/reopned/merged
* reviews

* Make configurable using a list

* Add docs

* Add missing newline

* Fix merge issues

* Allow changes per user settings

* Fix lint

* Rm old docs

* Apply suggestions from code review

* Use bitsets

* Rm comment

* fmt

* Fix lint

* Use variable/constant to provide key

* fmt

* fix lint

* refactor

* Add a prefix for user setting key

* Add license comment

* Add license comment

* Update services/forms/user_form_hidden_comments.go

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* check len == 0

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: 6543 <6543@obermui.de>
2022-01-21 18:59:26 +01:00
..
labels Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
view_content Add config options to hide issue events (#17414) 2022-01-21 18:59:26 +01:00
branch_selector_field.tmpl Add option to define refs in issue templates (#17842) 2021-12-17 21:29:09 +00:00
choose.tmpl
comment_tab.tmpl
label_precolors.tmpl Fix purple color in suggested label colors (#18241) 2022-01-11 12:11:40 -06:00
labels.tmpl
list.tmpl Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
milestone_issues.tmpl
milestone_new.tmpl
milestones.tmpl
navbar.tmpl
new.tmpl
new_form.tmpl
openclose.tmpl
search.tmpl
view.tmpl Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
view_content.tmpl Display issue/comment role even if repo archived (#17907) 2021-12-05 17:04:02 +02:00
view_title.tmpl Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00