multichill | 1 Apr 2012 15:44
Picon
Favicon

SVN: [114647] trunk/tools/ToolserverI18N/language/messages/Monumentsapi. i18n.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114647

Revision: 114647
Author:   multichill
Date:     2012-04-01 13:44:28 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
Some more messages thanks to Elya.

Modified Paths:
--------------
    trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php

Modified: trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php
===================================================================
--- trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php	2012-03-31 19:57:26
UTC (rev 114646)
+++ trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php	2012-04-01 13:44:28
UTC (rev 114647)
 <at>  <at>  -36,6 +36,15  <at>  <at> 
 	'db-field-source' => 'Source',
 	'db-field-monument_article' => 'Monument article',
 	'db-field-registrant_url' => 'Registrant url',
+	'toolbox-label-searchtipps' => 'use %term or term% or %term% for fuzzy search',
+	'toolbox-meta-title' => 'Wiki Loves Monuments Toolbox',
+	'toolbox-main-title' => 'WLM Toolbox',
+	'toolbox-main-description' => 'A set of tools related to',
+	'toolbox-wikilovesmonuments' => 'Wiki Loves Monuments',
+	'toolbox-nav-homepage' => 'Homepage',
+	'toolbox-nav-statistics' => 'Statistics',
(Continue reading)

jeroendedauw | 1 Apr 2012 18:23
Picon
Favicon

SVN: [114648] trunk/extensions/SemanticResultFormats/jqPlot

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114648

Revision: 114648
Author:   jeroendedauw
Date:     2012-04-01 16:23:13 +0000 (Sun, 01 Apr 2012)
Log Message:
-----------
follow up to r114644, rem now obsolete files

Removed Paths:
-------------
    trunk/extensions/SemanticResultFormats/jqPlot/README
    trunk/extensions/SemanticResultFormats/jqPlot/excanvas.js
    trunk/extensions/SemanticResultFormats/jqPlot/jqplot.barRenderer.js
    trunk/extensions/SemanticResultFormats/jqPlot/jqplot.canvasAxisTickRenderer.js
    trunk/extensions/SemanticResultFormats/jqPlot/jqplot.canvasTextRenderer.js
    trunk/extensions/SemanticResultFormats/jqPlot/jqplot.categoryAxisRenderer.js
    trunk/extensions/SemanticResultFormats/jqPlot/jqplot.pieRenderer.js
    trunk/extensions/SemanticResultFormats/jqPlot/jqplot.pointLabels.min.js
    trunk/extensions/SemanticResultFormats/jqPlot/jqplot.trendline.js
    trunk/extensions/SemanticResultFormats/jqPlot/jquery.jqplot.css
    trunk/extensions/SemanticResultFormats/jqPlot/jquery.jqplot.js

Deleted: trunk/extensions/SemanticResultFormats/jqPlot/README
===================================================================
--- trunk/extensions/SemanticResultFormats/jqPlot/README	2012-04-01 13:44:28 UTC (rev 114647)
+++ trunk/extensions/SemanticResultFormats/jqPlot/README	2012-04-01 16:23:13 UTC (rev 114648)
 <at>  <at>  -1,13 +0,0  <at>  <at> 
-The result formats contained in this directory are query printers for
-Semantic MediaWiki that display charts using the jqPlot Javascript library:
(Continue reading)

yaron | 2 Apr 2012 04:06
Picon
Favicon

SVN: [114649] trunk/extensions/SemanticForms/specials/SF_UploadWindow.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114649

Revision: 114649
Author:   yaron
Date:     2012-04-02 02:06:53 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
Fix for r102888 - $output should be initialized correctly

Modified Paths:
--------------
    trunk/extensions/SemanticForms/specials/SF_UploadWindow.php

Modified: trunk/extensions/SemanticForms/specials/SF_UploadWindow.php
===================================================================
--- trunk/extensions/SemanticForms/specials/SF_UploadWindow.php	2012-04-01 16:23:13 UTC (rev 114648)
+++ trunk/extensions/SemanticForms/specials/SF_UploadWindow.php	2012-04-02 02:06:53 UTC (rev 114649)
 <at>  <at>  -385,7 +385,7  <at>  <at> 
 		// UTF8-decoding is needed for IE
 		$basename = utf8_decode( $basename );
 		
-		$output .= <<<END
+		$output = <<<END
 		<script type="text/javascript">
 		var input = parent.window.jQuery( parent.document.getElementById("{$this->mInputID}") );
 END;
vvv | 2 Apr 2012 10:53
Picon
Favicon

SVN: [114650] trunk/php/luasandbox

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114650

Revision: 114650
Author:   vvv
Date:     2012-04-02 08:53:16 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
Add the initial implementation of the Unicode support.

Modified Paths:
--------------
    trunk/php/luasandbox/config.m4
    trunk/php/luasandbox/data_conversion.c
    trunk/php/luasandbox/library.c

Added Paths:
-----------
    trunk/php/luasandbox/luasandbox_unicode.h
    trunk/php/luasandbox/m4/ac_check_icu.m4
    trunk/php/luasandbox/ustring.c

Modified: trunk/php/luasandbox/config.m4
===================================================================
--- trunk/php/luasandbox/config.m4	2012-04-02 02:06:53 UTC (rev 114649)
+++ trunk/php/luasandbox/config.m4	2012-04-02 08:53:16 UTC (rev 114650)
 <at>  <at>  -9,6 +9,10  <at>  <at> 
 if test "$PHP_LUASANDBOX" != "no"; then
 	dnl Include pkg-config macros definitions:
 	m4_include([m4/pkg.m4])
+	
(Continue reading)

jeroendedauw | 2 Apr 2012 14:09
Picon
Favicon

SVN: [114651] trunk/extensions/SemanticMediaWiki

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114651

Revision: 114651
Author:   jeroendedauw
Date:     2012-04-02 12:09:40 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
fix bug 35643 plus some extra cleanup

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/includes/params/SMW_ParamFormat.php
    trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php
    trunk/extensions/SemanticMediaWiki/specials/URIResolver/SMW_SpecialURIResolver.php

Modified: trunk/extensions/SemanticMediaWiki/includes/params/SMW_ParamFormat.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/params/SMW_ParamFormat.php	2012-04-02
08:53:16 UTC (rev 114650)
+++ trunk/extensions/SemanticMediaWiki/includes/params/SMW_ParamFormat.php	2012-04-02
12:09:40 UTC (rev 114651)
 <at>  <at>  -51,7 +51,7  <at>  <at> 
 	
 	/**
 	 * Takes a format name, which can be an alias and returns a format name
-	 * which will be valid for sure. Aliases are resvolved. If the given
+	 * which will be valid for sure. Aliases are resolved. If the given
 	 * format name is invalid, the predefined default format will be returned.
 	 * 
 	 *  <at> since 1.6.2
(Continue reading)

netbrain | 2 Apr 2012 15:28
Picon
Favicon

SVN: [114652] trunk/extensions/Maps/includes/services/OpenLayers/jquery. openlayers.js

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114652

Revision: 114652
Author:   netbrain
Date:     2012-04-02 13:28:13 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
fixed openlayers js for image layer capability.
and did some minor js optimizations

Modified Paths:
--------------
    trunk/extensions/Maps/includes/services/OpenLayers/jquery.openlayers.js

Modified: trunk/extensions/Maps/includes/services/OpenLayers/jquery.openlayers.js
===================================================================
--- trunk/extensions/Maps/includes/services/OpenLayers/jquery.openlayers.js	2012-04-02
12:09:40 UTC (rev 114651)
+++ trunk/extensions/Maps/includes/services/OpenLayers/jquery.openlayers.js	2012-04-02
13:28:13 UTC (rev 114652)
 <at>  <at>  -92,7 +92,7  <at>  <at> 
 				control = getValidControlName( controls[i] );
 				
 				if ( control ) {
-					eval(' map.addControl( new OpenLayers.Control.' + control + '() ); ');
+                    map.addControl(eval('new OpenLayers.Control.' + control + '() '));
 				}
 			}
 			else {
 <at>  <at>  -178,21 +178,22  <at>  <at> 
(Continue reading)

jeroendedauw | 2 Apr 2012 15:34
Picon
Favicon

SVN: [114653] trunk/extensions/SemanticMediaWiki/RELEASE-NOTES

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114653

Revision: 114653
Author:   jeroendedauw
Date:     2012-04-02 13:34:08 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
Follow up to r114651; up rel notes

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/RELEASE-NOTES

Modified: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticMediaWiki/RELEASE-NOTES	2012-04-02 13:28:13 UTC (rev 114652)
+++ trunk/extensions/SemanticMediaWiki/RELEASE-NOTES	2012-04-02 13:34:08 UTC (rev 114653)
 <at>  <at>  -12,6 +12,7  <at>  <at> 
 * Full compatibility with MediaWiki 1.19 and foreward-compatibility with 1.20.
 * Fixed page parameter handling on Special:ExportPDF (bug 35180).
 * Fixed handling of #set_recurring_event for 'month' and 'year' time units.
+* Fixed error on Special:URIResolver (bug 35643).

 == SMW 1.7.1 ==
preilly | 2 Apr 2012 18:43
Picon
Favicon

SVN: [114654] branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ ZeroRatedMobileAccess.body.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114654

Revision: 114654
Author:   preilly
Date:     2012-04-02 16:43:46 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
1.19wmf: MFG Change-Id: I8eea04193a9fa3c7361e3124981bf55704988030

Modified Paths:
--------------
    branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php

Modified: branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php
===================================================================
---
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php	2012-04-02
13:34:08 UTC (rev 114653)
+++
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php	2012-04-02
16:43:46 UTC (rev 114654)
 <at>  <at>  -161,17 +161,6  <at>  <at> 
 					} else {
 						$wgRequest->response()->header( 'X-Images: yes' );
 					}
-					if ( self::$isMainPage ) {
-						if ( $lang === 'ms' ) {
-							$redirect = SpecialPage::getTitleFor( 'ZeroRatedMobileAccess' )->getLocalUrl();
-							if ( isset( self::$carrier['name'] ) && stristr( self::$carrier['name'], 'DIGI' ) !== FALSE ) {
-								$redirect = 'http://en.zero.wikipedia.org/wiki/Special:ZeroRatedMobileAccess';
(Continue reading)

preilly | 2 Apr 2012 19:15
Picon
Favicon

SVN: [114655] branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ ZeroRatedMobileAccess.body.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114655

Revision: 114655
Author:   preilly
Date:     2012-04-02 17:15:16 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
1.19wmf: MFG Change-Id: I4d6fd913f7581db6c05f1b2399d232a1a86c47c2

Modified Paths:
--------------
    branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php

Modified: branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php
===================================================================
---
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php	2012-04-02
16:43:46 UTC (rev 114654)
+++
branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php	2012-04-02
17:15:16 UTC (rev 114655)
 <at>  <at>  -122,7 +122,7  <at>  <at> 
 			if ( self::$isFilePage && 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' . urlencode( $referrer ) ), PROTO_CURRENT ) ) ),
+					array( 'href' => str_replace( '.wikipedia.org/', '.m.wikipedia.org/', wfExpandUrl(
$wgRequest->appendQuery( 'acceptbilling=yes' ), PROTO_CURRENT ) ) ),
(Continue reading)

nikerabbit | 2 Apr 2012 19:38
Picon
Favicon

SVN: [114656] branches/wmf/1.19wmf1/languages/Names.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114656

Revision: 114656
Author:   nikerabbit
Date:     2012-04-02 17:38:21 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
MFG https://gerrit.wikimedia.org/r/#change,3805

Modified Paths:
--------------
    branches/wmf/1.19wmf1/languages/Names.php

Modified: branches/wmf/1.19wmf1/languages/Names.php
===================================================================
--- branches/wmf/1.19wmf1/languages/Names.php	2012-04-02 17:15:16 UTC (rev 114655)
+++ branches/wmf/1.19wmf1/languages/Names.php	2012-04-02 17:38:21 UTC (rev 114656)
 <at>  <at>  -7,7 +7,7  <at>  <at> 
   */
 /* private */ $coreLanguageNames = array(
 	'aa' => 'Qafár af',	# Afar
-	'ab' => 'Аҧсуа',	# Abkhaz, should possibly add ' бысжѡа'
+	'ab' => 'Аҧсшәа',	# Abkhaz
 	'ace' => 'Acèh',	# Aceh
 	'af' => 'Afrikaans',	# Afrikaans
 	'ak' => 'Akan',		# Akan
 <at>  <at>  -37,7 +37,7  <at>  <at> 
 	'be-tarask' => "\xE2\x80\xAAБеларуская (тарашкевіца)\xE2\x80\xAC",	#
Belarusian in Taraskievica orthography
 	'be-x-old' => "\xE2\x80\xAAБеларуская (тарашкевіца)\xE2\x80\xAC",	#
(Continue reading)


Gmane