jeroendedauw | 1 Mar 2011 01:00
Picon
Favicon

SVN: [82988] branches/Maps0.8/includes

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82988

Revision: 82988
Author:   jeroendedauw
Date:     2011-03-01 00:00:21 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
more cleanup and work on the google maps js

Modified Paths:
--------------
    branches/Maps0.8/includes/features/Maps_BaseMap.php
    branches/Maps0.8/includes/features/Maps_BasePointMap.php
    branches/Maps0.8/includes/services/GoogleMaps/GoogleMaps.php
    branches/Maps0.8/includes/services/GoogleMaps/Maps_GoogleMaps.php
    branches/Maps0.8/includes/services/GoogleMaps/ext.maps.googlemaps2.js
    branches/Maps0.8/includes/services/OpenLayers/Maps_OpenLayers.php
    branches/Maps0.8/includes/services/OpenLayers/OpenLayers.php

Modified: branches/Maps0.8/includes/features/Maps_BaseMap.php
===================================================================
--- branches/Maps0.8/includes/features/Maps_BaseMap.php	2011-02-28 23:58:06 UTC (rev 82987)
+++ branches/Maps0.8/includes/features/Maps_BaseMap.php	2011-03-01 00:00:21 UTC (rev 82988)
 <at>  <at>  -76,7 +76,7  <at>  <at> 
 		$output = $this->getMapHTML( $params, $parser ) . $this->getJSON( $params, $parser );
 		
 		global $wgTitle;
-		if ( $wgTitle->getNamespace() == NS_SPECIAL ) {
+		if ( $wgTitle->isSpecialPage() ) {
 			global $wgOut;
(Continue reading)

siebrand | 1 Mar 2011 01:05
Picon
Favicon

SVN: [82989] trunk/extensions/Translate/groups/mediawiki-defines.txt

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82989

Revision: 82989
Author:   siebrand
Date:     2011-03-01 00:05:27 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
Update ignored messages
Remove trailing whitespace

Modified Paths:
--------------
    trunk/extensions/Translate/groups/mediawiki-defines.txt

Modified: trunk/extensions/Translate/groups/mediawiki-defines.txt
===================================================================
--- trunk/extensions/Translate/groups/mediawiki-defines.txt	2011-03-01 00:00:21 UTC (rev 82988)
+++ trunk/extensions/Translate/groups/mediawiki-defines.txt	2011-03-01 00:05:27 UTC (rev 82989)
 <at>  <at>  -83,7 +83,7  <at>  <at> 
 optional = babel-autocreate-user
 ignored = babel-box-cellspacing, babel-cellspacing
 ignored = babel-portal, babel-template
-ignored = babel-footer
+ignored = babel-footer, babel-box-cellpadding, babel-box-cellpadding

 Back and Forth
 file = BackAndForth/BackAndForth.i18n.php
 <at>  <at>  -639,7 +639,7  <at>  <at> 
 optional = interwiki_defaulturl, interwiki_url, interwiki-url-label
 ignored = interwiki_logentry, interwiki_defaulturl
(Continue reading)

siebrand | 1 Mar 2011 01:13
Picon
Favicon

SVN: [82990] trunk/extensions/Translate/groups/mediawiki-defines.txt

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82990

Revision: 82990
Author:   siebrand
Date:     2011-03-01 00:13:31 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
FIx incorrect duplicate in r82989.

Modified Paths:
--------------
    trunk/extensions/Translate/groups/mediawiki-defines.txt

Modified: trunk/extensions/Translate/groups/mediawiki-defines.txt
===================================================================
--- trunk/extensions/Translate/groups/mediawiki-defines.txt	2011-03-01 00:05:27 UTC (rev 82989)
+++ trunk/extensions/Translate/groups/mediawiki-defines.txt	2011-03-01 00:13:31 UTC (rev 82990)
 <at>  <at>  -83,7 +83,7  <at>  <at> 
 optional = babel-autocreate-user
 ignored = babel-box-cellspacing, babel-cellspacing
 ignored = babel-portal, babel-template
-ignored = babel-footer, babel-box-cellpadding, babel-box-cellpadding
+ignored = babel-footer, babel-box-cellpadding, babel-cellpadding

 Back and Forth
 file = BackAndForth/BackAndForth.i18n.php
jeroendedauw | 1 Mar 2011 01:14
Picon
Favicon

SVN: [82991] branches/Maps0.8/includes

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82991

Revision: 82991
Author:   jeroendedauw
Date:     2011-03-01 00:14:28 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
follow up to r82988

Modified Paths:
--------------
    branches/Maps0.8/includes/features/Maps_BaseMap.php
    branches/Maps0.8/includes/features/Maps_BasePointMap.php
    branches/Maps0.8/includes/services/GoogleMaps/Maps_GoogleMapsDispMap.php
    branches/Maps0.8/includes/services/GoogleMaps/Maps_GoogleMapsDispPoint.php
    branches/Maps0.8/includes/services/GoogleMaps/ext.maps.googlemaps2.js

Modified: branches/Maps0.8/includes/features/Maps_BaseMap.php
===================================================================
--- branches/Maps0.8/includes/features/Maps_BaseMap.php	2011-03-01 00:13:31 UTC (rev 82990)
+++ branches/Maps0.8/includes/features/Maps_BaseMap.php	2011-03-01 00:14:28 UTC (rev 82991)
 <at>  <at>  -29,14 +29,15  <at>  <at> 
 	/**
 	 * Returns the HTML to display the map.
 	 * 
-	 *  <at> since 0.7.3
+	 *  <at> since 0.8
 	 * 
 	 *  <at> param array $params
-	 *  <at> param $parser
(Continue reading)

rfaulk | 1 Mar 2011 01:19
Picon
Favicon

SVN: [82992] trunk/fundraiser-statistics/bash/report_major_gifts.sh

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82992

Revision: 82992
Author:   rfaulk
Date:     2011-03-01 00:19:08 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
added call to reporting by contact query

Modified Paths:
--------------
    trunk/fundraiser-statistics/bash/report_major_gifts.sh

Modified: trunk/fundraiser-statistics/bash/report_major_gifts.sh
===================================================================
--- trunk/fundraiser-statistics/bash/report_major_gifts.sh	2011-03-01 00:14:28 UTC (rev 82991)
+++ trunk/fundraiser-statistics/bash/report_major_gifts.sh	2011-03-01 00:19:08 UTC (rev 82992)
 <at>  <at>  -3,6 +3,8  <at>  <at> 
 cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts

 python mine_contacts.py a
+python mine_contacts.py c

 cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_ecomm_by_amount.html /srv/org.wikimedia.fundraising/stats/
+cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_ecomm_by_contact.html /srv/org.wikimedia.fundraising/stats/
tparscal | 1 Mar 2011 01:32
Picon
Favicon

SVN: [82993] trunk/extensions/ArticleFeedback

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82993

Revision: 82993
Author:   tparscal
Date:     2011-03-01 00:32:22 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
* Created new ext.articleFeedback.startup module which is a light-weight activator and lazy-loader for ext.articleFeedback
* Moved category activation logic from the server to the client
* Added article lottery activation, which allows a psudo-random number of articles to have
ArticleFeedback activated on them

Modified Paths:
--------------
    trunk/extensions/ArticleFeedback/ArticleFeedback.hooks.php
    trunk/extensions/ArticleFeedback/ArticleFeedback.php

Added Paths:
-----------
    trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.startup.js

Modified: trunk/extensions/ArticleFeedback/ArticleFeedback.hooks.php
===================================================================
--- trunk/extensions/ArticleFeedback/ArticleFeedback.hooks.php	2011-03-01 00:19:08 UTC (rev 82992)
+++ trunk/extensions/ArticleFeedback/ArticleFeedback.hooks.php	2011-03-01 00:32:22 UTC (rev 82993)
 <at>  <at>  -9,6 +9,12  <at>  <at> 
 class ArticleFeedbackHooks {
 	
 	protected static $modules = array(
+		'ext.articleFeedback.startup' => array(
(Continue reading)

rfaulk | 1 Mar 2011 01:46
Picon
Favicon

SVN: [82994] trunk/fundraiser-statistics/reporting/fundraiser_analytics. html

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82994

Revision: 82994
Author:   rfaulk
Date:     2011-03-01 00:46:05 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
Added major donor reporting to the fundraiser analytics page.

Modified Paths:
--------------
    trunk/fundraiser-statistics/reporting/fundraiser_analytics.html

Modified: trunk/fundraiser-statistics/reporting/fundraiser_analytics.html
===================================================================
--- trunk/fundraiser-statistics/reporting/fundraiser_analytics.html	2011-03-01 00:32:22 UTC
(rev 82993)
+++ trunk/fundraiser-statistics/reporting/fundraiser_analytics.html	2011-03-01 00:46:05 UTC
(rev 82994)
 <at>  <at>  -30,6 +30,15  <at>  <at> 

 <br>

+<h2>Major Donations</h2>
+
+<h3><a href="http://fundraising.wikimedia.org/stats/report_ecomm_by_amount.html">$100+
donors in the last 7 days</a></h3>
+<h3><a href="http://fundraising.wikimedia.org/stats/report_ecomm_by_contact.html">Major
Donor History</a></h3> - derived from the major donor<a href="http://fundraising.wikimedia.org/stats/">list</a>
+
(Continue reading)

siebrand | 1 Mar 2011 02:03
Picon
Favicon

SVN: [82995] trunk/phase3/includes/installer/Installer.i18n.php

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82995

Revision: 82995
Author:   siebrand
Date:     2011-03-01 01:03:18 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
Localisation updates from http://translatewiki.net.

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php	2011-03-01 00:46:05 UTC (rev 82994)
+++ trunk/phase3/includes/installer/Installer.i18n.php	2011-03-01 01:03:18 UTC (rev 82995)
 <at>  <at>  -8167,6 +8167,8  <at>  <at> 
 Dit voorvoegsel wordt meestal afgeleid van de naam van de wiki, maar het kan geen bijzondere tekens
bevatten als \"#\" of \":\".",
 	'config-ns-invalid' => 'De aangegeven naamruimte "<nowiki>$1</nowiki>" is ongeldig.
 Geef een andere naamruimte op.',
+	'config-ns-conflict' => 'De aangegeven naamruimte "<nowiki>$1</nowiki>" conflicteert met een
standaard naamruimte in MediaWiki.
+Geef een andere naam op voor de projectnaamruimte.',
 	'config-admin-box' => 'Beheerdersgebruiker',
 	'config-admin-name' => 'Uw naam:',
 	'config-admin-password' => 'Wachtwoord:',
 <at>  <at>  -8366,7 +8368,6  <at>  <at> 
 	'config-mysql-old' => 'MySQL $1 eller seinare krevst, du har $2.',
(Continue reading)

siebrand | 1 Mar 2011 02:06
Picon
Favicon

SVN: [82996] trunk/extensions/WikiBhasha/src/lang

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82996

Revision: 82996
Author:   siebrand
Date:     2011-03-01 01:06:03 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
Update comment formatting.

Modified Paths:
--------------
    trunk/extensions/WikiBhasha/src/lang/de/strings.js
    trunk/extensions/WikiBhasha/src/lang/en/strings.js
    trunk/extensions/WikiBhasha/src/lang/fr/strings.js

Modified: trunk/extensions/WikiBhasha/src/lang/de/strings.js
===================================================================
--- trunk/extensions/WikiBhasha/src/lang/de/strings.js	2011-03-01 01:03:18 UTC (rev 82995)
+++ trunk/extensions/WikiBhasha/src/lang/de/strings.js	2011-03-01 01:06:03 UTC (rev 82996)
 <at>  <at>  -1,18 +1,18  <at>  <at> 
 /*
-*
-*   Copyright (c) Microsoft. 
-*
-*	This code is licensed under the Apache License, Version 2.0.
-*   THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
-*   ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
-*   IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
-*   PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
-*
(Continue reading)

siebrand | 1 Mar 2011 02:10
Picon
Favicon

SVN: [82997] trunk/extensions

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82997

Revision: 82997
Author:   siebrand
Date:     2011-03-01 01:10:00 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
Localisation updates from http://translatewiki.net.
* rebuild of all extension i18n files supported by Translate (~440).

Modified Paths:
--------------
    trunk/extensions/APC/APC.i18n.php
    trunk/extensions/AntiSpoof/AntiSpoof.i18n.php
    trunk/extensions/ApprovedRevs/ApprovedRevs.i18n.php
    trunk/extensions/ArticleComments/ArticleComments.i18n.php
    trunk/extensions/ArticleFeedback/ArticleFeedback.i18n.php
    trunk/extensions/ArticleToCategory2/ArticleToCategory2.i18n.php
    trunk/extensions/AuthorProtect/AuthorProtect.i18n.php
    trunk/extensions/Babel/Babel.i18n.php
    trunk/extensions/BackAndForth/BackAndForth.i18n.php
    trunk/extensions/BadImage/BadImage.i18n.php
    trunk/extensions/BlockTitles/BlockTitles.i18n.php
    trunk/extensions/BookInformation/BookInformation.i18n.php
    trunk/extensions/Call/Call.i18n.php
    trunk/extensions/CheckUser/CheckUser.i18n.php
    trunk/extensions/CodeReview/CodeReview.i18n.php
    trunk/extensions/Duplicator/Duplicator.i18n.php
    trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php
    trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
(Continue reading)


Gmane