Should be able to use the button with just 'edit' access, but the page goes through the /admin/ url controller which requires admin access, and then the create_wiki_page function requires 'configure' access currently.
Looks great, but it'd be better if we also have a simple test just to hit the create_wiki_page URL and make sure it returns something. Also it seems that the allow_create/allow_config var isn't used anywhere, maybe we can remove it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
pushed to:
hs/8071
Looks great, but it'd be better if we also have a simple test just to hit the
create_wiki_page
URL and make sure it returns something. Also it seems that theallow_create
/allow_config
var isn't used anywhere, maybe we can remove it?Added a test and removed allow_create.
Force pushed to hs/8071