lhc/web/wiklou.git
5 years agoMerge "Restore passing of triggering user in edit updates"
jenkins-bot [Mon, 27 Aug 2018 14:05:07 +0000 (14:05 +0000)]
Merge "Restore passing of triggering user in edit updates"

5 years agoMerge "Prepare DiffRenderer to changed parameters for wikidiff2 1.8.0"
WMDE-Fisch [Mon, 27 Aug 2018 08:47:59 +0000 (08:47 +0000)]
Merge "Prepare DiffRenderer to changed parameters for wikidiff2 1.8.0"

5 years agoMerge "Make warning about deprecated SlotDiffRenderer wrapper less noisy"
jenkins-bot [Mon, 27 Aug 2018 03:58:36 +0000 (03:58 +0000)]
Merge "Make warning about deprecated SlotDiffRenderer wrapper less noisy"

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Sun, 26 Aug 2018 20:13:00 +0000 (22:13 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: I8b29efe4e068289d8ce775d31aaced06c8066ef8

5 years agoMake warning about deprecated SlotDiffRenderer wrapper less noisy
Gergő Tisza [Sun, 26 Aug 2018 19:00:02 +0000 (21:00 +0200)]
Make warning about deprecated SlotDiffRenderer wrapper less noisy

Bug: T202686
Change-Id: I7623daa32e460ce131e1b27eb6e4397dc572612f

5 years agoRestore passing of triggering user in edit updates
Gergő Tisza [Fri, 24 Aug 2018 23:02:26 +0000 (01:02 +0200)]
Restore passing of triggering user in edit updates

Bug: T200119
Change-Id: I14102a15aa93d1f909c5b347f5dd589f87c2e500

5 years agoSwap arguments of Title::makeName to fix Special:Export
Umherirrender [Sun, 26 Aug 2018 17:52:17 +0000 (19:52 +0200)]
Swap arguments of Title::makeName to fix Special:Export

Follows-up 415243600b27.

Bug: T202817
Change-Id: Ica850230a5d70ae70436510811c0fed04bb995bb

5 years agoMerge "Make MysqlInstaller check if DB exists in a cleaner way"
jenkins-bot [Sat, 25 Aug 2018 22:17:26 +0000 (22:17 +0000)]
Merge "Make MysqlInstaller check if DB exists in a cleaner way"

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Sat, 25 Aug 2018 20:15:55 +0000 (22:15 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: I8e81a9820c3b8b779fa432101eb74be6831f3b48

5 years agoparser: Simplify code for {{#int:}} if the message doesn't exist
Kunal Mehta [Sat, 25 Aug 2018 08:20:43 +0000 (01:20 -0700)]
parser: Simplify code for {{#int:}} if the message doesn't exist

Ever since 184658eb32f6, the output of a non-existing message will be
HTML safe, regardless of output format, so we can treat non-existing messages
exactly the same as messages that do exist.

The pre-existing "int keyword - non-existing message" parser test verifies
that no change in output has ocurred in this patch.

Change-Id: I0e32be14f1b420d7f222ac3c76e1cc266f912b69

5 years agoMerge "Expand documentation about options in HTMLForm"
jenkins-bot [Sat, 25 Aug 2018 06:51:43 +0000 (06:51 +0000)]
Merge "Expand documentation about options in HTMLForm"

5 years agoMake MysqlInstaller check if DB exists in a cleaner way
Aaron Schulz [Sat, 25 Aug 2018 05:49:15 +0000 (22:49 -0700)]
Make MysqlInstaller check if DB exists in a cleaner way

Query the information schema rather than seeing if selectDB() returns false.
This makes the installer able to handle an exception based failure mode.

Change-Id: I7912b9d3b8501fbc92cb731547ae10fa2b0176db

5 years agoMerge "mediawiki.user: Small perf tweak for generateRandomSessionId"
jenkins-bot [Sat, 25 Aug 2018 05:17:58 +0000 (05:17 +0000)]
Merge "mediawiki.user: Small perf tweak for generateRandomSessionId"

5 years agomediawiki.user: Small perf tweak for generateRandomSessionId
Nuria Ruiz [Thu, 23 Aug 2018 23:07:33 +0000 (16:07 -0700)]
mediawiki.user: Small perf tweak for generateRandomSessionId

Consolidate loop + join into explicit string concatenation

Bug: T201124
Change-Id: Ie7c7ddd29783ada142fbb7b726caa697048802f3

5 years agoMerge "resourceloader: Micro-optimise mw.loader.register version string setting"
jenkins-bot [Fri, 24 Aug 2018 22:33:36 +0000 (22:33 +0000)]
Merge "resourceloader: Micro-optimise mw.loader.register version string setting"

5 years agoMerge "Throw exception when nothing to clone in CloneDatabase"
jenkins-bot [Fri, 24 Aug 2018 21:48:21 +0000 (21:48 +0000)]
Merge "Throw exception when nothing to clone in CloneDatabase"

5 years agoresourceloader: Micro-optimise mw.loader.register version string setting
James D. Forrester [Fri, 24 Aug 2018 21:15:42 +0000 (14:15 -0700)]
resourceloader: Micro-optimise mw.loader.register version string setting

23 bytes over 46, so even though it's slightly slower in Chrome this way
it's faster in Firefox and it's close enough that it's not worth worrying
over.

Change-Id: I5e917c6d6caee730e54d1d5bacb0d9b249b515e2

5 years agoThrow exception when nothing to clone in CloneDatabase
Umherirrender [Thu, 23 Aug 2018 19:02:41 +0000 (21:02 +0200)]
Throw exception when nothing to clone in CloneDatabase

Just in case something goes wrong, when calling.

Change-Id: I4490aee6edccf0b185188250948a47b5fd8ba766

5 years agoMerge "MCR: Add temporary web UI mcrundo action"
jenkins-bot [Fri, 24 Aug 2018 21:19:46 +0000 (21:19 +0000)]
Merge "MCR: Add temporary web UI mcrundo action"

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Fri, 24 Aug 2018 20:52:32 +0000 (22:52 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: I16270a6272eeb44b42717551b9e00095094aa3a2

5 years agoMerge "resourceloader: Correct @param doc for mw.loader.state()"
jenkins-bot [Fri, 24 Aug 2018 20:05:27 +0000 (20:05 +0000)]
Merge "resourceloader: Correct @param doc for mw.loader.state()"

5 years agoMerge "resourceloader: Optimise several map-like objects with Object.create(null)"
jenkins-bot [Fri, 24 Aug 2018 19:59:50 +0000 (19:59 +0000)]
Merge "resourceloader: Optimise several map-like objects with Object.create(null)"

5 years agoresourceloader: Correct @param doc for mw.loader.state()
Timo Tijhof [Fri, 24 Aug 2018 19:35:24 +0000 (20:35 +0100)]
resourceloader: Correct @param doc for mw.loader.state()

Follows-up 6815e35575.

Bug: T127328
Change-Id: I13fbea2c045518780733adb4702b83584c95b9c7

5 years agoMerge "API: Remove duplicate i18n messages from I700edfa7"
jenkins-bot [Fri, 24 Aug 2018 18:56:53 +0000 (18:56 +0000)]
Merge "API: Remove duplicate i18n messages from I700edfa7"

5 years agoMerge "Fix DifferenceEngine revision loading logic"
jenkins-bot [Fri, 24 Aug 2018 18:24:08 +0000 (18:24 +0000)]
Merge "Fix DifferenceEngine revision loading logic"

5 years agoAPI: Remove duplicate i18n messages from I700edfa7
Brad Jorsch [Fri, 24 Aug 2018 17:42:54 +0000 (13:42 -0400)]
API: Remove duplicate i18n messages from I700edfa7

Change-Id: I2e1cebf0b1e1719054fda31e2f5df1e5b7e99658

5 years agoFix DifferenceEngine revision loading logic
Gergő Tisza [Mon, 20 Aug 2018 14:49:56 +0000 (16:49 +0200)]
Fix DifferenceEngine revision loading logic

Bug: T201218
Bug: T202454
Change-Id: I867900190cb45b983e89769c7fc0f965e2651918

5 years agoMerge "Replace some wfMessage by ContextSource::msg"
jenkins-bot [Fri, 24 Aug 2018 05:18:09 +0000 (05:18 +0000)]
Merge "Replace some wfMessage by ContextSource::msg"

5 years agoresourceloader: Optimise several map-like objects with Object.create(null)
Timo Tijhof [Fri, 24 Aug 2018 01:58:56 +0000 (02:58 +0100)]
resourceloader: Optimise several map-like objects with Object.create(null)

Object.create(null) is specifically for the use case of being
able to store any key/value without worrying about inherited
built-in methods.

As such, using Object.create(null) in these cases has two benefits:

* Removes the need for a hasOwn() call.
  One can instead use the 'in' operator, or look for undefined,
  without there being gotchas due to inherited methods.

* When the known values are always truthy (e.g. when only storing
  value that are also objects or arrays), there is no need for
  any explicit comparison (plain boolean evaluation).

Change-Id: I24f86f9938e4f5ccca81d15aa14a48ac3ddee341

5 years agoAvoid joins when reading MCR revisions.
daniel [Wed, 22 Aug 2018 16:08:23 +0000 (18:08 +0200)]
Avoid joins when reading MCR revisions.

When loading revision slots from the new MCR schema, slot role names
and content model names need to be resolved. Doing so programmatically
based on an in-memory cache avoids having to join against two additional
table every time we load slot meta-data.

This relies on NameTableStore, which was designed for exactly this use
case.

Bug: T198561
Change-Id: Ic005931b669f9d0173ef47ac17331d44fb1141ca

5 years agomediawiki.user: Increase entropy of random token generator
Nuria Ruiz [Wed, 22 Aug 2018 03:11:59 +0000 (20:11 -0700)]
mediawiki.user: Increase entropy of random token generator

generateRandomSessionId now generates a token with 80 bits and it is
unique in a 150 billion space.

The token is used to identify sessions in MediaWiki but also
as a generic random generator across the MediaWiki codebase.

Bug: T201124
Change-Id: I63a241a70b99d9f9e691eac25bb5cfe099a748fc

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Thu, 23 Aug 2018 20:42:14 +0000 (22:42 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: I9ef6eb28a72cdaa58ddc91119924feddb89e78e6

5 years agoMerge "Don't reset name tables between test runs."
jenkins-bot [Thu, 23 Aug 2018 19:41:16 +0000 (19:41 +0000)]
Merge "Don't reset name tables between test runs."

5 years agoMerge "resourceloader: Implement mw.inspect 'time' report"
jenkins-bot [Thu, 23 Aug 2018 18:18:56 +0000 (18:18 +0000)]
Merge "resourceloader: Implement mw.inspect 'time' report"

5 years agoMerge "Make sure we don't try to use a deleted rev ID."
jenkins-bot [Thu, 23 Aug 2018 18:10:57 +0000 (18:10 +0000)]
Merge "Make sure we don't try to use a deleted rev ID."

5 years agoresourceloader: Implement mw.inspect 'time' report
Timo Tijhof [Tue, 10 Jul 2018 00:28:55 +0000 (17:28 -0700)]
resourceloader: Implement mw.inspect 'time' report

When enabling $wgResourceLoaderEnableJSProfiler, mw.loader gets instrumented
with the following timing values for each of the modules loaded on the page:

* 'total' - This measures the time spent in mw.loader#execute(), and
  represents the initialisation of the module's implementation, including
  the registration of messages, templates, and the execution of the 'script'
  closure received from load.php.

* 'script' – This measures only the subset of time spent in the internal
  runScript() function, and represents just the execution of the module's
  JavaScript code as received through mw.loader.implement() from load.php.

  For user scripts and site scripts, this measures the call to domEval
  (formerly known as "globalEval").

* 'execute' - This measures the self time of mw.loader#execute(), which is
  effectively `total - script`.

To view the report, enable the feature, then run `mw.inspect( 'time' )` from
the browser console, which will render a table with the initialisation
overhead from each module used on the page.

Bug: T133646
Change-Id: I68d1193b62c93c97cf09b7d344c896afb437c5ac

5 years agoDon't reset name tables between test runs.
daniel [Wed, 22 Aug 2018 16:02:49 +0000 (18:02 +0200)]
Don't reset name tables between test runs.

Resetting the content_model and slot_role tables between test runs
requires the corresponding NameTabelStore instances to be reset
as well. We may however have many of them, buried in various services.
There is no easy way to reset them consistently.

Letting information in these tables persist between tests seems
harmless. Tests that need these tables reset can simply add them
to the tablesUsed array.

This is needed for unit tests to work with the new MCR schema.

Bug: T198561
Change-Id: I63e61e1ab74e00c20930a83d3a3f5df53092a197

5 years agoMerge "docs: Remove Doxyfile searching for .php5 and upper-case file extensions"
jenkins-bot [Thu, 23 Aug 2018 17:10:34 +0000 (17:10 +0000)]
Merge "docs: Remove Doxyfile searching for .php5 and upper-case file extensions"

5 years agoMerge "API: Catch Errors as well as Exceptions"
jenkins-bot [Thu, 23 Aug 2018 17:05:19 +0000 (17:05 +0000)]
Merge "API: Catch Errors as well as Exceptions"

5 years agoMerge "rdbms: make schema/prefix handling more consistent in LoadBalancer"
jenkins-bot [Thu, 23 Aug 2018 16:19:59 +0000 (16:19 +0000)]
Merge "rdbms: make schema/prefix handling more consistent in LoadBalancer"

5 years agoMCR: Add temporary web UI mcrundo action
Brad Jorsch [Tue, 17 Jul 2018 19:23:25 +0000 (15:23 -0400)]
MCR: Add temporary web UI mcrundo action

Since SDC doesn't actually require the edit form to handle multi-slot
editing, updating EditPage with its normal undo handling is being put
off for later. But in the mean time we still want some sort of "undo" to
work, hence this mcrundo that doesn't allow for editing.

Bug: T200216
Change-Id: I1f11d8ed141cb11576d2df883856d03e8f64bd38
Depends-On: Iedd9bf6c057e8b396a575bab700b15bd38b32cc9

5 years agoPrepare DiffRenderer to changed parameters for wikidiff2 1.8.0
WMDE-Fisch [Wed, 22 Aug 2018 13:29:17 +0000 (15:29 +0200)]
Prepare DiffRenderer to changed parameters for wikidiff2 1.8.0

The config parameter handling in wikidiff2 will migrate completely to
phpini values. Due to that we will remove the php config variable
wgWikiDiff2MovedParagraphDetectionCutoff and its usage.

In the process of deleting the 4th parameter in the wikidiff2_do_diff()
method, this exception is added so deployment can be handled separately.

On the long run these exceptions will be removed completely and the
(then) current mediawiki will depend on wikdiff2 > 1.8.0

Bug: T194272
Depends-On: I673d2489d5bce1a24a6ea83e168704948564661b
Change-Id: I30262412b0784b84af88ffab6ed0694a08b671e9

5 years agoApiComparePages: Update for MCR
Brad Jorsch [Thu, 26 Jul 2018 21:24:59 +0000 (17:24 -0400)]
ApiComparePages: Update for MCR

The main external change here is that it can now return diffs per slot,
and the various parameters for providing text are deprecated in favor of
templated per-slot versions.

Also, this deprecates the 'fromsection' and 'tosection' behavior
introduced for T183823 (extracting a section's content for the diff) in
favor of the more logical behavior requested in T185723 (expanding
'fromtext-{slot}'/'totext-{slot}' as if for a section edit).

Bug: T200569
Bug: T183823
Bug: T185723
Change-Id: I700edfa766bbc320887f2e0b7507fcdb11e72cdc

5 years agoMerge "filebackend: Use $tmpDirectory instead of wfTempDir()"
jenkins-bot [Thu, 23 Aug 2018 07:55:28 +0000 (07:55 +0000)]
Merge "filebackend: Use $tmpDirectory instead of wfTempDir()"

5 years agordbms: make schema/prefix handling more consistent in LoadBalancer
Aaron Schulz [Wed, 22 Aug 2018 09:28:09 +0000 (02:28 -0700)]
rdbms: make schema/prefix handling more consistent in LoadBalancer

Move "tablePrefix" logic to LoadBalancer::reallyOpenConnection and
make it more consistent for local vs foreign connections. The prefix
for local connections is now set even if $domain does not provide a
database.

Also set the schema even if $domain does not provide a database.

Typically a database domain is either fully specified or comes from
DatabaseDomain::newUnspecified(), but there's no reason not to use
at least the schema/prefix of otherwise unspecified domains. The only
other sensible option would be some sort of exception.

Change-Id: Ib52f4b69e429810e3c5eac92a48aecf7b22e86e6

5 years agodocs: Remove Doxyfile searching for .php5 and upper-case file extensions
Timo Tijhof [Thu, 23 Aug 2018 00:35:57 +0000 (01:35 +0100)]
docs: Remove Doxyfile searching for .php5 and upper-case file extensions

Change-Id: I36bf74bb5e3a7c7e61cddd69ea371f94c8b9a856

5 years agofilebackend: Use $tmpDirectory instead of wfTempDir()
Timo Tijhof [Thu, 23 Aug 2018 00:14:52 +0000 (01:14 +0100)]
filebackend: Use $tmpDirectory instead of wfTempDir()

Follows-up f7e3ac3f95c.

Change-Id: I9583e126e596641956ca3f6646fe4e52eeaca9a2

5 years agoFix typo in formDescriptor array
Jayprakash12345 [Wed, 22 Aug 2018 18:53:05 +0000 (00:23 +0530)]
Fix typo in formDescriptor array

Bug: T202550
Change-Id: I06c6cf596ab0f159ad6a50251788ff3917125ae7

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Wed, 22 Aug 2018 20:14:16 +0000 (22:14 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: I09f190dad5896844071db77b24ca54829b214976

5 years agoMerge "OOUIfy CheckMatrix in PHP and JS"
jenkins-bot [Wed, 22 Aug 2018 20:09:12 +0000 (20:09 +0000)]
Merge "OOUIfy CheckMatrix in PHP and JS"

5 years agoMake sure we don't try to use a deleted rev ID.
Brad Jorsch [Wed, 22 Aug 2018 15:59:56 +0000 (11:59 -0400)]
Make sure we don't try to use a deleted rev ID.

MySQL until 8.0 and MariaDB until some version after 10.1.34 don't save
the auto-increment value to disk, so on server restart it might reuse
IDs from deleted revisions. We can fix that with an insert with an
explicit rev_id value, if necessary.

Bug: T202032
Change-Id: I14e5b6c8ec8b5f1aeb2305fae4b103665f8f6686

5 years agoOOUIfy CheckMatrix in PHP and JS
Moriel Schottlender [Thu, 26 Jul 2018 23:14:41 +0000 (16:14 -0700)]
OOUIfy CheckMatrix in PHP and JS

This is to make sure that the design is similar, but also so
that the widget can be read in JS where needed and that we
can toggle the disabled state on/off through the whole widget,
that is made from a series of checkbox widgets.

Bug: T199946
Change-Id: I9943b0aa1746fdfb60c7d4c88d6d4d7ac0589a2c

5 years agoReplace some wfMessage by ContextSource::msg
Umherirrender [Wed, 22 Aug 2018 13:41:49 +0000 (15:41 +0200)]
Replace some wfMessage by ContextSource::msg

Change-Id: Ie056af7a002dbbf4e8defc8032bfcc0bdefc6566

5 years agoAPI: Catch Errors as well as Exceptions
Brad Jorsch [Tue, 21 Aug 2018 15:19:15 +0000 (11:19 -0400)]
API: Catch Errors as well as Exceptions

ApiMain (and also api.php) tries to catch any Exception so as to provide
a properly-formatted error message to the client instead of an HTML
error page.

With PHP 7.0, some cases that produce an Exception in HHVM instead
produce an Error. The API code should catch these too.

Fortunately neither Zend PHP nor HHVM care if you try to catch a class
that doesn't exist, so we can just add catch blocks for Throwable and
not worry about it.

Bug: T202416
Change-Id: I189eee466bd09870bc172f2420be393a7c0b1900

5 years agoMerge "Disable warning about direct text table access for now"
jenkins-bot [Wed, 22 Aug 2018 13:18:23 +0000 (13:18 +0000)]
Merge "Disable warning about direct text table access for now"

5 years agoMerge "benchmarks: Minor cleanup for strtr benchmark"
jenkins-bot [Wed, 22 Aug 2018 11:43:13 +0000 (11:43 +0000)]
Merge "benchmarks: Minor cleanup for strtr benchmark"

5 years agoMerge "maintenance: Move backup.inc to a regular php class file"
jenkins-bot [Wed, 22 Aug 2018 11:15:03 +0000 (11:15 +0000)]
Merge "maintenance: Move backup.inc to a regular php class file"

5 years agoThe BlobStoreFactory constructor needs an LBFactory
Tim Starling [Wed, 22 Aug 2018 06:47:04 +0000 (16:47 +1000)]
The BlobStoreFactory constructor needs an LBFactory

BlobStoreFactory::newBlobStore() takes a wiki ID as a parameter, so it
needs an LBFactory to fetch the correct LoadBalancer from.

Bug: T202483
Change-Id: I834cd95251d76cb862600362525faf60d4e170b9

5 years agoMerge "Improve test coverage for ApiStashEdit"
jenkins-bot [Wed, 22 Aug 2018 05:09:24 +0000 (05:09 +0000)]
Merge "Improve test coverage for ApiStashEdit"

5 years agoMerge "rdbms: fix a few IDEA warnings in Database"
jenkins-bot [Wed, 22 Aug 2018 05:06:36 +0000 (05:06 +0000)]
Merge "rdbms: fix a few IDEA warnings in Database"

5 years agoMerge "rdbms: fix IDEA warnings in DatabaseMssql.php"
jenkins-bot [Wed, 22 Aug 2018 05:01:43 +0000 (05:01 +0000)]
Merge "rdbms: fix IDEA warnings in DatabaseMssql.php"

5 years agoMerge "Optimize TitleFormatter::getPrefixedText() to Title performance"
jenkins-bot [Wed, 22 Aug 2018 04:53:32 +0000 (04:53 +0000)]
Merge "Optimize TitleFormatter::getPrefixedText() to Title performance"

5 years agoMerge "TitleFormatter: Implement fbc144965315 and unify prefix logic"
jenkins-bot [Wed, 22 Aug 2018 04:53:26 +0000 (04:53 +0000)]
Merge "TitleFormatter: Implement fbc144965315 and unify prefix logic"

5 years agordbms: fix a few IDEA warnings in Database
Aaron Schulz [Wed, 22 Aug 2018 04:25:48 +0000 (21:25 -0700)]
rdbms: fix a few IDEA warnings in Database

Change-Id: I1bdca5c643ff81eb822443b8e45f71f5f3fb2155

5 years agordbms: fix IDEA warnings in DatabaseMssql.php
Aaron Schulz [Wed, 22 Aug 2018 03:14:26 +0000 (20:14 -0700)]
rdbms: fix IDEA warnings in DatabaseMssql.php

Change-Id: Iffef01cfac4c714c768190e375bc873a2d3eaf2f

5 years agoMerge "rdbms: make Database::open() protected"
jenkins-bot [Wed, 22 Aug 2018 02:43:24 +0000 (02:43 +0000)]
Merge "rdbms: make Database::open() protected"

5 years agordbms: make Database::open() protected
Aaron Schulz [Wed, 22 Aug 2018 01:34:51 +0000 (18:34 -0700)]
rdbms: make Database::open() protected

This is not called externally and there is little reason for that to
change. The current caller pattern is to use factory(), possibly with
initConnection() afterwards, or to use a LoadBalancer to begin with.

Change-Id: Ib1fdd5c960f1ed877fcd17bcb99b999d5d894716

5 years agoMerge "mediawiki.inspect: Remove redundant code for old Opera"
jenkins-bot [Wed, 22 Aug 2018 00:55:46 +0000 (00:55 +0000)]
Merge "mediawiki.inspect: Remove redundant code for old Opera"

5 years agoImprove test coverage for ApiStashEdit
Aryeh Gregor [Tue, 10 Apr 2018 13:45:53 +0000 (16:45 +0300)]
Improve test coverage for ApiStashEdit

Change-Id: I1b7d95e074a7f101d13398a32898b74145ab4056

5 years agomediawiki.user: Rename stickyRandomId to getPageviewToken
jdlrobson [Tue, 21 Aug 2018 19:46:00 +0000 (12:46 -0700)]
mediawiki.user: Rename stickyRandomId to getPageviewToken

New name is more descriptive and consistent with
how we use it.

Given the couple of usages in code, deprecate
the old method

Bug: T201124
Change-Id: Id43e9d3f3e687133c98017d24c10c307a5a855a1

5 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Tue, 21 Aug 2018 21:11:34 +0000 (23:11 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: Ied09cc4e417eff17b85e6e9da293ae09bdf55fb2

5 years agoMerge "Add a maintenance script to add a Change Tag"
jenkins-bot [Tue, 21 Aug 2018 20:52:13 +0000 (20:52 +0000)]
Merge "Add a maintenance script to add a Change Tag"

5 years agomediawiki.inspect: Remove redundant code for old Opera
Timo Tijhof [Tue, 21 Aug 2018 20:45:59 +0000 (21:45 +0100)]
mediawiki.inspect: Remove redundant code for old Opera

Opera < 12 is no longer supported in Grade A, which means this
condition can't be reached, unless the variable exists by accident
in a supported browser where we don't want it to (e.g. due to
a gadget, or legacy element-by-id globals)

Change-Id: I2d840ff23397e78a11a6495b90247d3baf124ee5

5 years agoMerge "Skin: Avoid redirect=no for links to non-redirects"
jenkins-bot [Tue, 21 Aug 2018 19:49:43 +0000 (19:49 +0000)]
Merge "Skin: Avoid redirect=no for links to non-redirects"

5 years agoMerge "ChangeTag::createTagWithChecks calls ChangeTag::canCreateTag()"
jenkins-bot [Tue, 21 Aug 2018 18:40:36 +0000 (18:40 +0000)]
Merge "ChangeTag::createTagWithChecks calls ChangeTag::canCreateTag()"

5 years agoAdd a maintenance script to add a Change Tag
Reedy [Tue, 21 Aug 2018 17:36:45 +0000 (18:36 +0100)]
Add a maintenance script to add a Change Tag

Change-Id: I51406b0e9140e5a462d9dd256b1d949fa09b67a0

5 years agoChangeTag::createTagWithChecks calls ChangeTag::canCreateTag()
Reedy [Tue, 21 Aug 2018 18:09:24 +0000 (19:09 +0100)]
ChangeTag::createTagWithChecks calls ChangeTag::canCreateTag()

It doesn't call ChangeTag::canDeleteTag()

Change-Id: Ib53c1b8e5f12aeaaff2eb3a704af6d29560b2ab6

5 years agoMerge "jquery.accessKeyLabel: Optimise by using mw.message().plain()"
jenkins-bot [Tue, 21 Aug 2018 18:04:00 +0000 (18:04 +0000)]
Merge "jquery.accessKeyLabel: Optimise by using mw.message().plain()"

5 years agoMerge "maintenance: Add maintenance script for managing foreign resources"
jenkins-bot [Tue, 21 Aug 2018 17:53:29 +0000 (17:53 +0000)]
Merge "maintenance: Add maintenance script for managing foreign resources"

5 years agoMerge "resources: Move non-jquery files from /resources/lib/jquery to /resources...
jenkins-bot [Tue, 21 Aug 2018 17:53:23 +0000 (17:53 +0000)]
Merge "resources: Move non-jquery files from /resources/lib/jquery to /resources/lib"

5 years agomaintenance: Add maintenance script for managing foreign resources
Timo Tijhof [Sun, 19 Aug 2018 05:14:05 +0000 (06:14 +0100)]
maintenance: Add maintenance script for managing foreign resources

Something for the short-term, perhaps. But at least an improvement
over 'update-oojs.sh' and 'update-ooui.sh'.

* Does not require any dependencies (no 'node' or 'npm').
* Performs integrity validation.

Change-Id: I0f79b84ef3903756353c66d3c3ee7e492c60e648

5 years agojquery.accessKeyLabel: Optimise by using mw.message().plain()
Timo Tijhof [Tue, 21 Aug 2018 04:45:43 +0000 (05:45 +0100)]
jquery.accessKeyLabel: Optimise by using mw.message().plain()

Avoids invoking mw.message#text, which uses the parser() of jqueryMsg,
twice for each call to jquery.accessKeyLabel.

These two messages do not contain any wikitext features, and are
not expected to need them in the future.

To make this explicit, add `{{format|plain}}` to their documentation,
and change the code to use plain().

Bug: T202357
Change-Id: I642f09afda4a93a1208550d44072f0909dcabdd0

5 years agoMerge "Load styles in 'oojs-ui-widgets' again rather than a separate module"
jenkins-bot [Tue, 21 Aug 2018 14:57:19 +0000 (14:57 +0000)]
Merge "Load styles in 'oojs-ui-widgets' again rather than a separate module"

5 years agoMerge "Add Special:Search sort parameter without ui"
jenkins-bot [Tue, 21 Aug 2018 14:57:13 +0000 (14:57 +0000)]
Merge "Add Special:Search sort parameter without ui"

5 years agoMerge "SpecialMovepage: Use 'helpInline' for "Move associated talk page" checkbox"
jenkins-bot [Tue, 21 Aug 2018 14:57:08 +0000 (14:57 +0000)]
Merge "SpecialMovepage: Use 'helpInline' for "Move associated talk page" checkbox"

5 years agoMerge "[MCR] Render multi-slot diffs"
jenkins-bot [Tue, 21 Aug 2018 14:04:56 +0000 (14:04 +0000)]
Merge "[MCR] Render multi-slot diffs"

5 years agoMerge "Create DifferenceEngine before calling GetDifferenceEngine"
jenkins-bot [Tue, 21 Aug 2018 12:00:31 +0000 (12:00 +0000)]
Merge "Create DifferenceEngine before calling GetDifferenceEngine"

5 years agoMerge "ChangeTags: Fix double escaping of tag descriptions"
jenkins-bot [Tue, 21 Aug 2018 11:08:00 +0000 (11:08 +0000)]
Merge "ChangeTags: Fix double escaping of tag descriptions"

5 years agoMerge "Ignore CentralIdLookup::resetCache() in code coverage reports"
jenkins-bot [Tue, 21 Aug 2018 10:35:04 +0000 (10:35 +0000)]
Merge "Ignore CentralIdLookup::resetCache() in code coverage reports"

5 years agoIgnore CentralIdLookup::resetCache() in code coverage reports
Kunal Mehta [Tue, 21 Aug 2018 07:18:50 +0000 (00:18 -0700)]
Ignore CentralIdLookup::resetCache() in code coverage reports

Change-Id: I4c3603354b0aa9396f620b9894d384e676db7f95

5 years agoMerge "benchmarker: Implement setupEach for per-iteration setup"
jenkins-bot [Tue, 21 Aug 2018 05:46:33 +0000 (05:46 +0000)]
Merge "benchmarker: Implement setupEach for per-iteration setup"

5 years agoMerge "Chinese Conversion Table Update 2018-2"
jenkins-bot [Tue, 21 Aug 2018 03:12:13 +0000 (03:12 +0000)]
Merge "Chinese Conversion Table Update 2018-2"

5 years agoChangeTags: Fix double escaping of tag descriptions
Roan Kattouw [Tue, 21 Aug 2018 01:54:39 +0000 (18:54 -0700)]
ChangeTags: Fix double escaping of tag descriptions

truncateTagDescription() was escaping its return value for HTML, even
though it had just produced plain text, and all similar functions
return plain text as well.

Bug: T192509
Change-Id: Ieaa631ef19c235121af9d8e09f2674f54fa3c25a

5 years agoMerge "Fix FOUC for floated collapsible elements outside the content area"
jenkins-bot [Tue, 21 Aug 2018 00:37:00 +0000 (00:37 +0000)]
Merge "Fix FOUC for floated collapsible elements outside the content area"

5 years agoMerge "Resolve deprecation warnings in iw search widget"
jenkins-bot [Tue, 21 Aug 2018 00:36:55 +0000 (00:36 +0000)]
Merge "Resolve deprecation warnings in iw search widget"

5 years agoFix FOUC for floated collapsible elements outside the content area
Roan Kattouw [Tue, 21 Aug 2018 00:02:25 +0000 (17:02 -0700)]
Fix FOUC for floated collapsible elements outside the content area

There was CSS setting the correct float value, but it only worked on
elements inside the content area because it used .mw-content-ltr and
-rtl. Add another rule to catch things outside the content area (which
should float based on the UI language).

Bug: T198774
Change-Id: I29b71a2e52139e540d719b61964084170d36bc5e

5 years agoMerge "Fix handling categorization changes"
jenkins-bot [Mon, 20 Aug 2018 22:22:05 +0000 (22:22 +0000)]
Merge "Fix handling categorization changes"

5 years agoResolve deprecation warnings in iw search widget
Erik Bernhardson [Mon, 20 Aug 2018 21:58:25 +0000 (14:58 -0700)]
Resolve deprecation warnings in iw search widget

The old iteration api has been deprecated, but looks like this
call wasn't caught in the patch that introduced it.

Change-Id: I435bacdb185e09127606217982ca70a1bec60301

5 years agoMerge "tests: Replace Bugddddd with Tddddd in test names, test strings"
jenkins-bot [Mon, 20 Aug 2018 21:55:28 +0000 (21:55 +0000)]
Merge "tests: Replace Bugddddd with Tddddd in test names, test strings"

5 years agotests: Replace Bugddddd with Tddddd in test names, test strings
Fomafix [Sat, 18 Aug 2018 13:51:29 +0000 (15:51 +0200)]
tests: Replace Bugddddd with Tddddd in test names, test strings

Change-Id: Ic6fbc5e14b1a756f62dd6cc3a6b2acc0d47db498