As an Spanish Wikipedia user, I want the CampaignEvents extension enabled on my wiki, so that I can attain the local Event Organizer right and use the Event Registration tool.
All features of the CampaignEvents extension that are currently accessible, except invitations should be accessible to Spanish Wikipedia.
Acceptance Criteria:
- Set the need configs values needed on mediawiki-config to enable CampaignEvents Extension on Spanish Wikipedia
Steps:
- Add eswiki to wmgUseCampaignEvents in wmf-config/InitialiseSettings.php
- Create the event-organizer user group, assign the standard user rights, make it editable by sysops. Remove those rights from the user group. (wmf-config/core-Permissions.php)
// groupOverrides '+eswiki' => [ 'event-organizer' => [ // T376786 'campaignevents-enable-registration' => true, 'campaignevents-organize-events' => true, 'campaignevents-email-participants' => true, ], 'user' => [ 'campaignevents-enable-registration' => false, // T376786 'campaignevents-organize-events' => false, // T376786 'campaignevents-email-participants' => false, // T376786 ], ], // wgAddGroups '+eswiki' => [ 'sysop' => [ 'event-organizer', // T376786 ], ], // wgRemoveGroups '+eswiki' => [ 'sysop' => [ 'event-organizer', // T376786 ], ],
- Schedule a deployment window - note that target release date is Oct 22