[MediaWiki-commits] [Gerrit] [JobQueue] Reduced deadlocks in claim() function. - change (mediawiki/core[wmf/1.21wmf3])

2012-10-31 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: [JobQueue] Reduced deadlocks in claim() function. .. [JobQueue] Reduced deadlocks in claim() function. * Split claim() into claimRandom() and claimOldest(). *

[MediaWiki-commits] [Gerrit] [JobQueue] Fixed while loop in claimOldest() function. - change (mediawiki/core[wmf/1.21wmf3])

2012-10-31 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: [JobQueue] Fixed while loop in claimOldest() function. .. [JobQueue] Fixed while loop in claimOldest() function. Change-Id:

[MediaWiki-commits] [Gerrit] [JobQueue] Reduced deadlocks in claim() function. - change (mediawiki/core[wmf/1.21wmf3])

2012-10-31 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: [JobQueue] Reduced deadlocks in claim() function. .. [JobQueue] Reduced deadlocks in claim() function. * Split claim() into claimRandom() and

[MediaWiki-commits] [Gerrit] [JobQueue] Fixed while loop in claimOldest() function. - change (mediawiki/core[wmf/1.21wmf3])

2012-10-31 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: [JobQueue] Fixed while loop in claimOldest() function. .. [JobQueue] Fixed while loop in claimOldest() function. Change-Id:

[MediaWiki-commits] [Gerrit] [JobQueue] Make sure broken/duplicate job removal counts in ... - change (mediawiki/core[master])

2012-10-31 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: [JobQueue] Make sure broken/duplicate job removal counts in stats. .. [JobQueue] Make sure broken/duplicate job removal counts in stats. Change-Id:

[MediaWiki-commits] [Gerrit] [JobQueue] Use flush option with commit(). - change (mediawiki/core[master])

2012-10-31 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: [JobQueue] Use flush option with commit(). .. [JobQueue] Use flush option with commit(). Change-Id: If612f8e282c1aa7014461f8878aa9721b30eeb42 --- M

[MediaWiki-commits] [Gerrit] Reduce scaler MaxClients to 18 - change (operations/puppet[production])

2012-10-30 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Reduce scaler MaxClients to 18 .. Reduce scaler MaxClients to 18 To account for the increase in memory limit for video scaling, see I15976591. Change-Id:

[MediaWiki-commits] [Gerrit] Reduce scaler MaxClients to 18 - change (operations/puppet[production])

2012-10-30 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Reduce scaler MaxClients to 18 .. Reduce scaler MaxClients to 18 To account for the increase in memory limit for video scaling, see I15976591.

[MediaWiki-commits] [Gerrit] Describes libthai dependency in README. - change (mediawiki...wikidiff2[master])

2012-10-30 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Describes libthai dependency in README. .. Describes libthai dependency in README. Change-Id: I1a95efcd76eb8671aa379540a78b4a1cf34fc530 --- M README 1

[MediaWiki-commits] [Gerrit] [FileBackend] Support ignoreMissingSource for copy and mov... - change (mediawiki/core[master])

2012-10-30 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: [FileBackend] Support ignoreMissingSource for copy and move operations. .. [FileBackend] Support ignoreMissingSource for copy and move operations. *

[MediaWiki-commits] [Gerrit] [FileRepo] Changed publishBatch to handle failure better. - change (mediawiki/core[master])

2012-10-30 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: [FileRepo] Changed publishBatch to handle failure better. .. [FileRepo] Changed publishBatch to handle failure better. * Instead of moving the current

[MediaWiki-commits] [Gerrit] [FileBackend] Simplified FileOpBatch code to have just one ... - change (mediawiki/core[master])

2012-10-29 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: [FileBackend] Simplified FileOpBatch code to have just one run function. .. [FileBackend] Simplified FileOpBatch code to have just one run function.

[MediaWiki-commits] [Gerrit] [FileBackend] Simplified code for handling overwrite param... - change (mediawiki/core[master])

2012-10-29 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: [FileBackend] Simplified code for handling overwrite parameter. .. [FileBackend] Simplified code for handling overwrite parameter. * Since

[MediaWiki-commits] [Gerrit] Fix ffmpeg thumb extraction - change (mediawiki...OggHandler[master])

2012-10-29 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Fix ffmpeg thumb extraction .. Fix ffmpeg thumb extraction Overwrite temp file created at target location. Seek in container and only decode the last 2

[MediaWiki-commits] [Gerrit] Increase $wgTiffMaxMetaSize - change (operations/mediawiki-config[master])

2012-10-24 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Increase $wgTiffMaxMetaSize .. Increase $wgTiffMaxMetaSize Documents with many pages seem to exceed 64KB fairly easily. Change-Id:

[MediaWiki-commits] [Gerrit] Increase $wgTiffMaxMetaSize - change (operations/mediawiki-config[master])

2012-10-24 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Increase $wgTiffMaxMetaSize .. Increase $wgTiffMaxMetaSize Documents with many pages seem to exceed 64KB fairly easily. Change-Id:

[MediaWiki-commits] [Gerrit] Use $wgHiddenPrefs to hide real name. - change (operations/mediawiki-config[master])

2012-10-23 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Use $wgHiddenPrefs to hide real name. .. Use $wgHiddenPrefs to hide real name. $wgAllowRealName was deprecated and has been removed. Change-Id:

[MediaWiki-commits] [Gerrit] Fix SpecialPage::isRestricted() - change (mediawiki/core[master])

2012-10-22 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Fix SpecialPage::isRestricted() .. Fix SpecialPage::isRestricted() Fix SpecialPage::isRestricted(), broken by I41edb091 (22dd67e) which inverted the group

[MediaWiki-commits] [Gerrit] Fix SpecialPage::isRestricted() - change (mediawiki/core[master])

2012-10-22 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Fix SpecialPage::isRestricted() .. Fix SpecialPage::isRestricted() Fix SpecialPage::isRestricted(), broken by I41edb091 (22dd67e) which inverted the

[MediaWiki-commits] [Gerrit] Fix SpecialPage::isRestricted() - change (mediawiki/core[wmf/1.21wmf2])

2012-10-22 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Fix SpecialPage::isRestricted() .. Fix SpecialPage::isRestricted() Fix SpecialPage::isRestricted(), broken by I41edb091 (22dd67e) which inverted the group

[MediaWiki-commits] [Gerrit] Fix SpecialPage::isRestricted() - change (mediawiki/core[wmf/1.21wmf2])

2012-10-22 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Fix SpecialPage::isRestricted() .. Fix SpecialPage::isRestricted() Fix SpecialPage::isRestricted(), broken by I41edb091 (22dd67e) which inverted the

[MediaWiki-commits] [Gerrit] Restore executable bit to bin/ulimit4.sh - change (mediawiki/core[master])

2012-10-21 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Restore executable bit to bin/ulimit4.sh .. Restore executable bit to bin/ulimit4.sh Restore executable bit to bin/ulimit4.sh, accidentally wiped in the

[MediaWiki-commits] [Gerrit] Restore executable bit to bin/ulimit4.sh - change (mediawiki/core[master])

2012-10-21 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Restore executable bit to bin/ulimit4.sh .. Restore executable bit to bin/ulimit4.sh Restore executable bit to bin/ulimit4.sh, accidentally wiped in the

[MediaWiki-commits] [Gerrit] Restore executable bit to bin/ulimit4.sh - change (mediawiki/core[wmf/1.21wmf2])

2012-10-21 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Restore executable bit to bin/ulimit4.sh .. Restore executable bit to bin/ulimit4.sh Restore executable bit to bin/ulimit4.sh, accidentally wiped in the

[MediaWiki-commits] [Gerrit] Restore executable bit to bin/ulimit4.sh - change (mediawiki/core[wmf/1.21wmf2])

2012-10-21 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Restore executable bit to bin/ulimit4.sh .. Restore executable bit to bin/ulimit4.sh Restore executable bit to bin/ulimit4.sh, accidentally wiped in the

[MediaWiki-commits] [Gerrit] Document what OutputPage::setProperty() is for - change (mediawiki/core[master])

2012-10-21 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Document what OutputPage::setProperty() is for .. Document what OutputPage::setProperty() is for Change-Id: I88735b1ebc9b8423b4fbe7b196dfc914f95818fd --- M

[MediaWiki-commits] [Gerrit] Initial import of librsvg from Lucid, package version 2.26.3... - change (operations...librsvg[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Initial import of librsvg from Lucid, package version 2.26.3-0ubuntu1.1. Used librsvg instead of librsvg2 as a directory name, to match the source package name in Ubuntu after it was changed in 2.12.7-1

[MediaWiki-commits] [Gerrit] * Refreshed and re-added wikimedia-brand.patch, based on the... - change (operations...librsvg[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: * Refreshed and re-added wikimedia-brand.patch, based on the hardy one * Wrote a new security patch, aimed at upstream compatibility. Instead of external file references simply being patched out, a new command line option is

[MediaWiki-commits] [Gerrit] Updated to librsvg_2.36.1-0ubuntu1 (precise) - change (operations...librsvg[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Updated to librsvg_2.36.1-0ubuntu1 (precise) .. Updated to librsvg_2.36.1-0ubuntu1 (precise) Imported librsvg_2.36.1-0ubuntu1, including the files outside the

[MediaWiki-commits] [Gerrit] Re-added security patch - change (operations...librsvg[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Re-added security patch .. Re-added security patch * Added a rewritten version of no-external-files.patch, submitted upstream at

[MediaWiki-commits] [Gerrit] Initial import of librsvg from Lucid, package version 2.26.3... - change (operations...librsvg[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Initial import of librsvg from Lucid, package version 2.26.3-0ubuntu1.1. Used librsvg instead of librsvg2 as a directory name, to match the source package name in Ubuntu after it was changed in 2.12.7-1

[MediaWiki-commits] [Gerrit] * Refreshed and re-added wikimedia-brand.patch, based on the... - change (operations...librsvg[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: * Refreshed and re-added wikimedia-brand.patch, based on the hardy one * Wrote a new security patch, aimed at upstream compatibility. Instead of external file references simply being patched out, a new command line

[MediaWiki-commits] [Gerrit] Updated to librsvg_2.36.1-0ubuntu1 (precise) - change (operations...librsvg[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Updated to librsvg_2.36.1-0ubuntu1 (precise) .. Updated to librsvg_2.36.1-0ubuntu1 (precise) Imported librsvg_2.36.1-0ubuntu1, including the files

[MediaWiki-commits] [Gerrit] Re-added security patch - change (operations...librsvg[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Re-added security patch .. Re-added security patch * Added a rewritten version of no-external-files.patch, submitted upstream at

[MediaWiki-commits] [Gerrit] Clear $this-mOptionsLoaded in User::clearInstanceCache() - change (mediawiki/core[master])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Clear $this-mOptionsLoaded in User::clearInstanceCache() .. Clear $this-mOptionsLoaded in User::clearInstanceCache() (bug 41198) If clearInstanceCache() is to

[MediaWiki-commits] [Gerrit] Clear $this-mOptionsLoaded in User::clearInstanceCache() - change (mediawiki/core[wmf/1.21wmf2])

2012-10-18 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Clear $this-mOptionsLoaded in User::clearInstanceCache() .. Clear $this-mOptionsLoaded in User::clearInstanceCache() (bug 41198) If clearInstanceCache()

[MediaWiki-commits] [Gerrit] Work in progress on ResourceLoader mobilification - change (mediawiki/core[master])

2012-10-17 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Work in progress on ResourceLoader mobilification .. Work in progress on ResourceLoader mobilification Goes along with MobileFrontend changes:

[MediaWiki-commits] [Gerrit] Fixed the caching of redirects in Squid - change (mediawiki/core[master])

2012-10-16 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Fixed the caching of redirects in Squid .. Fixed the caching of redirects in Squid Was accidentally broken in Ie38ae198, where the request URL was compared

[MediaWiki-commits] [Gerrit] Fix various boundary cases in IcuCollation::findLowerBound() - change (mediawiki/core[master])

2012-10-16 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Fix various boundary cases in IcuCollation::findLowerBound() .. Fix various boundary cases in IcuCollation::findLowerBound() Fix the following edge

[MediaWiki-commits] [Gerrit] Periodically restart leaky Swift proxies so that I don't hav... - change (operations/puppet[production])

2012-10-16 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Periodically restart leaky Swift proxies so that I don't have to .. Periodically restart leaky Swift proxies so that I don't have to It's getting old.

[MediaWiki-commits] [Gerrit] Periodically restart leaky Swift proxies so that I don't hav... - change (operations/puppet[production])

2012-10-16 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Periodically restart leaky Swift proxies so that I don't have to .. Periodically restart leaky Swift proxies so that I don't have to It's getting old.

[MediaWiki-commits] [Gerrit] Suppress cron output - change (operations/puppet[production])

2012-10-16 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Suppress cron output .. Suppress cron output Change-Id: Ide5812ab38899e7698839923145698c199644c28 --- M manifests/swift.pp 1 file changed, 1 insertion(+), 1

[MediaWiki-commits] [Gerrit] Suppress cron output - change (operations/puppet[production])

2012-10-16 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Suppress cron output .. Suppress cron output Change-Id: Ide5812ab38899e7698839923145698c199644c28 --- M manifests/swift.pp 1 file changed, 1

[MediaWiki-commits] [Gerrit] Increase the number of object server workers to 100 - change (operations/puppet[production])

2012-10-15 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Increase the number of object server workers to 100 .. Increase the number of object server workers to 100 It seems 2 is not enough, and 24 is not enough

[MediaWiki-commits] [Gerrit] Increase the number of object server workers to 100 - change (operations/puppet[production])

2012-10-15 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Increase the number of object server workers to 100 .. Increase the number of object server workers to 100 It seems 2 is not enough, and 24 is not

[MediaWiki-commits] [Gerrit] Fix potential use of uninitialised stack variable - change (mediawiki...wikidiff2[master])

2012-10-15 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Fix potential use of uninitialised stack variable .. Fix potential use of uninitialised stack variable Issue reported by Paul Rubin. In the UTF-8 decoder, an

[MediaWiki-commits] [Gerrit] Fix declaration of content_model and content_format fields. - change (mediawiki/core[master])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Fix declaration of content_model and content_format fields. .. Fix declaration of content_model and content_format fields. The data type of content

[MediaWiki-commits] [Gerrit] Support plain text content. - change (mediawiki/core[master])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Support plain text content. .. Support plain text content. Made TextContent and TextContentHandler usable directly. CONTENT_MODEL_TEXT is unused in

[MediaWiki-commits] [Gerrit] (bug 28397) New magic word {{DEFAULTCOLLATION:}} to specif... - change (mediawiki/core[chinese-collation])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: (bug 28397) New magic word {{DEFAULTCOLLATION:}} to specify the default collation to use for a category .. (bug 28397) New magic word

[MediaWiki-commits] [Gerrit] Allow different sort keys (prefixes) set for different colla... - change (mediawiki/core[chinese-collation])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Allow different sort keys (prefixes) set for different collations .. Allow different sort keys (prefixes) set for different collations Change-Id:

[MediaWiki-commits] [Gerrit] New collations: zh-stroke-hans and zh-stroke-hant - change (mediawiki/core[chinese-collation])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: New collations: zh-stroke-hans and zh-stroke-hant .. New collations: zh-stroke-hans and zh-stroke-hant Change-Id:

[MediaWiki-commits] [Gerrit] New collations: zh-pinyin and zh-stroke - change (mediawiki/core[chinese-collation])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: New collations: zh-pinyin and zh-stroke .. New collations: zh-pinyin and zh-stroke Change-Id: I88791114a4c20e96e0fdac39f7cb2b269f223a0e --- M

[MediaWiki-commits] [Gerrit] Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader - change (mediawiki/core[master])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader .. Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader,

[MediaWiki-commits] [Gerrit] Fix WikitextContent::getSection() for missing sections - change (mediawiki/core[master])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Fix WikitextContent::getSection() for missing sections .. Fix WikitextContent::getSection() for missing sections Make WikitextContent::getSection() return false

[MediaWiki-commits] [Gerrit] Fix WikitextContent::getSection() for missing sections - change (mediawiki/core[master])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Fix WikitextContent::getSection() for missing sections .. Fix WikitextContent::getSection() for missing sections Make WikitextContent::getSection()

[MediaWiki-commits] [Gerrit] (bug 39005) Add $wgPurgeHttp11. - change (mediawiki/core[master])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: (bug 39005) Add $wgPurgeHttp11. .. (bug 39005) Add $wgPurgeHttp11. Allow SquidPurgeClient to send HTTP/1.1 PURGE requests with a Host header instead of

[MediaWiki-commits] [Gerrit] Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader - change (mediawiki/core[master])

2012-10-14 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader .. Rename $wgPurgeHttp11 to $wgSquidPurgeUseHostHeader Rename $wgPurgeHttp11 to

[MediaWiki-commits] [Gerrit] Don't exit on fflush() error - change (operations...varnish[master])

2012-10-12 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Don't exit on fflush() error .. Don't exit on fflush() error Per the bug report by Asher, don't exit if fflush() on the log file returns an error. This doesn't

[MediaWiki-commits] [Gerrit] Fix various boundary cases in IcuCollation::findLowerBound() - change (mediawiki/core[master])

2012-10-11 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Fix various boundary cases in IcuCollation::findLowerBound() .. Fix various boundary cases in IcuCollation::findLowerBound() Fix the following edge cases which

[MediaWiki-commits] [Gerrit] Stop expanding search term in title of the search results ... - change (mediawiki/core[master])

2012-10-10 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Stop expanding search term in title of the search results page .. Stop expanding search term in title of the search results page When entering a search

[MediaWiki-commits] [Gerrit] Show redirects correctly on diff pages. - change (mediawiki/core[master])

2012-10-10 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Show redirects correctly on diff pages. .. Show redirects correctly on diff pages. Change-Id: Ic3c2d6cff016a8fecdde511e2d14b30426737c8a --- M

[MediaWiki-commits] [Gerrit] Fix creation of pages in the MediaWiki namespace. - change (mediawiki/core[master])

2012-10-10 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Fix creation of pages in the MediaWiki namespace. .. Fix creation of pages in the MediaWiki namespace. Creation of pages in the MediaWiki namespace

[MediaWiki-commits] [Gerrit] Replace remaining wfMsgExt calls. - change (mediawiki...Scribunto[master])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Replace remaining wfMsgExt calls. .. Replace remaining wfMsgExt calls. All of these were in getScriptTraceHtml, which used some magic ($msgOptions)

[MediaWiki-commits] [Gerrit] Debugging hack for bug 38273 - change (operations/mediawiki-config[master])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Debugging hack for bug 38273 .. Debugging hack for bug 38273 Change-Id: Idb50e2e7ea98150b556bd456fb375a118b4578ae --- M wmf-config/InitialiseSettings.php 1 file

[MediaWiki-commits] [Gerrit] Debugging hack for bug 38273 - change (mediawiki/core[wmf/1.20wmf12])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Debugging hack for bug 38273 .. Debugging hack for bug 38273 Change-Id: I9ce2eda1466dfe5fb873b17e903953276f3f1ad9 --- M includes/parser/ParserCache.php

[MediaWiki-commits] [Gerrit] Debugging hack for bug 38273 - change (mediawiki/core[wmf/1.21wmf1])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Debugging hack for bug 38273 .. Debugging hack for bug 38273 Change-Id: I9ce2eda1466dfe5fb873b17e903953276f3f1ad9 --- M includes/parser/ParserCache.php

[MediaWiki-commits] [Gerrit] Debugging hack for bug 38273 - change (operations/mediawiki-config[master])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Debugging hack for bug 38273 .. Debugging hack for bug 38273 Change-Id: Idb50e2e7ea98150b556bd456fb375a118b4578ae --- M

[MediaWiki-commits] [Gerrit] Use the normal WikiPage parser options when saving to the ca... - change (mediawiki...MobileFrontend[master])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Use the normal WikiPage parser options when saving to the cache .. Use the normal WikiPage parser options when saving to the cache (bug 38273) Avoid polluting

[MediaWiki-commits] [Gerrit] Update MobileFrontend - change (mediawiki/core[wmf/1.20wmf12])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Update MobileFrontend .. Update MobileFrontend Change-Id: I250ca64fcd5a487e6d2ffddae82e8c4dcfaadaff --- M extensions/MobileFrontend 1 file changed, 0

[MediaWiki-commits] [Gerrit] Fix Ibcb23c81, and tweak array merge order - change (mediawiki/core[master])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Fix Ibcb23c81, and tweak array merge order .. Fix Ibcb23c81, and tweak array merge order PS2 in Ibcb23c81 didn't do things correctly... Change-Id:

[MediaWiki-commits] [Gerrit] Check headers for default variant when initializing default ... - change (mediawiki/core[master])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Check headers for default variant when initializing default user options. .. Check headers for default variant when initializing default user options.

[MediaWiki-commits] [Gerrit] Display converted namespace names in Html::namespaceSelector... - change (mediawiki/core[master])

2012-10-09 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Display converted namespace names in Html::namespaceSelector(). .. Display converted namespace names in Html::namespaceSelector(). By the way, the code

[MediaWiki-commits] [Gerrit] (bug 16020) Fix race condition in User::addToDatabase() - change (mediawiki/core[master])

2012-10-08 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: (bug 16020) Fix race condition in User::addToDatabase() .. (bug 16020) Fix race condition in User::addToDatabase() Fix the DB error which comes from

[MediaWiki-commits] [Gerrit] Update User::addToDatabase() for I1f6ef5e6319bfe692fb82a3fa5... - change (mediawiki...CentralAuth[master])

2012-10-08 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Update User::addToDatabase() for I1f6ef5e6319bfe692fb82a3fa50dc66c9fde8f15 .. Update User::addToDatabase() for I1f6ef5e6319bfe692fb82a3fa50dc66c9fde8f15

[MediaWiki-commits] [Gerrit] Update User::addToDatabase() call for I1f6ef5e6319bfe692fb82... - change (mediawiki...LdapAuthentication[master])

2012-10-08 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Update User::addToDatabase() call for I1f6ef5e6319bfe692fb82a3fa50dc66c9fde8f15 .. Update User::addToDatabase() call for

[MediaWiki-commits] [Gerrit] (bug 34876) Make jquery.makeCollapsible less slow. - change (mediawiki/core[master])

2012-10-08 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: (bug 34876) Make jquery.makeCollapsible less slow. .. (bug 34876) Make jquery.makeCollapsible less slow. Several optimisations: * Re-using the same

[MediaWiki-commits] [Gerrit] run mergeMessageFileList.php as 'mwdeploy' user - change (operations/puppet[production])

2012-10-08 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: run mergeMessageFileList.php as 'mwdeploy' user .. run mergeMessageFileList.php as 'mwdeploy' user The mw-update-l10n script could potentially be run as

[MediaWiki-commits] [Gerrit] (bug 39701) beta: automatic MediaWiki update - change (operations/puppet[production])

2012-10-08 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: (bug 39701) beta: automatic MediaWiki update .. (bug 39701) beta: automatic MediaWiki update This patch is supposed to be run on one server having

[MediaWiki-commits] [Gerrit] Deprecate $wgSharedDB - change (mediawiki/core[master])

2012-10-07 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Deprecate $wgSharedDB .. Deprecate $wgSharedDB Deprecate $wgSharedDB in response to it accidentally being used in Wikidata. It was always an ugly hack.

[MediaWiki-commits] [Gerrit] Some fixes to the update script - change (mediawiki...TrustedXFF[master])

2012-10-03 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Some fixes to the update script .. Some fixes to the update script * Sync out the version you are currently using instead of the default version * Use --wiki

[MediaWiki-commits] [Gerrit] Changelog update for 1.1-1 - change (mediawiki...luasandbox[master])

2012-10-03 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Changelog update for 1.1-1 .. Changelog update for 1.1-1 Change-Id: I991edc6082faab4994efbd5913279c52c25c3839 --- M debian/changelog 1 file changed, 7

[MediaWiki-commits] [Gerrit] Changelog update for 1.1-1 - change (mediawiki...luasandbox[master])

2012-10-03 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Changelog update for 1.1-1 .. Changelog update for 1.1-1 Change-Id: I991edc6082faab4994efbd5913279c52c25c3839 --- M debian/changelog 1 file changed, 7

[MediaWiki-commits] [Gerrit] (bug 32951) Do not register absolute internal externals - change (mediawiki/core[master])

2012-10-03 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: (bug 32951) Do not register absolute internal externals .. (bug 32951) Do not register absolute internal externals Setting $wgRegisterInternalExternals

[MediaWiki-commits] [Gerrit] Add 'expandurl' to prop=extlinks/list=exturlusage - change (mediawiki/core[master])

2012-10-03 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Add 'expandurl' to prop=extlinks/list=exturlusage .. Add 'expandurl' to prop=extlinks/list=exturlusage Allow prop=extlinks and list=exturlusage to

[MediaWiki-commits] [Gerrit] Show a (blocked) hint on Special:ListUsers/ActiveUsers - change (mediawiki/core[master])

2012-10-03 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Show a (blocked) hint on Special:ListUsers/ActiveUsers .. Show a (blocked) hint on Special:ListUsers/ActiveUsers In ActiveUsers many of the code was

[MediaWiki-commits] [Gerrit] Use Parser::incrementExpensiveFunctionCount direct for ifexi... - change (mediawiki...ParserFunctions[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Use Parser::incrementExpensiveFunctionCount direct for ifexist .. Use Parser::incrementExpensiveFunctionCount direct for ifexist No need to do it self

[MediaWiki-commits] [Gerrit] Use User::getGroupsWithPermission - change (mediawiki/core[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Use User::getGroupsWithPermission .. Use User::getGroupsWithPermission Change-Id: Iba0600484b9f2525805a1c80df50d5335c1a --- M

[MediaWiki-commits] [Gerrit] Add warning for unused params inside api - change (mediawiki/core[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Add warning for unused params inside api .. Add warning for unused params inside api Now MediaWiki knows all used params, it can be helpful to get a

[MediaWiki-commits] [Gerrit] Add API log - change (operations/mediawiki-config[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Add API log .. Add API log Change-Id: I1a074c46e3d1496f389d76f4879b5c1a806ac846 --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+), 0

[MediaWiki-commits] [Gerrit] Add API log - change (operations/mediawiki-config[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Add API log .. Add API log Change-Id: I1a074c46e3d1496f389d76f4879b5c1a806ac846 --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+),

[MediaWiki-commits] [Gerrit] es10 down - change (operations/mediawiki-config[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: es10 down .. es10 down Change-Id: I76517879e554f1abe579acd835e5460ff0ed02e6 --- M wmf-config/db.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull

[MediaWiki-commits] [Gerrit] es10 down - change (operations/mediawiki-config[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: es10 down .. es10 down Change-Id: I76517879e554f1abe579acd835e5460ff0ed02e6 --- M wmf-config/db.php 1 file changed, 1 insertion(+), 1 deletion(-)

[MediaWiki-commits] [Gerrit] es10 back up - change (operations/mediawiki-config[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: es10 back up .. es10 back up Change-Id: I9b714ca4687174c7347b6a1a8bcfb0708517d7d7 --- M wmf-config/db.php 1 file changed, 1 insertion(+), 1 deletion(-) git

[MediaWiki-commits] [Gerrit] es10 back up - change (operations/mediawiki-config[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: es10 back up .. es10 back up Change-Id: I9b714ca4687174c7347b6a1a8bcfb0708517d7d7 --- M wmf-config/db.php 1 file changed, 1 insertion(+), 1 deletion(-)

[MediaWiki-commits] [Gerrit] More Opera Mini networks - change (mediawiki...TrustedXFF[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: More Opera Mini networks .. More Opera Mini networks Change-Id: I6c4f0ef8b93697f5b87fcb9dbcbf04c4edb2586d --- M trusted-hosts.txt 1 file changed, 3

[MediaWiki-commits] [Gerrit] More Opera Mini networks - change (mediawiki...TrustedXFF[master])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: More Opera Mini networks .. More Opera Mini networks Change-Id: I6c4f0ef8b93697f5b87fcb9dbcbf04c4edb2586d --- M trusted-hosts.txt 1 file changed, 3

[MediaWiki-commits] [Gerrit] Update TrustedXFF - change (mediawiki/core[wmf/1.21wmf1])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Update TrustedXFF .. Update TrustedXFF Change-Id: I9de0a769543963fa3a6248d3a731efbdb141aa22 --- M extensions/TrustedXFF 1 file changed, 0 insertions(+), 0

[MediaWiki-commits] [Gerrit] Update TrustedXFF - change (mediawiki/core[wmf/1.20wmf12])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. Change subject: Update TrustedXFF .. Update TrustedXFF Change-Id: I0092d62efd8e8c6c0b8ad8c5b9af4dd82532407e --- M extensions/TrustedXFF 1 file changed, 0 insertions(+), 0

[MediaWiki-commits] [Gerrit] Update TrustedXFF - change (mediawiki/core[wmf/1.21wmf1])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Update TrustedXFF .. Update TrustedXFF Change-Id: I9de0a769543963fa3a6248d3a731efbdb141aa22 --- M extensions/TrustedXFF 1 file changed, 0 insertions(+),

[MediaWiki-commits] [Gerrit] Update TrustedXFF - change (mediawiki/core[wmf/1.20wmf12])

2012-10-02 Thread Tim Starling (Code Review)
Tim Starling has submitted this change and it was merged. Change subject: Update TrustedXFF .. Update TrustedXFF Change-Id: I0092d62efd8e8c6c0b8ad8c5b9af4dd82532407e --- M extensions/TrustedXFF 1 file changed, 0 insertions(+),

<    8   9   10   11   12   13   14   15   >