r102149 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102148‎ | r102149 | r102150 >
Date:04:10, 6 November 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
follow up to r101864
Modified paths:
  • /trunk/extensions/Contest/Contest.php (modified) (history)
  • /trunk/extensions/Contest/includes/ContestantPager.php (modified) (history)
  • /trunk/extensions/Contest/resources/contest.contestant.pager.css (deleted) (history)
  • /trunk/extensions/Contest/resources/contest.contestant.pager.js (deleted) (history)

Diff [purge]

Index: trunk/extensions/Contest/Contest.php
@@ -276,15 +276,6 @@
277277 )
278278 );
279279
280 -$wgResourceModules['contest.contestant.pager'] = $moduleTemplate + array(
281 - 'scripts' => array(
282 - 'contest.contestant.pager.js',
283 - ),
284 - 'styles' => array(
285 - 'contest.contestant.pager.css',
286 - ),
287 -);
288 -
289280 $wgResourceModules['contest.special.contestant'] = $moduleTemplate + array(
290281 'styles' => array(
291282 'contest.special.contestant.css',
Index: trunk/extensions/Contest/includes/ContestantPager.php
@@ -47,8 +47,6 @@
4848
4949 // when MW 1.19 becomes min, we want to pass an IContextSource $context here.
5050 parent::__construct();
51 -
52 - $this->getOutput()->addModules( 'contest.contestant.pager' );
5351 }
5452
5553 /**
Index: trunk/extensions/Contest/resources/contest.contestant.pager.css
@@ -1,11 +0,0 @@
2 -/**
3 - * CSS for the Contest MediaWiki extension.
4 - * @see https://www.mediawiki.org/wiki/Extension:Contest
5 - *
6 - * @licence GNU GPL v3 or later
7 - * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
8 - */
9 -
10 -/*.contestant-row td:hover {
11 - cursor: pointer;
12 -}*/
\ No newline at end of file
Index: trunk/extensions/Contest/resources/contest.contestant.pager.js
@@ -1,15 +0,0 @@
2 -/**
3 - * JavasSript for the Contest MediaWiki extension.
4 - * @see https://www.mediawiki.org/wiki/Extension:Contest
5 - *
6 - * @licence GNU GPL v3 or later
7 - * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
8 - */
9 -
10 -(function( $, mw ) {
11 -
12 - $( document ).ready( function() {
13 -
14 - } );
15 -
16 -})( window.jQuery, window.mediaWiki );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101864kill obsolete codejeroendedauw19:55, 3 November 2011

Status & tagging log