Extension:PrefSwitch
From MediaWiki.org
|
PrefSwitch Release status: beta |
|||
|---|---|---|---|
| Description | Allow users to switch sets of preferences | ||
| Author(s) | Trevor Parscal, Roan Kattouw | ||
| MediaWiki | 1.17+ | ||
| Database changes | yes | ||
| License | GPL v2 | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes README |
||
| Example | Wikipedia Prototype | ||
|
|||
|
Check usage (experimental) |
|||
PrefSwitch was developed specifically to be run as part of the Beta rollout on Wikimedia wikis; it may or may not be useful to third-party users. The extension can of course be run on non-WMF wikis, but documentation is very limited.
This extension has been migrated from Extension:UsabilityInitiative. During this migration this extension was ported to make use of ResourceLoader functionality, making it only compatible with MediaWiki 1.17+.
If you are upgrading from the UsabilityInitiative (MediaWiki 1.16 compatible) version, you may need to pay attention to the change in naming for configuration variables. See README for an example.
If you are upgrading from the UsabilityInitiative (MediaWiki 1.16 compatible) version, you may need to pay attention to the change in naming for configuration variables. See README for an example.
[edit] Installation
- Get the extension with distributor or svn and drop it into MediaWiki directory /extensions
- Setup your LocalSettings.php:
for more details about the settings go to README file.
require_once("$IP/extensions/PrefSwitch/PrefSwitch.php");
- Run
php maintenance/update.phpfrom the command line (see update.php and also here)
Categories:
- Beta status extensions
- Extensions with invalid or missing type
- Extensions in Wikimedia version control
- LoadExtensionSchemaUpdates extensions
- BeforePageDisplay extensions
- MakeGlobalVariablesScript extensions
- ResourceLoaderRegisterModules extensions
- ParserTestTables extensions
- All extensions
- 2012 Q1 Extension Page Review Drive
- Usability initiative extensions