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.
forgejo/routers
Gusted 492e1c2fbd
Refactor commentTags functionality (#17558)
* feat: Allow multiple tags on comments

- Allow for multiples tags(Currently Poster + {Owner, Writer}).
- Utilize the Poster tag within the commentTag function and remove the
checking from templates.
- Use bitwise on CommentTags to enable specific tags.
- Don't show poster tag(view_content.tmpl) on the initial issue comment.

* Change parameters naming

* Change function name

* refactor variable wording

* Merge 'master' branch into 'tags-comments' branch

* Change naming

* `tag` -> `role`

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
api/v1 Fix 500 when a comment was deleted which has a notification (#17550) 3 years ago
common Rename db Engines related functions (#17481) 3 years ago
install Fix bug on admin subcommand (#17533) 3 years ago
private Move unit into models/unit/ (#17576) 3 years ago
utils just add some unit tests (#16291) 3 years ago
web Refactor commentTags functionality (#17558) 3 years ago
init.go tune sqlite3 message (#17601) 3 years ago