[MediaWiki-commits] [Gerrit] Add a preview/confirmation menu. Also major internal restruc... - change (mediawiki...MassMessage)

2013-07-24 Thread Legoktm (Code Review)
Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/75550 Change subject: Add a preview/confirmation menu. Also major internal restructuring of the special page. .. Add a preview/confirmation menu.

[MediaWiki-commits] [Gerrit] Call -load() in addReviewCheck() - change (mediawiki...FlaggedRevs)

2013-07-24 Thread Catrope (Code Review)
Catrope has uploaded a new change for review. https://gerrit.wikimedia.org/r/75551 Change subject: Call -load() in addReviewCheck() .. Call -load() in addReviewCheck() It uses getArticle(), which means it fails when

[MediaWiki-commits] [Gerrit] Pass through request parameters in API action=edit - change (mediawiki/core)

2013-07-24 Thread Catrope (Code Review)
Catrope has uploaded a new change for review. https://gerrit.wikimedia.org/r/75552 Change subject: Pass through request parameters in API action=edit .. Pass through request parameters in API action=edit In addition to

[MediaWiki-commits] [Gerrit] Call -load() in addReviewCheck() - change (mediawiki...FlaggedRevs)

2013-07-24 Thread Trevor Parscal (Code Review)
Trevor Parscal has submitted this change and it was merged. Change subject: Call -load() in addReviewCheck() .. Call -load() in addReviewCheck() It uses getArticle(), which means it fails when EditPage::getCheckboxes() is

[MediaWiki-commits] [Gerrit] Give users an error if they try to send a message with no su... - change (mediawiki...MassMessage)

2013-07-24 Thread Legoktm (Code Review)
Legoktm has submitted this change and it was merged. Change subject: Give users an error if they try to send a message with no subject line and/or message body. .. Give users an error if they try to send a message with no

[MediaWiki-commits] [Gerrit] Pass through request parameters in API action=edit - change (mediawiki/core)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Pass through request parameters in API action=edit .. Pass through request parameters in API action=edit In addition to constructing a fake request using

[MediaWiki-commits] [Gerrit] MWInit::classExists - class_exists - change (mediawiki...CentralAuth)

2013-07-24 Thread Ori.livneh (Code Review)
Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/75553 Change subject: MWInit::classExists - class_exists .. MWInit::classExists - class_exists MWInit::classExists is deprecated as of 1.22 in

[MediaWiki-commits] [Gerrit] Up OpenStackManager version - change (mediawiki/core)

2013-07-24 Thread Ryan Lane (Code Review)
Ryan Lane has uploaded a new change for review. https://gerrit.wikimedia.org/r/75554 Change subject: Up OpenStackManager version .. Up OpenStackManager version Change-Id: I6bd2cf3b852522a1f13d59a0522f33344d1b4ef2 --- M

[MediaWiki-commits] [Gerrit] Up OpenStackManager version - change (mediawiki/core)

2013-07-24 Thread Ryan Lane (Code Review)
Ryan Lane has submitted this change and it was merged. Change subject: Up OpenStackManager version .. Up OpenStackManager version Change-Id: I6bd2cf3b852522a1f13d59a0522f33344d1b4ef2 --- M extensions/OpenStackManager 1 file

[MediaWiki-commits] [Gerrit] Render check boxes from EditPage - change (mediawiki...VisualEditor)

2013-07-24 Thread Catrope (Code Review)
Catrope has uploaded a new change for review. https://gerrit.wikimedia.org/r/7 Change subject: Render check boxes from EditPage .. Render check boxes from EditPage EditPage has a lovely getCheckboxes() function which

[MediaWiki-commits] [Gerrit] Render check boxes from EditPage - change (mediawiki...VisualEditor)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Render check boxes from EditPage .. Render check boxes from EditPage EditPage has a lovely getCheckboxes() function which includes the minor and watch

[MediaWiki-commits] [Gerrit] Add the Gentium font - change (mediawiki...UniversalLanguageSelector)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Add the Gentium font .. Add the Gentium font Bug: 51159 Change-Id: Ie501b60778c02dcac6b1850643e2e75529380212 --- A

[MediaWiki-commits] [Gerrit] Add .jshintrc - change (mediawiki...MassMessage)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Add .jshintrc .. Add .jshintrc Change-Id: Idf12cb0a5325ffddfb274b2b2fe106e60a205350 --- A .jshintrc 1 file changed, 26 insertions(+), 0 deletions(-)

[MediaWiki-commits] [Gerrit] Clarify post-submit message that the messages have been queu... - change (mediawiki...MassMessage)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Clarify post-submit message that the messages have been queued, not sent. .. Clarify post-submit message that the messages have been queued, not sent.

[MediaWiki-commits] [Gerrit] Add an introduction message at the top of the form. - change (mediawiki...MassMessage)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Add an introduction message at the top of the form. .. Add an introduction message at the top of the form. Change-Id:

[MediaWiki-commits] [Gerrit] (bug 49694) Apply $wgSpamRegex to the new section name in ac... - change (mediawiki/core)

2013-07-24 Thread IAlex (Code Review)
IAlex has uploaded a new change for review. https://gerrit.wikimedia.org/r/75556 Change subject: (bug 49694) Apply $wgSpamRegex to the new section name in action=editsection=new .. (bug 49694) Apply $wgSpamRegex to the new

[MediaWiki-commits] [Gerrit] Use jquery.byteLimit to ensure we don't end up with truncate... - change (mediawiki...MassMessage)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Use jquery.byteLimit to ensure we don't end up with truncated edit summaries .. Use jquery.byteLimit to ensure we don't end up with truncated edit

[MediaWiki-commits] [Gerrit] Use PHP's built-in class_exists instead of MWInit::classExists - change (mediawiki...ConfirmEdit)

2013-07-24 Thread Legoktm (Code Review)
Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/75557 Change subject: Use PHP's built-in class_exists instead of MWInit::classExists .. Use PHP's built-in class_exists instead of

[MediaWiki-commits] [Gerrit] Use PHP's built-in class_exists instead of MWInit::classExists - change (mediawiki...TimedMediaHandler)

2013-07-24 Thread Legoktm (Code Review)
Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/75558 Change subject: Use PHP's built-in class_exists instead of MWInit::classExists .. Use PHP's built-in class_exists instead of

[MediaWiki-commits] [Gerrit] Replace Edit source by {{int:visualeditor-ca-editsource}} - change (mediawiki...VisualEditor)

2013-07-24 Thread Shirayuki (Code Review)
Shirayuki has uploaded a new change for review. https://gerrit.wikimedia.org/r/75559 Change subject: Replace Edit source by {{int:visualeditor-ca-editsource}} .. Replace Edit source by {{int:visualeditor-ca-editsource}}

[MediaWiki-commits] [Gerrit] (WIP) Parse errors and write to MongoDB - change (mediawiki...fluoride)

2013-07-24 Thread Ori.livneh (Code Review)
Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/75560 Change subject: (WIP) Parse errors and write to MongoDB .. (WIP) Parse errors and write to MongoDB This change adds a simple tool for

[MediaWiki-commits] [Gerrit] Use PHP's built-in class_exists instead of MWInit::classExists - change (mediawiki...TimedMediaHandler)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Use PHP's built-in class_exists instead of MWInit::classExists .. Use PHP's built-in class_exists instead of MWInit::classExists MWInit::classExists is

[MediaWiki-commits] [Gerrit] Show when trying to save in read-only mode - change (mediawiki...VisualEditor)

2013-07-24 Thread Esanders (Code Review)
Esanders has uploaded a new change for review. https://gerrit.wikimedia.org/r/75561 Change subject: Show when trying to save in read-only mode .. Show when trying to save in read-only mode We already correctly show the read

[MediaWiki-commits] [Gerrit] [WikimediaMessages] Make message optional - change (translatewiki)

2013-07-24 Thread Raimond Spekking (Code Review)
Raimond Spekking has uploaded a new change for review. https://gerrit.wikimedia.org/r/75562 Change subject: [WikimediaMessages] Make message optional .. [WikimediaMessages] Make message optional Per

[MediaWiki-commits] [Gerrit] [WikimediaMessages] Make message optional - change (translatewiki)

2013-07-24 Thread Raimond Spekking (Code Review)
Raimond Spekking has submitted this change and it was merged. Change subject: [WikimediaMessages] Make message optional .. [WikimediaMessages] Make message optional Per

[MediaWiki-commits] [Gerrit] Show newarticletext(anon) when creating a new page - change (mediawiki...VisualEditor)

2013-07-24 Thread Esanders (Code Review)
Esanders has uploaded a new change for review. https://gerrit.wikimedia.org/r/75563 Change subject: Show newarticletext(anon) when creating a new page .. Show newarticletext(anon) when creating a new page Bug: 51459

[MediaWiki-commits] [Gerrit] Lazy initialization of language settings for IME menu - change (mediawiki...UniversalLanguageSelector)

2013-07-24 Thread Santhosh (Code Review)
Santhosh has uploaded a new change for review. https://gerrit.wikimedia.org/r/75564 Change subject: Lazy initialization of language settings for IME menu .. Lazy initialization of language settings for IME menu Initialize

[MediaWiki-commits] [Gerrit] Typo fix - change (mediawiki...UniversalLanguageSelector)

2013-07-24 Thread Santhosh (Code Review)
Santhosh has uploaded a new change for review. https://gerrit.wikimedia.org/r/75565 Change subject: Typo fix .. Typo fix Change-Id: I496d137a706bd1672ea12f4d6d465d858a399794 --- M resources/js/ext.uls.ime.js 1 file changed,

[MediaWiki-commits] [Gerrit] Switch translation memory from vanadium to zinc - change (operations/mediawiki-config)

2013-07-24 Thread MaxSem (Code Review)
MaxSem has uploaded a new change for review. https://gerrit.wikimedia.org/r/75566 Change subject: Switch translation memory from vanadium to zinc .. Switch translation memory from vanadium to zinc Change-Id:

[MediaWiki-commits] [Gerrit] Re-enable WikiaMobile for Wikia - change (translatewiki)

2013-07-24 Thread Grunny (Code Review)
Grunny has uploaded a new change for review. https://gerrit.wikimedia.org/r/75567 Change subject: Re-enable WikiaMobile for Wikia .. Re-enable WikiaMobile for Wikia The team responsible for it has now documented all

[MediaWiki-commits] [Gerrit] Add the environment variable KEEP_BROWSER_OPEN - change (qa/browsertests)

2013-07-24 Thread Amire80 (Code Review)
Amire80 has uploaded a new change for review. https://gerrit.wikimedia.org/r/75568 Change subject: Add the environment variable KEEP_BROWSER_OPEN .. Add the environment variable KEEP_BROWSER_OPEN If set to 'true' this keeps

[MediaWiki-commits] [Gerrit] SpecialPrefixindex formatting methods are now protected - change (mediawiki/core)

2013-07-24 Thread Hashar (Code Review)
Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/75569 Change subject: SpecialPrefixindex formatting methods are now protected .. SpecialPrefixindex formatting methods are now protected

[MediaWiki-commits] [Gerrit] Switch translation memory from vanadium to zinc - change (operations/mediawiki-config)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Switch translation memory from vanadium to zinc .. Switch translation memory from vanadium to zinc Change-Id: Ia6d0f844524331e22f871e16934d6526a5a720cf

[MediaWiki-commits] [Gerrit] Opt-out Persian from links underline removal - change (mediawiki/core)

2013-07-24 Thread Ebrahim (Code Review)
Ebrahim has uploaded a new change for review. https://gerrit.wikimedia.org/r/75570 Change subject: Opt-out Persian from links underline removal .. Opt-out Persian from links underline removal There was a discussion on this

[MediaWiki-commits] [Gerrit] Enhanced RC: Remove the list of users who edited the page - change (mediawiki/core)

2013-07-24 Thread Matmarex (Code Review)
Matmarex has uploaded a new change for review. https://gerrit.wikimedia.org/r/75571 Change subject: Enhanced RC: Remove the list of users who edited the page .. Enhanced RC: Remove the list of users who edited the page * It

[MediaWiki-commits] [Gerrit] Install new servers as Text Varnish caches - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75572 Change subject: Install new servers as Text Varnish caches .. Install new servers as Text Varnish caches Change-Id:

[MediaWiki-commits] [Gerrit] Revert Switch translation memory from vanadium to zinc - change (operations/mediawiki-config)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Revert Switch translation memory from vanadium to zinc .. Revert Switch translation memory from vanadium to zinc This reverts commit

[MediaWiki-commits] [Gerrit] Install new servers as Text Varnish caches - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Install new servers as Text Varnish caches .. Install new servers as Text Varnish caches Change-Id: I6182f8e18d731de15d46b6e4b1a732e2ad2f950a --- M

[MediaWiki-commits] [Gerrit] MWInit::classExists - class_exists - change (mediawiki...CentralAuth)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: MWInit::classExists - class_exists .. MWInit::classExists - class_exists MWInit::classExists is deprecated as of 1.22 in favor of the class_exists PHP

[MediaWiki-commits] [Gerrit] Lazy initilization of language settins from ULS - change (mediawiki...UniversalLanguageSelector)

2013-07-24 Thread Santhosh (Code Review)
Santhosh has uploaded a new change for review. https://gerrit.wikimedia.org/r/75574 Change subject: Lazy initilization of language settins from ULS .. Lazy initilization of language settins from ULS For personal toolbar

[MediaWiki-commits] [Gerrit] Generate ganglia plugin conf after starting Varnish - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75575 Change subject: Generate ganglia plugin conf after starting Varnish .. Generate ganglia plugin conf after starting Varnish Change-Id:

[MediaWiki-commits] [Gerrit] Generate ganglia plugin conf after starting Varnish - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Generate ganglia plugin conf after starting Varnish .. Generate ganglia plugin conf after starting Varnish Change-Id:

[MediaWiki-commits] [Gerrit] Install extra VCL files before starting Varnish - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75576 Change subject: Install extra VCL files before starting Varnish .. Install extra VCL files before starting Varnish Change-Id:

[MediaWiki-commits] [Gerrit] Install extra VCL files before starting Varnish - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Install extra VCL files before starting Varnish .. Install extra VCL files before starting Varnish Change-Id: I354e48cdad0c557ac844ee1ea97a09e5cf108190

[MediaWiki-commits] [Gerrit] Some cleanup of QueryEntity and its test - change (mediawiki...WikibaseQuery)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Some cleanup of QueryEntity and its test .. Some cleanup of QueryEntity and its test Change-Id: I1d9edaeb96ba8f5dd32d8504a2dfda5dbe696353 --- M

[MediaWiki-commits] [Gerrit] Ground work for QueryEntity serialization and deserialization - change (mediawiki...WikibaseQuery)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Ground work for QueryEntity serialization and deserialization .. Ground work for QueryEntity serialization and deserialization Change-Id:

[MediaWiki-commits] [Gerrit] Push version 0.3.3 upstream from ShoutWiki's repository. - change (mediawiki...ShoutWikiAds)

2013-07-24 Thread Lewis Cawte (Code Review)
Lewis Cawte has uploaded a new change for review. https://gerrit.wikimedia.org/r/75577 Change subject: Push version 0.3.3 upstream from ShoutWiki's repository. .. Push version 0.3.3 upstream from ShoutWiki's repository.

[MediaWiki-commits] [Gerrit] (bug 51934) remove redundant namespaceAliases for Tagalog - change (mediawiki/core)

2013-07-24 Thread TTO (Code Review)
TTO has uploaded a new change for review. https://gerrit.wikimedia.org/r/75578 Change subject: (bug 51934) remove redundant namespaceAliases for Tagalog .. (bug 51934) remove redundant namespaceAliases for Tagalog Same as

[MediaWiki-commits] [Gerrit] Push version 0.3.3 upstream from ShoutWiki's repository. - change (mediawiki...ShoutWikiAds)

2013-07-24 Thread Jack Phoenix (Code Review)
Jack Phoenix has submitted this change and it was merged. Change subject: Push version 0.3.3 upstream from ShoutWiki's repository. .. Push version 0.3.3 upstream from ShoutWiki's repository. Change-Id:

[MediaWiki-commits] [Gerrit] Enhanced RC: Add a view changes since my last visit link - change (mediawiki/core)

2013-07-24 Thread Matmarex (Code Review)
Matmarex has uploaded a new change for review. https://gerrit.wikimedia.org/r/75579 Change subject: Enhanced RC: Add a view changes since my last visit link .. Enhanced RC: Add a view changes since my last visit link It's

[MediaWiki-commits] [Gerrit] Remove override of skin behaviour for inline anchor's text-d... - change (mediawiki...Echo)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Remove override of skin behaviour for inline anchor's text-decoration .. Remove override of skin behaviour for inline anchor's text-decoration Bug:

[MediaWiki-commits] [Gerrit] Add new Text Varnish servers - change (operations/mediawiki-config)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75581 Change subject: Add new Text Varnish servers .. Add new Text Varnish servers Change-Id: I139739e4c696c02fd5a6aa98585c4cea36e256e0 --- M

[MediaWiki-commits] [Gerrit] Add new Text Varnish servers - change (operations/mediawiki-config)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Add new Text Varnish servers .. Add new Text Varnish servers Change-Id: I139739e4c696c02fd5a6aa98585c4cea36e256e0 --- M wmf-config/squid.php 1 file

[MediaWiki-commits] [Gerrit] Move firing of wikipage.content mw.hook out of mediawiki.util - change (mediawiki/core)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Move firing of wikipage.content mw.hook out of mediawiki.util .. Move firing of wikipage.content mw.hook out of mediawiki.util * Update wikipage.content

[MediaWiki-commits] [Gerrit] Lazy initialization of language settings and ULS from interf... - change (mediawiki...UniversalLanguageSelector)

2013-07-24 Thread Santhosh (Code Review)
Santhosh has uploaded a new change for review. https://gerrit.wikimedia.org/r/75582 Change subject: Lazy initialization of language settings and ULS from interface triggers .. Lazy initialization of language settings and

[MediaWiki-commits] [Gerrit] Fix up Vary headers on 30x redirects from Apache - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75583 Change subject: Fix up Vary headers on 30x redirects from Apache .. Fix up Vary headers on 30x redirects from Apache Apache on the

[MediaWiki-commits] [Gerrit] Fix up Vary headers on 30x redirects from Apache - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Fix up Vary headers on 30x redirects from Apache .. Fix up Vary headers on 30x redirects from Apache Apache on the application servers is not properly

[MediaWiki-commits] [Gerrit] Fix typo - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75584 Change subject: Fix typo .. Fix typo Change-Id: I1b5f7fe5d28c66d0edb280c54eddc3efca3c4d8c --- M

[MediaWiki-commits] [Gerrit] Fix typo - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Fix typo .. Fix typo Change-Id: I1b5f7fe5d28c66d0edb280c54eddc3efca3c4d8c --- M templates/varnish/text-backend.inc.vcl.erb 1 file changed, 1

[MediaWiki-commits] [Gerrit] Use beresp. instead of obj. in vcl_fetch - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75585 Change subject: Use beresp. instead of obj. in vcl_fetch .. Use beresp. instead of obj. in vcl_fetch Change-Id:

[MediaWiki-commits] [Gerrit] Use beresp. instead of obj. in vcl_fetch - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Use beresp. instead of obj. in vcl_fetch .. Use beresp. instead of obj. in vcl_fetch Change-Id: I28299604ce62bce01a23071019f69b322bd8c647 --- M

[MediaWiki-commits] [Gerrit] Use hit_for_pass for TTL = 0s objects - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75586 Change subject: Use hit_for_pass for TTL = 0s objects .. Use hit_for_pass for TTL = 0s objects Change-Id:

[MediaWiki-commits] [Gerrit] Use hit_for_pass for TTL = 0s objects - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Use hit_for_pass for TTL = 0s objects .. Use hit_for_pass for TTL = 0s objects Change-Id: I836916fe79dd3cb240ae3703c3351fcd3a7c0a01 --- M

[MediaWiki-commits] [Gerrit] Do XFF appends, use pass for POST requests - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75587 Change subject: Do XFF appends, use pass for POST requests .. Do XFF appends, use pass for POST requests Change-Id:

[MediaWiki-commits] [Gerrit] Do XFF appends, use pass for POST requests - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Do XFF appends, use pass for POST requests .. Do XFF appends, use pass for POST requests Change-Id: Icf85552e900080c077eff78485ad1db0973e5808 --- M

[MediaWiki-commits] [Gerrit] Restore cookies on pass requests as well, to be sure. - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75588 Change subject: Restore cookies on pass requests as well, to be sure. .. Restore cookies on pass requests as well, to be sure. It's

[MediaWiki-commits] [Gerrit] Restore cookies on pass requests as well, to be sure. - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Restore cookies on pass requests as well, to be sure. .. Restore cookies on pass requests as well, to be sure. It's easy to miss this when a pass

[MediaWiki-commits] [Gerrit] Properly handle request restarts with cookie munging and res... - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75589 Change subject: Properly handle request restarts with cookie munging and restoration .. Properly handle request restarts with cookie

[MediaWiki-commits] [Gerrit] Filter out the Orig-Cookie header if coming from clients - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75590 Change subject: Filter out the Orig-Cookie header if coming from clients .. Filter out the Orig-Cookie header if coming from clients

[MediaWiki-commits] [Gerrit] Properly handle request restarts with cookie munging and res... - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Properly handle request restarts with cookie munging and restoration .. Properly handle request restarts with cookie munging and restoration Change-Id:

[MediaWiki-commits] [Gerrit] Filter out the Orig-Cookie header if coming from clients - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Filter out the Orig-Cookie header if coming from clients .. Filter out the Orig-Cookie header if coming from clients Change-Id:

[MediaWiki-commits] [Gerrit] Work on QueryEntity - change (mediawiki...WikibaseQuery)

2013-07-24 Thread Jeroen De Dauw (Code Review)
Jeroen De Dauw has uploaded a new change for review. https://gerrit.wikimedia.org/r/75591 Change subject: Work on QueryEntity .. Work on QueryEntity Change-Id: I838a2ce49d053b854f2e228b07cf14ddb2b29044 --- M

[MediaWiki-commits] [Gerrit] On the labs puppetmaster, link to labs private repo - change (operations/puppet)

2013-07-24 Thread Andrew Bogott (Code Review)
Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/75592 Change subject: On the labs puppetmaster, link to labs private repo .. On the labs puppetmaster, link to labs private repo Change-Id:

[MediaWiki-commits] [Gerrit] On the labs puppetmaster, link to labs private repo - change (operations/puppet)

2013-07-24 Thread Andrew Bogott (Code Review)
Andrew Bogott has submitted this change and it was merged. Change subject: On the labs puppetmaster, link to labs private repo .. On the labs puppetmaster, link to labs private repo Change-Id:

[MediaWiki-commits] [Gerrit] Split off pass requests from cookie munging - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75593 Change subject: Split off pass requests from cookie munging .. Split off pass requests from cookie munging Do cookie munging in

[MediaWiki-commits] [Gerrit] Split off pass requests from cookie munging - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Split off pass requests from cookie munging .. Split off pass requests from cookie munging Do cookie munging in vcl_hash, as it's only required for

[MediaWiki-commits] [Gerrit] Makes ButtonWidgets more accessible - change (mediawiki...VisualEditor)

2013-07-24 Thread Esanders (Code Review)
Esanders has uploaded a new change for review. https://gerrit.wikimedia.org/r/75594 Change subject: Makes ButtonWidgets more accessible .. Makes ButtonWidgets more accessible * Give them a role=button, and a default

[MediaWiki-commits] [Gerrit] Virt0 puppet symlinks should point to /root/testrepo/* - change (operations/puppet)

2013-07-24 Thread Andrew Bogott (Code Review)
Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/75596 Change subject: Virt0 puppet symlinks should point to /root/testrepo/* .. Virt0 puppet symlinks should point to /root/testrepo/*

[MediaWiki-commits] [Gerrit] Virt0 puppet symlinks should point to /root/testrepo/* - change (operations/puppet)

2013-07-24 Thread Andrew Bogott (Code Review)
Andrew Bogott has submitted this change and it was merged. Change subject: Virt0 puppet symlinks should point to /root/testrepo/* .. Virt0 puppet symlinks should point to /root/testrepo/* Because that's where the cron puts

[MediaWiki-commits] [Gerrit] Do not pre-fill longitude and latitude inputs with 0 values - change (mediawiki...UploadWizard)

2013-07-24 Thread Rillke (Code Review)
Rillke has uploaded a new change for review. https://gerrit.wikimedia.org/r/75595 Change subject: Do not pre-fill longitude and latitude inputs with 0 values .. Do not pre-fill longitude and latitude inputs with 0 values

[MediaWiki-commits] [Gerrit] Set 'notminor' if minor edit box not checked - change (mediawiki...VisualEditor)

2013-07-24 Thread Esanders (Code Review)
Esanders has uploaded a new change for review. https://gerrit.wikimedia.org/r/75598 Change subject: Set 'notminor' if minor edit box not checked .. Set 'notminor' if minor edit box not checked In order to properly override

[MediaWiki-commits] [Gerrit] Including fundraising::udp2log_rotation and accounts::file_m... - change (operations/puppet)

2013-07-24 Thread Ottomata (Code Review)
Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/75599 Change subject: Including fundraising::udp2log_rotation and accounts::file_mover on erbium. .. Including fundraising::udp2log_rotation and

[MediaWiki-commits] [Gerrit] Including fundraising::udp2log_rotation and accounts::file_m... - change (operations/puppet)

2013-07-24 Thread Ottomata (Code Review)
Ottomata has submitted this change and it was merged. Change subject: Including fundraising::udp2log_rotation and accounts::file_mover on erbium. .. Including fundraising::udp2log_rotation and accounts::file_mover on erbium.

[MediaWiki-commits] [Gerrit] Fix indentation - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75600 Change subject: Fix indentation .. Fix indentation Change-Id: Ifbc2de466704229adeb86da494bf5db8aed962f2 --- M

[MediaWiki-commits] [Gerrit] Fix indentation - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has submitted this change and it was merged. Change subject: Fix indentation .. Fix indentation Change-Id: Ifbc2de466704229adeb86da494bf5db8aed962f2 --- M manifests/role/protoproxy.pp 1 file changed, 282

[MediaWiki-commits] [Gerrit] Default value for lon and lat from 0 to empty String - change (mediawiki...UploadWizard)

2013-07-24 Thread Rillke (Code Review)
Rillke has uploaded a new change for review. https://gerrit.wikimedia.org/r/75597 Change subject: Default value for lon and lat from 0 to empty String .. Default value for lon and lat from 0 to empty String Otherwise a

[MediaWiki-commits] [Gerrit] get rid of varnishhtcpd upstart job - change (operations/puppet)

2013-07-24 Thread Faidon (Code Review)
Faidon has submitted this change and it was merged. Change subject: get rid of varnishhtcpd upstart job .. get rid of varnishhtcpd upstart job On beta deployment-cache-text1 I end up with two version of the Varnish HTCPD

[MediaWiki-commits] [Gerrit] Setup NGINX for HTTPS on the Varnish servers - change (operations/puppet)

2013-07-24 Thread Mark Bergsma (Code Review)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/75601 Change subject: Setup NGINX for HTTPS on the Varnish servers .. Setup NGINX for HTTPS on the Varnish servers Change-Id:

[MediaWiki-commits] [Gerrit] Update CommonSettings to reflect changes in UpWiz - change (operations/mediawiki-config)

2013-07-24 Thread Rillke (Code Review)
Rillke has uploaded a new change for review. https://gerrit.wikimedia.org/r/75602 Change subject: Update CommonSettings to reflect changes in UpWiz .. Update CommonSettings to reflect changes in UpWiz Change

[MediaWiki-commits] [Gerrit] Handle meta-only transclusions as meta items - change (mediawiki...VisualEditor)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Handle meta-only transclusions as meta items .. Handle meta-only transclusions as meta items To achieve this we need to evaluate the DOM contents of

[MediaWiki-commits] [Gerrit] Set 'notminor' if minor edit box not checked - change (mediawiki...VisualEditor)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Set 'notminor' if minor edit box not checked .. Set 'notminor' if minor edit box not checked In order to properly override the minor-edit-by-default

[MediaWiki-commits] [Gerrit] Show newarticletext(anon) when creating a new page - change (mediawiki...VisualEditor)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Show newarticletext(anon) when creating a new page .. Show newarticletext(anon) when creating a new page Bug: 51459 Change-Id:

[MediaWiki-commits] [Gerrit] Replace Edit source by {{int:visualeditor-ca-editsource}} - change (mediawiki...VisualEditor)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Replace Edit source by {{int:visualeditor-ca-editsource}} .. Replace Edit source by {{int:visualeditor-ca-editsource}} Spotted by Siddhartha_Ghai

[MediaWiki-commits] [Gerrit] Show error when trying to save in read-only mode - change (mediawiki...VisualEditor)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Show error when trying to save in read-only mode .. Show error when trying to save in read-only mode We already correctly show the read only error if the

[MediaWiki-commits] [Gerrit] Remove namespace aliases identical to namespace names - change (mediawiki/core)

2013-07-24 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/75603 Change subject: Remove namespace aliases identical to namespace names .. Remove namespace aliases identical to namespace names Bug: 51934

[MediaWiki-commits] [Gerrit] Make ButtonWidgets more accessible - change (mediawiki...VisualEditor)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Make ButtonWidgets more accessible .. Make ButtonWidgets more accessible * Give them a role=button, and a default tabIndex of 0 * Listen for a keypress

[MediaWiki-commits] [Gerrit] Split continued link annotations on wordbreaks - change (mediawiki...VisualEditor)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Split continued link annotations on wordbreaks .. Split continued link annotations on wordbreaks For now this approach is bit of a hack and will

[MediaWiki-commits] [Gerrit] Work on QueryEntity - change (mediawiki...WikibaseQuery)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Work on QueryEntity .. Work on QueryEntity PP'd with addshore Change-Id: I838a2ce49d053b854f2e228b07cf14ddb2b29044 --- M

[MediaWiki-commits] [Gerrit] Remove redundant namespaceAliases - change (mediawiki/core)

2013-07-24 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. Change subject: Remove redundant namespaceAliases .. Remove redundant namespaceAliases Same as the actual namespace names. Apparently translatewiki doesn't handle

[MediaWiki-commits] [Gerrit] Putting erbium in ganglia udp2log view - change (operations/puppet)

2013-07-24 Thread Ottomata (Code Review)
Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/75604 Change subject: Putting erbium in ganglia udp2log view .. Putting erbium in ganglia udp2log view Change-Id:

  1   2   3   4   >