https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102149

Revision: 102149
Author:   jeroendedauw
Date:     2011-11-06 04:10:46 +0000 (Sun, 06 Nov 2011)
Log Message:
-----------
follow up to r101864

Modified Paths:
--------------
    trunk/extensions/Contest/Contest.php
    trunk/extensions/Contest/includes/ContestantPager.php

Removed Paths:
-------------
    trunk/extensions/Contest/resources/contest.contestant.pager.css
    trunk/extensions/Contest/resources/contest.contestant.pager.js

Modified: trunk/extensions/Contest/Contest.php
===================================================================
--- trunk/extensions/Contest/Contest.php        2011-11-06 04:06:27 UTC (rev 
102148)
+++ trunk/extensions/Contest/Contest.php        2011-11-06 04:10:46 UTC (rev 
102149)
@@ -276,15 +276,6 @@
        )
 );
 
-$wgResourceModules['contest.contestant.pager'] = $moduleTemplate + array(
-       'scripts' => array(
-               'contest.contestant.pager.js',
-       ),
-       'styles' => array(
-               'contest.contestant.pager.css',
-       ),
-);
-
 $wgResourceModules['contest.special.contestant'] = $moduleTemplate + array(
        'styles' => array(
                'contest.special.contestant.css',

Modified: trunk/extensions/Contest/includes/ContestantPager.php
===================================================================
--- trunk/extensions/Contest/includes/ContestantPager.php       2011-11-06 
04:06:27 UTC (rev 102148)
+++ trunk/extensions/Contest/includes/ContestantPager.php       2011-11-06 
04:10:46 UTC (rev 102149)
@@ -47,8 +47,6 @@
 
                // when MW 1.19 becomes min, we want to pass an IContextSource 
$context here.
                parent::__construct();
-
-               $this->getOutput()->addModules( 'contest.contestant.pager' );
        }
 
        /**

Deleted: trunk/extensions/Contest/resources/contest.contestant.pager.css
===================================================================
--- trunk/extensions/Contest/resources/contest.contestant.pager.css     
2011-11-06 04:06:27 UTC (rev 102148)
+++ trunk/extensions/Contest/resources/contest.contestant.pager.css     
2011-11-06 04:10:46 UTC (rev 102149)
@@ -1,11 +0,0 @@
-/**
- * CSS for the Contest MediaWiki extension.
- * @see https://www.mediawiki.org/wiki/Extension:Contest
- * 
- * @licence GNU GPL v3 or later
- * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
- */
-
-/*.contestant-row td:hover {
-       cursor: pointer;
-}*/
\ No newline at end of file

Deleted: trunk/extensions/Contest/resources/contest.contestant.pager.js
===================================================================
--- trunk/extensions/Contest/resources/contest.contestant.pager.js      
2011-11-06 04:06:27 UTC (rev 102148)
+++ trunk/extensions/Contest/resources/contest.contestant.pager.js      
2011-11-06 04:10:46 UTC (rev 102149)
@@ -1,15 +0,0 @@
-/**
- * JavasSript for the Contest MediaWiki extension.
- * @see https://www.mediawiki.org/wiki/Extension:Contest
- *
- * @licence GNU GPL v3 or later
- * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
- */
-
-(function( $, mw ) {
-
-       $( document ).ready( function() {
-
-       } );
-
-})( window.jQuery, window.mediaWiki );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to