"Restore better, built-in comment functionality to the site" #129

Merged
cedewey merged 2 commits from 12-comments into master 2019-08-30 21:37:05 +00:00
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,7 @@ label: 'anonymous user'
weight: 0 weight: 0
is_admin: false is_admin: false
permissions: permissions:
- 'access comments'
- 'access content' - 'access content'
- 'access forward' - 'access forward'
- 'access news feeds' - 'access news feeds'
@ -19,6 +20,7 @@ permissions:
- 'count ad clicks' - 'count ad clicks'
- 'count ad impressions' - 'count ad impressions'
- 'diff view changes' - 'diff view changes'
- 'post comments'
- 'search Google CSE' - 'search Google CSE'
- 'search content' - 'search content'
- 'use text format 1' - 'use text format 1'

View file

@ -9,6 +9,7 @@ label: 'authenticated user'
weight: 0 weight: 0
is_admin: false is_admin: false
permissions: permissions:
- 'access comments'
- 'access content' - 'access content'
- 'access forward' - 'access forward'
- 'access news feeds' - 'access news feeds'
@ -26,6 +27,7 @@ permissions:
- 'edit own blog content' - 'edit own blog content'
- 'edit own forum content' - 'edit own forum content'
- 'edit own weblinks' - 'edit own weblinks'
- 'post comments'
- 'search content' - 'search content'
- 'use text format 1' - 'use text format 1'
- 'use text format 3' - 'use text format 3'