r70371 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70370‎ | r70371 | r70372 >
Date:22:52, 2 August 2010
Author:tparscal
Status:ok
Tags:
Comment:
Removed references to monobook themes
Modified paths:
  • /branches/resourceloader/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: branches/resourceloader/phase3/resources/Resources.php
@@ -20,7 +20,6 @@
2121 'themes' => array(
2222 'default' => 'resources/jquery/ui/themes/default/jquery.ui.theme.css',
2323 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.theme.css',
24 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.theme.css',
2524 ),
2625 'needs' => array( 'jquery' ),
2726 ),
@@ -30,7 +29,6 @@
3130 'themes' => array(
3231 'default' => 'resources/jquery/ui/themes/default/jquery.ui.accordion.css',
3332 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.accordion.css',
34 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.accordion.css',
3533 ),
3634 'needs' => array( 'jquery.ui.core' ),
3735 ),
@@ -40,7 +38,6 @@
4139 'themes' => array(
4240 'default' => 'resources/jquery/ui/themes/default/jquery.ui.autocomplete.css',
4341 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.autocomplete.css',
44 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.autocomplete.css',
4542 ),
4643 'needs' => array( 'jquery.ui.core' ),
4744 ),
@@ -50,7 +47,6 @@
5148 'themes' => array(
5249 'default' => 'resources/jquery/ui/themes/default/jquery.ui.button.css',
5350 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.button.css',
54 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.button.css',
5551 ),
5652 'needs' => array( 'jquery.ui.core' ),
5753 ),
@@ -61,7 +57,6 @@
6258 'themes' => array(
6359 'default' => 'resources/jquery/ui/themes/default/jquery.ui.datepicker.css',
6460 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.datepicker.css',
65 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.datepicker.css',
6661 ),
6762 'locales' => array(
6863 'af' => 'resources/jquery/ui/i18n/jquery.ui.datepicker-af.js',
@@ -124,7 +119,6 @@
125120 'themes' => array(
126121 'default' => 'resources/jquery/ui/themes/default/jquery.ui.dialog.css',
127122 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.dialog.css',
128 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.dialog.css',
129123 ),
130124 'needs' => array( 'jquery.ui.core' ),
131125 ),
@@ -150,7 +144,6 @@
151145 'themes' => array(
152146 'default' => 'resources/jquery/ui/themes/default/jquery.ui.progressbar.css',
153147 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.progressbar.css',
154 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.progressbar.css',
155148 ),
156149 'needs' => array( 'jquery.ui.core' ),
157150 ),
@@ -160,7 +153,6 @@
161154 'themes' => array(
162155 'default' => 'resources/jquery/ui/themes/default/jquery.ui.resizable.css',
163156 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.resizable.css',
164 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.resizable.css',
165157 ),
166158 'needs' => array( 'jquery.ui.core' ),
167159 ),
@@ -170,7 +162,6 @@
171163 'themes' => array(
172164 'default' => 'resources/jquery/ui/themes/default/jquery.ui.selectable.css',
173165 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.selectable.css',
174 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.selectable.css',
175166 ),
176167 'needs' => array( 'jquery.ui.core' ),
177168 ),
@@ -180,7 +171,6 @@
181172 'themes' => array(
182173 'default' => 'resources/jquery/ui/themes/default/jquery.ui.slider.css',
183174 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.slider.css',
184 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.slider.css',
185175 ),
186176 'needs' => array( 'jquery.ui.core' ),
187177 ),
@@ -194,7 +184,6 @@
195185 'themes' => array(
196186 'default' => 'resources/jquery/ui/themes/default/jquery.ui.tabs.css',
197187 'vector' => 'resources/jquery/ui/themes/vector/jquery.ui.tabs.css',
198 - 'monobook' => 'resources/jquery/ui/themes/monobook/jquery.ui.tabs.css',
199188 ),
200189 'needs' => array( 'jquery.ui.core' ),
201190 ),

Status & tagging log