r85246 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85245‎ | r85246 | r85247 >
Date:11:58, 3 April 2011
Author:krinkle
Status:deferred
Tags:
Comment:
adding renew-cookies action to the front end (stable enough), version bump to 0.1.1
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/Tsintuition.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/public_html/index.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/public_html/index.php
@@ -48,7 +48,7 @@
4949 'displayTitle' => _( 'fullname' ),
5050 'krinklePrefix' => false,
5151 'simplePath' => '/TsIntuition/',
52 - 'revisionId' => "0.1.0 (<a target=\"blank\" href=\"{$svninfo['directory-cr-rev']}?" . http_build_query($revUrlQuery) . "\">r{$svninfo['directory-rev']}</a>)",
 52+ 'revisionId' => "0.1.1 (<a target=\"blank\" href=\"{$svninfo['directory-cr-rev']}?" . http_build_query($revUrlQuery) . "\">r{$svninfo['directory-rev']}</a>)",
5353 'revisionDate' => $I18N->dateFormatted( $svninfo['directory-up-date'] ),
5454 'styles' => array( 'main.css' ),
5555 );
@@ -158,6 +158,9 @@
159159 . kfTag( _( 'clear-cookies'), 'a', array( 'href' => $Tool->generatePermalink( array( 'action' => 'clearcookies' ) ) ) )
160160 . ')<br />'
161161 . kfTag( _( 'cookie-expiration' ) . _g( 'colon-separator' ), 'label' ) . kfTag( '', 'input', array( 'value' => $time, 'class' => "cookie-health $class", 'readonly' => 'readonly' ) )
 162+ . ' ('
 163+ . kfTag( _( 'renew-cookies'), 'a', array( 'href' => $Tool->generatePermalink( array( 'action' => 'renewcookies' ) ) ) )
 164+ . ')<br />'
162165 . $after
163166 . '</form>'
164167 );
Index: trunk/tools/ToolserverI18N/language/messages/Tsintuition.i18n.php
@@ -44,6 +44,7 @@
4545 'settings-legend' => 'Instellingen',
4646 'choose-language' => 'Kies een taal',
4747 'clear-cookies' => 'cookies wissen',
 48+ 'renew-cookies' => 'verleng cookies',
4849 'cookie-expiration' => 'Cookie verlooptijd',
4950 'clearcookies-success' => 'Cookies gewist.',
5051 'renewcookies-success' => 'Cookies vernieuwd! Je bent weer helemaal gereed voor de komende $1.',

Follow-up revisions

RevisionCommit summaryAuthorDate
r86511Changes for deprecated ParserOptions::getSkin() from r85296 and keeping backw...siebrand17:37, 20 April 2011

Status & tagging log