[MediaWiki-CVS] SVN: [75139] trunk/extensions/Validator/includes

2010-10-21 Thread jeroendedauw
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75139 Revision: 75139 Author: jeroendedauw Date: 2010-10-21 09:43:11 + (Thu, 21 Oct 2010) Log Message: --- Removal of old style parameter definitions Modified Paths: --

[MediaWiki-CVS] SVN: [75140] branches/MwEmbedStandAlone/modules/TimedText

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75140 Revision: 75140 Author: hartman Date: 2010-10-21 12:07:49 + (Thu, 21 Oct 2010) Log Message: --- mw.Language.names are not stored as escaped text, thus does not require unescaping. It is stored as plain unicode strings.

[MediaWiki-CVS] SVN: [75141] branches/MwEmbedStandAlone/modules/ApiProxy/mw.ApiProxy.js

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75141 Revision: 75141 Author: hartman Date: 2010-10-21 12:20:10 + (Thu, 21 Oct 2010) Log Message: --- appendIframe() uses encodeURIComponent to encode the anchor, so getClientRequest() should use decodeURIComponent, not

[MediaWiki-CVS] SVN: [75142] trunk/extensions/Validator/includes

2010-10-21 Thread jeroendedauw
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75142 Revision: 75142 Author: jeroendedauw Date: 2010-10-21 12:49:32 + (Thu, 21 Oct 2010) Log Message: --- Removed old-style criterion definition handling Modified Paths: --

[MediaWiki-CVS] SVN: [75144] branches/MwEmbedStandAlone/modules/SmilPlayer/mw.Smil.js

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75144 Revision: 75144 Author: hartman Date: 2010-10-21 13:00:58 + (Thu, 21 Oct 2010) Log Message: --- Follow up to r75143. decodeURIComponent instead of unescape of data URIs Modified Paths: --

[MediaWiki-CVS] SVN: [75145] trunk/extensions/Maps/includes/features/Maps_BasePointMap.php

2010-10-21 Thread jeroendedauw
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75145 Revision: 75145 Author: jeroendedauw Date: 2010-10-21 13:07:04 + (Thu, 21 Oct 2010) Log Message: --- fixed issue caused by array index confusion Modified Paths: --

[MediaWiki-CVS] SVN: [75146] trunk/extensions/SemanticMaps/includes/queryprinters/ SM_MapPrinter.php

2010-10-21 Thread jeroendedauw
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75146 Revision: 75146 Author: jeroendedauw Date: 2010-10-21 13:07:26 + (Thu, 21 Oct 2010) Log Message: --- Follow up to r75145 Modified Paths: --

[MediaWiki-CVS] SVN: [75147] branches/MwEmbedStandAlone/modules/EmbedPlayer/skins/mw. PlayerControlBuilder.js

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75147 Revision: 75147 Author: hartman Date: 2010-10-21 13:11:34 + (Thu, 21 Oct 2010) Log Message: --- mwEmbed: typo in logging Modified Paths: --

[MediaWiki-CVS] SVN: [75148] branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilLayout.js

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75148 Revision: 75148 Author: hartman Date: 2010-10-21 13:14:14 + (Thu, 21 Oct 2010) Log Message: --- This should not have to be unescaped. It is a value of an attribute in the Smil DOM, and should thus be plain utf-8 data.

[MediaWiki-CVS] SVN: [75149] branches/MwEmbedStandAlone/modules/TimedText/remotes/ RemoteMwTimedText.js

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75149 Revision: 75149 Author: hartman Date: 2010-10-21 13:16:24 + (Thu, 21 Oct 2010) Log Message: --- Follow up to r75140, missed one usage of unescape in mw.Language.names Modified Paths: --

[MediaWiki-CVS] SVN: [75150] branches/MwEmbedStandAlone/modules/Sequencer/tools/mw. SequencerTools.js

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75150 Revision: 75150 Author: hartman Date: 2010-10-21 13:25:38 + (Thu, 21 Oct 2010) Log Message: --- * A tooltab cannot be 100% height of its parent, because there is an ul sibling that takes up space. Modified Paths:

[MediaWiki-CVS] SVN: [75151] branches/MwEmbedStandAlone/modules/AddMedia/searchLibs/ baseRemoteSearch.js

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75151 Revision: 75151 Author: hartman Date: 2010-10-21 13:34:39 + (Thu, 21 Oct 2010) Log Message: --- mwEmbed, we are escaping possible HTML here, not uris, so use escapeQuotesHTML() instead of escape() Modified Paths:

[MediaWiki-CVS] SVN: [75152] trunk/extensions/WikimediaMessages/WikimediaLicenseTexts.i18n. php

2010-10-21 Thread multichill
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75152 Revision: 75152 Author: multichill Date: 2010-10-21 13:38:07 + (Thu, 21 Oct 2010) Log Message: --- Adding 1.2 only note for http://commons.wikimedia.org/wiki/Template:GFDL-1.2 (on the right side). Modified Paths:

[MediaWiki-CVS] SVN: [75153] trunk/extensions/Maps/includes/features

2010-10-21 Thread jeroendedauw
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75153 Revision: 75153 Author: jeroendedauw Date: 2010-10-21 14:34:11 + (Thu, 21 Oct 2010) Log Message: --- Can't use Title::isSpecialPage without breaking bc with 1.15 :( Modified Paths: --

[MediaWiki-CVS] SVN: [75154] trunk/extensions/SemanticMediaWiki/includes/parserhooks/ SMW_Ask.php

2010-10-21 Thread jeroendedauw
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75154 Revision: 75154 Author: jeroendedauw Date: 2010-10-21 14:34:22 + (Thu, 21 Oct 2010) Log Message: --- Can't use Title::isSpecialPage without breaking bc with 1.15 :( Modified Paths: --

[MediaWiki-CVS] SVN: [75157] trunk/extensions/WikimediaMessages/WikimediaLicenseTexts.i18n. php

2010-10-21 Thread multichill
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75157 Revision: 75157 Author: multichill Date: 2010-10-21 14:53:24 + (Thu, 21 Oct 2010) Log Message: --- Update cc-zero text from http://creativecommons.org/publicdomain/zero/1.0/deed.en Modified Paths: --

[MediaWiki-CVS] SVN: [75159] branches/fundraising/OWA/DonationInterface/payflowpro_gateway

2010-10-21 Thread awjrichards
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75159 Revision: 75159 Author: awjrichards Date: 2010-10-21 17:04:01 + (Thu, 21 Oct 2010) Log Message: --- Minor style adjustments; Moved OWA js inclusion to Form.php (we always want the JS to load if OWA enabled); Fixed

[MediaWiki-CVS] SVN: [75160] branches/MwEmbedStandAlone/modules/TimedText/css/mw.style. TimedText.css

2010-10-21 Thread hartman
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75160 Revision: 75160 Author: hartman Date: 2010-10-21 17:58:54 + (Thu, 21 Oct 2010) Log Message: --- Add 0.2em of padding around subtitle text. Looks way better. Modified Paths: --

[MediaWiki-CVS] SVN: [75161] trunk/phase3/includes/HttpFunctions.php

2010-10-21 Thread mah
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75161 Revision: 75161 Author: mah Date: 2010-10-21 18:18:00 + (Thu, 21 Oct 2010) Log Message: --- * Followup r75064 ?\226?\128?\148 fix misleading doc comment * Don't let redirects set the status object to an error. Modified

[MediaWiki-CVS] SVN: [75162] trunk/extensions/DonationInterface/payflowpro_gateway/forms/ Form.php

2010-10-21 Thread kaldari
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75162 Revision: 75162 Author: kaldari Date: 2010-10-21 18:20:45 + (Thu, 21 Oct 2010) Log Message: --- ask strings Modified Paths: -- trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php

[MediaWiki-CVS] SVN: [75163] trunk/phase3/includes

2010-10-21 Thread hashar
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75163 Revision: 75163 Author: hashar Date: 2010-10-21 18:26:17 + (Thu, 21 Oct 2010) Log Message: --- Follow up r67073 : add curly to if statement Modified Paths: -- trunk/phase3/includes/AutoLoader.php

[MediaWiki-CVS] SVN: [75164] branches/fundraising/deployment/DonationInterface/ payflowpro_gateway/forms/Form.php

2010-10-21 Thread awjrichards
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75164 Revision: 75164 Author: awjrichards Date: 2010-10-21 18:33:31 + (Thu, 21 Oct 2010) Log Message: --- Updated Form.php to r75162 from head Modified Paths: --

[MediaWiki-CVS] SVN: [75165] civicrm/trunk/sites/all/modules/wmf_owa/owa.module

2010-10-21 Thread awjrichards
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75165 Revision: 75165 Author: awjrichards Date: 2010-10-21 18:52:30 + (Thu, 21 Oct 2010) Log Message: --- Filled out module skeleton with code to configure the module, pull tracking data from contribution_tracking, listen

[MediaWiki-CVS] SVN: [75167] trunk/extensions/DonationInterface/payflowpro_gateway/includes /paypal.png

2010-10-21 Thread kaldari
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75167 Revision: 75167 Author: kaldari Date: 2010-10-21 20:13:32 + (Thu, 21 Oct 2010) Log Message: --- adding paypal button Added Paths: ---

[MediaWiki-CVS] SVN: [75168] trunk/phase3/skins/Nostalgia.php

2010-10-21 Thread ashley
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75168 Revision: 75168 Author: ashley Date: 2010-10-21 20:42:42 + (Thu, 21 Oct 2010) Log Message: --- follow-up to r73178: fix copypaste mistake Modified Paths: -- trunk/phase3/skins/Nostalgia.php Modified:

[MediaWiki-CVS] SVN: [75171] trunk/phase3

2010-10-21 Thread tparscal
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75171 Revision: 75171 Author: tparscal Date: 2010-10-21 21:33:49 + (Thu, 21 Oct 2010) Log Message: --- Renamed vector and monobook modules to skins.vector and skins.monobook - a convention that should be followed in the

[MediaWiki-CVS] SVN: [75172] civicrm/trunk/sites/all/modules/wmf_owa

2010-10-21 Thread awjrichards
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75172 Revision: 75172 Author: awjrichards Date: 2010-10-21 21:41:16 + (Thu, 21 Oct 2010) Log Message: --- Renamed owa module files to fit convention Added Paths: ---

[MediaWiki-CVS] SVN: [75173] civicrm/trunk/sites/all/modules/wmf_owa/wmf_owa.module

2010-10-21 Thread awjrichards
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75173 Revision: 75173 Author: awjrichards Date: 2010-10-21 21:47:58 + (Thu, 21 Oct 2010) Log Message: --- Added some postive-case logging for sending trxns to OWA Modified Paths: --

[MediaWiki-CVS] SVN: [75175] trunk/tools/editor_trends

2010-10-21 Thread diederik
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75175 Revision: 75175 Author: diederik Date: 2010-10-21 21:58:06 + (Thu, 21 Oct 2010) Log Message: --- MongoDB shell scripts to create new_wikipedian dataset. Added Paths: --- trunk/tools/editor_trends/scripts/

[MediaWiki-CVS] SVN: [75176] trunk/tools/editor_trends

2010-10-21 Thread diederik
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75176 Revision: 75176 Author: diederik Date: 2010-10-21 22:00:28 + (Thu, 21 Oct 2010) Log Message: --- Minor improvements and bug fixes. Modified Paths: -- trunk/tools/editor_trends/construct_datasets.py

[MediaWiki-CVS] SVN: [75177] trunk/phase3/includes/resourceloader/ResourceLoaderFileModule. php

2010-10-21 Thread tparscal
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75177 Revision: 75177 Author: tparscal Date: 2010-10-21 22:34:26 + (Thu, 21 Oct 2010) Log Message: --- Fixed missing break; in ResourceLoaderFileModule::__construct, and added extra error checking to it's input arrays.

[MediaWiki-CVS] SVN: [75179] trunk/tools/planet/zh/config.ini

2010-10-21 Thread shizhao
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75179 Revision: 75179 Author: shizhao Date: 2010-10-22 00:47:26 + (Fri, 22 Oct 2010) Log Message: --- add a blog Modified Paths: -- trunk/tools/planet/zh/config.ini Modified: trunk/tools/planet/zh/config.ini

[MediaWiki-CVS] SVN: [75180] civicrm/trunk/sites/all/modules/queue2civicrm/queue2civicrm. module

2010-10-21 Thread awjrichards
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75180 Revision: 75180 Author: awjrichards Date: 2010-10-22 00:54:08 + (Fri, 22 Oct 2010) Log Message: --- Removing OWA code from queue2civicrm Modified Paths: --

[MediaWiki-CVS] SVN: [75181] trunk/extensions/CentralNotice/CentralNotice.php

2010-10-21 Thread kaldari
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75181 Revision: 75181 Author: kaldari Date: 2010-10-22 01:55:15 + (Fri, 22 Oct 2010) Log Message: --- potential fix for stats issue Modified Paths: -- trunk/extensions/CentralNotice/CentralNotice.php

[MediaWiki-CVS] SVN: [75182] trunk/extensions/Wikilog

2010-10-21 Thread juliano
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75182 Revision: 75182 Author: juliano Date: 2010-10-22 05:00:15 + (Fri, 22 Oct 2010) Log Message: --- Follow-up r74035. Keep GAID_FOR_UPDATE in order to allow the extension to run on current stable MediaWiki 1.16. Modified