Fomafix
e5896a0b54
Use short array destructuring instead of list()
...
Introduced in PHP 7.1. Because it's shorter and looks nice.
Change-Id: Id66d048bc6fc720216c7391c7eeb3d315f33948a
2022-10-23 08:39:26 +00:00
jenkins-bot
abeebced1c
Merge "Use str_replace instead of preg_replace where RegExp are not needed"
2022-10-22 02:39:37 +00:00
jenkins-bot
60a8705ec2
Merge "Use \u{00A0} instead of  "
2022-10-22 02:39:34 +00:00
Translation updater bot
11b05f0410
Localisation updates from https://translatewiki.net .
...
Change-Id: I3d9772de7520954c756c426e31798da81f36a885
2022-10-19 08:20:41 +02:00
Fomafix
4b86c0bf12
Optimize HTML
...
* Use no-break space (U+00A0) between checkbox and text like in
Xml::checkLabel.
* Add </li> to close list item and remove unneeded <br/> here.
Change-Id: I5eb46d497264606552a90b787a3953001a6251e7
2022-09-29 08:29:08 +00:00
Yaron Koren
e852e449f4
Add space between checkbox and label in page title replacements
...
Change-Id: I4fb8651cf8771f9459c3537bb8e3b174e828fb29
2022-09-28 19:32:51 +00:00
Yaron Koren
cb570d5609
Suppress Phan error for MW < 1.37
...
Change-Id: Ia774d264ac00127a3c45031835442838cec8bb70
2022-09-28 19:12:09 +00:00
Translation updater bot
9a11041b12
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie19a0f6de8ed2d1aae2435d4b37c612404f7a9f4
2022-09-28 08:22:36 +02:00
Yaron Koren
eda043b383
Fix page title search in MySQL with alternate DB encodings
...
Change-Id: I4d6b15ff5e3830fc3d4f2c2aff876a7069b15821
2022-09-26 14:05:03 +00:00
Translation updater bot
fd7959dd47
Localisation updates from https://translatewiki.net .
...
Change-Id: I57c7b5e9b1ec967c9021b301c165b66d7c55663a
2022-09-26 08:16:10 +02:00
Fomafix
836defe8fa
Merge "Use \t instead of TAB in the string"
2022-09-12 19:23:47 +00:00
Fomafix
3b6a6802bd
Use \t instead of TAB in the string
...
Change-Id: Ia2052d7ca3f80d0e54ce4a3923f2373c39e7620d
Depends-On: I19c1b42d9a7c76baacfad2632c4f5525532366a9
2022-09-12 19:21:30 +00:00
Fomafix
c7d80d1938
Use https://www.gnu.org/ instead of http://www.gnu.org/
...
Change-Id: I8aa4b4a8ba78fb9268021a3ddeb5e2a9c7b0cfeb
Depends-On: I19c1b42d9a7c76baacfad2632c4f5525532366a9
2022-09-12 19:13:23 +00:00
Fomafix
e081ffe320
Use str_replace instead of preg_replace where RegExp are not needed
...
Change-Id: I60a770034d8a55cf779d9eae48cf2449211caeb9
2022-09-08 22:14:22 +00:00
Fomafix
a06719c1d7
Remove loading of style module 'mediawiki.special'
...
The styles from the module 'mediawiki.special' are not used.
Change-Id: Ie843bdfdc1063acc7e36d2d376a1713e10ccd33b
2022-09-08 21:58:09 +00:00
Fomafix
59f9bc6974
Use single quotes instead of double quotes in PHP
...
Change-Id: I0f05a6ffbf78a6f8150c9ef751bf92f5d7956fe3
2022-09-08 16:36:16 +00:00
jenkins-bot
cb08a9a768
Merge "Check for invalid new titles"
2022-09-08 13:32:34 +00:00
jenkins-bot
bf60096c5f
Merge "replaceAll.php: Allow empty values as target"
2022-09-08 13:28:20 +00:00
Fomafix
002d85d01b
Replace $wgLang by $this->getLanguage()
...
Change-Id: Iae42df2d27a58765b408f68a610fd9e9c686e68e
2022-09-08 12:53:35 +00:00
Fomafix
bca8b58017
replaceAll.php: Allow empty values as target
...
This change allows to execute the following command with an empty
replacement string:
php maintenance/replaceAll.php 'FooBar' ''
Bug: T293120
Change-Id: I5d8f223f6edae771ca3cd7c68aae741f3fa64350
2022-09-08 12:11:58 +00:00
Fomafix
e95564bcdc
Check for invalid new titles
...
This change avoids a null pointer exception.
The unmovable old title gets added to the unmoveable_titles.
Bug: T280148
Change-Id: I6d879d18f2ba29d55d0da3e37c0f5b8aa5d30ec2
2022-09-08 11:49:24 +00:00
Fomafix
73c753c290
SpecialReplaceText: Inject services
...
Change-Id: Id60e241fb79234c86eab595a9978508e96c3282d
2022-09-08 10:36:02 +00:00
Fomafix
59ebcfcb35
Use UserOptionsLookup::getOption instead of deprecated User::getOption
...
Bug: T296083
Change-Id: I09a1c94d42b14cd29be0f6962d0b95f5d91304bf
2022-09-08 10:32:42 +00:00
jenkins-bot
40b79328da
Merge "Use UserFactory::newFromId() and ::newFromName() instead of User::newFromId() and ::newFromName()"
2022-09-08 10:29:50 +00:00
Fomafix
d9151fd045
Use \u{00A0} instead of  
...
Directly use the UTF-8 encoding of the 'NO-BREAK SPACE' (U+00A0) instead
of the HTML entity  .
Also use \u{21B5} instead of ↵.
Bug: T154300
Change-Id: Iaa904dcb2b12afeb4547be854b35eb468b322c25
2022-09-08 08:01:58 +00:00
Translation updater bot
8f16b7b34e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia35e4413d18c181c39199f22724363d2400f9ac0
2022-08-22 08:23:45 +02:00
Yaron Koren
9329d7ea56
Add long-missing category, prefix flags to replaceAll.php
...
Change-Id: I81b83c408094767f337581cf79c3c005e9486560
2022-08-11 23:25:03 +00:00
Translation updater bot
7058c506d3
Localisation updates from https://translatewiki.net .
...
Change-Id: Icccfbb84b89f153d866ce15b13cbc91a3d3a3e11
2022-08-10 08:24:04 +02:00
Reedy
8d9399b53b
Update mediawiki/mediawiki-phan-config to 0.11.1
...
Bug: T295285
Change-Id: I2f59b1d63573d19a6915034b34c0ca4b4ecf53d9
2022-08-02 02:02:03 +01:00
Translation updater bot
db75bbc452
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib4f986dfce1300d6527a69fa5bce4e5618da084a
2022-07-26 08:25:44 +02:00
Translation updater bot
1eb896bb8e
Localisation updates from https://translatewiki.net .
...
Change-Id: I0d100d437bd699a3024dca0b3b9b5b44cb7c59f1
2022-07-11 09:50:28 +02:00
Translation updater bot
4ffe6a0868
Localisation updates from https://translatewiki.net .
...
Change-Id: Icc1c8dbb81785969e77ef255002c2e09143c9dbb
2022-07-04 08:22:50 +02:00
Translation updater bot
b19a39b4c4
Localisation updates from https://translatewiki.net .
...
Change-Id: Id0ba68c6517772e01c73c01e94ddb0e7521b341e
2022-06-27 08:18:34 +02:00
Umherirrender
551b610abf
Use WikiPageFactory to create WikiPage object
...
Bug: T259948
Change-Id: I7bacc0d3554e5591f826095fad8314a20c31107e
2022-06-26 19:36:05 +02:00
Translation updater bot
570ee448fe
Localisation updates from https://translatewiki.net .
...
Change-Id: I19fb08edc7d2af9aea10ca57b353936a1970b4d4
2022-06-10 08:50:19 +02:00
Translation updater bot
2e0255111d
Localisation updates from https://translatewiki.net .
...
Change-Id: I622ec1df53958629fb33cc61d812e865fc17a435
2022-04-13 08:32:46 +02:00
Translation updater bot
83d8053960
Localisation updates from https://translatewiki.net .
...
Change-Id: I6cd2dbcc7d7d55b9f21077830691e39e44b29f47
2022-04-05 08:26:04 +02:00
Translation updater bot
23e90941ae
Localisation updates from https://translatewiki.net .
...
Change-Id: I598d185c0120e140855b2a1700e5c73a70e88f10
2022-04-04 09:35:06 +02:00
Translation updater bot
897204f4df
Localisation updates from https://translatewiki.net .
...
Change-Id: I2a3da6de0c4c9738af6905dbbe54bce7447b9adf
2022-04-01 08:27:28 +02:00
Yaron Koren
d70cd160b9
Version 1.7
...
Change-Id: I7ca1fbee6b71e67c48c00355592fea0d6afe966b
2022-03-22 13:24:05 +00:00
Translation updater bot
f2bd2e6113
Localisation updates from https://translatewiki.net .
...
Change-Id: I2813743fd64c6ad1711b20449c1c2791c788e4ff
2022-03-16 08:08:07 +01:00
Translation updater bot
1931307eda
Localisation updates from https://translatewiki.net .
...
Change-Id: I92b2cf8207067ad6b7f899707367ff619c2bacf6
2022-03-15 08:25:41 +01:00
Translation updater bot
8f2780804d
Localisation updates from https://translatewiki.net .
...
Change-Id: I54d37a4d55fd8e9a34af7e30b6869a7147bbd1a2
2022-03-14 08:14:37 +01:00
Translation updater bot
5ff31cbc7d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifb622074610f4ad4a5b0f1377fb06f0d9f749265
2022-03-10 08:19:38 +01:00
Translation updater bot
9a1be6b717
Localisation updates from https://translatewiki.net .
...
Change-Id: I6bbeffa84de19bf358269c79d58783bea1470df5
2022-03-09 08:10:00 +01:00
Translation updater bot
c4756008b5
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaf99a9e8ab0b574fadcfef1c90840351b0a61575
2022-03-04 08:30:10 +01:00
Translation updater bot
d72b4c2726
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic7027b78360c909d77ec3f9e6339d28fca580163
2022-02-28 14:29:22 +01:00
Umherirrender
3e8f5e7142
Use new namespace for MediaWiki\Revision\SlotRecord
...
MediaWiki\Storage is alias since 1.35
Change-Id: I81f4f238282a11fba47fe0d49566c68ac47dffc5
2022-02-26 22:16:25 +01:00
sahajsk
e2b9df0edd
Display correct error message when no page is found and category is empty
...
Change-Id: I0557c2c8e622cbdc4f563ea6f1b314a946271847
2022-02-25 19:18:46 +05:30
Translation updater bot
7bd1949cab
Localisation updates from https://translatewiki.net .
...
Change-Id: I25eb4682eec2b3481cede53dd1cf61ffe0086755
2022-02-25 09:45:24 +01:00