Extension:CommunityRequests
Category:Extensions without an imageCategory:GPL licensed extensionsCategory:All extensions
The CommunityRequests extension is a system for managing a wiki community's requests and suggestions for technical development. For user help please see Help:Extension:CommunityRequests.
Installation
- Download and move the extracted
CommunityRequests
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CommunityRequests - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CommunityRequests' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
The following can be set in your LocalSettings.php file.
$wgCommunityRequestsEnable = false;
- The main feature flag for this extension, that must be set to
true
in order for anything other than system messages to function.
![]() | This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
Category:All extensions
Category:Extensions in Wikimedia version control
Category:Extensions used on Wikimedia
Category:Extensions with master compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:GetDoubleUnderscoreIDs extensions
Category:LoadExtensionSchemaUpdates extensions
Category:LoginFormValidErrorMessages extensions
Category:Page action extensions
Category:ParserAfterParse extensions
Category:ParserFirstCallInit extensions
Category:Special page extensions
Category:Unstable extensions