r102206 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102205‎ | r102206 | r102207 >
Date:23:07, 6 November 2011
Author:krinkle
Status:deferred
Tags:
Comment:
[TsIntuition] Enable parsemag for 'renew-cookies' (it uses {{PLURAL}})
Modified paths:
  • /trunk/tools/ToolserverI18N/public_html/index.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/public_html/index.php
@@ -195,11 +195,11 @@
196196 . kfTag( _( 'current-language' ) . _g( 'colon-separator' ) . ' ', 'label' )
197197 . kfTag( '', 'input', array( 'value' => $I18N->getLangName(), 'readonly' => 'readonly' ) )
198198 . ' ('
199 - . kfTag( _( 'clear-cookies'), 'a', array( 'href' => $Tool->generatePermalink( array( 'action' => 'clearcookies' ) ) ) )
 199+ . kfTag( _( 'clear-cookies' ), 'a', array( 'href' => $Tool->generatePermalink( array( 'action' => 'clearcookies' ) ) ) )
200200 . ')<br />'
201201 . kfTag( _( 'cookie-expiration' ) . _g( 'colon-separator' ), 'label' ) . kfTag( '', 'input', array( 'value' => $time, 'class' => "cookie-health $class", 'readonly' => 'readonly' ) )
202202 . ' ('
203 - . kfTag( _( 'renew-cookies'), 'a', array( 'href' => $Tool->generatePermalink( array( 'action' => 'renewcookies' ) ) ) )
 203+ . kfTag( _( 'renew-cookies', array( 'parsemag' => true ) ), 'a', array( 'href' => $Tool->generatePermalink( array( 'action' => 'renewcookies' ) ) ) )
204204 . ')<br />'
205205 . $after
206206 . '</div></fieldset></form></div><!-- #tab-currentsettings -->'

Follow-up revisions

RevisionCommit summaryAuthorDate
r102209[TsIntuition] Add plural-support for weeks/days/hours...krinkle23:15, 6 November 2011
r102212[TsIntuition] Sync bug fixes back from sandbox...krinkle23:59, 6 November 2011

Status & tagging log