r85754 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85753‎ | r85754 | r85755 >
Date:09:51, 10 April 2011
Author:krinkle
Status:deferred
Tags:
Comment:
update graph to show weeks instead of days (same as on twn)
Modified paths:
  • /trunk/tools/ToolserverI18N/public_html/index.php (modified) (history)
  • /trunk/tools/ToolserverI18N/public_html/main.css (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/public_html/main.css
@@ -2,10 +2,10 @@
33 background: rgb(0, 215, 0);
44 }
55 .cookie-health.good {
6 - background: rgb(255, 215, 0);
 6+ background: #00D700;
77 }
88 .cookie-health.bad {
9 - background: rgb(255, 165, 0);
 9+ background: rgb(255, 215, 0);
1010 }
1111 .cookie-health.worst {
1212 background: rgb(255, 0, 0);
Index: trunk/tools/ToolserverI18N/public_html/index.php
@@ -243,10 +243,12 @@
244244 $about = '<div id="tab-about">';
245245
246246 $about .= '<a href="http://translatewiki.net/wiki/Translating:Toolserver">'
247 - . '<img src="http://translatewiki.net/w/i.php?title=Special:TranslationStats&'
248 - . 'graphit=1&width=520&height=400&group=tsint-0-all" width="520" height="400" alt="" class="floatRight" />'
 247+ . '<img src="http://translatewiki.net/w/i.php?title=Special:TranslationStats'
 248+ . '&graphit=1&preview=&count=edits&scale=weeks&days=30&width=600&height=400&group=tsint-0-all'
 249+ . '" width="520" height="400" alt="" class="floatRight" />'
249250 . '</a>';
250 -$about .= 'Technical documentation: <a href="https://wiki.toolserver.org/view/Toolserver_Intuition">https://wiki.toolserver.org/view/Toolserver_Intuition</a>'
 251+$about .= 'Technical documentation: <a href="https://wiki.toolserver.org/view/Toolserver_Intuition">'
 252+ . 'https://wiki.toolserver.org/view/Toolserver_Intuition</a>'
251253 . '<div class="tab-paragraph-head">' . _( 'usage' ) . '</div><ul>';
252254 foreach ( $I18N->getAllRegisteredDomains() as $domainKey => $domainFile ) {
253255 $domainInfo = $I18N->getDomainInfo( $domainKey );

Status & tagging log