Thanks for the wiki-editors-2.patch patch! Please follow coding guidelines with respect to keeping lines to under 80 column, not having blank lines, etc.
IF you clean a $_REQUEST variable make sure to store the result in a new variable, so can easily track what has been cleaned, what has not. These should be minor changes, so the next patch will likely be approved.
I've applied this patch and am pushing it live. However, I noticed you could delete all editors of a group and then the owner of the group could no longer control the group.
Also, it would probably be better to modify the editor property as a column under the Members field of a group. Applied with 373d119a042
This patch adds a list of users that can edit a wiki page when all users are not allowed to edit the wiki (can read, comment etc...)
updated version in config, and clean up some code according to coding guidelines
wiki-editors-2.patch
Thanks for the wiki-editors-2.patch patch! Please follow coding guidelines with respect to keeping lines to under 80 column, not having blank lines, etc. IF you clean a $_REQUEST variable make sure to store the result in a new variable, so can easily track what has been cleaned, what has not. These should be minor changes, so the next patch will likely be approved.
wiki-editors-3.patch
I couldn't get wiki-editors-3.patch to apply.
error: corrupt patch at line 99
Uploading a working patch which follows coding guidelines. This upgrades db to version 82 and the markdown patch upgrades it to 83
wiki-editors-4.patch
I've applied this patch and am pushing it live. However, I noticed you could delete all editors of a group and then the owner of the group could no longer control the group.
Implemented with 90a6a20038a
Attachments:
wiki-editors.patch