[MediaWiki-commits] [Gerrit] Updating style documentation for quiet anchors and quiet but... - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Updating style documentation for quiet anchors and quiet buttons .. Updating style documentation for quiet anchors and quiet buttons See discussion on des

[MediaWiki-commits] [Gerrit] hash_equals(): Avoid division by zero when $known_string is ... - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: hash_equals(): Avoid division by zero when $known_string is empty .. hash_equals(): Avoid division by zero when $known_string is empty Per Tim Starling's

[MediaWiki-commits] [Gerrit] UploadBaseTest: Use setMwGlobals() instead of juggling globals - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: UploadBaseTest: Use setMwGlobals() instead of juggling globals .. UploadBaseTest: Use setMwGlobals() instead of juggling globals Abstracts the logic for r

[MediaWiki-commits] [Gerrit] MWCryptHKDFTest: Mock $wgSecretKey to ensure atomicity - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: MWCryptHKDFTest: Mock $wgSecretKey to ensure atomicity .. MWCryptHKDFTest: Mock $wgSecretKey to ensure atomicity Follows-up af66c04. The tests depend ind

[MediaWiki-commits] [Gerrit] Fix mirroring - change (mediawiki...wikihiero)

2014-10-06 Thread MaxSem (Code Review)
MaxSem has uploaded a new change for review. https://gerrit.wikimedia.org/r/165169 Change subject: Fix mirroring .. Fix mirroring Change-Id: Id2c71c7fd61752d20ce95c10612bec96d3ed49e6 --- M modules/ext.wikihiero.Special.css M

[MediaWiki-commits] [Gerrit] HashBagOStuff: use the value itself as the CAS token - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: HashBagOStuff: use the value itself as the CAS token .. HashBagOStuff: use the value itself as the CAS token Avoid an unnecessary serialize() call on get(

[MediaWiki-commits] [Gerrit] [1.25wmf2] HashBagOStuff: use the value itself as the CAS token - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: [1.25wmf2] HashBagOStuff: use the value itself as the CAS token .. [1.25wmf2] HashBagOStuff: use the value itself as the CAS token Avoid an unnecessary se

[MediaWiki-commits] [Gerrit] HashBagOStuff: use the value itself as the CAS token - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: HashBagOStuff: use the value itself as the CAS token .. HashBagOStuff: use the value itself as the CAS token Avoid an unnecessary serialize() call on get(

[MediaWiki-commits] [Gerrit] [1.25wmf2] HashBagOStuff: use the value itself as the CAS token - change (mediawiki/core)

2014-10-06 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. https://gerrit.wikimedia.org/r/165168 Change subject: [1.25wmf2] HashBagOStuff: use the value itself as the CAS token .. [1.25wmf2] HashBagOStuff: use the value itself as the

[MediaWiki-commits] [Gerrit] [1.25wmf1] HashBagOStuff: use the value itself as the CAS token - change (mediawiki/core)

2014-10-06 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. https://gerrit.wikimedia.org/r/165167 Change subject: [1.25wmf1] HashBagOStuff: use the value itself as the CAS token .. [1.25wmf1] HashBagOStuff: use the value itself as the

[MediaWiki-commits] [Gerrit] HashBagOStuff: use the value itself as the CAS token - change (mediawiki/core)

2014-10-06 Thread Tim Starling (Code Review)
Tim Starling has uploaded a new change for review. https://gerrit.wikimedia.org/r/165166 Change subject: HashBagOStuff: use the value itself as the CAS token .. HashBagOStuff: use the value itself as the CAS token Avoid an un

[MediaWiki-commits] [Gerrit] Global user rights API - change (mediawiki...CentralAuth)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Global user rights API .. Global user rights API Relies on I139c43e5 in core Bug: 71495 Change-Id: I6e5015691e73677b9e123d20a643cba127d4241e --- M Centra

[MediaWiki-commits] [Gerrit] Link: Validate the selected text for title - change (mediawiki...ContentTranslation)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Link: Validate the selected text for title .. Link: Validate the selected text for title It can potentially save api hits. Text selections, that cannot be

[MediaWiki-commits] [Gerrit] WrongComment for getPage - change (mediawiki...Flow)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: WrongComment for getPage .. WrongComment for getPage Change-Id: Iee981ef6c03408f56a2e0d3b1566da772ff2b6f6 --- M includes/Block/TopicList.php 1 file change

[MediaWiki-commits] [Gerrit] Hygiene: Improve FlowActions docs and remove dead code - change (mediawiki...Flow)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Hygiene: Improve FlowActions docs and remove dead code .. Hygiene: Improve FlowActions docs and remove dead code * Add/clarify a couple documentation comm

[MediaWiki-commits] [Gerrit] MWCryptHKDFTest: Mock $wgSecretKey to ensure atomicity - change (mediawiki/core)

2014-10-06 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/165165 Change subject: MWCryptHKDFTest: Mock $wgSecretKey to ensure atomicity .. MWCryptHKDFTest: Mock $wgSecretKey to ensure atomicity Follows-up a

[MediaWiki-commits] [Gerrit] UploadBaseTest: Use setMwGlobals() instead of juggling globals - change (mediawiki/core)

2014-10-06 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/165164 Change subject: UploadBaseTest: Use setMwGlobals() instead of juggling globals .. UploadBaseTest: Use setMwGlobals() instead of juggling globa

[MediaWiki-commits] [Gerrit] Add initial files - change (mediawiki...FixedHeaderTable)

2014-10-06 Thread Ishegatron (Code Review)
Ishegatron has submitted this change and it was merged. Change subject: Add initial files .. Add initial files Initial files Change-Id: Id7d2510cd2d0115be36bb38614c5c3028bb4ebe0 --- A .gitattributes A .gitignore A FixedHeaderT

[MediaWiki-commits] [Gerrit] MW UI: Show all permutations of checkboxes in Living Style G... - change (mediawiki/core)

2014-10-06 Thread Mattflaschen (Code Review)
Mattflaschen has uploaded a new change for review. https://gerrit.wikimedia.org/r/165163 Change subject: MW UI: Show all permutations of checkboxes in Living Style Guide .. MW UI: Show all permutations of checkboxes in Living

[MediaWiki-commits] [Gerrit] MW UI: Improve IE 6 support for anchors, text and buttons - change (mediawiki/core)

2014-10-06 Thread Mattflaschen (Code Review)
Mattflaschen has uploaded a new change for review. https://gerrit.wikimedia.org/r/165161 Change subject: MW UI: Improve IE 6 support for anchors, text and buttons .. MW UI: Improve IE 6 support for anchors, text and buttons T

[MediaWiki-commits] [Gerrit] Redesign Zero info screen - change (mediawiki...ZeroBanner)

2014-10-06 Thread Jhobs (Code Review)
Jhobs has uploaded a new change for review. https://gerrit.wikimedia.org/r/165162 Change subject: Redesign Zero info screen .. Redesign Zero info screen Add oojs-ui ProcessDialog to ZeroInfo Enable routing with oojs-ui Update

[MediaWiki-commits] [Gerrit] Syncronize VisualEditor: 71bb01a..93e0c3c - change (mediawiki/extensions)

2014-10-06 Thread Jenkins-mwext-sync (Code Review)
Jenkins-mwext-sync has submitted this change and it was merged. Change subject: Syncronize VisualEditor: 71bb01a..93e0c3c .. Syncronize VisualEditor: 71bb01a..93e0c3c Change-Id: Iae204ab7a24c213d7625139d638e5622e51c7b15 --- M V

[MediaWiki-commits] [Gerrit] Syncronize VisualEditor: 71bb01a..93e0c3c - change (mediawiki/extensions)

2014-10-06 Thread Jenkins-mwext-sync (Code Review)
Jenkins-mwext-sync has uploaded a new change for review. https://gerrit.wikimedia.org/r/165160 Change subject: Syncronize VisualEditor: 71bb01a..93e0c3c .. Syncronize VisualEditor: 71bb01a..93e0c3c Change-Id: Iae204ab7a24c213

[MediaWiki-commits] [Gerrit] In first-time dialog, explain how to switch to source withou... - change (mediawiki...VisualEditor)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: In first-time dialog, explain how to switch to source without losing work .. In first-time dialog, explain how to switch to source without losing work Ch

[MediaWiki-commits] [Gerrit] Set req.hash_ignore_busy for parsoid purges - change (operations/puppet)

2014-10-06 Thread BBlack (Code Review)
BBlack has submitted this change and it was merged. Change subject: Set req.hash_ignore_busy for parsoid purges .. Set req.hash_ignore_busy for parsoid purges c.f. 6ee59fb7da18f066018737b3076d4974ce5f20b6 where we did this in t

[MediaWiki-commits] [Gerrit] snapshot: replace pmtpa with codfw - change (operations/puppet)

2014-10-06 Thread Dzahn (Code Review)
Dzahn has submitted this change and it was merged. Change subject: snapshot: replace pmtpa with codfw .. snapshot: replace pmtpa with codfw Change-Id: I8a5c5ad63d6b3152fa5975b8637cd6fc4b1407dd --- M modules/snapshot/files/dumpc

[MediaWiki-commits] [Gerrit] Set req.hash_ignore_busy for parsoid purges - change (operations/puppet)

2014-10-06 Thread BBlack (Code Review)
BBlack has uploaded a new change for review. https://gerrit.wikimedia.org/r/165159 Change subject: Set req.hash_ignore_busy for parsoid purges .. Set req.hash_ignore_busy for parsoid purges c.f. 6ee59fb7da18f066018737b3076d49

[MediaWiki-commits] [Gerrit] build: Use Karma instead of grunt-contrib-qunit - change (oojs/ui)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: build: Use Karma instead of grunt-contrib-qunit .. build: Use Karma instead of grunt-contrib-qunit * Updates QUnit from v1.11 to v1.15. * Add code coverag

[MediaWiki-commits] [Gerrit] remove subnet 10.4.6.0/24 - pmtpa virtual hosts - change (operations/puppet)

2014-10-06 Thread Dzahn (Code Review)
Dzahn has submitted this change and it was merged. Change subject: remove subnet 10.4.6.0/24 - pmtpa virtual hosts .. remove subnet 10.4.6.0/24 - pmtpa virtual hosts -# pmtpa private virtual host subnet -subnet 10.4.16.0 netmas

[MediaWiki-commits] [Gerrit] remove pmtpa from all $domain_search - change (operations/puppet)

2014-10-06 Thread Dzahn (Code Review)
Dzahn has submitted this change and it was merged. Change subject: remove pmtpa from all $domain_search .. remove pmtpa from all $domain_search do not even make /etc/resolv.conf incl. Tampa anymore as a search path, it's going

[MediaWiki-commits] [Gerrit] build: Simplify Karma configuration - change (oojs/core)

2014-10-06 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/165158 Change subject: build: Simplify Karma configuration .. build: Simplify Karma configuration * Use the default 'progress' reporter instead of d

[MediaWiki-commits] [Gerrit] Update Wikidata, fixes for serialization issues - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Update Wikidata, fixes for serialization issues .. Update Wikidata, fixes for serialization issues see Ie92da71 for extension changes Change-Id: I44f1dce

[MediaWiki-commits] [Gerrit] PhantomJS: So long, and thanks for all the … - change (oojs/ui)

2014-10-06 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/165157 Change subject: PhantomJS: So long, and thanks for all the … .. PhantomJS: So long, and thanks for all the … Whatev, k, bye. Hello, Chromium!

[MediaWiki-commits] [Gerrit] Update Wikidata, fixes for serialization issues - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Update Wikidata, fixes for serialization issues .. Update Wikidata, fixes for serialization issues see Ie92da71 for extension changes Change-Id: I08c9b9a

[MediaWiki-commits] [Gerrit] Prevent var undefined error in WikiGrok version B - change (mediawiki...MobileFrontend)

2014-10-06 Thread Kaldari (Code Review)
Kaldari has uploaded a new change for review. https://gerrit.wikimedia.org/r/165156 Change subject: Prevent var undefined error in WikiGrok version B .. Prevent var undefined error in WikiGrok version B Change-Id: I95870c2fd3

[MediaWiki-commits] [Gerrit] Element: Remove test for deprecated onDOMEvent() - change (oojs/ui)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Element: Remove test for deprecated onDOMEvent() .. Element: Remove test for deprecated onDOMEvent() The onDOMEvent() method is a transparent proxy for jQ

[MediaWiki-commits] [Gerrit] Update Wikidata, fixes for serialization issues - change (mediawiki/core)

2014-10-06 Thread Aude (Code Review)
Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/165155 Change subject: Update Wikidata, fixes for serialization issues .. Update Wikidata, fixes for serialization issues see Ie92da71 for extension ch

[MediaWiki-commits] [Gerrit] [WIP] build: Use Karma instead of grunt-contrib-qunit - change (oojs/ui)

2014-10-06 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/165154 Change subject: [WIP] build: Use Karma instead of grunt-contrib-qunit .. [WIP] build: Use Karma instead of grunt-contrib-qunit Change-Id: Ieb

[MediaWiki-commits] [Gerrit] Update Wikidata, fixes for serialization issues - change (mediawiki/core)

2014-10-06 Thread Aude (Code Review)
Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/165153 Change subject: Update Wikidata, fixes for serialization issues .. Update Wikidata, fixes for serialization issues see Ie92da71 for extension ch

[MediaWiki-commits] [Gerrit] Wikigrok B improvements - change (mediawiki...MobileFrontend)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Wikigrok B improvements .. Wikigrok B improvements Make Moiz and Kaldari happy. Kill 'less/modules/wikigrok/WikiGrokMoreInfo.less' in favour of standard

[MediaWiki-commits] [Gerrit] Update Wikidata, fixes for serialization issues - change (mediawiki...Wikidata)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Update Wikidata, fixes for serialization issues .. Update Wikidata, fixes for serialization issues Change-Id: Ie92da71fbd7513ecf0822b091cd790f525f7048f --

[MediaWiki-commits] [Gerrit] Follow-up I730e3d7d: Tab not spaces - change (oojs/ui)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Follow-up I730e3d7d: Tab not spaces .. Follow-up I730e3d7d: Tab not spaces Change-Id: If55c242f96cea3d972d95e24bdca242ebcf997f6 --- M tests/index.html 1 f

[MediaWiki-commits] [Gerrit] Element: Remove test for deprecated onDOMEvent() - change (oojs/ui)

2014-10-06 Thread Krinkle (Code Review)
Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/165152 Change subject: Element: Remove test for deprecated onDOMEvent() .. Element: Remove test for deprecated onDOMEvent() The onDOMEvent() method

[MediaWiki-commits] [Gerrit] Standardize grey colors - change (mediawiki...MobileFrontend)

2014-10-06 Thread Bmansurov (Code Review)
Bmansurov has uploaded a new change for review. https://gerrit.wikimedia.org/r/165151 Change subject: Standardize grey colors .. Standardize grey colors Bug: 65381 Change-Id: Ie3987ab97fe4fa7d6c7d2b9fec836cd07ea659d9 --- M le

[MediaWiki-commits] [Gerrit] Protection against nil title or domain crashes. - change (apps...wikipedia)

2014-10-06 Thread Mhurd (Code Review)
Mhurd has uploaded a new change for review. https://gerrit.wikimedia.org/r/165150 Change subject: Protection against nil title or domain crashes. .. Protection against nil title or domain crashes. Change-Id: I26aa76563b8d2cbe

[MediaWiki-commits] [Gerrit] Follow-up I730e3d: Tab not spaces - change (oojs/ui)

2014-10-06 Thread Jforrester (Code Review)
Jforrester has uploaded a new change for review. https://gerrit.wikimedia.org/r/165149 Change subject: Follow-up I730e3d: Tab not spaces .. Follow-up I730e3d: Tab not spaces Change-Id: If55c242f96cea3d972d95e24bdca242ebcf997f

[MediaWiki-commits] [Gerrit] remove tarin - change (operations/dns)

2014-10-06 Thread Dzahn (Code Review)
Dzahn has submitted this change and it was merged. Change subject: remove tarin .. remove tarin formerly Tampa poolcounter and ganglia aggregator provides pmtpa misc ganglia Change-Id: I185658ff377af0ccbca1896a89d3889cbd18d50

[MediaWiki-commits] [Gerrit] Clear the webview immediately when loading a new page. - change (apps...wikipedia)

2014-10-06 Thread Mhurd (Code Review)
Mhurd has submitted this change and it was merged. Change subject: Clear the webview immediately when loading a new page. .. Clear the webview immediately when loading a new page. From a UX perspective we want to clear the cont

[MediaWiki-commits] [Gerrit] Update Wikidata, fixes for serialization issues - change (mediawiki...Wikidata)

2014-10-06 Thread Aude (Code Review)
Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/165148 Change subject: Update Wikidata, fixes for serialization issues .. Update Wikidata, fixes for serialization issues Change-Id: Ie92da71fbd7513ecf

[MediaWiki-commits] [Gerrit] Wait for back history before going to search page - change (mediawiki...MobileFrontend)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Wait for back history before going to search page .. Wait for back history before going to search page Creating deferred object when calling router.back()

[MediaWiki-commits] [Gerrit] log SerializationException in EntityContentDataCodec - change (mediawiki...Wikibase)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: log SerializationException in EntityContentDataCodec .. log SerializationException in EntityContentDataCodec Change-Id: I39ca304ad73d747d7d427fb15f74c4dfa

[MediaWiki-commits] [Gerrit] Standardize on jQuery.each vs forEach - change (mediawiki...MobileFrontend)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Standardize on jQuery.each vs forEach .. Standardize on jQuery.each vs forEach Bug: 63454 Change-Id: I500125701cf4d7f1245786de2e413616b2c0446b --- M javas

[MediaWiki-commits] [Gerrit] SpecialWhatlinkshere: Add autocompletion for target input - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: SpecialWhatlinkshere: Add autocompletion for target input .. SpecialWhatlinkshere: Add autocompletion for target input This adds the mw-searchInput class

[MediaWiki-commits] [Gerrit] Updating style documentation for quiet anchors and quiet but... - change (mediawiki/core)

2014-10-06 Thread Kaldari (Code Review)
Kaldari has uploaded a new change for review. https://gerrit.wikimedia.org/r/165147 Change subject: Updating style documentation for quiet anchors and quiet buttons .. Updating style documentation for quiet anchors and quiet b

[MediaWiki-commits] [Gerrit] Call $reference->getSnaks() separately in ReferenceSerializer - change (mediawiki...Wikibase)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Call $reference->getSnaks() separately in ReferenceSerializer .. Call $reference->getSnaks() separately in ReferenceSerializer Change-Id: Iad2d64e663a2156

[MediaWiki-commits] [Gerrit] Don't alter the object passed to ByPropertyListSerializer::g... - change (mediawiki...Wikibase)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Don't alter the object passed to ByPropertyListSerializer::getSerialized .. Don't alter the object passed to ByPropertyListSerializer::getSerialized Simi

[MediaWiki-commits] [Gerrit] mediawiki::packages::php5: formatting tweak - change (operations/puppet)

2014-10-06 Thread Ori.livneh (Code Review)
Ori.livneh has submitted this change and it was merged. Change subject: mediawiki::packages::php5: formatting tweak .. mediawiki::packages::php5: formatting tweak As suggested by Chad. Change-Id: I13322efe4ec11f341ce8a42fe1854

[MediaWiki-commits] [Gerrit] mediawiki::packages::php5: formatting tweak - change (operations/puppet)

2014-10-06 Thread Ori.livneh (Code Review)
Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/165146 Change subject: mediawiki::packages::php5: formatting tweak .. mediawiki::packages::php5: formatting tweak As suggested by Chad. Change-I

[MediaWiki-commits] [Gerrit] Don't alter the object passed to ByPropertyListSerializer::g... - change (mediawiki...Wikibase)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Don't alter the object passed to ByPropertyListSerializer::getSerialized .. Don't alter the object passed to ByPropertyListSerializer::getSerialized Simi

[MediaWiki-commits] [Gerrit] mediawiki: install php5-dbg on Zend app servers - change (operations/puppet)

2014-10-06 Thread Ori.livneh (Code Review)
Ori.livneh has submitted this change and it was merged. Change subject: mediawiki: install php5-dbg on Zend app servers .. mediawiki: install php5-dbg on Zend app servers Change-Id: Ib8b2763254ecd8f7a28a241c1855114365e36ee8 ---

[MediaWiki-commits] [Gerrit] mediawiki: install php5-dbg on Zend app servers - change (operations/puppet)

2014-10-06 Thread Ori.livneh (Code Review)
Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/165145 Change subject: mediawiki: install php5-dbg on Zend app servers .. mediawiki: install php5-dbg on Zend app servers Change-Id: Ib8b2763254e

[MediaWiki-commits] [Gerrit] Hygiene: Introduce generic switcher - change (mediawiki...MobileFrontend)

2014-10-06 Thread Jdlrobson (Code Review)
Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/165144 Change subject: Hygiene: Introduce generic switcher .. Hygiene: Introduce generic switcher Duplicate template code = bad. Note: We add tem

[MediaWiki-commits] [Gerrit] Hygiene: Page list thumbnails are not icons - change (mediawiki...MobileFrontend)

2014-10-06 Thread Jdlrobson (Code Review)
Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/165143 Change subject: Hygiene: Page list thumbnails are not icons .. Hygiene: Page list thumbnails are not icons Refactor these so they are somet

[MediaWiki-commits] [Gerrit] Making notification archive link use anchor styles rather th... - change (mediawiki...MobileFrontend)

2014-10-06 Thread Kaldari (Code Review)
Kaldari has uploaded a new change for review. https://gerrit.wikimedia.org/r/165142 Change subject: Making notification archive link use anchor styles rather than button styles .. Making notification archive link use anchor s

[MediaWiki-commits] [Gerrit] log SerializationException in EntityContentDataCodec - change (mediawiki...Wikibase)

2014-10-06 Thread Aude (Code Review)
Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/165141 Change subject: log SerializationException in EntityContentDataCodec .. log SerializationException in EntityContentDataCodec Change-Id: I39ca304

[MediaWiki-commits] [Gerrit] log SerializationException in EntityContentDataCodec - change (mediawiki...Wikibase)

2014-10-06 Thread Aude (Code Review)
Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/165140 Change subject: log SerializationException in EntityContentDataCodec .. log SerializationException in EntityContentDataCodec Change-Id: I39ca304

[MediaWiki-commits] [Gerrit] Update to modern RSpec and simplify with block - change (mediawiki...ZeroPortal)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Update to modern RSpec and simplify with block .. Update to modern RSpec and simplify with block Change-Id: I27f7a45751e212f75044dc1d0b1311309696a079 ---

[MediaWiki-commits] [Gerrit] Log non-MediaWiki exceptions for requests via main entry point - change (mediawiki/core)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Log non-MediaWiki exceptions for requests via main entry point .. Log non-MediaWiki exceptions for requests via main entry point Previously, non-MediaWiki

[MediaWiki-commits] [Gerrit] Call $reference->getSnaks() separately in ReferenceSerializer - change (mediawiki...Wikibase)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Call $reference->getSnaks() separately in ReferenceSerializer .. Call $reference->getSnaks() separately in ReferenceSerializer Change-Id: Iad2d64e663a2156

[MediaWiki-commits] [Gerrit] Make MWTransclusionModel and MWTemplateDialog extensible - change (mediawiki...VisualEditor)

2014-10-06 Thread Christian (Code Review)
Christian has uploaded a new change for review. https://gerrit.wikimedia.org/r/165139 Change subject: Make MWTransclusionModel and MWTemplateDialog extensible .. Make MWTransclusionModel and MWTemplateDialog extensible Change

[MediaWiki-commits] [Gerrit] fixups for unfork - change (mediawiki...DonationInterface)

2014-10-06 Thread Awight (Code Review)
Awight has uploaded a new change for review. https://gerrit.wikimedia.org/r/165138 Change subject: fixups for unfork .. fixups for unfork Change-Id: Ibd8bb393eed1f90c88c271359c28fed947fa845b --- A gateway_common/MWException.d

[MediaWiki-commits] [Gerrit] Composer packaging to make us available as a library - change (mediawiki...DonationInterface)

2014-10-06 Thread Awight (Code Review)
Awight has uploaded a new change for review. https://gerrit.wikimedia.org/r/165137 Change subject: Composer packaging to make us available as a library .. Composer packaging to make us available as a library Change-Id: I60fd5

[MediaWiki-commits] [Gerrit] Update to modern RSpec and simplify with block - change (mediawiki...ZeroPortal)

2014-10-06 Thread Dr0ptp4kt (Code Review)
Dr0ptp4kt has uploaded a new change for review. https://gerrit.wikimedia.org/r/165136 Change subject: Update to modern RSpec and simplify with block .. Update to modern RSpec and simplify with block Change-Id: I27f7a45751e212

[MediaWiki-commits] [Gerrit] Standardize on jQuery.each vs forEach - change (mediawiki...MobileFrontend)

2014-10-06 Thread Robmoen (Code Review)
Robmoen has uploaded a new change for review. https://gerrit.wikimedia.org/r/165135 Change subject: Standardize on jQuery.each vs forEach .. Standardize on jQuery.each vs forEach Bug: 63454 Change-Id: I500125701cf4d7f1245786d

[MediaWiki-commits] [Gerrit] Call $reference->getSnaks() separately in ReferenceSerializer - change (mediawiki...Wikibase)

2014-10-06 Thread Hoo man (Code Review)
Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/165134 Change subject: Call $reference->getSnaks() separately in ReferenceSerializer .. Call $reference->getSnaks() separately in ReferenceSerializer

[MediaWiki-commits] [Gerrit] Call $reference->getSnaks() separately in ReferenceSerializer - change (mediawiki...Wikibase)

2014-10-06 Thread Aude (Code Review)
Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/165133 Change subject: Call $reference->getSnaks() separately in ReferenceSerializer .. Call $reference->getSnaks() separately in ReferenceSerializer C

[MediaWiki-commits] [Gerrit] Make test Rspec style - change (mediawiki...ZeroPortal)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Make test Rspec style .. Make test Rspec style Change-Id: Iff151661723ecd8f9e68ca1ed9aa70d3091ac8a3 --- M tests/browser/features/step_definitions/homepage

[MediaWiki-commits] [Gerrit] Use typehint instead of manually checking in ByPropertyListS... - change (mediawiki...Wikibase)

2014-10-06 Thread Hoo man (Code Review)
Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/165132 Change subject: Use typehint instead of manually checking in ByPropertyListSerializer .. Use typehint instead of manually checking in ByPrope

[MediaWiki-commits] [Gerrit] Use typehint instead of manually checking in ByPropertyListS... - change (mediawiki...Wikibase)

2014-10-06 Thread Hoo man (Code Review)
Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/165131 Change subject: Use typehint instead of manually checking in ByPropertyListSerializer .. Use typehint instead of manually checking in ByPrope

[MediaWiki-commits] [Gerrit] Make test Rspec style - change (mediawiki...ZeroPortal)

2014-10-06 Thread Dr0ptp4kt (Code Review)
Dr0ptp4kt has uploaded a new change for review. https://gerrit.wikimedia.org/r/165130 Change subject: Make test Rspec style .. Make test Rspec style Change-Id: Iff151661723ecd8f9e68ca1ed9aa70d3091ac8a3 --- M tests/browser/fea

[MediaWiki-commits] [Gerrit] decom tarin (formerly pmtpa ganglia) - change (operations/puppet)

2014-10-06 Thread Dzahn (Code Review)
Dzahn has submitted this change and it was merged. Change subject: decom tarin (formerly pmtpa ganglia) .. decom tarin (formerly pmtpa ganglia) remove tarin, pmtpa poolcounter, from site.pp, ganglia, dsh, dhcp.. used to be gan

[MediaWiki-commits] [Gerrit] Hygiene: Improve FlowActions docs and remove dead code - change (mediawiki...Flow)

2014-10-06 Thread Mattflaschen (Code Review)
Mattflaschen has uploaded a new change for review. https://gerrit.wikimedia.org/r/165129 Change subject: Hygiene: Improve FlowActions docs and remove dead code .. Hygiene: Improve FlowActions docs and remove dead code * Add/c

[MediaWiki-commits] [Gerrit] Regression: Remove '>' from VE editor header - change (mediawiki...MobileFrontend)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Regression: Remove '>' from VE editor header .. Regression: Remove '>' from VE editor header Change-Id: I0229f0a5e5995ae35667a488bd1a5ea62e30e2be --- M te

[MediaWiki-commits] [Gerrit] Regression: Remove '>' from VE editor header - change (mediawiki...MobileFrontend)

2014-10-06 Thread Jdlrobson (Code Review)
Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/165128 Change subject: Regression: Remove '>' from VE editor header .. Regression: Remove '>' from VE editor header Change-Id: I0229f0a5e5995ae356

[MediaWiki-commits] [Gerrit] Added 4 ppl to notifyOnAllChanges for zero portal - change (operations/mediawiki-config)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Added 4 ppl to notifyOnAllChanges for zero portal .. Added 4 ppl to notifyOnAllChanges for zero portal Change-Id: I4fc0f8f7de153b5ce9f3e4f0a4f484c70e69beb

[MediaWiki-commits] [Gerrit] Enable graph ext on outreachwiki - change (operations/mediawiki-config)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Enable graph ext on outreachwiki .. Enable graph ext on outreachwiki Per email request from Tighe Flanagan Change-Id: I802a171e0cbc5a1ea43566cbe794ee9da6

[MediaWiki-commits] [Gerrit] Manage DonationInterface through Composer - change (wikimedia...vendor)

2014-10-06 Thread Awight (Code Review)
Awight has uploaded a new change for review. https://gerrit.wikimedia.org/r/165127 Change subject: Manage DonationInterface through Composer .. Manage DonationInterface through Composer Change-Id: I4d7ab81e6ac360e3c4cf56012ce

[MediaWiki-commits] [Gerrit] Removed isZeroSite()'s caching - change (mediawiki...ZeroBanner)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Removed isZeroSite()'s caching .. Removed isZeroSite()'s caching Change-Id: I1d1611d1f959bfd33cce8e5d42affd5a634faf77 --- M includes/PageRendering.php 1 f

[MediaWiki-commits] [Gerrit] Remove nfs1 from dns - change (operations/dns)

2014-10-06 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged. Change subject: Remove nfs1 from dns .. Remove nfs1 from dns Removing nfs1 from DNS Change-Id: I01d1995d0004fca0d5f9ea57f7a93baa5c11ace0 --- M templates/10.in-ad

[MediaWiki-commits] [Gerrit] Fix include paths - change (mediawiki...CentralAuth)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Fix include paths .. Fix include paths Follow up to I4e333cb95023c43556985d8150c7bea0911a2622 to fix a few include paths that were not updated correctly.

[MediaWiki-commits] [Gerrit] decom nfs1 - change (operations/puppet)

2014-10-06 Thread Alexandros Kosiaris (Code Review)
Alexandros Kosiaris has submitted this change and it was merged. Change subject: decom nfs1 .. decom nfs1 remove nfs1 from: - dsh groups - site.pp - DHCP - base module / rsyslog - LDAP config (!??) <-- what is replacing it? pl

[MediaWiki-commits] [Gerrit] Start a new branch for Drupal and embeddeding - change (mediawiki...DonationInterface)

2014-10-06 Thread Awight (Code Review)
Awight has uploaded a new change for review. https://gerrit.wikimedia.org/r/165126 Change subject: Start a new branch for Drupal and embeddeding .. Start a new branch for Drupal and embeddeding Change-Id: Ia1dfbe8a0531d39e706

[MediaWiki-commits] [Gerrit] Fix include paths - change (mediawiki...CentralAuth)

2014-10-06 Thread BryanDavis (Code Review)
BryanDavis has uploaded a new change for review. https://gerrit.wikimedia.org/r/165125 Change subject: Fix include paths .. Fix include paths Follow up to I4e333cb95023c43556985d8150c7bea0911a2622 to fix a few include paths t

[MediaWiki-commits] [Gerrit] Establish Cucumber tests - change (mediawiki...ZeroPortal)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Establish Cucumber tests .. Establish Cucumber tests To run, set MEDIAWIKI_URL env var to https://zero.wikimedia.org/wiki/. Change-Id: Iad1985883beeb2499

[MediaWiki-commits] [Gerrit] Register EventLogging schemas the cool new way - change (mediawiki...MobileFrontend)

2014-10-06 Thread Phuedx (Code Review)
Phuedx has uploaded a new change for review. https://gerrit.wikimedia.org/r/165124 Change subject: Register EventLogging schemas the cool new way .. Register EventLogging schemas the cool new way Register the schemas and the

[MediaWiki-commits] [Gerrit] Introduce sfBeforeFreeTextSubstitution hook, replacing the n... - change (mediawiki...SemanticForms)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Introduce sfBeforeFreeTextSubstitution hook, replacing the now deprecated sfModifyFreeTextField hook .. Introduce sfBeforeFreeTextSubstitution hook, repla

[MediaWiki-commits] [Gerrit] icinga: Make all config files belong to icinga:icinga - change (operations/puppet)

2014-10-06 Thread Yuvipanda (Code Review)
Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/165123 Change subject: icinga: Make all config files belong to icinga:icinga .. icinga: Make all config files belong to icinga:icinga No reason th

[MediaWiki-commits] [Gerrit] Fix for page titles that have commas in them - change (mediawiki...Contributors)

2014-10-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Fix for page titles that have commas in them .. Fix for page titles that have commas in them Change-Id: I500adcd1988637d67d330572532d221865f22827 --- M Co

[MediaWiki-commits] [Gerrit] Decrease the number of parsoid job runners - change (operations/puppet)

2014-10-06 Thread BBlack (Code Review)
BBlack has submitted this change and it was merged. Change subject: Decrease the number of parsoid job runners .. Decrease the number of parsoid job runners The API cluster has very little capacity left, so throttle Parsoid job

[MediaWiki-commits] [Gerrit] Revoke access for bsitu. - change (operations/puppet)

2014-10-06 Thread Andrew Bogott (Code Review)
Andrew Bogott has submitted this change and it was merged. Change subject: Revoke access for bsitu. .. Revoke access for bsitu. RT 8477 Change-Id: If12db9779dca5aa0d41673cf2b45d7b6a8ff4ca5 --- M modules/admin/data/data.yaml 1

  1   2   3   4   5   >