jenkins-bot
fb28d4b6ac
Merge "Follow-up Ib66025d: Remove unused message keys"
2023-11-03 17:56:25 +00:00
Ed Sanders
5e73c18eb1
Follow-up Ib536b51: Remove wikieditor-toolbar-tool-link-int-invalid, unused
...
Change-Id: Iab5491e098b15268e3017f931d49a0d7dd69d818
2023-11-03 13:36:40 -04:00
Ed Sanders
c3b77c004b
Follow-up Ib66025d: Remove unused message keys
...
Change-Id: If92c408f94473d1a138e77105ef4946edb393f40
2023-11-03 13:25:30 -04:00
Translation updater bot
fb70efd2bf
Localisation updates from https://translatewiki.net .
...
Change-Id: I83256ae08cb66ee439e023effe0f1e34e25b1791
2023-11-03 08:59:52 +01:00
Ed Sanders
0fe46f50c0
Delete messages from real-time preview beta feture/onboarding
...
These were orphaned in I8d05e143858.
Change-Id: I602d2e83d5886a832ba20a59f9a8a48b073ead3f
2023-11-02 18:41:24 +00:00
Ed Sanders
e02c689cdd
Fix remaining uses of 'parent'->'super'
...
Bug: T120821
Change-Id: Ie3b14562b045cee98ffb241e604b5b234cafd699
2023-11-02 17:11:24 +00:00
Translation updater bot
b54f01b3e1
Localisation updates from https://translatewiki.net .
...
Change-Id: I02fb94275ac9ba34742a058d57ce546d744ac2c6
2023-11-01 09:09:13 +01:00
Translation updater bot
38305ea8c6
Localisation updates from https://translatewiki.net .
...
Change-Id: I4c302d13d1a4fe1cfecd588bf383753767ef6940
2023-10-31 09:09:39 +01:00
David Lynch
cb5929b7e6
Bump EditAttemptStep to 2.0.2
...
Bug: T237063
Depends-On: I101d17150223c2f4a1ea2338a964d58b8bb7ae95
Change-Id: Iff4c4eb5ce43a67827e9be2202e544dbe7294dc6
2023-10-30 14:39:10 -05:00
Translation updater bot
8bff6cb6f3
Localisation updates from https://translatewiki.net .
...
Change-Id: Id3e4423cf883dfe57427fce453973af06d3d92cb
2023-10-26 11:07:35 +02:00
Translation updater bot
ff1f065b86
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic6f9a113df466d621b30612b250042426d572160
2023-10-23 09:51:43 +02:00
Translation updater bot
d2157cc6bc
Localisation updates from https://translatewiki.net .
...
Change-Id: I06eec13c9e43acbd94b885bcf83ee9690c4770e9
2023-10-19 08:44:18 +02:00
Translation updater bot
6657e53f05
Localisation updates from https://translatewiki.net .
...
Change-Id: I39bda56e3b4eb5f588c2ef8a80cbd40aa36db4b6
2023-10-17 09:35:34 +02:00
Translation updater bot
e8b8ec4e18
Localisation updates from https://translatewiki.net .
...
Change-Id: I93cc9e81d30d95272860bd0e9971f65ed32d3d57
2023-10-12 09:30:13 +02:00
Translation updater bot
9e25a1dcdb
Localisation updates from https://translatewiki.net .
...
Change-Id: I12fbf9372dc867e276b46176f5805946f3c77944
2023-10-09 08:57:23 +02:00
Translation updater bot
7a58869192
Localisation updates from https://translatewiki.net .
...
Change-Id: I75b0cd2a0a0b94929a732d22ef9d2592657fc7ad
2023-10-04 09:09:23 +02:00
jenkins-bot
36e12873ca
Merge "Use namespaced classes"
2023-10-03 19:47:07 +00:00
jenkins-bot
27f7e0049f
Merge "Hard deprecate editPageShowEditFormInitial"
2023-10-03 13:44:11 +00:00
Translation updater bot
6ec56fb379
Localisation updates from https://translatewiki.net .
...
Change-Id: I33a2510f8dcc7b2ff9f05867839b7e5ea1fe3d23
2023-10-03 09:33:33 +02:00
Fomafix
64b8b68377
Use namespaced classes
...
Change-Id: I2da5bc5871d8e7e229dcae44a303910fd9d21994
2023-10-03 06:57:26 +00:00
Fomafix
874741c9a6
Hard deprecate editPageShowEditFormInitial
...
This static function is deprecated since 0d4d037968
included in
MediaWiki 1.38.
Change-Id: I9c584f827b12077e48c4680af06459769921c305
2023-10-02 20:07:53 +00:00
Translation updater bot
17163cd662
Localisation updates from https://translatewiki.net .
...
Change-Id: I71228d525d66489e17fc426c32c8c86fb44e9745
2023-10-02 10:58:38 +02:00
Translation updater bot
cd57052db3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib4077dc7201b0706fad004681073689d9cae018f
2023-09-26 08:45:14 +02:00
Translation updater bot
4b5b62d667
Localisation updates from https://translatewiki.net .
...
Change-Id: I76aab7ac0d15931b2cd01c07e07122c5f513050c
2023-09-18 08:45:26 +02:00
thiemowmde
ac8c355e20
Fix unrelated elements flickering during realtime preview
...
Steps to reproduce:
* Start making changes to a page in the classic editor.
* Use the normal "Show preview" or "Show diff" button at the bottom
of the editor. The page reloads and now shows a preview/diff at
the top, above the editor.
* Now start using the realtime preview feature on the right side of
the editor.
You will notice that the preview/diff above the editor starts to
flicker, but is never updated. (There is no need to update it. The
realtime preview that is updated is the one in the right pane.)
The original code was added via T293347. I believe the flicker
exists since then. It's effectively a misconfiguration. I hope the
comments make this clear.
This is also a direct follow up to T307046 where the diff view was
fixed (it just disappeared before), but flickers since then.
Bug: T293347
Bug: T307046
Change-Id: I481610389cec902268a8fd09f6b0452131752d54
2023-09-13 11:17:12 +00:00
Translation updater bot
941f100338
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic83723b06fd5787adf54b6d099b2e79ec8e3cc83
2023-09-12 08:27:26 +02:00
Translation updater bot
57edfbb04e
Localisation updates from https://translatewiki.net .
...
Change-Id: I44ef3a444afeaf527b39d99bdbcafdb4c39b159e
2023-09-11 09:05:38 +02:00
Translation updater bot
23b89ab59f
Localisation updates from https://translatewiki.net .
...
Change-Id: I7501773191086cd3e6d5275b08035075173142e4
2023-09-06 08:43:23 +02:00
Translation updater bot
47eb3c240a
Localisation updates from https://translatewiki.net .
...
Change-Id: I23b5af17545b7fcb03e2a96e861d7a0d063ba9ab
2023-09-04 08:45:28 +02:00
Translation updater bot
d6466cfdba
Localisation updates from https://translatewiki.net .
...
Change-Id: I528c472ea6bb294480431995e10c8ecb52968f35
2023-09-01 09:03:58 +02:00
Translation updater bot
87f3689cd7
Localisation updates from https://translatewiki.net .
...
Change-Id: I541a15696cad7ceee9374796460da7fd0bf3e226
2023-08-30 08:45:50 +02:00
Translation updater bot
08a525f466
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie531aa0dbff66034a079d2c0273826532fc0e603
2023-08-29 08:29:21 +02:00
Translation updater bot
56e81ce339
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib86ffbbd762e4b861315fed5fe25139a52ee89b5
2023-08-28 09:31:30 +02:00
Translation updater bot
45cf43b402
Localisation updates from https://translatewiki.net .
...
Change-Id: I9618c6655df389ec6103380e24ff3aa7f965f2e5
2023-08-24 09:53:12 +02:00
James D. Forrester
6b851717c7
build: Upgrade jsdoc-wmf-theme from ^v0.0.6 to v0.0.8
...
Change-Id: Ieb7dcc1b3fce46e6b09dd970927caa722f0f6240
2023-08-23 09:53:50 -04:00
Translation updater bot
c2ee61eb97
Localisation updates from https://translatewiki.net .
...
Change-Id: I3ca7650be7f955eb48b39b7a7b5b06ecbb51e4ae
2023-08-23 08:40:54 +02:00
Translation updater bot
92b3ac326e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic37d9fe7e9da81f9c459e8e5087a1f813f3f3947
2023-08-22 09:02:14 +02:00
jenkins-bot
dccaad391b
Merge "build: Update linters"
2023-08-21 21:11:18 +00:00
Translation updater bot
9a49ba5026
Localisation updates from https://translatewiki.net .
...
Change-Id: Icebfcf87037f7a3595a7facaaca1c99b8461524a
2023-08-21 08:48:52 +02:00
jenkins-bot
a8c81c556e
Merge "Add missing space before closing parenthesis"
2023-08-19 12:38:46 +00:00
James D. Forrester
05e230fee4
build: Update MediaWiki requirement to 1.41
...
All extensions in the MediaWiki tarball are expected to track MediaWiki's release directly.
Change-Id: I5863af5d7c298ffe7fec38934307465947452958
2023-08-19 14:22:39 +08:00
Translation updater bot
82499b1246
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe506248be8cc9e01c7ae9f927fc918220714694
2023-08-18 09:09:36 +02:00
Translation updater bot
a77ce714c3
Localisation updates from https://translatewiki.net .
...
Change-Id: I8d0d32e7a565dadf42fd4b4110cef1da93f2db00
2023-08-17 12:11:03 +02:00
Fomafix
483ebc7259
Add missing space before closing parenthesis
...
Change-Id: Ib44cb31d63fb05e28364e3dd396e96e185097c20
2023-08-17 09:52:11 +00:00
Ed Sanders
6b074036b4
build: Update linters
...
Change-Id: Id75edd20f605550f21266164c29e2c5f52254cbb
2023-08-16 17:10:28 +01:00
Translation updater bot
2c593a8b7b
Localisation updates from https://translatewiki.net .
...
Change-Id: I7a51052f5d3c2b04aa680ee73bd8dbd0b5c4ccee
2023-08-16 09:12:47 +02:00
Translation updater bot
3bff419651
Localisation updates from https://translatewiki.net .
...
Change-Id: I65ff15393275df6b594d3f63e6f78fb589c1c388
2023-08-15 08:27:05 +02:00
Translation updater bot
ae75750b11
Localisation updates from https://translatewiki.net .
...
Change-Id: I6f36017180ac3660ea96741ce992b2c64f7e7a5e
2023-08-14 09:18:53 +02:00
Translation updater bot
7646a39679
Localisation updates from https://translatewiki.net .
...
Change-Id: I793718112cc6ef514fececaeffc2110512e7fe97
2023-08-11 09:02:14 +02:00
jenkins-bot
ce46ea62ac
Merge "Add missing @param in jquery.wikiEditor.js"
2023-08-10 13:05:30 +00:00