Commit graph

153 commits

Author SHA1 Message Date
Translation updater bot 7e38ce1bf3 Localisation updates from https://translatewiki.net.
Change-Id: I48f4f9b38631e9f23bc2ef809754ec1af73261c5
2015-06-09 22:48:42 +02:00
Translation updater bot ce854c22e5 Localisation updates from https://translatewiki.net.
Change-Id: Ia06da66fa67003be080f6234864ea8bc3971f415
2015-06-08 21:58:11 +02:00
Translation updater bot 8f7971cce4 Localisation updates from https://translatewiki.net.
Change-Id: Ifbecc5f593abf3a57e7a4476c23a95e4caed514a
2015-06-06 22:21:03 +02:00
Translation updater bot 4866faa243 Localisation updates from https://translatewiki.net.
Change-Id: Ibfd964b3dd4b65d076d4aac2ef28ddd15fb305a3
2015-05-27 22:28:26 +02:00
Translation updater bot 72c7599b35 Localisation updates from https://translatewiki.net.
Change-Id: I7fdb9becded00402f0fde8dbc940b7c772f85b4d
2015-05-21 22:58:58 +02:00
Translation updater bot d1901a9bea Localisation updates from https://translatewiki.net.
Change-Id: Iff08d54f7706e9b18803a3e670dc83c1bcf112d6
2015-05-20 22:16:06 +02:00
Translation updater bot cdb7972f65 Localisation updates from https://translatewiki.net.
Change-Id: I3b28e79b056266025bc964e64a9a3762920ed439
2015-05-19 22:31:00 +02:00
Translation updater bot 7a0fe936db Localisation updates from https://translatewiki.net.
Change-Id: I9b7cf7a0868f4bd8cab7ea6f33e570b7813db96c
2015-04-29 22:34:28 +02:00
Translation updater bot 0b245f8c54 Localisation updates from https://translatewiki.net.
Change-Id: I23f7990b534eb27ef832808209b2f9a09777ba66
2015-04-23 23:37:20 +02:00
Translation updater bot e362ccaed0 Localisation updates from https://translatewiki.net.
Change-Id: I947fe7867f5859cb05748b485f825962c3e04ab7
2015-04-20 22:16:47 +02:00
Brad Jorsch a77426a8ff Further cleanup for core API change
PS25 and later changed things around a fair bit, meaning the previous update
needs some further updating. In some cases additional cleanup is also necessary
for future core API changes.

Bug: T96595
Change-Id: Iad2959862ea8a45ebddd0f076344f0f950d30c80
2015-04-20 14:41:29 -04:00
Translation updater bot 32005dd1a9 Localisation updates from https://translatewiki.net.
Change-Id: Id8b11e2063e396502060de3d378f0dc35a9f645e
2015-04-12 21:55:32 +02:00
Translation updater bot 3d118dbf62 Localisation updates from https://translatewiki.net.
Change-Id: I97ab36a4502427803ced61ed72889e867e2139f0
2015-04-06 21:47:33 +02:00
YuviPanda e1786ece26 Rename 'source' property to 'original'
There's already a 'source' that points to the thumbnail URL
source and thus two 'sources' are confusing. Call it 'original'
intead, and move it to inside the 'thumbnail' dict so it is
clear what it is an original of

Bug: T94928
Change-Id: I3298e9ab511226c17010dc018f6e7d5f0a0babe5
2015-04-03 19:13:55 +00:00
YuviPanda c4837a8eaf Add 'source' parameter to API for getting original url
Bug: T94928
Change-Id: I3bb8fb39385d8d6aec2504f121c684205ea82067
2015-04-03 18:53:21 +00:00
Translation updater bot ffac86d01e Localisation updates from https://translatewiki.net.
Change-Id: I4f38f4e0fd6cc7fb0f0c0584e126c4be422fca38
2015-03-30 21:48:53 +02:00
Translation updater bot 1dc00fabd2 Localisation updates from https://translatewiki.net.
Change-Id: I78cc8eb2b593961a8e2f572e47a45c6043e64f97
2015-03-24 22:26:19 +01:00
Translation updater bot cfd7e38c55 Localisation updates from https://translatewiki.net.
Change-Id: Id70e79d77ca8eea0e44688f687c5f7d50fb42ee4
2015-03-19 21:15:13 +01:00
Translation updater bot b493fad06d Localisation updates from https://translatewiki.net.
Change-Id: I41a5d555f0b21090b128068964a4e9cae12557b9
2015-03-18 16:05:55 +01:00
Translation updater bot 9cd5e86022 Localisation updates from https://translatewiki.net.
Change-Id: I31fd27dc8cb537a21119f9321600f78f6a82ddc7
2015-03-05 22:26:12 +01:00
Translation updater bot 70471cdb8f Localisation updates from https://translatewiki.net.
Change-Id: Ia1fec9062bee38c6e0534ee743471000999fd05f
2015-02-24 22:02:39 +01:00
jenkins-bot 61a27b045b Merge "Update ApiResult handling for mediawiki/core change I7b37295e" 2015-02-23 21:52:03 +00:00
Max Semenik eb4d48a1dc Kill profiling
Change-Id: I0de8e2e06f9bf6790dd9b8f9364e70ace1b7ac0a
2015-01-20 15:37:08 -08:00
Translation updater bot 9dce3e6d24 Localisation updates from https://translatewiki.net.
Change-Id: I00844447d07c13a137f7061823c549fd3724040c
2015-01-20 21:59:48 +01:00
jenkins-bot 11589cd9ca Merge "MWException -> Exception" 2015-01-10 06:53:17 +00:00
Ori Livneh 792d96b926 MWException -> Exception
Change-Id: If1022d60f2e6408de40e2f67f20710335892a281
2015-01-09 18:57:28 -08:00
Ori Livneh 972c0348cf MWException -> Exception
Change-Id: I897f33a014618467f7dbf0a11cd1bb4c7aee7520
2015-01-09 17:57:41 -08:00
Brad Jorsch 6a45ab8adb Update ApiResult handling for mediawiki/core change I7b37295e
Change I7b37295e for mediawiki/core deprecates several methods, and more
importantly changes the format of the data returned from
ApiResult::getData(). This change should handle these differences in a
backwards-compatible manner.

Change-Id: I7b37295e8862b188d1f3b0cd07f66ac34629678e
2015-01-08 12:30:00 -05:00
Translation updater bot cae33ccb16 Localisation updates from https://translatewiki.net.
Change-Id: Ida10cb99044c569af6210dbf594db9dfb85c46f7
2015-01-06 22:27:31 +01:00
Ricordisamoa 734532b939 Use defined() instead of constant()
To check for the existance of ApiBase::PARAM_HELP_MSG
while preventing warnings from being issued:
http://php.net/manual/en/function.constant.php#refsect1-function.constant-errors
https://www.mediawiki.org/wiki/Thread:Extension_talk:PageImages/Can%27t_find_constant_API_base

Same as Iceaf4e424cd929df7b3df46544844a4b0001f4d7.

Change-Id: I2c83ed1c508ac837536dd0d21d4938296ad6ba03
2014-12-25 04:15:52 +01:00
Translation updater bot 82bffb61e0 Localisation updates from https://translatewiki.net.
Change-Id: Ief664ba96910a0e0498a72fd89dc1bcfb3de7441
2014-12-20 22:26:04 +01:00
Translation updater bot ec97f28c83 Localisation updates from https://translatewiki.net.
Change-Id: Ib7d73b5e1295fd687ae1f1c1f509968d68d5f543
2014-12-18 23:21:50 +01:00
Translation updater bot 3d175d2c3e Localisation updates from https://translatewiki.net.
Change-Id: Ib6a6d57fa209ae89bc7e2b75ed040f5249a2c5af
2014-12-13 22:34:24 +01:00
Translation updater bot c26f58b5cc Localisation updates from https://translatewiki.net.
Change-Id: Ia74c3d17274fc136e202c978256762caaea37fd1
2014-12-08 23:23:20 +01:00
Translation updater bot 2b6ce15218 Localisation updates from https://translatewiki.net.
Change-Id: I30336d4b12f6c360468164ab26b8c3efb5d85825
2014-12-06 22:27:12 +01:00
jenkins-bot c7f5f5e8f8 Merge "Use new ApiOpenSearchSuggest hook" 2014-11-27 05:14:25 +00:00
Translation updater bot 4cce02835e Localisation updates from https://translatewiki.net.
Change-Id: Ibb2618f53225942519d71e39cb3f9136c79e4361
2014-11-16 22:51:40 +01:00
Translation updater bot 18f423bb22 Localisation updates from https://translatewiki.net.
Change-Id: Ic409f84bfadee744e014ecde2cf52ffc2a16060c
2014-11-09 21:53:12 +01:00
Translation updater bot 119854316c Localisation updates from https://translatewiki.net.
Change-Id: Id583c5d2b0fcac878c8983fbe3abf0ab6d44442c
2014-11-08 22:19:18 +01:00
Brad Jorsch bccf0c0862 Use new ApiOpenSearchSuggest hook
With Ie0ab9090, the OpenSearchXml extension is merged into core. The new
hook works identically to OpenSearchXml's hook.

The $wgPageImagesExpandOpenSearchXml variable should probably be
renamed, but I'm leaving that for a different patch.

Change-Id: I16024aa22578585873cddba1daa4ca0dc05645e1
2014-11-05 17:21:06 -05:00
Translation updater bot d7aff1a229 Localisation updates from https://translatewiki.net.
Change-Id: I05aa6bad74c71fb853b40647f63edd4ea1b76ccd
2014-11-05 21:46:12 +01:00
Brad Jorsch a9e4c40fe5 Add i18n for API module help
MediaWiki core change I04b1a384 added support for i18n of API module
help. This takes advantage of that while still maintaining backwards
compatibility with earlier versions of MediaWiki.

Once support for MediaWiki before 1.25 is dropped, the methods marked
deprecated in this patch may be removed.

Change-Id: I67395aff48185f3e09da31b51a08aa2541fe6a17
2014-10-29 16:37:38 -04:00
Translation updater bot 3aa849fb8c Localisation updates from https://translatewiki.net.
Change-Id: Id2a7c2e9b42eb1e74e251be202df9e8f70f3c1ba
2014-10-24 22:21:23 +02:00
Max Semenik a5819adbc8 Tweak scoring rules
Adjust them towards larger images, now minimum width not downscored into
oblivion is bumped from 100 to 120 which is the minimum thumb size in
preferences. And the upper limit for maximum score is up from 300 to
400, since the maximum in prefs has grown recently.

Ping vaguely related bug: 72276

Change-Id: Ia81310964d5446833cca11aef1ce9a82f44da991
2014-10-20 15:01:32 -07:00
Max Semenik 69948bc4ac Add page images to mobile watchlist A-Z view
Needed for I2a92e6bfd76fd41c5efef6988a95dad2d7fae6e1

Change-Id: I6d1d5844fae4a414e9c359a7c12cfe73f62640e3
2014-09-19 11:41:48 -07:00
addshore 3240c37efe Remove use of deprecated getPossibleErrors (since 1.24)
Change-Id: I03385d1f239163c60f820cd9936ee384b37b9031
2014-08-29 12:12:47 +01:00
Translation updater bot 0779d0f96a Localisation updates from https://translatewiki.net.
Change-Id: I8b43b79483077d74de6e522829e43cc50d82f513
2014-08-28 22:30:24 +02:00
Translation updater bot dc341802bf Localisation updates from https://translatewiki.net.
Change-Id: I86bbf838d18de362bbbae14dd1e925c0d8d403ed
2014-08-20 22:29:51 +02:00
Translation updater bot 22e36c563e Localisation updates from https://translatewiki.net.
Change-Id: Ie222365ab4d7c336a35e0dc3f30e5f60e5153f23
2014-07-21 21:41:18 +02:00
jenkins-bot 0a321ca81c Merge "Introduce gallery mode" 2014-07-14 20:20:03 +00:00