Commit graph

944 commits

Author SHA1 Message Date
Translation updater bot 3f40a04175 Localisation updates from https://translatewiki.net.
Change-Id: If5c237a29496c75bf4896b33fd45af8922a8fc13
2022-04-25 08:18:07 +02:00
Translation updater bot 8d2cacb1ee Localisation updates from https://translatewiki.net.
Change-Id: I98da16f74ce28bd6d2a56c68d313350bfd9afa46
2022-04-13 08:32:26 +02:00
Translation updater bot db1451d783 Localisation updates from https://translatewiki.net.
Change-Id: Ifd2eb345c535ba271e7444b92c9c06e6004231b6
2022-04-08 08:27:48 +02:00
Translation updater bot ecc75e0fca Localisation updates from https://translatewiki.net.
Change-Id: Ifb35ec24d620beef22b90969f8ce20a856913414
2022-03-11 08:32:47 +01:00
Translation updater bot 41ca42e85c Localisation updates from https://translatewiki.net.
Change-Id: If7529613debb8b29c968b8467c68a92c2210d56b
2022-02-24 08:49:23 +01:00
Translation updater bot ef55d6cabd Localisation updates from https://translatewiki.net.
Change-Id: Ibc531b9f68ef91a35b5be9e473504bb35b480538
2022-02-21 08:15:59 +01:00
Translation updater bot d3eff5a465 Localisation updates from https://translatewiki.net.
Change-Id: I141668473668eca817fe7ed6c9f3733321f8ca75
2022-02-14 08:14:32 +01:00
Translation updater bot 655f1c7bb5 Localisation updates from https://translatewiki.net.
Change-Id: I050ee70c795580462cd6023310f26a04945b79f0
2022-02-11 08:41:46 +01:00
jenkins-bot 1f08bd8abc Merge "Simplify code that generates different error messages" 2022-02-05 23:41:30 +00:00
jenkins-bot d19b359312 Merge "De-obfuscate attempts to trick people into editing .js pages" 2022-02-05 23:41:28 +00:00
Translation updater bot c989e8caf7 Localisation updates from https://translatewiki.net.
Change-Id: I2d3bc7dc5521c1c30de5d403121b8e813552da15
2022-02-01 08:27:08 +01:00
Translation updater bot 430ee15b90 Localisation updates from https://translatewiki.net.
Change-Id: Id1343fca537bd8c5e9e406ebe38fe16902039d00
2022-01-24 08:27:22 +01:00
Translation updater bot ec75c9fbed Localisation updates from https://translatewiki.net.
Change-Id: Ifc02910c4200f3a776bb93eb4f0a53aede705fa9
2022-01-21 08:14:05 +01:00
Translation updater bot 70490fd259 Localisation updates from https://translatewiki.net.
Change-Id: Ie7e286654268dead3d9c6cc4ee723413ba83df10
2022-01-17 08:12:20 +01:00
Translation updater bot 1d6e7d9dbb Localisation updates from https://translatewiki.net.
Change-Id: Ia11bc447d712868736a9f1378176877c1d3a3664
2022-01-10 08:11:28 +01:00
zoranzoki21 1a79401e7f Fix MediaWiki.Commenting.PropertyDocumentation.WrongStyle
Change-Id: I32e42828c4539efeb7aa211a8f76a68fae5a4f94
2022-01-09 09:51:04 +01:00
Translation updater bot f6b180b2a7 Localisation updates from https://translatewiki.net.
Change-Id: I2486ed3ed9388e976b2de305eaef407e255c84d5
2021-12-27 09:30:22 +01:00
jenkins-bot fa050f51bb Merge "Hide interactive inputbox in print" 2021-12-21 20:55:02 +00:00
jenkins-bot 8277dd0651 Merge "Remove an !important and use classdoubling instead" 2021-12-21 20:46:57 +00:00
Translation updater bot 1099fceb06 Localisation updates from https://translatewiki.net.
Change-Id: I0116220750ce7814e6b25fc453441cc91c1bbfca
2021-12-20 08:21:18 +01:00
Thiemo Kreuz e9e9b8360d De-obfuscate attempts to trick people into editing .js pages
This is meant to tell the user "please don't do this", "this
combination of parameters is dangerous". But there are other ways
to make links with these parameters. Another patch that changes the
relevant code in EditPage that is responsible for this issue will
follow.

Bug: T297725
Change-Id: I75946e2fc73266802333a77086b7ff6a74f2f3e6
2021-12-15 13:44:03 +00:00
Thiemo Kreuz c0a2f53db1 Simplify code that generates different error messages
Giving the parameter to both messages even if one doesn't expect a
parameter is not a problem.

Change-Id: I123fb970731b9d9103d358007fd2185a7ab5d81b
2021-12-15 12:01:38 +01:00
jenkins-bot 2471c32621 Merge "Make InputBoxHooks::render() non-static" 2021-12-13 10:59:10 +00:00
Translation updater bot aa4d2a85ee Localisation updates from https://translatewiki.net.
Change-Id: I2b4db289a667a45eb79aab572f32bfd7c9cbc2bb
2021-12-13 08:21:41 +01:00
C. Scott Ananian b808f7f559 Make InputBoxHooks::render() non-static
This matches modern practice a little better: the InputBoxHooks class
can (eventually) contain the service objects needed by this extension
and make them available to the hooks.   It also avoids the need to
explicitly name this class and its namespace.

Followup-To: Iaaff18b50619f490a4437be7f4d95845c8e0eedb
Change-Id: I07a574eca2d0012e3f7e6172d75cffd34392b1b4
2021-12-10 13:49:55 -05:00
Isabelle Hurbain-Palatin cbead9bfbb Introducing a namespace for InputBox
This is a pre-patch for I5144fd6c54 to add a namespace for InputBox and
making sure that this still works, independently of what we're doing
later.

Change-Id: Iaaff18b50619f490a4437be7f4d95845c8e0eedb
2021-12-10 19:15:56 +01:00
Derk-Jan Hartman f07b3cd650 Hide interactive inputbox in print
Bug: T173900
Change-Id: I52722af4447461629298c58c02a2ab9c0fa465d3
2021-12-05 23:07:14 +01:00
Derk-Jan Hartman 8089db47fe Remove an !important and use classdoubling instead
!important creates unnecessarily high specificity

Change-Id: Ia7abc6847d9c77fe1e68277ed0246fde623d9336
2021-12-05 22:43:09 +01:00
Translation updater bot 12c42cbae0 Localisation updates from https://translatewiki.net.
Change-Id: If3afff87e8df2ff9d904cb54bb93f845eb6c2ac6
2021-12-01 08:15:10 +01:00
Translation updater bot bd3570edf5 Localisation updates from https://translatewiki.net.
Change-Id: I4dfd01657c44b83fd02041064623177dabb16968
2021-11-29 08:11:55 +01:00
jenkins-bot 6dfe6adfc4 Merge "Localisation updates from https://translatewiki.net." 2021-11-25 08:06:19 +00:00
Translation updater bot f7a6123282 Localisation updates from https://translatewiki.net.
Change-Id: Ic3dc778341cea4262f452b0eb59d0f42621f4b63
2021-11-25 09:02:15 +01:00
Translation updater bot 69d5d30def Localisation updates from https://translatewiki.net.
Change-Id: Ia006dcad1a705df4a265379092d1fe6608307c91
2021-11-25 08:24:24 +01:00
Translation updater bot 8ba3ae1274 Localisation updates from https://translatewiki.net.
Change-Id: I04d50ad47b8d669f929a37ac34c1645aec0905ab
2021-11-24 08:21:59 +01:00
Translation updater bot 7e000f13ed Localisation updates from https://translatewiki.net.
Change-Id: I6939f95effecdccc7703349b30c5f23e05993370
2021-11-19 08:27:40 +01:00
Translation updater bot cc1f7ff720 Localisation updates from https://translatewiki.net.
Change-Id: Ie26a4ea8f53b2b101f5fcbefa005d8928ae2159c
2021-11-17 08:30:36 +01:00
Fomafix 2e375a712d Use HookHandlers to inject services and replace global variables
This change requires MediaWiki 1.35+ which is already required in
extension.json.

Change-Id: Ieb636c9e96c534ed6dccd8cce5308fed160c3410
2021-11-12 16:41:59 +00:00
jenkins-bot e378b75454 Merge "Use services from Parser" 2021-11-12 08:44:56 +00:00
Translation updater bot dcb6b2f6ae Localisation updates from https://translatewiki.net.
Change-Id: I155086bc939b8fd3b8ab7b7ea69723ca44589359
2021-11-08 08:17:03 +01:00
Umherirrender b234d79a45 Use services from Parser
getTargetLanguageConverter is 1.38
(I536543c516bf952967ada17cc781a9d125421b3e)

Change-Id: Ie0456734576cee770662622a03420b6ec76d932a
2021-11-04 20:09:34 +00:00
Umherirrender 1abc7abc43 Remove unneeded return from hook handlers
Change-Id: Ib38375909ee09e3d5342b6fd16194feeffbb8124
2021-11-04 18:50:42 +00:00
Umherirrender 4829d17708 build: Remove unneeded phan suppression
Change-Id: Iafff45a2693e201cbb81c59a6453f6bbea709f7a
2021-11-04 19:50:25 +01:00
Translation updater bot 3b7a304cd8 Localisation updates from https://translatewiki.net.
Change-Id: Ia328fc88bf637cd13aeb727fd65ef1356df978ef
2021-11-04 10:08:06 +01:00
Translation updater bot bfa4afde1a Localisation updates from https://translatewiki.net.
Change-Id: I73a3bd8231dfd7409f931d3d8afc64ef7a614757
2021-11-03 08:20:44 +01:00
Translation updater bot 0a528f28fb Localisation updates from https://translatewiki.net.
Change-Id: Iaf8d0b526515e4a857f8d8ac77e6daafe31ee33e
2021-11-02 08:07:03 +01:00
Translation updater bot ba57f40c6b Localisation updates from https://translatewiki.net.
Change-Id: I38999061f48bd4606480a7ad2645edb5151909dc
2021-10-28 08:28:09 +02:00
libraryupgrader ffda7b824d build: Updating mediawiki/mediawiki-codesniffer to 38.0.0
Change-Id: I3d5fd5ce7b6354e776fc83c2c5df96a95f92d5d6
2021-10-24 05:55:38 +00:00
jenkins-bot a0f2d8ae02 Merge "Use // comments in LESS" 2021-10-20 09:22:02 +00:00
Translation updater bot 7aff16157b Localisation updates from https://translatewiki.net.
Change-Id: I7561180ef779f2fe7e34f506e58d3535636d24bd
2021-10-18 15:20:30 +02:00
Fomafix b1e2979b48 Update PHP coding style
* Use ' instead of ".
* Use === and !== instead of == and !=.

Change-Id: Ie4e405d4fd739d4af34010da3687d8a75d846a73
2021-10-16 20:10:22 +00:00