Update actionfooter to hide_name=1 by default close #498

indiachan-spamvector
Thomas Lynch 2 years ago
parent 713dcc222e
commit 9039466d6e
  1. 1
      CHANGELOG.md
  2. 1
      views/includes/actionfooter.pug

@ -1,6 +1,7 @@
### 0.11.0
- IP/ban type display and suffixes improved to make IPv4/6/Bypass/Pruned IP clearer for more informed moderation.
- Labelled link format markdown now supports mailto.
- "Hide name" set by default when using public actions form.
- Bugfix saveoverboard script so it works on catalog instead of only index, and improve the code to be more general and allow /catalog.html in navbar link.
- Bugfix BYPASS_CAPTCHA permission not able to be applied to roles.
- Npm audit fix.

@ -1,6 +1,7 @@
details.toggle-label#actionform
summary.collapse#action-menu Show Post Actions
.actions
input(type='hidden' name='hide_name' value='1')
h4.no-m-p Actions:
if board.settings.userPostDelete
label

Loading…
Cancel
Save