From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- .../tests/selenium/SeleniumTestHTMLLogger.php | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 maintenance/tests/selenium/SeleniumTestHTMLLogger.php (limited to 'maintenance/tests/selenium/SeleniumTestHTMLLogger.php') diff --git a/maintenance/tests/selenium/SeleniumTestHTMLLogger.php b/maintenance/tests/selenium/SeleniumTestHTMLLogger.php deleted file mode 100644 index 21332cf0..00000000 --- a/maintenance/tests/selenium/SeleniumTestHTMLLogger.php +++ /dev/null @@ -1,36 +0,0 @@ -addHeadItem( 'selenium', '' ); - } - - public function write( $message, $mode = false ) { - global $wgOut; - $out = ''; - if ( $mode == SeleniumTestSuite::RESULT_OK ) { - $out .= ''; - } - $out .= htmlspecialchars( $message ); - if ( $mode == SeleniumTestSuite::RESULT_OK ) { - $out .= ''; - } - if ( $mode != SeleniumTestSuite::CONTINUE_LINE ) { - $out .= '
'; - } - - $wgOut->addHTML( $out ); - } -} -- cgit v1.2.3-54-g00ecf