r76314 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76313‎ | r76314 | r76315 >
Date:16:25, 8 November 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r75832: rm unused inline CSS and unused show/hide message
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)
  • /trunk/phase3/includes/installer/WebInstallerOutput.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -31,8 +31,6 @@
3232 'config-no-session' => 'Your session data was lost!
3333 Check your php.ini and make sure <code>session.save_path</code> is set to an appropriate directory.',
3434 'config-session-path-bad' => 'Your <code>session.save_path</code> (<code>$1</code>) seems to be invalid or unwritable.',
35 - 'config-show-help' => 'Help',
36 - 'config-hide-help' => 'Hide help',
3735 'config-your-language' => 'Your language:',
3836 'config-your-language-help' => 'Select a language to use during the installation process.',
3937 'config-wiki-language' => 'Wiki language:',
Index: trunk/phase3/includes/installer/WebInstallerOutput.php
@@ -183,12 +183,6 @@
184184 </head>
185185
186186 <?php echo Html::openElement( 'body', array( 'class' => $this->getDir() ) ) . "\n"; ?>
187 -<noscript>
188 -<style type="text/css">
189 -.config-help-message { display: block; }
190 -.config-show-help { display: none; }
191 -</style>
192 -</noscript>
193187 <div id="mw-page-base">
194188 <div id="mw-head-base">
195189 <div id="content">

Follow-up revisions

RevisionCommit summaryAuthorDate
r76315More followup r76314, r75832: more unused CSS, unused help imagedemon16:30, 8 November 2010
r77860Reverted r75832 per my comments on CR, unanswered for 19 days. Moving all hel...tstarling07:08, 6 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75832* Added tipsy library...bharris21:17, 1 November 2010

Status & tagging log