Merge "Fixed dependencies for jquery.collapsibleTabs"
authorNikerabbit <niklas.laxstrom@gmail.com>
Fri, 19 Oct 2012 19:38:14 +0000 (19:38 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 19 Oct 2012 19:38:14 +0000 (19:38 +0000)
1  2 
resources/Resources.php

diff --combined resources/Resources.php
@@@ -1,24 -1,4 +1,24 @@@
  <?php
 +/**
 + * Definition of core ResourceLoader modules.
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
 + * the Free Software Foundation; either version 2 of the License, or
 + * (at your option) any later version.
 + *
 + * This program is distributed in the hope that it will be useful,
 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 + * GNU General Public License for more details.
 + *
 + * You should have received a copy of the GNU General Public License along
 + * with this program; if not, write to the Free Software Foundation, Inc.,
 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 + * http://www.gnu.org/copyleft/gpl.html
 + *
 + * @file
 + */
  
  return array(
  
        'jquery' => array(
                'scripts' => 'resources/jquery/jquery.js',
                'debugRaw' => false,
 +              'targets' => array( 'desktop', 'mobile' ),
        ),
  
        /* jQuery Plugins */
        ),
        'jquery.collapsibleTabs' => array(
                'scripts' => 'resources/jquery/jquery.collapsibleTabs.js',
+               'dependencies' => 'jquery.delayedBind',
        ),
        'jquery.color' => array(
                'scripts' => 'resources/jquery/jquery.color.js',
        'jquery.getAttrs' => array(
                'scripts' => 'resources/jquery/jquery.getAttrs.js',
        ),
 +      'jquery.hidpi' => array(
 +              'scripts' => 'resources/jquery/jquery.hidpi.js',
 +              'targets' => array( 'desktop', 'mobile' ),
 +      ),
        'jquery.highlightText' => array(
                'scripts' => 'resources/jquery/jquery.highlightText.js',
                'dependencies' => 'jquery.mwExtension',
                'scripts' => 'resources/mediawiki/mediawiki.js',
                'debugScripts' => 'resources/mediawiki/mediawiki.log.js',
                'debugRaw' => false,
 +              'targets' => array( 'desktop', 'mobile' ),
        ),
        'mediawiki.api' => array(
                'scripts' => 'resources/mediawiki.api/mediawiki.api.js',
                        'feedback-bugnew',
                ),
        ),
 +      'mediawiki.hidpi' => array(
 +              'scripts' => 'resources/mediawiki/mediawiki.hidpi.js',
 +              'dependencies' => array(
 +                      'jquery.hidpi',
 +              ),
 +              'targets' => array( 'desktop', 'mobile' ),
 +      ),
        'mediawiki.htmlform' => array(
                'scripts' => 'resources/mediawiki/mediawiki.htmlform.js',
        ),
        'mediawiki.notify' => array(
                'scripts' => 'resources/mediawiki/mediawiki.notify.js',
        ),
 +      'mediawiki.searchSuggest' => array(
 +              'scripts' => 'resources/mediawiki/mediawiki.searchSuggest.js',
 +              'messages' => array(
 +                      'searchsuggest-search',
 +                      'searchsuggest-containing',
 +              ),
 +              'dependencies' => array(
 +                      'jquery.autoEllipsis',
 +                      'jquery.client',
 +                      'jquery.placeholder',
 +                      'jquery.suggestions',
 +              ),
 +      ),
        'mediawiki.Title' => array(
                'scripts' => 'resources/mediawiki/mediawiki.Title.js',
                'dependencies' => 'mediawiki.util',
                'localBasePath' => $GLOBALS['wgStyleDirectory'],
                'dependencies' => 'mediawiki.legacy.wikibits',
        ),
 -      'mediawiki.legacy.mwsuggest' => array(
 -              'scripts' => 'common/mwsuggest.js',
 -              'remoteBasePath' => $GLOBALS['wgStylePath'],
 -              'localBasePath' => $GLOBALS['wgStyleDirectory'],
 -              'dependencies' => 'mediawiki.legacy.wikibits',
 -              'messages' => array( 'search-mwsuggest-enabled', 'search-mwsuggest-disabled' ),
 -      ),
        'mediawiki.legacy.protect' => array(
                'scripts' => 'common/protect.js',
                'remoteBasePath' => $GLOBALS['wgStylePath'],