r84942 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84941‎ | r84942 | r84943 >
Date:00:44, 29 March 2011
Author:krinkle
Status:deferred (Comments)
Tags:
Comment:
add rev id in header + clear-cookies lowercase
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
@@ -36,12 +36,13 @@
3737 */
3838 require_once( '/home/krinkle/common/InitTool.php' );
3939
 40+$svninfo = kfCwdSvnInfo();
4041 $toolConfig = array(
4142 'displayTitle' => _( 'fullname' ),
4243 'krinklePrefix' => false,
4344 'simplePath' => '/TsIntuition/',
44 - 'revisionId' => '0.1.0',
45 - 'revisionDate' => $I18N->dateFormatted( '2011-03-15' ),
 45+ 'revisionId' => "0.1.0 (<a target=\"blank\" href=\"{$svninfo['cwd_last_rev_link']}\">r{$svninfo['cwd_last_rev']}</a>)",
 46+ 'revisionDate' => $I18N->dateFormatted( $svninfo['cwd_last_date'] ),
4647 'styles' => array( 'main.css' ),
4748 );
4849
Index: trunk/tools/ToolserverI18N/language/messages/Tsintuition.i18n.php
@@ -17,7 +17,7 @@
1818 'current-language' => 'Currently selected language',
1919 'settings-legend' => 'Settings',
2020 'choose-language' => 'Choose a language',
21 - 'clear-memory' => 'Clear cookies',
 21+ 'clear-memory' => 'clear cookies',
2222 'cookie-expiration' => 'Cookie expiration',
2323 );
2424
@@ -38,7 +38,7 @@
3939 'current-language' => 'Huidige taal',
4040 'settings-legend' => 'Instellingen',
4141 'choose-language' => 'Kies een taal',
42 - 'clear-memory' => 'Cookies wissen',
 42+ 'clear-memory' => 'cookies wissen',
4343 'cookie-expiration' => 'Cookie verlooptijd',
4444 );
4545

Comments

#Comment by Reedy (talk | contribs)   07:59, 29 March 2011

You could just use svn:keywords Id like the api uses...

Status & tagging log