« Back Issue #513
  • 2024-12-03 08:04 Reported by adprajap-sjsu
  • 2025-04-03 13:00 Marked fixed
Status: Marked fixed
Priority: Medium

Add a list to control wiki editors

adprajap-sjsu 2024-12-03 08:04

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...)

adprajap-sjsu 2024-12-10 00:39

updated version in config, and clean up some code according to coding guidelines

wiki-editors-2.patch

administrator 2024-12-10 10:14

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.

adprajap-sjsu 2024-12-20 15:04
administrator 2024-12-23 08:04

I couldn't get wiki-editors-3.patch to apply.

error: corrupt patch at line 99

adprajap-sjsu 2025-01-28 12:31

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

administrator 2025-01-28 14:28

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
administrator 2025-04-03 13:00

Implemented with 90a6a20038a

adprajap-sjsu 2025-04-03 13:00

Attachments:

wiki-editors.patch

X