[MediaWiki-CVS] SVN: [115011] trunk/extensions/CodeEditor/modules

2012-04-23 Thread tstarling
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115011

Revision: 115011
Author:   tstarling
Date: 2012-04-23 11:40:43 + (Mon, 23 Apr 2012)
Log Message:
---
Fixed a couple of minor issues in r115010:
* Scroll up a few lines so that the user can see the error context
* Defer processing of the fragment until the load event, otherwise the code 
editor is not fully initialised and does not properly respond to the 
navigateTo() call.

Modified Paths:
--
trunk/extensions/CodeEditor/modules/ext.codeEditor.js
trunk/extensions/CodeEditor/modules/jquery.codeEditor.js

Modified: trunk/extensions/CodeEditor/modules/ext.codeEditor.js
===
--- trunk/extensions/CodeEditor/modules/ext.codeEditor.js   2012-04-23 
04:09:47 UTC (rev 115010)
+++ trunk/extensions/CodeEditor/modules/ext.codeEditor.js   2012-04-23 
11:40:43 UTC (rev 115011)
@@ -40,7 +40,9 @@
 $( document ).ready( function() {
// Add code editor module
$( '#wpTextbox1' ).wikiEditor( 'addModule', 'codeEditor' );
-
+} );
+$( window ).load( function() {
// If there is a fragment giving a line number, scroll to the relevant 
location
+   // Wait for the load event since it doesn't scroll properly on ready
$( '#wpTextbox1' 
).data('wikiEditor-context').fn.codeEditorMonitorFragment();
 } );

Modified: trunk/extensions/CodeEditor/modules/jquery.codeEditor.js
===
--- trunk/extensions/CodeEditor/modules/jquery.codeEditor.js2012-04-23 
04:09:47 UTC (rev 115010)
+++ trunk/extensions/CodeEditor/modules/jquery.codeEditor.js2012-04-23 
11:40:43 UTC (rev 115011)
@@ -228,6 +228,8 @@
// Line numbers in CodeEditor are zero-based
var line = parseInt( result[1] );
context.codeEditor.navigateTo( line - 1, 0 );
+   // Scroll up a bit to give some context
+   context.codeEditor.scrollToRow( line - 4 );
}
onHashChange();
$( window ).bind( 'hashchange', onHashChange );


___
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs


[MediaWiki-CVS] SVN: [115012] trunk/wikistats/squids/SquidReportArchive.pl

2012-04-23 Thread a_engels
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115012

Revision: 115012
Author:   a_engels
Date: 2012-04-23 13:38:11 + (Mon, 23 Apr 2012)
Log Message:
---
requests by Phil

Modified Paths:
--
trunk/wikistats/squids/SquidReportArchive.pl

Modified: trunk/wikistats/squids/SquidReportArchive.pl
===
--- trunk/wikistats/squids/SquidReportArchive.pl2012-04-23 11:40:43 UTC 
(rev 115011)
+++ trunk/wikistats/squids/SquidReportArchive.pl2012-04-23 13:38:11 UTC 
(rev 115012)
@@ -4793,10 +4793,10 @@
 
 sub UserAgentLine
 {
-  my ($title, $code, $showperc, $ismarked, $depth) = @_ ;
+  my ($title, $code, $showperc, $ismarked, $depth, $sharecol) = @_ ;
   my $result = tr;
-  for($i = 0 ; $i  $depth ; $i++)
-  { $result .= tdgt;/td }
+  if ($sharecol  0)
+  { $ result .= td rowspan=$sharecolnbsp;nbsp;/td ; }
   my $colspan = 4 - $depth;
   if ($ismarked)
   { $result .= td class=lt colspan=$colspanb$title/b/td ; }
@@ -4813,9 +4813,27 @@
   $result .= UserAgentField($countua {$code, 'M', '.', '.'}, $ismarked) ;
   $result .= UserAgentField($countua {$code, 'W', '.', '.'}, $ismarked) ;
   $result .= UserAgentField($countua {$code, 'X', '.', '.'}, $ismarked) ;
+  $result .= UserAgentFieldPerc($countua {$code, '.', '.', 'opensearch'}, 
$total_opensearch, $showperc, $ismarked) ;
   return $result ;
 }
 
+sub UserAgentMobileLine
+{
+  my ($title, $code, $ismarked, $depth, $sharecol) = @_ ;
+  my $result = tr;
+  if ($sharecol  0)
+  { $ result .= td rowspan=$sharecolnbsp;nbsp;/td ; }
+  my $colspan = 2 - $depth;
+  if ($ismarked)
+  { $result .= td class=lt colspan=$colspanb$title/b/td ; }
+  else
+  { $result .= td class=lt colspan=$colspan$title/td ; }
+  $result .= UserAgentFieldPerc($countua {$code, 'M', 'page', '.'} + $countua 
{$code, 'W', 'page', '.'}, $total_mobile_html, $true, $ismarked) ;
+  $result .= UserAgentFieldPerc($countua {$code, '.', '.', '.'}, 
$total_mobile, $true, $ismarked) ;
+  $result .= UserAgentFieldPerc($countua {$code, '.', '.', 'opensearch'}, 
$mobile_opensearch, $true, $ismarked) ;
+  return $result ;
+}
+
 sub WriteReportUserAgents
 {
   Log (WriteReportUserAgents\n) ;
@@ -4834,42 +4852,48 @@
 
   $html .= table border=1\n ;
  
-  $html .= trth class=l valign='top' rowspan=2 colspan=4nbsp;/thth 
rowspan=16nbsp;/thth class=c colspan=4Page views/thth 
rowspan=16nbsp;/thth class=c colspan=5All requests/th/tr\n ;
+  $html .= trth class=l valign='top' rowspan=2 colspan=4nbsp;/thth 
rowspan=16nbsp;/thth class=c colspan=4Page views/thth 
rowspan=16nbsp;/thth class=c colspan=5All requests/thth 
rowspan=16nbsp;/ththOpensearcha 
href='#explain_search'[1]/a/th/tr\n ;
   $html .= trth class=cTotal/thth class=cPercentage/thth 
class=cTo mobile/thth class=cTo main site/th ;
-  $html .= th class=cTotal/thth class=cPercentage/thth class=cTo 
mobile/thth class=cTo main site/thth class=cTo other serversa 
href='#explain_other'[1]/a/th/tr\n ;
+  $html .= th class=cTotal/thth class=cPercentage/thth class=cTo 
mobile/thth class=cTo main site/thth class=cTo other serversa 
href='#explain_other'[2]/a/thth class=cPercentage/th/tr\n ;
 
   $total_count   = $countua {'Z', '.', '.', '.'} * $multiplier 
;
   $total_html= ($countua {'Z', 'M', 'page', '.'} + 
$countua {'Z', 'W', 'page', '.'}) * $multiplier ;
-  #$total_opensearch  = $countua {'Z', '.', '.', 'opensearch'} * 
$multiplier ;
-  #$total_mobile  = $countua {'Z', 'M', '.', '.'} * 
$multiplier ;
-  #$total_mobile_html = $countua {'Z', 'M', 'page', '.'} * 
$multiplier ;
-  #$total_nonmobile   = $countua {'Z', 'W', '.', '.'} * 
$multiplier ;
-  #$total_nonmobile_html  = $countua {'Z', 'W', 'page', '.'} * 
$multiplier ;
-  #$mobile_count  = $countua {'S', '.', '.', '.'} * 
$multiplier ;
-  #$mobile_html   = $countua {'S', '.', 'page', '.'} * 
$multiplier ;
-  #$mobile_opensearch = $countua {'S', '.', '.', 'opensearch'} * 
$multiplier ;
-  #$mobile_mobile = $countua {'S', 'M', '.', '.'} * 
$multiplier ;
-  #$mobile_mobile_html= $countua {'S', 'M', 'page', '.'} * 
$multiplier ;
-  #$mobile_nonmobile  = $countua {'S', 'W', '.', '.'} * 
$multiplier ;
-  #$mobile_nonmobile_html = $countua {'S', 'W', 'page', '.'} * 
$multiplier ;
+  $total_opensearch  = $countua {'Z', '.', '.', 'opensearch'} * 
$multiplier ;
+  $total_mobile  = $countua {'S', '.', '.', '.'} * $multiplier 
;
+  $total_mobile_html = ($countua {'S', 'M', 'page', '.'} + 
$countua {'S', 'W', 'page', '.'}) * $multiplier ;
+  $mobile_opensearch = $countua {'S', '.', '.', 'opensearch'} * 
$multiplier ;
 
-  $html .= UserAgentLine(From all sources, '.', $false, $true, 0) ;
-  $html .= UserAgentLine(From mobile devices, 'S', $true, $true, 1) ;
-  $html .= 

[MediaWiki-CVS] SVN: [115013] branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess

2012-04-23 Thread preilly
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115013

Revision: 115013
Author:   preilly
Date: 2012-04-23 16:12:40 + (Mon, 23 Apr 2012)
Log Message:
---
1.19wmf: MFG Change-Id: If963bab623da57529644b32dac6f29d7747cbe5b

Modified Paths:
--

branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php

branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.i18n.php

branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.php

Modified: 
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php
===
--- 
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php
   2012-04-23 13:38:11 UTC (rev 115012)
+++ 
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php
   2012-04-23 16:12:40 UTC (rev 115013)
@@ -42,10 +42,11 @@
private static $renderZeroRatedRedirect;
private static $forceClickToViewImages;
public static $useFormat;
+   public static $renderWarning = false;
 
-   public static function onBeforePageDisplay( $out, $text ) {
+   public static function onBeforePageDisplay( $out, $options ) {
$ext = new ExtZeroRatedMobileAccess();
-   return $ext-beforePageDisplayHTML( $out, $text );
+   return $ext-beforePageDisplayHTML( $out, $options );
}
 
public static function getMobileUrl( $subdomainTokenReplacement ) {
@@ -64,7 +65,7 @@
 * @param $text String
 * @return bool
 */
-   public function beforePageDisplayHTML( $out, $text ) {
+   public function beforePageDisplayHTML( $out, $options ) {
global $wgRequest, $wgConf, 
$wgEnableZeroRatedMobileAccessTesting, $wgZeroDisableImages;
wfProfileIn( __METHOD__ );
 
@@ -124,7 +125,23 @@
}
}
 
-   if ( self::$isFilePage  self::$acceptBilling !== 
'yes'  self::$renderZeroRatedBanner === true ) {
+   if ( self::$isFilePage ) {
+   self::$renderWarning = true;
+   } else {
+   $renderWarningFlag = $wgRequest-getVal( 
'renderwarning' );
+   if ( $renderWarningFlag === 'yes' ) {
+   self::$renderWarning = true;
+   }
+   }
+
+   if ( self::$renderZeroRatedBanner === true ) {
+   self::$carrier = $this-lookupCarrier( $carrier 
);
+   $options = array();
+   $options['toggle_view_desktop'] = 
'renderZeroRatedBanner=truerenderwarning=yesreturnto=';
+   $options['supported_languages'] = isset( 
self::$carrier['languages'] ) ? self::$carrier['languages'] : '';
+   }
+
+   if ( self::$renderWarning  self::$acceptBilling !== 
'yes'  self::$renderZeroRatedBanner === true ) {
$referrer = $wgRequest-getHeader( 'referer' );
$acceptBillingYes = Html::rawElement( 'a',
array( 'href' = str_replace( 
'.wikipedia.org/', '.m.wikipedia.org/', wfExpandUrl( $wgRequest-appendQuery( 
'acceptbilling=yes' ), PROTO_CURRENT ) ) ),
@@ -158,7 +175,6 @@
$out-clearHTML();
$out-setPageTitle( null );
} elseif ( self::$renderZeroRatedBanner === true ) {
-   self::$carrier = $this-lookupCarrier( $carrier 
);
if ( isset( self::$carrier['name'] ) ) {
if ( $wgZeroDisableImages === 1 ) {
self::$forceClickToViewImages = 
$wgZeroDisableImages;
@@ -175,7 +191,9 @@
array(  'id' = 
'zero-rated-banner-text' ),
$carrierLink );
$banner = Html::rawElement( 'div',
-   array(  'style' = 
'display:none;', 'id' = 'zero-rated-banner' ), $bannerText );
+   array(  'style' = 
'display:none;', 'id' = 'zero-rated-banner' ),
+   'span 
class=notify-closea id=dismiss-notification title=' .
+   wfMsg( 
'zero-rated-mobile-access-dismiss-notification' ) . '×/a/span' . 
$bannerText );
$output .= $banner;
}
}

[MediaWiki-CVS] SVN: [115014] trunk/extensions

2012-04-23 Thread raymond
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115014

Revision: 115014
Author:   raymond
Date: 2012-04-23 19:58:40 + (Mon, 23 Apr 2012)
Log Message:
---
Localisation updates from http://translatewiki.net.

Modified Paths:
--
trunk/extensions/AdManager/AdManager.i18n.php
trunk/extensions/CollabWatchlist/CollabWatchlist.i18n.php
trunk/extensions/CountEdits/CountEdits.i18n.php
trunk/extensions/IMStatus/IMStatus.i18n.php
trunk/extensions/NewsChannel/NewsChannel.i18n.php
trunk/extensions/PackageForce/PackageForce.i18n.php
trunk/extensions/SemanticDrilldown/languages/SD_Messages.php
trunk/extensions/SemanticForms/languages/SF_Messages.php
trunk/extensions/UserOptionStats/UserOptionStats.i18n.php
trunk/extensions/WikiAtHome/WikiAtHome.i18n.php

Modified: trunk/extensions/AdManager/AdManager.i18n.php
===
--- trunk/extensions/AdManager/AdManager.i18n.php   2012-04-23 16:12:40 UTC 
(rev 115013)
+++ trunk/extensions/AdManager/AdManager.i18n.php   2012-04-23 19:58:40 UTC 
(rev 115014)
@@ -635,6 +635,36 @@
'admanager_labelPage' = 'Naame vun Bledder',
 );
 
+/** Pälzisch (Pälzisch)
+ * @author Manuae
+ */
+$messages['pfl'] = array(
+   'admanager' = 'Oazaischevawaldung',
+   'admanagerzones' = Oazaischevawaldung B'raische,
+   'admanager-desc' = Ä [[Special:AdManager|Schbezialsaid]], wu 
Adminischradore än Oazaischeb'raisch fa Saide und Kadegorije feschdleesche 
kennen,
+   'admanager_docu' = Umän Oazaischeb'raisch baina Said dzuzufiesche oda 
wegzunemme, fiesch oda nemm unne soin Titl dzu oda weg.,
+   'admanagerzones_docu' = Geb die Numma vun alle Oazaischeb'raisch ina 
aischeni Zail oa.,
+   'admanager_invalidtargetpage' = 'S\'hod kä Said midm Titl $1.',
+   'admanager_invalidtargetcategory' = 'S\'hod kä Kadegorije midm Titl 
$1.',
+   'admanager_notable' = Fehla: Die nedisch Daadebong'gtabell isch ned 
gfunne worre. Loß update.php laafe.,
+   'admanager_noAdManagerZones' = Fehla: Erschd mol missen 
Oazaischeb'raisch dzug'fieschd werre. Des konschd uffde Schbezialsaid 
[[Special:AdManagerZones|Oazaischevawaldung B'raische]] mache.,
+   'admanager_labelPage' = 'Tidl vunde Said:',
+   'admanager_labelCategory' = 'Kadegorijenoame',
+   'admanager_submit' = 'Schbaischere',
+   'admanager_noads' = 'Kä Oazaische ausgewe',
+   'admanager_Page' = 'Saide',
+   'admanager_Category' = 'Kadegorije',
+   'admanager_added' = 'Doi Änarunge sin gschbaischad worre',
+   'admanager_noadsset' = Fa $1 gild, s'werren kä Oazaische ausgewe,
+   'admanager_addedzone' = Oazaischeb'raisch isch dzugfieschd worre,
+   'admanager_zonenum' = Numma vum Oazaischeb'raisch: $1,
+   'admanager_zonenotnumber' = 'Fehla! $1 isch kä Numma.',
+   'admanager_return' = 'Zrigg zude 
[[Special:AdManager|Oazaischevawaldung]]',
+   'admanager_gotoads' = '[[Special:AdManager|Oande Oazaisch schaffe]]',
+   'admanager_gotozones' = [[Special:AdManagerZones|Oam 
Oazaischeb'raisch schaffe]],
+   'right-admanager' = '[[Special:AdManager|Oazaische gschdalde]]',
+);
+
 /** Pashto (پښتو)
  * @author Ahmed-Najib-Biabani-Ibrahimkhel
  */

Modified: trunk/extensions/CollabWatchlist/CollabWatchlist.i18n.php
===
--- trunk/extensions/CollabWatchlist/CollabWatchlist.i18n.php   2012-04-23 
16:12:40 UTC (rev 115013)
+++ trunk/extensions/CollabWatchlist/CollabWatchlist.i18n.php   2012-04-23 
19:58:40 UTC (rev 115014)
@@ -610,6 +610,7 @@
 /** Swiss German (Alemannisch)
  * @author 80686
  * @author Als-Chlämens
+ * @author Als-Holder
  */
 $messages['gsw'] = array(
'collabwatchlist' = 'Gmeinsami Beobachtigslischte',
@@ -624,7 +625,7 @@
'collabwatchlisttools-rawCategories' = 'Kategorie als Lischte ändere',
'collabwatchlisttools-rawTags' = 'Markiierige als Lischte ändere',
'collabwatchlisttools-rawUsers' = 'Benutzer als Lischte ändere',
-   'collabwatchlisttools-delete' = 'Lösche',
+   'collabwatchlisttools-delete' = 'Lesche',
'collabwatchlistsall' = 'Alli Lischte',
'collabwatchlistfiltertags' = 'Stichwörter verstecke',
'collabwatchlistedit-users-raw-submit' = 'Spychere',

Modified: trunk/extensions/CountEdits/CountEdits.i18n.php
===
--- trunk/extensions/CountEdits/CountEdits.i18n.php 2012-04-23 16:12:40 UTC 
(rev 115013)
+++ trunk/extensions/CountEdits/CountEdits.i18n.php 2012-04-23 19:58:40 UTC 
(rev 115014)
@@ -860,11 +860,12 @@
 
 /** Kazakh (Cyrillic script) (‪Қазақша (кирил)‬)
  * @author AlefZet
+ * @author Kaztrans
  */
 $messages['kk-cyrl'] = array(
'countedits' = 'Түзету санау',
'countedits-warning' = '''Назар салыңыз:''' Кітапті мұқабасынан 
жорамалдамаңыз. Үлескерді түзету санынан жорамалдамаңыз.,
-   

[MediaWiki-CVS] SVN: [115015] branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ ZeroRatedMobileAccess.i18n.php

2012-04-23 Thread preilly
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115015

Revision: 115015
Author:   preilly
Date: 2012-04-23 20:28:51 + (Mon, 23 Apr 2012)
Log Message:
---
1.19wmf: MFG Change-Id: If963bab623da57529644b32dac6f29d7747cbe5b

Modified Paths:
--

branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.i18n.php

Modified: 
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.i18n.php
===
--- 
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.i18n.php
   2012-04-23 19:58:40 UTC (rev 115014)
+++ 
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.i18n.php
   2012-04-23 20:28:51 UTC (rev 115015)
@@ -198,11 +198,14 @@
'zero-rated-mobile-access-banner-text-orange-ivory-coast' = 'Pśistup 
na {{GRAMMAR:akuzatiw|{{STENAME póbitowany wót $1',
'zero-rated-mobile-access-banner-text-orange-uganda' = 'Pśistup na 
{{GRAMMAR:akuzatiw|{{STENAME póbitowany wót $1',
'zero-rated-mobile-access-banner-text-orange-tunisia' = 'Pśistup na 
{{GRAMMAR:akuzatiw|{{STENAME póbitowany wót $1',
+   'zero-rated-mobile-access-banner-text-orange-niger' = 'Pśistup na 
{{GRAMMAR:akuzatiw|{{STENAME póbitowany wót $1',
+   'zero-rated-mobile-access-banner-text-orange-cameroon' = 'Pśistup na 
{{GRAMMAR:akuzatiw|{{STENAME póbitowany wót $1',
'zero-rated-mobile-access-banner-text-wikimedia' = 'Licha {{SITENAME}} 
wót $1',
'zero-rated-mobile-access-banner-text-data-charges' = 'Pśi pśenjasenju 
datow mógu se płaśonki wuběraś: $1 abo $2',
'zero-rated-mobile-access-banner-text-data-charges-yes' = 'Jo',
'zero-rated-mobile-access-banner-text-data-charges-no' = 'Ně',
'zero-rated-mobile-access-click-to-view-image' = 'Klikni how, aby 
wobraz wót $1 wiźeł...',
+   'zero-rated-mobile-access-dismiss-notification' = 'Toś tu powěźeńku 
zachyśiś',
 );
 
 /** Spanish (Español)
@@ -220,6 +223,8 @@
'zero-rated-mobile-access-banner-text-orange-ivory-coast' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
'zero-rated-mobile-access-banner-text-orange-uganda' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
'zero-rated-mobile-access-banner-text-orange-tunisia' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
+   'zero-rated-mobile-access-banner-text-orange-niger' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
+   'zero-rated-mobile-access-banner-text-orange-cameroon' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
'zero-rated-mobile-access-banner-text-wikimedia' = '{{SITENAME}} libre 
desde $1',
'zero-rated-mobile-access-banner-text-data-charges' = 'Se pueden 
aplicar cargos por los datos si continúa: $1 o $2',
'zero-rated-mobile-access-banner-text-data-charges-yes' = 'Sí',
@@ -271,6 +276,7 @@
'zero-rated-mobile-access-banner-text-data-charges-yes' = 'Oui',
'zero-rated-mobile-access-banner-text-data-charges-no' = 'Non',
'zero-rated-mobile-access-click-to-view-image' = 'Cliquez pour voir 
l\'image de, $1...',
+   'zero-rated-mobile-access-dismiss-notification' = 'rejeter cette 
notification',
 );
 
 /** Galician (Galego)
@@ -289,11 +295,14 @@
'zero-rated-mobile-access-banner-text-orange-ivory-coast' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
'zero-rated-mobile-access-banner-text-orange-uganda' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
'zero-rated-mobile-access-banner-text-orange-tunisia' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
+   'zero-rated-mobile-access-banner-text-orange-niger' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
+   'zero-rated-mobile-access-banner-text-orange-cameroon' = 'Acceso a 
{{SITENAME}} ofrecido por $1',
'zero-rated-mobile-access-banner-text-wikimedia' = '{{SITENAME}} 
gratis desde $1',
'zero-rated-mobile-access-banner-text-data-charges' = 'Poden aplicarse 
tarifas de datos se continúa: $1 ou $2',
'zero-rated-mobile-access-banner-text-data-charges-yes' = 'si',
'zero-rated-mobile-access-banner-text-data-charges-no' = 'non',
'zero-rated-mobile-access-click-to-view-image' = 'Prema para ver a 
imaxe, $1...',
+   'zero-rated-mobile-access-dismiss-notification' = 'agochar esta 
notificación',
 );
 
 /** Hebrew (עברית)
@@ -336,6 +345,7 @@
'zero-rated-mobile-access-banner-text-data-charges-yes' = 'Haj',
'zero-rated-mobile-access-banner-text-data-charges-no' = 'Ně',
'zero-rated-mobile-access-click-to-view-image' = 'Klikń tu, zo by 
wobraz wot $1 widźał...',
+   'zero-rated-mobile-access-dismiss-notification' = 'Tute zdźělenje 
zaćisnyć',
 );
 
 /** Interlingua (Interlingua)
@@ -554,6 +564,7 @@
'zero-rated-mobile-access-banner-text-orange-ivory-coast' = 'Toegang 
tot {{SITENAME}} aangeboden door $1',
'zero-rated-mobile-access-banner-text-orange-uganda' = 'Toegang tot 

[MediaWiki-CVS] SVN: [115017] trunk/tools/mwmultiversion/scripts/

2012-04-23 Thread catrope
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115017

Revision: 115017
Author:   catrope
Date: 2012-04-23 23:30:12 + (Mon, 23 Apr 2012)
Log Message:
---
Delete scripts directory, duplicated in operations/puppet.git in 
files/misc/scripts

Removed Paths:
-
trunk/tools/mwmultiversion/scripts/


___
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs


[MediaWiki-CVS] SVN: [115018] trunk/extensions/CodeEditor/CodeEditor.i18n.php

2012-04-23 Thread erik
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115018

Revision: 115018
Author:   erik
Date: 2012-04-23 23:58:30 + (Mon, 23 Apr 2012)
Log Message:
---
Change Toggle syntax highlighting to Toggle code editor

Since the code editor adds line numbers, support for tab indentation,
code folding, and other features, summarizing this as syntax highlighting
is misleading.

Modified Paths:
--
trunk/extensions/CodeEditor/CodeEditor.i18n.php

Modified: trunk/extensions/CodeEditor/CodeEditor.i18n.php
===
--- trunk/extensions/CodeEditor/CodeEditor.i18n.php 2012-04-23 23:30:12 UTC 
(rev 115017)
+++ trunk/extensions/CodeEditor/CodeEditor.i18n.php 2012-04-23 23:58:30 UTC 
(rev 115018)
@@ -13,7 +13,7 @@
  */
 $messages['en'] = array(
'codeeditor-desc' = 'Syntax-highlighted editing for JavaScript and CSS 
pages using [http://ace.ajax.org/ Ace editor]',
-   'codeeditor-toolbar-toggle' = 'Toggle syntax highlighting',
+   'codeeditor-toolbar-toggle' = 'Toggle code editor',
 );
 
 /** Message documentation (Message documentation)


___
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs


[MediaWiki-CVS] SVN: [115019] branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/ common.css

2012-04-23 Thread awjrichards
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115019

Revision: 115019
Author:   awjrichards
Date: 2012-04-24 00:10:27 + (Tue, 24 Apr 2012)
Log Message:
---
MFG Change-Id: I2e4772836a9815855ce46fcb3784f7e26fed56bf

Modified Paths:
--
branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css

Modified: branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css
===
--- branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css  
2012-04-23 23:58:30 UTC (rev 115018)
+++ branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/common.css  
2012-04-24 00:10:27 UTC (rev 115019)
@@ -230,7 +230,6 @@
 table {
display: block;
overflow-x: auto;
-   -webkit-overflow-scrolling: touch;
 }
 
 table.toc h2 {


___
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs