ULS persistent preference system.

Change-Id: Ieb22e09f226e770c9935b875f4226a75ffd8c46d
This commit is contained in:
Santhosh Thottingal
2012-08-16 14:45:24 +05:30
committed by Amir E. Aharoni
parent 7ab6960645
commit 1bc80d58ba
5 changed files with 197 additions and 24 deletions

View File

@@ -77,11 +77,24 @@ $wgResourceModules['ext.uls.init'] = array(
'position' => 'top',
);
$wgResourceModules['ext.uls.preferences'] = array(
'scripts' => 'resources/js/ext.uls.preferences.js',
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
'dependencies' => array(
'mediawiki.user',
'jquery.json',
),
);
$wgResourceModules['ext.uls.languagesettings'] = array(
'scripts' => 'resources/js/ext.uls.languagesettings.js',
'styles' => 'resources/css/ext.uls.languagesettings.css',
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
'dependencies' => array(
'ext.uls.preferences',
),
);
$wgResourceModules['ext.uls.webfonts'] = array(