lhc/web/wiklou.git
5 years agoMerge "Avoid using stale data for revision visibility and actor data"
jenkins-bot [Mon, 11 Mar 2019 14:37:48 +0000 (14:37 +0000)]
Merge "Avoid using stale data for revision visibility and actor data"

5 years agoMerge "Streamline code involving .= string concatenations"
jenkins-bot [Mon, 11 Mar 2019 12:39:04 +0000 (12:39 +0000)]
Merge "Streamline code involving .= string concatenations"

5 years agoStreamline code involving .= string concatenations
Thiemo Kreuz [Thu, 7 Mar 2019 09:55:31 +0000 (10:55 +0100)]
Streamline code involving .= string concatenations

This was inspired by Idbbdb31. Originally, I did a regex search for
code that did string concatenations like `$str = $str . …` and replaced
them all with the .= operator. A duplicate patch was uploaded by another
author. I rebeased this patch on top of the other, which leaves all
the manual optimizations I did.

Change-Id: Iaeb73d9c63302c9409bd1051b91e0d2bd77788a7

5 years agoMerge "ProtectionForm: Add type hint to ::showLogExtract() header"
jenkins-bot [Sun, 10 Mar 2019 23:37:07 +0000 (23:37 +0000)]
Merge "ProtectionForm: Add type hint to ::showLogExtract() header"

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Sun, 10 Mar 2019 20:56:09 +0000 (21:56 +0100)]
Localisation updates from https://translatewiki.net.

Change-Id: Ibf7f5a6cc435b330df709d40f8ea0687c65832c5

5 years agoAvoid using stale data for revision visibility and actor data
Bill Pirkle [Wed, 27 Feb 2019 21:26:17 +0000 (15:26 -0600)]
Avoid using stale data for revision visibility and actor data

Created class RevisionStoreCacheRecord to avoid returning stale
cached revision visibility and actor data when changes were
made after the cache was populated for that revision.

Bug: T216159
Change-Id: Iabed80e06a08ff0793dfe64db881cbcd535cb13f

5 years agoMerge "mediawiki.cookie: Export config via packageFiles"
jenkins-bot [Sun, 10 Mar 2019 20:14:52 +0000 (20:14 +0000)]
Merge "mediawiki.cookie: Export config via packageFiles"

5 years agoProtectionForm: Add type hint to ::showLogExtract() header
Derick Alangi [Sun, 10 Mar 2019 18:12:48 +0000 (19:12 +0100)]
ProtectionForm: Add type hint to ::showLogExtract() header

https://codesearch.wmflabs.org/core/?q=showLogExtract%5C(&i=nope&files=&repos=
according to codesearch shows that this method takes as first argument an output
page object and also, objects are passed by reference by default so removed &.

Change-Id: I167ae6300b37d4e9292bd8ad14351f1ca35184d2

5 years agoRemove a few method_exists() checks
Max Semenik [Sun, 10 Mar 2019 08:08:44 +0000 (00:08 -0800)]
Remove a few method_exists() checks

These functions are present in every PHP version we support now.

Change-Id: I11add0fc9f6c3c3caff859db9c0475c4d2818577

5 years agoMerge "installer: Code augmentation in wfInstallerMain function"
jenkins-bot [Sun, 10 Mar 2019 05:33:59 +0000 (05:33 +0000)]
Merge "installer: Code augmentation in wfInstallerMain function"

5 years agoMerge "Add @var to class properties to clarify types"
jenkins-bot [Sun, 10 Mar 2019 03:34:17 +0000 (03:34 +0000)]
Merge "Add @var to class properties to clarify types"

5 years agoMerge "Move class HistoryPager to own file"
jenkins-bot [Sun, 10 Mar 2019 03:25:36 +0000 (03:25 +0000)]
Merge "Move class HistoryPager to own file"

5 years agoMerge "Move class RangeDifference to own file"
jenkins-bot [Sun, 10 Mar 2019 03:20:09 +0000 (03:20 +0000)]
Merge "Move class RangeDifference to own file"

5 years agoMerge "Remove suppress of PhanRedefineFunctionInternal"
jenkins-bot [Sun, 10 Mar 2019 03:15:24 +0000 (03:15 +0000)]
Merge "Remove suppress of PhanRedefineFunctionInternal"

5 years agomediawiki.cookie: Export config via packageFiles
Timo Tijhof [Sat, 9 Mar 2019 02:46:38 +0000 (02:46 +0000)]
mediawiki.cookie: Export config via packageFiles

* Add a private setDefaults() method to allow mocking from
  unit tests.

* Use matching keys between the data export and the API.

* Reduce duplication in the code.

* Access the Sinon stub explicitly instead of via the public path.

* Remove use of the now-redundant QUnit.newMwEnvironment().

Change-Id: I600332cdb738f0b443549948b9f070f3ccfa12aa

5 years agoMerge "maintenance: Replace deprecated global $wgParser with getParser() service"
jenkins-bot [Sat, 9 Mar 2019 23:56:19 +0000 (23:56 +0000)]
Merge "maintenance: Replace deprecated global $wgParser with getParser() service"

5 years agomaintenance: Replace deprecated global $wgParser with getParser() service
Derick Alangi [Sat, 9 Mar 2019 22:37:49 +0000 (23:37 +0100)]
maintenance: Replace deprecated global $wgParser with getParser() service

$wgParser is deprecated and using globals should also be avoid. So, replacing
the use of global $wgParser by a mediawiki service.

Change-Id: I34b61338e500567773249c71da0a7125cfd50d02

5 years agoMerge "installer: Remove redundant $key variable"
jenkins-bot [Sat, 9 Mar 2019 22:38:59 +0000 (22:38 +0000)]
Merge "installer: Remove redundant $key variable"

5 years agoinstaller: Remove redundant $key variable
Timo Tijhof [Sat, 9 Mar 2019 22:15:20 +0000 (22:15 +0000)]
installer: Remove redundant $key variable

Change-Id: Ie6d59a1fd94ccfb2a3b5248f1f98ae640a4d5c2c

5 years agoMerge "NamespaceMultiselectWidget: Allow filtering by namespace ID or label"
jenkins-bot [Sat, 9 Mar 2019 20:59:51 +0000 (20:59 +0000)]
Merge "NamespaceMultiselectWidget: Allow filtering by namespace ID or label"

5 years agoMerge "Block: Explicit convert Message to string"
jenkins-bot [Sat, 9 Mar 2019 20:08:22 +0000 (20:08 +0000)]
Merge "Block: Explicit convert Message to string"

5 years agoinstaller: Code augmentation in wfInstallerMain function
Derick Alangi [Sat, 9 Mar 2019 13:22:30 +0000 (14:22 +0100)]
installer: Code augmentation in wfInstallerMain function

Cleanup null checks and string literals in wfInstallerMain function.

Change-Id: Ib117e05faf899b0c46820d337f1bd3ebd4272419

5 years agoinstaller: Get WebRequest in mw-config via RequestContext
Derick Alangi [Sat, 9 Mar 2019 13:29:03 +0000 (14:29 +0100)]
installer: Get WebRequest in mw-config via RequestContext

Change-Id: I535a91d09cc74ab08b782973a946dcf3fc3e6b46

5 years agoRemove suppress of PhanRedefineFunctionInternal
Umherirrender [Sat, 9 Mar 2019 12:29:40 +0000 (12:29 +0000)]
Remove suppress of PhanRedefineFunctionInternal

There is no longer an override

Change-Id: Ie7c99228135689d20ab6ffb287c978642851f3ee

5 years agoMerge "mediawiki.cookie: Move file to its own directory"
jenkins-bot [Sat, 9 Mar 2019 05:06:20 +0000 (05:06 +0000)]
Merge "mediawiki.cookie: Move file to its own directory"

5 years agoMerge "SVGMetadataExtractorTest: remove method existence test"
jenkins-bot [Sat, 9 Mar 2019 03:43:48 +0000 (03:43 +0000)]
Merge "SVGMetadataExtractorTest: remove method existence test"

5 years agoMerge "Installer: Fix an obsolete comment"
jenkins-bot [Sat, 9 Mar 2019 03:43:43 +0000 (03:43 +0000)]
Merge "Installer: Fix an obsolete comment"

5 years agoMerge "Remove $wgMediaInTargetLanguage"
jenkins-bot [Sat, 9 Mar 2019 03:42:21 +0000 (03:42 +0000)]
Merge "Remove $wgMediaInTargetLanguage"

5 years agoInstaller: Fix an obsolete comment
Max Semenik [Sat, 9 Mar 2019 03:12:49 +0000 (19:12 -0800)]
Installer: Fix an obsolete comment

Change-Id: I0ae459b016f491ff3bc2c702e55be29fdcfec5eb

5 years agomediawiki.cookie: Move file to its own directory
Timo Tijhof [Sat, 9 Mar 2019 02:48:26 +0000 (02:48 +0000)]
mediawiki.cookie: Move file to its own directory

In preparation for using RL packageFiles functionality, and
to make sure git can track the file, which it seems to be unable
to otherwise.

Change-Id: I966718db2028a45c3dce1c2c10218e5137e23c7d

5 years agoMerge "Make PurgeJobUtils::invalidatePages avoid waiting on replication for no reason"
jenkins-bot [Sat, 9 Mar 2019 02:25:26 +0000 (02:25 +0000)]
Merge "Make PurgeJobUtils::invalidatePages avoid waiting on replication for no reason"

5 years agoMake HTMLCacheUpdateJob avoid waiting on replication for no reason
Aaron Schulz [Sat, 9 Mar 2019 01:36:21 +0000 (17:36 -0800)]
Make HTMLCacheUpdateJob avoid waiting on replication for no reason

Change-Id: Ica381dad0bdb0555add1c7925e0e48991e7e0964

5 years agoMake PurgeJobUtils::invalidatePages avoid waiting on replication for no reason
Aaron Schulz [Sat, 9 Mar 2019 01:33:16 +0000 (17:33 -0800)]
Make PurgeJobUtils::invalidatePages avoid waiting on replication for no reason

Change-Id: I9ea4e4034ffc30a14b138279515447f990807e07

5 years agoSVGMetadataExtractorTest: remove method existence test
Max Semenik [Sat, 9 Mar 2019 01:48:55 +0000 (17:48 -0800)]
SVGMetadataExtractorTest: remove method existence test

It should be present in everything we support, as the earliest libxml
version would be 2.9.1 while >2.6.20 is required.

See https://3v4l.org/LdTIr

Change-Id: Ibc7152e9224ef8d5803d0e0ff8314cdf9eb8eac4

5 years agoMerge "Make addIdentifierQuotes part of IDatabase"
jenkins-bot [Sat, 9 Mar 2019 00:41:04 +0000 (00:41 +0000)]
Merge "Make addIdentifierQuotes part of IDatabase"

5 years agoMake addIdentifierQuotes part of IDatabase
Brian Wolff [Sun, 17 Feb 2019 11:02:34 +0000 (11:02 +0000)]
Make addIdentifierQuotes part of IDatabase

This is so it can be used in places that typehint an IDatabase,
ultimately so that I can make phan-taint-check happy.

Bug: T216348
Change-Id: Iabf3e9a6add380322a12cdbb6a337bad690f1370

5 years agoMerge "objectcache: Use constant for $ttl param default in WANObjectCache::set()"
jenkins-bot [Sat, 9 Mar 2019 00:15:00 +0000 (00:15 +0000)]
Merge "objectcache: Use constant for $ttl param default in WANObjectCache::set()"

5 years agoobjectcache: Use constant for $ttl param default in WANObjectCache::set()
Andrew Green [Mon, 17 Oct 2016 15:21:08 +0000 (10:21 -0500)]
objectcache: Use constant for $ttl param default in WANObjectCache::set()

Change-Id: I3f936088cd63af4d535d7f46fe5619e8bb866999

5 years agoMerge "rdbms: optimize Database::selectDomain() to avoid extra queries"
jenkins-bot [Fri, 8 Mar 2019 23:37:14 +0000 (23:37 +0000)]
Merge "rdbms: optimize Database::selectDomain() to avoid extra queries"

5 years agoMerge "Remove `list-style-type` declaration from elements.css"
jenkins-bot [Fri, 8 Mar 2019 23:37:08 +0000 (23:37 +0000)]
Merge "Remove `list-style-type` declaration from elements.css"

5 years agoRemove $wgMediaInTargetLanguage
Max Semenik [Fri, 8 Mar 2019 23:23:10 +0000 (15:23 -0800)]
Remove $wgMediaInTargetLanguage

It's a temporary feature flag not included in any release, just
removing it outright. The functonality will now be always enabled.

Bug: T205040
Change-Id: Ia9da82e6f6b2d270f1790a99fc8c35ad5e6aee5e

5 years agoMerge "resourceloader: Omit default 'debug=false' from load.php urls"
jenkins-bot [Fri, 8 Mar 2019 23:12:31 +0000 (23:12 +0000)]
Merge "resourceloader: Omit default 'debug=false' from load.php urls"

5 years agoMerge "resourceloader: Separate context from extraQuery in ClientHtmlTest"
jenkins-bot [Fri, 8 Mar 2019 23:12:26 +0000 (23:12 +0000)]
Merge "resourceloader: Separate context from extraQuery in ClientHtmlTest"

5 years agoMerge "ApiQueryLogEvents: Add IGNORE INDEX to avoid MariaDB optimizer bug"
jenkins-bot [Fri, 8 Mar 2019 23:12:20 +0000 (23:12 +0000)]
Merge "ApiQueryLogEvents: Add IGNORE INDEX to avoid MariaDB optimizer bug"

5 years agoMerge "resourceloader: Replace ResourceLoaderDebug config use with context"
jenkins-bot [Fri, 8 Mar 2019 23:05:29 +0000 (23:05 +0000)]
Merge "resourceloader: Replace ResourceLoaderDebug config use with context"

5 years agoMove class RangeDifference to own file
Umherirrender [Fri, 8 Mar 2019 22:29:14 +0000 (23:29 +0100)]
Move class RangeDifference to own file

Change-Id: I5262c7484017a0d920cc24297515d5946f614ee6

5 years agoRemove `list-style-type` declaration from elements.css
Volker E [Fri, 8 Mar 2019 22:24:53 +0000 (14:24 -0800)]
Remove `list-style-type` declaration from elements.css

This doesn't make any sense here, as
a) we should apply `disc` in alignment to Design Style Guide
b) it's overwritten anyways in both, Vector and MonoBook, with
   different styles

Bug: T151100
Change-Id: Ied6810a78d8fbe5371838921cda468e6873d2e57

5 years agordbms: optimize Database::selectDomain() to avoid extra queries
Aaron Schulz [Fri, 8 Mar 2019 22:04:54 +0000 (14:04 -0800)]
rdbms: optimize Database::selectDomain() to avoid extra queries

Also clean up and align the mysql subclass versions of the method.
Enforce that raw "USE" queries are not passed in, since they would
break the tracking (even before this change).

Change-Id: I11c9145c6c0525f27a4ec8d94c500a22a712b320

5 years agoMerge "jquery.tablesorter: Optimise getElementSortKey() code"
jenkins-bot [Fri, 8 Mar 2019 21:45:58 +0000 (21:45 +0000)]
Merge "jquery.tablesorter: Optimise getElementSortKey() code"

5 years agoMerge "Move CacheDependency classes to own files"
jenkins-bot [Fri, 8 Mar 2019 21:45:31 +0000 (21:45 +0000)]
Merge "Move CacheDependency classes to own files"

5 years agoMerge "objectcache: add metrics for WAN cache deletes and check key touches/resets"
jenkins-bot [Fri, 8 Mar 2019 21:40:12 +0000 (21:40 +0000)]
Merge "objectcache: add metrics for WAN cache deletes and check key touches/resets"

5 years agoMerge "objectcache: move ERR_* constants to IExpiringStore"
jenkins-bot [Fri, 8 Mar 2019 21:40:04 +0000 (21:40 +0000)]
Merge "objectcache: move ERR_* constants to IExpiringStore"

5 years agoresourceloader: Omit default 'debug=false' from load.php urls
Timo Tijhof [Fri, 8 Mar 2019 20:37:12 +0000 (20:37 +0000)]
resourceloader: Omit default 'debug=false' from load.php urls

Change-Id: I2a2f92b0f0438420105e6a4e4d97eb5f8c480917

5 years agoresourceloader: Separate context from extraQuery in ClientHtmlTest
Timo Tijhof [Fri, 8 Mar 2019 20:58:16 +0000 (20:58 +0000)]
resourceloader: Separate context from extraQuery in ClientHtmlTest

The test was dual-purposing the same array both to create
a ResourceLoaderContext object, and to pass further down as
$extraQuery parameter.

This meant that ResourceLoaderClientHtml::makeLoad, and indirectly
ResourceLoader::makeLoaderQuery, did not have any control over
the formatting of the query string, due to it forcing the key/value
pairs regardless (in addition to being redundant).

This is needed in order to omit debug=false by default, which is
the next commit.

Change-Id: I3c098a9a5055ec8f2b64319c6cadd13c030ba76a

5 years agoMove CacheDependency classes to own files
Umherirrender [Fri, 8 Mar 2019 21:27:29 +0000 (22:27 +0100)]
Move CacheDependency classes to own files

Change-Id: Icacf36674f10fa19a09499d68d596d5e2cc235f0

5 years agoobjectcache: remove BagOStuff::modifySimpleRelayEvent()
Aaron Schulz [Thu, 7 Mar 2019 23:12:33 +0000 (15:12 -0800)]
objectcache: remove BagOStuff::modifySimpleRelayEvent()

This was only there as part of EventRelayer use by WAN cache, which
has since been removed. No other usage really makes sense.

Change-Id: I201425bb88739dd8febbfbc3d24a15e6d3d88d9c

5 years agoobjectcache: move ERR_* constants to IExpiringStore
Aaron Schulz [Fri, 8 Mar 2019 21:11:54 +0000 (13:11 -0800)]
objectcache: move ERR_* constants to IExpiringStore

Also removed unused ERR_* constant from WANObjectCache and fixed
comment in the constructor.

Change-Id: I4377fc3f533113a459b648fad084ba097ff51762

5 years agojquery.tablesorter: Optimise getElementSortKey() code
Timo Tijhof [Fri, 8 Mar 2019 16:02:44 +0000 (16:02 +0000)]
jquery.tablesorter: Optimise getElementSortKey() code

* Document why this uses $().data() instead of $.data(),
  as the rest of this file does.

* Move single-use $() to where it is needed.

* Use native Image.alt directly instead of going via jQuery
  and attributes. This also obviates the need for a default,
  as the DOM handles that already.

* Remove needless $.makeArray(), use $.map() directly which
  supports the same array-like objects as $.makeArray().

* Use native elem.textContent directly for text nodes,
  instead of $(elem).text().

Change-Id: I92da50e1c01f11585d2bac4f01dba1f671444a63

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Fri, 8 Mar 2019 21:06:23 +0000 (22:06 +0100)]
Localisation updates from https://translatewiki.net.

Change-Id: If38e8f3671ef5a53006836c5ac14bbadc6930098

5 years agoMove class HistoryPager to own file
Umherirrender [Fri, 8 Mar 2019 20:56:38 +0000 (21:56 +0100)]
Move class HistoryPager to own file

Change-Id: Ie12e79e6f32225442b5bd794826f8c760b2c02d6

5 years agoMerge "jquery.tablesorter: Remove dead node check in getElementSortKey()"
jenkins-bot [Fri, 8 Mar 2019 20:52:52 +0000 (20:52 +0000)]
Merge "jquery.tablesorter: Remove dead node check in getElementSortKey()"

5 years agoMerge "Convert a few call_user_func*() calls to native PHP syntax"
jenkins-bot [Fri, 8 Mar 2019 20:50:07 +0000 (20:50 +0000)]
Merge "Convert a few call_user_func*() calls to native PHP syntax"

5 years agojquery.tablesorter: Remove dead node check in getElementSortKey()
Timo Tijhof [Fri, 8 Mar 2019 15:30:27 +0000 (15:30 +0000)]
jquery.tablesorter: Remove dead node check in getElementSortKey()

In 2012, commit 39d1f3967be9d added special handling image elements,
and for Cite references. This inadvertently broke handling of sorting
for tables with colspanned cells, which have node = undefined in the
cache.

In 2013, commit e203fdfc74f18 restored handling of node = undefined.

In 2015, commit 7a5f4e46d10ea made colspan expanded in the cache
just as rowspan was already. Thus making this code dead.

It's odd to see $(node) before this check, and even a call within
this conditional. This worked, as long way to return ''.

Change-Id: Ia823a3ec29371be39fab3d626ed8647ee469951b

5 years agoresourceloader: Replace ResourceLoaderDebug config use with context
Timo Tijhof [Fri, 8 Mar 2019 20:33:04 +0000 (20:33 +0000)]
resourceloader: Replace ResourceLoaderDebug config use with context

Reduce our reliance on static state and configuration, and
propagate more state in explicit ways, through context, and
request parameters.

OutputPage creates ResourceLoaderContext and ResourceLoaderClientHtml
based on the configuration (via ResourceLoader::inDebugMode).

Everything within those classes should not need to check it
again.

* ResourceLoaderClientHtml:
  Already doesn't check MW config, but it's test was still
  mocking it. Removed now, and confirmed that it passes both
  with true and false. The individual test cases set
  debug=true/false as needed already.

  It's sets were previously relying on the accidental behaviour
  that within a unit test, we don't serialise over HTTP, which
  meant that a pure PHP boolean would survive. With the new
  raw `=== 'true'` check, this no longer works. Set it as a
  string explicitly instead, which is the only thing we support
  outside unit tests as well.

* ResourceLoaderContext:
  Remove fallback to MW config when 'debug' is unset.
  This is never unset in practice given that all load.php
  urls have it set by OutputPage based on ResourceLoader::inDebugMode.

  This change means that manually constructed ad-hoc load.php
  urls that are missing 'debug=' parameter, will now always be
  read as debug=false. This was the default already, but could
  previously be changed through wgResourceLoaderDebug.

When changing wgResourceLoaderDebug, everything will still have
debug=true as before. The only change is when constructing load.php
urls manually and explicitly not set it.

Bug: T32956
Change-Id: Ie3424be46e2b8311968f3068ca08ba6a1139224a

5 years agoMove class JobQueueAggregatorNull to own file
Umherirrender [Fri, 8 Mar 2019 19:19:26 +0000 (20:19 +0100)]
Move class JobQueueAggregatorNull to own file

Change-Id: Icb76f25eb9c2a26c91ba564a78edd4c07b49b944

5 years agoAdd @var to class properties to clarify types
Umherirrender [Sat, 16 Feb 2019 20:21:03 +0000 (21:21 +0100)]
Add @var to class properties to clarify types

Change-Id: Ia6e9eb70c68b5922077c8e5940b436844fa36e25

5 years agoBlock: Explicit convert Message to string
Fomafix [Thu, 20 Sep 2018 13:16:11 +0000 (15:16 +0200)]
Block: Explicit convert Message to string

Without a converting method like ->parse(), ->escaped() or ->text() the
method __toString() is used which is a equivalent to ->parse().

This change switches from ->parse() to ->text() and let Html::element do
the HTML escaping, because the message 'autoblockid' is not needed to
parse.

Change-Id: I653906bdca0864989ffed5960505b96053456066

5 years agoRemove deprecated Language::markNoConversion
Fomafix [Sat, 2 Mar 2019 11:14:28 +0000 (12:14 +0100)]
Remove deprecated Language::markNoConversion

Language::markNoConversion was hard-deprecated in 7de2c566d included in
1.32.

Change-Id: I2cc200d7a814e73d9c6138860190f44232a6bd3c

5 years agoMerge "Check normalization rules of usernames during signup"
jenkins-bot [Fri, 8 Mar 2019 08:15:51 +0000 (08:15 +0000)]
Merge "Check normalization rules of usernames during signup"

5 years agoConvert a few call_user_func*() calls to native PHP syntax
Max Semenik [Fri, 8 Mar 2019 03:25:40 +0000 (19:25 -0800)]
Convert a few call_user_func*() calls to native PHP syntax

Change-Id: I54d94f4369eb4fa0b0ebe892a1d6cc57b2bdb1f9

5 years agoMerge "build: Remove failing HHVM test from Travis CI config"
jenkins-bot [Fri, 8 Mar 2019 01:28:38 +0000 (01:28 +0000)]
Merge "build: Remove failing HHVM test from Travis CI config"

5 years agoMerge "objectcache: add $flags argument to BagOStuff::delete()"
jenkins-bot [Fri, 8 Mar 2019 00:51:25 +0000 (00:51 +0000)]
Merge "objectcache: add $flags argument to BagOStuff::delete()"

5 years agoMerge "rdbms: undeprecate DBReplicationWaitError to align with current use"
jenkins-bot [Fri, 8 Mar 2019 00:34:31 +0000 (00:34 +0000)]
Merge "rdbms: undeprecate DBReplicationWaitError to align with current use"

5 years agoMerge "Do not bother with WAN cache set options for immutable text blob keys"
jenkins-bot [Fri, 8 Mar 2019 00:05:37 +0000 (00:05 +0000)]
Merge "Do not bother with WAN cache set options for immutable text blob keys"

5 years agoMerge "Make IndexPager query direction code more readable"
jenkins-bot [Fri, 8 Mar 2019 00:05:31 +0000 (00:05 +0000)]
Merge "Make IndexPager query direction code more readable"

5 years agoMerge "objectcache: remove obsolete code from SqlBagOStuff::handleWriteError()"
jenkins-bot [Fri, 8 Mar 2019 00:05:26 +0000 (00:05 +0000)]
Merge "objectcache: remove obsolete code from SqlBagOStuff::handleWriteError()"

5 years agoMerge "Make ApiStashEdit use a separate key for the parser output due to size"
jenkins-bot [Thu, 7 Mar 2019 23:58:57 +0000 (23:58 +0000)]
Merge "Make ApiStashEdit use a separate key for the parser output due to size"

5 years agoMerge "objectcache: fix comment typo for addBusyCallback()"
jenkins-bot [Thu, 7 Mar 2019 23:58:51 +0000 (23:58 +0000)]
Merge "objectcache: fix comment typo for addBusyCallback()"

5 years agobuild: Remove failing HHVM test from Travis CI config
Timo Tijhof [Thu, 7 Mar 2019 23:17:59 +0000 (23:17 +0000)]
build: Remove failing HHVM test from Travis CI config

This is the only version of HHVM that MediaWiki still supports,
and while it is passing on WMF's Jenkins, its redundant counterpart
on Travis has been failing for months.

It doesn't appear to be adding value in its current form,
and it's unlikely that after failing so long, that someone would
invest in making it pass before support for HHVM is dropped later
this year (in master, which is the only branch we test in Travis).

It's also delayed feedback by a third (~10min -> 15min), because
it seems to be much slower than the others (unsure why).

Change-Id: I89bd09cb04afde89c8e8ec9a06f69ecb4b094714

5 years agoMerge "UserTest: correctly reset fake time"
jenkins-bot [Thu, 7 Mar 2019 21:51:27 +0000 (21:51 +0000)]
Merge "UserTest: correctly reset fake time"

5 years agoMerge "Add @var to Pager classes"
jenkins-bot [Thu, 7 Mar 2019 21:51:21 +0000 (21:51 +0000)]
Merge "Add @var to Pager classes"

5 years agoMerge "Added Id to the input box"
jenkins-bot [Thu, 7 Mar 2019 21:49:56 +0000 (21:49 +0000)]
Merge "Added Id to the input box"

5 years agordbms: undeprecate DBReplicationWaitError to align with current use
Aaron Schulz [Thu, 7 Mar 2019 21:25:06 +0000 (13:25 -0800)]
rdbms: undeprecate DBReplicationWaitError to align with current use

Change-Id: I2a180558b1a8cfaccf72bec7a809158de25eebc4

5 years agoMerge "Update OOUI to v0.30.4"
jenkins-bot [Thu, 7 Mar 2019 21:24:54 +0000 (21:24 +0000)]
Merge "Update OOUI to v0.30.4"

5 years agoobjectcache: remove obsolete code from SqlBagOStuff::handleWriteError()
Aaron Schulz [Thu, 7 Mar 2019 21:21:41 +0000 (13:21 -0800)]
objectcache: remove obsolete code from SqlBagOStuff::handleWriteError()

Given that the DB classes already check read-only mode and bad
transaction states are already handled by 3975e04cf4d, this
code was not useful.

Change-Id: I4b6e8909196448a12cf74598de0272fa43bdfc62

5 years agoNamespaceMultiselectWidget: Allow filtering by namespace ID or label
Moriel Schottlender [Thu, 28 Feb 2019 19:21:02 +0000 (11:21 -0800)]
NamespaceMultiselectWidget: Allow filtering by namespace ID or label

If the user types in a namespace ID, the menu should display the
corresponding namespace value, and allow its addition.

Depends on I9bc411e844d16034d8 being available in the OOUI release.

Bug: T216078
Depends-On: I9bc411e844d16034d86e0f8ed28fa20356a78bdf
Change-Id: Ifa113241b391a32ce64c0c2b1a6d55d1ef64de97

5 years agoUserTest: correctly reset fake time
Stephane Bisson [Thu, 7 Mar 2019 21:18:22 +0000 (16:18 -0500)]
UserTest: correctly reset fake time

Change-Id: I5fc64506781fbc40e81719aa03441643c38d4e54
Follows-Up: Ica3e6e7165496bdc9b8f12972cf93847ecfffa50
Bug: T216631

5 years agoobjectcache: add $flags argument to BagOStuff::delete()
Aaron Schulz [Thu, 7 Mar 2019 21:15:29 +0000 (13:15 -0800)]
objectcache: add $flags argument to BagOStuff::delete()

This makes it consistent with set() and merge(). Also, one subclass
was already using the field in this manner.

Clean up the code related to WRITE_SYNC in SqlBagOStuff.

Change-Id: I0fb84f4475311889507d3ef98afd4476fb81174f

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Thu, 7 Mar 2019 21:02:11 +0000 (22:02 +0100)]
Localisation updates from https://translatewiki.net.

Change-Id: I28265dca10ec71e558c1df9135430c9d9c498a4e

5 years agoMerge "Use short assignment operator in PHP"
jenkins-bot [Thu, 7 Mar 2019 20:52:45 +0000 (20:52 +0000)]
Merge "Use short assignment operator in PHP"

5 years agoobjectcache: fix comment typo for addBusyCallback()
Aaron Schulz [Thu, 7 Mar 2019 20:25:02 +0000 (12:25 -0800)]
objectcache: fix comment typo for addBusyCallback()

Change-Id: I05a4d84d40b81ba25b89238b36cdb64c71e2de1e

5 years agoIntroducing User::getLatestEditTimestamp()
Stephane Bisson [Wed, 6 Mar 2019 16:28:51 +0000 (11:28 -0500)]
Introducing User::getLatestEditTimestamp()

This will be used by the GrowthExperiments
Mentorship module to show when a user made their
latest contribution.

* Introduce a private function to reduce duplication with
  getFirstEditTimestamp()
* Add unit tests for both

Bug: T216631
Change-Id: Ica3e6e7165496bdc9b8f12972cf93847ecfffa50

5 years agoMerge "Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queries"
jenkins-bot [Thu, 7 Mar 2019 19:44:11 +0000 (19:44 +0000)]
Merge "Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queries"

5 years agoAdd @var to Pager classes
Umherirrender [Thu, 3 Jan 2019 15:15:07 +0000 (16:15 +0100)]
Add @var to Pager classes

Some are needed to make better results with phan in extensions

For example:
File CentralNoticeCampaignLogPager.php line 12:
Assigning array{0:20,1:50,2:100} to property but
\CentralNoticeCampaignLogPager->mLimitsShown is
array{0:20,1:50,2:100,3:250,4:500}
[PhanTypeMismatchProperty]

With "@var int[]" the type is correct

Change-Id: Ic68910bf17344852ad11fcc000a47891e4bf0179

5 years agoUpdate PHPDoc types in several maintenance scripts and related
Thiemo Kreuz [Thu, 28 Feb 2019 11:33:47 +0000 (12:33 +0100)]
Update PHPDoc types in several maintenance scripts and related

There is like a billion of these in our core codebase. I would love to
update them all. But I don't have the time, at least not to do them all
at once.

TL;DR: It's an improvement. :-)

Change-Id: I0a9c51bdcf0f261f971586bb8703f418324b0f98

5 years agoMerge "Remove various references to cURL in code comments"
jenkins-bot [Thu, 7 Mar 2019 10:39:22 +0000 (10:39 +0000)]
Merge "Remove various references to cURL in code comments"

5 years agoUpdate OOUI to v0.30.4
James D. Forrester [Thu, 7 Mar 2019 09:22:27 +0000 (09:22 +0000)]
Update OOUI to v0.30.4

Release notes:
 https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.30.4

Bug: T92026
Bug: T145674
Bug: T206729
Bug: T213884
Bug: T216780
Bug: T217014
Bug: T217213
Bug: T217381
Bug: T217790
Depends-On: Id50f068908accd022c7847c40795286c32199b4e
Change-Id: Id50f068908accd022c7847c40795286c32199b4a

5 years agoUse short assignment operator in PHP
Fomafix [Mon, 1 May 2017 17:18:38 +0000 (19:18 +0200)]
Use short assignment operator in PHP

Use
  $var .= $foo
instead of
  $var = $var . $foo

Change-Id: I5dcdd7278e618c14968e5ac1fb8ea43ac2200deb

5 years agoMerge "Report logs for each individual test failure"
jenkins-bot [Thu, 7 Mar 2019 00:07:40 +0000 (00:07 +0000)]
Merge "Report logs for each individual test failure"

5 years agoMerge "Title: Minor clean up for stricter checks, casting style, and doc types"
jenkins-bot [Thu, 7 Mar 2019 00:07:34 +0000 (00:07 +0000)]
Merge "Title: Minor clean up for stricter checks, casting style, and doc types"