Extension:CommunityRequests

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
CommunityRequests
Release status: unstableCategory:Unstable extensions
Implementation Special page Category:Special page extensions, Page action Category:Page action extensions
Description An on-wiki system for managing a wiki community's requests for technical development.
Author(s) WMF Community Tech team
Compatibility policy Main branch maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki >= 1.44
Database changes Yes
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
README
Help Help:Extension:CommunityRequests
  • $wgCommunityRequestsStatuses
  • $wgCommunityRequestsWishCategory
  • $wgCommunityRequestsEnable
  • $wgCommunityRequestsWishTemplate
  • $wgCommunityRequestsWishPagePrefix
  • $wgCommunityRequestsWishTypes
  • $wgCommunityRequestsHomepage
  • $wgCommunityRequestsProjects
Quarterly downloads 0
Translate the CommunityRequests extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category: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 your extensions/ 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.
  • Yes 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.
Category:Extensions used on Wikimedia#CommunityRequests
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