Merge branch '12-comments' into 'master'

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

See merge request agaric/sites/geo!1
This commit is contained in:
mlncn 2019-08-30 21:37:04 +00:00
commit d100686c09
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 exclude node title' - 'use exclude node title'

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 exclude node title' - 'use exclude node title'
- 'use text format 1' - 'use text format 1'