jenkins-bot
421e55b852
Merge "Inject service RepoGroup in APIPropModules"
2023-10-16 03:18:32 +00:00
jenkins-bot
abfaa34709
Merge "Replace deprecated global function wfGetDB()"
2023-10-16 03:06:07 +00:00
jenkins-bot
053957162a
Merge "Inject service RepoGroup in PageImages"
2023-10-16 03:06:06 +00:00
jenkins-bot
df9b7a9c92
Merge "Convert PageImages::fetchPageImage to a nonstatic method"
2023-10-16 03:05:22 +00:00
Fomafix
21fdd8a9db
Inject service RepoGroup in APIPropModules
...
Change-Id: Ifa1334391af08f09908a92f0a9b7774eda58c399
2023-10-15 20:17:05 +00:00
Fomafix
318407932c
Replace deprecated global function wfGetDB()
...
Bug: T330641
Change-Id: If0427da7a6d2de9d1ec00bf1ff7e5b8a495617e9
2023-10-15 18:50:46 +00:00
Fomafix
029af825a9
Inject service RepoGroup in PageImages
...
Change-Id: I91d12fe25fbd6ee952d635cd24b5047be8790c80
2023-10-15 18:33:00 +00:00
Fomafix
1f95b141a6
Convert PageImages::fetchPageImage to a nonstatic method
...
The public static function PageImages::getPageImage must stay unchanged
because this function is called by other extensions.
Change-Id: I73f7253581ebc894ef6dcd41bd4713f7d9f53421
2023-10-15 18:21:40 +00:00
Fomafix
efa6c4f0ce
Inject services on JobClasses
...
Change-Id: Ic0e965dca31b41ab76e59a3d2672069464418de8
2023-10-15 13:52:13 +00:00
Umherirrender
09d47340eb
Use the expression assignment operator to simplify code
...
Suggested by phan, available since php7.4
Change-Id: Iadee84c7b62f9aeac31ade702bc33764d35ef9c8
2023-10-14 00:55:37 +02:00
jenkins-bot
aef7d17348
Merge "Use namespaced MediaWiki\Request\FauxRequest"
2023-08-20 01:07:09 +00:00
Umherirrender
b8dd616a03
Use namespaced MediaWiki\Request\FauxRequest
...
Bug: T321681
Change-Id: I9c6b8bfc935a47c62c3e106a1bf4532ef4d12134
2023-08-20 01:54:45 +02:00
Umherirrender
ec4d1bed4d
Use namespaced MediaWiki\Page\PageProps
...
Bug: T321681
Change-Id: I5298c09e2869a21e6616cb6e8917da51177c7987
2023-08-20 01:21:38 +02:00
gerritbot
a85ae32a5e
Replace some moved Title class uses, now MediaWiki\Title\Title
...
Bug: T321681
Change-Id: I80f2f9cdd569d549de8b403226000bb5c88fcb67
2023-08-19 04:18:19 +00:00
Umherirrender
7f3a11f327
Use HookHandlers for MobileFrontend hook
...
Bug: T271021
Change-Id: I9293e1fee102b9a4274ef460b9c7556e0c7c6f6a
2023-08-15 10:03:09 +02:00
Umherirrender
a85ff941ef
i18n: Split apihelp for parameter prop=pageimages&piprop=
...
Easier to translate
There is no visible change on Special:ApiHelp/query+pageimages
Enable use of existing paramvalue apihelp messages for pilicense
Bug: T285545
Change-Id: Iea70490705af9224b3c93669bd5a6e9be7043410
2023-08-05 02:20:47 +02:00
Umherirrender
619d623104
ParserFileProcessing: Inject TitleFactory
...
Check the parsed title if valid and can exists on the database
Change-Id: I32805de6ab4b9dca7d56faf982762f6949fc3203
2023-06-21 23:03:44 +02:00
Umherirrender
a9b4b4877f
ParserFileProcessing: Use ConnectionProvider and QueryBuilder
...
Bug: T312501
Change-Id: I4c5b5b773cbf1bf77dae7c189f65c8760091e384
2023-06-21 22:50:19 +02:00
Umherirrender
3ae938a116
Use renamed ParserModifyImageHTMLHook interface
...
Follow-Up: I3043454a502289e5ee2492f7bf2ab01e155c30ba
Change-Id: I3cc4a5d4e4edac76e81c16c1da97427d765cce49
2023-04-22 19:54:54 +02:00
Umherirrender
00ec4349d4
Use PageReference on ParserFileProcessingHookHandlers::processThisTitle
...
Avoid deprecated Parser::getTitle
Parser::getPage can return null, so checking for that as well
Change-Id: I90f04d514934621ee7fdc0ebe519673d7ba1d82f
2023-01-03 23:32:11 +01:00
Umherirrender
de7bf883d2
Replace deprecated Http::get
...
Bug: T305813
Change-Id: Icd3e64fc13e291761b287c4059315df39cd88d1e
2022-12-11 15:54:20 +01:00
jenkins-bot
7245136ded
Merge "Adopt getWithSet idiom for getPageImage in-process cache"
2022-11-29 06:07:56 +00:00
Timo Tijhof
d50f90ba78
Adopt getWithSet idiom for getPageImage in-process cache
...
Follows-up I9b08b4de2648bf.
Bug: T322528
Change-Id: I8e974b66e3a0cdee2c6ef5eeb38719cff60dc93c
2022-11-23 01:38:14 +00:00
Amir Sarabadani
8fe805f25e
Make sure pithumbsize set width and not height
...
This unifies image thumbnail sizes so instead of being random image
sizes, it would be only one thumbsize.
Bug: T323223
Change-Id: Ib7a7a5bce3ce10e60819e6ca056fe30f11e969a5
2022-11-21 19:52:44 +01:00
jenkins-bot
e588a4eeff
Merge "Add in-process cache for result of getPageImage() DB query"
2022-11-17 16:21:41 +00:00
Matthias Mullie
c75b00d14d
Ensure array is passed to getProperties
...
PageImages::getPropNames can return either array or string,
and PageProps::getProperties accepts both.
But the latter's return value will be different depending
on the type of input: with an array as input, the returned
array's values will be an associative array where the index
is the propname; with a string, it's just the propvalue.
This difference matters because the code below assumes an
array with propname keys.
Bug: T323152
Change-Id: I422951ec0cd5c651b32c65e88a557d49f2f22712
2022-11-16 09:33:37 +01:00
Amir Sarabadani
bb555ae71d
Add in-process cache for result of getPageImage() DB query
...
There has been cases of different extensions calling this function
for the same page title within the same web request, leading to
duplicate queries and roundtrips. This avoids those.
Maybe in future we could have APCu cache for it.
Bug: T322528
Change-Id: I9b08b4de2648bf794bfdbfe57de9db433cfd79ee
2022-11-15 20:18:43 +01:00
jenkins-bot
d7d9c0275f
Merge "Only provide free images for search purposes"
2022-11-10 17:48:20 +00:00
Matthias Mullie
5dcd4d13e2
Only provide free images for search purposes
...
Bug: T320661
Change-Id: Ic26e7e815365f6aa81b6fbfb464d0f41b80e4ae8
2022-11-10 13:26:56 +01:00
Tim Starling
33ee32f448
Use preg_replace_callback() flag introduced in PHP 7.4
...
Should improve performance by avoiding the need to run the regex
twice.
Change-Id: Ic737c1c2189c1bfc046cdcb099cdcbc0edde0a97
2022-11-10 13:58:31 +11:00
jenkins-bot
74ec9b8a18
Merge "Drop some code that now lives in core"
2022-10-03 11:30:52 +00:00
Matthias Mullie
6a6af45ab3
Drop some code that now lives in core
...
The default thumbnail size (SearchResultThumbnailProvider::THUMBNAIL_SIZE),
the code to build a SearchResultThumbnail object from a File object
(SearchResultThumbnailProvider::buildSearchResultThumbnailFromFile),
and the code that provides thumbnails from NS_FILE pages (now already
provided in the hook's $results param) have essentially been adopted
in core and no longer need to be handled here.
Also updated test to reflect that NS_FILE results will no longer be
provided by this extension (since core already provides them)
Depends-On: I2a679b51758020d3e822da01a1bde1ae632b0b0a
Change-Id: I2eafc8556022432929973755d8cd76010ea24f39
Bug: T306883
2022-09-27 10:46:14 +02:00
jenkins-bot
499ffd7934
Merge "Inject services into hook handler"
2022-09-09 16:43:49 +00:00
jenkins-bot
bfdd3d028d
Merge "Inline ParserFileProcessingHookHandlers::processFile"
2022-09-09 16:39:10 +00:00
Umherirrender
c24081b609
Inject services into hook handler
...
Remove the self creating of the handler and remove one deep from the
caller stack
Change-Id: Ie12ff77781f5ec6c74d9289a9812ec4f40c07d95
2022-09-03 00:15:57 +02:00
Umherirrender
3a8221b364
Inline ParserFileProcessingHookHandlers::processFile
...
There is only one caller,
this also benefits from the type hints on that caller and
some always-false condition could be removed
Change-Id: Id06b590225b3cf3f0baf331f0aaaad9ef522532a
2022-09-02 23:52:59 +02:00
Matthias Mullie
2d95a2be65
Update hook FQCN
...
This hook has moved.
Depends-On: Ic9110345b4db69d268685b80ec8e4e33da95a050
Change-Id: I71bddf3978a5b6124bdd114fcb74fbabe607a64a
Bug: T306883
2022-09-01 14:39:37 +02:00
Matthias Mullie
a8c8030299
Allow thumbnails to be provided in a different size
...
This will also be added to the interface, but first this
implementation needs to be updated to already accept the
optional new param. Doing it in different order would
cause incompatible declaration warnings.
Bug: T306883
Change-Id: Ia30afcc43a0ecec772cd0a82dd9661e61f31a651
2022-09-01 12:29:41 +00:00
Sébastien Beyou
3ab47c1061
Add a parameter to deactivate OpenGraph meta tags
...
This can conflict with other extensions like SemanticMetaTags or
OpenGraphMeta.
Bug: T217307
Change-Id: Idfb006583edda8545b95609f047b2f301a9caa33
2022-08-20 09:43:57 +02:00
Kosta Harlan
8adbbf5b8c
SearchResultProvideThumbnailHookHandler: Simplify code
...
Bug: T312746
Change-Id: Iaf3f7f56129f488088f08f65657fa33f6a6e5851
2022-07-18 10:13:42 +02:00
Kosta Harlan
c7054f15c6
SearchResultProvideThumbnailHookHandler: Construct from injected services
...
Bug: T312746
Change-Id: I0ed66f69a4ae9350b2230b5e207a76bbcf5bb689
2022-07-11 15:12:17 +02:00
jenkins-bot
debf0dab8f
Merge "PageImageCandidate: Cast handlerWidth to int"
2022-07-08 18:21:37 +00:00
jenkins-bot
e9c1b9fd32
Merge "Convert Hooks to HookHandlers"
2022-07-08 18:20:13 +00:00
Umherirrender
5ab11af559
Replace comment about deprecated wfFindFile
...
Bug: T249020
Change-Id: I202bf65e132389fb3d034524b546c4b03adc01db
2022-07-07 22:04:36 +02:00
Reedy
7e8167f3be
PageImageCandidate: Cast handlerWidth to int
...
Bug: T312522
Change-Id: Iaf93f81acb28daa177c73de298bc9da47f2893d5
2022-07-07 11:23:24 +01:00
Reedy
84861174bc
Convert Hooks to HookHandlers
...
Bug: T271021
Change-Id: I6022e515cf65ec089c59fb56f6fde371dc9f0e12
2022-07-07 10:21:43 +00:00
Reedy
5b0cc4163c
PageImageCandidate: Apply array return type to jsonSerialize()
...
Bug: T311676
Change-Id: Ibf65ec1e12b746bb234f888aa4ca3820ae0f6974
2022-06-30 01:06:56 +01:00
gerritbot
d0f26549f2
Fix usage of ApiBase::PARAM_* deprecated constants
...
The ones that are replaced with ParamValidator
Bug: T275455
Change-Id: Ie88e576d3a6dc61155f2b7f49e86a993c2577427
2022-04-04 00:32:20 +00:00
gerritbot
c2ee690bdd
Replace deprecated ApiBase::PARAM_ with IntegerDef ones
...
The rest of ApiBase::PARAM_ will be done in separate patches
Bug: T275455
Change-Id: Ia64fadade6a890827bfb2b220e430c16716e86f7
2022-04-03 22:16:07 +02:00
Simon Legner
41f4165230
Allow editors control of the page image
...
- Exclude images with class=notpageimage
Bug: T301588
Change-Id: I15eb580f5047a414431a45acf4004344e01a5881
2022-02-14 18:53:57 +00:00