Translation updater bot
a509020bee
Localisation updates from https://translatewiki.net .
...
Change-Id: If9817782dfbd79ec98cde40ee8c7d3069063c30a
2022-09-30 08:55:15 +02:00
Emeka Chukwukere
2749611071
api-testing: Add more visualeditoredit
e2e tests
...
This patch adds more tests covering the `visualeditoredit` action
API.
Change-Id: I3a20afdb4a146672e272a87eafe8203c384e3405
2022-09-30 00:16:28 +01:00
Emeka Chukwukere
db6cc66749
api-testing: Add test for creating and saving a page
...
Testing the visualeditoredit action API for VisualEditor.
Change-Id: I951ecf1c71e2ee66e3d1fc15a29b312b8fe9956e
2022-09-29 21:23:59 +01:00
jenkins-bot
77565dabf3
Merge "De-duplicate replacePageContent methods between desktop and mobile"
2022-09-29 14:00:00 +00:00
jenkins-bot
2cbf2470dd
Merge "ve.init.mw.DesktopArticleTarget: Fix double <div class="mw-parser-output"> after saving"
2022-09-29 13:38:40 +00:00
Translation updater bot
ba17184845
Localisation updates from https://translatewiki.net .
...
Change-Id: I459fcd72595dc72c3b38926ca1df46d33882385f
2022-09-29 08:28:30 +02:00
jenkins-bot
9331cf6c38
Merge "ApiParsoidTrait: Remove unused abstract method dieStatus"
2022-09-29 00:50:39 +00:00
Bartosz Dziewoński
78207ee45d
Update VE core submodule to master (6b9937c19)
...
New changes:
945ca158b Localisation updates from https://translatewiki.net .
42ce721c8 build: Update language lists
dfeda8a1a Localisation updates from https://translatewiki.net .
d0d5771cb Localisation updates from https://translatewiki.net .
0b78ead3f build: Update language lists to add 'mrh'
13d8c8d4f Fixup Chromium's native Enter behaviour on Android Gboard
37bdbb860 Localisation updates from https://translatewiki.net .
6b9937c19 Update OOUI to v0.45.0
Bug: T312558
Change-Id: Icfb0c6f4e70ffd53533d3f0e8cf40ca43b3d8663
2022-09-29 01:28:40 +02:00
Ed Sanders
1992281c82
De-duplicate replacePageContent methods between desktop and mobile
...
Change-Id: Icab82207d516843e7f2e4ba93b8ea4ffea7cad1b
2022-09-29 01:20:55 +02:00
Bartosz Dziewoński
db82eb0263
ve.init.mw.DesktopArticleTarget: Fix double <div class="mw-parser-output"> after saving
...
Follow-up to 327bd736c5
. .html()
replaces the inner HTML, .replaceWith() replaces the outer HTML.
Change-Id: I3c963c0a54f5aee4179c37a87466dffceb8c6a87
2022-09-29 01:15:13 +02:00
jenkins-bot
d58d1ed036
Merge "Add basic end-to-end tests for action=visualeditor"
2022-09-28 16:48:33 +00:00
Emeka Chukwukere
5b5ed387c9
Add basic end-to-end tests for action=visualeditor
...
Bug: T318403
Change-Id: I7a607edc69d8fcf51a634ce0f536548979eef95b
2022-09-28 18:28:05 +02:00
Bartosz Dziewoński
8418686893
ApiParsoidTrait: Remove unused abstract method dieStatus
...
No longer needed after 1177e677e6
.
Change-Id: Ie77ff40c6c98208e99efe151ec18544644a3c9b4
2022-09-28 16:00:24 +00:00
Ed Sanders
b8bb53b79d
ArticleTarget: Only overwrite title when not loading from view page
...
The previous implementation tried to do this, but looked
at the query string which can be set to action=edit by VE.
Bug: T318772
Change-Id: I4f0f8d52488a6b259033232afb8ea616458275de
2022-09-28 16:44:35 +01:00
Translation updater bot
50c6aa8c01
Localisation updates from https://translatewiki.net .
...
Change-Id: I570e749eee9827e540bb1aa1d9e55c7b9cbc37d0
2022-09-28 08:23:17 +02:00
jenkins-bot
b0b3ab59ec
Merge "Add api-testing script to package.json"
2022-09-27 18:11:54 +00:00
Thiemo Kreuz
4ca12d6555
Use same formatting for "Parameters:" in qqq.json
...
Change-Id: I236a8c360a141e68a079f9dd6878e930332ed856
2022-09-27 16:49:13 +00:00
daniel
1c7468191b
Add api-testing script to package.json
...
The test file is just a placeholder for now, so we can enable the CI job.
Actual tests will follow in a separate patch.
Bug: T318403
Change-Id: I8105f49f8898c8ebfd80eb898d30a49e58db5b25
2022-09-27 13:15:39 +00:00
jenkins-bot
f55aa3c9fa
Merge "ParsoidClient: Fix getPageHtml() $targetLanguage param inconsistencies"
2022-09-27 08:16:36 +00:00
Translation updater bot
fc265cef49
Localisation updates from https://translatewiki.net .
...
Change-Id: If77c6f4664af13e977035761f9f6698573970d27
2022-09-27 08:32:55 +02:00
jenkins-bot
05de858d9c
Merge "Follow-up Ieba322fd: Don't generate postedit notification now we set config var"
2022-09-26 22:17:24 +00:00
Bartosz Dziewoński
209aaf6943
ParsoidClient: Fix getPageHtml() $targetLanguage param inconsistencies
...
* DirectParsoidClient: Actually allow null to be provided.
Previously we tried to call methods on it unconditionally.
* VRSParsoidClient: Require the param to be provided (even if null).
No reason to diverge from the interface, which requires it.
Change-Id: Id9a450dc8b8eb3e82cf87718b96975e5a3c6180c
2022-09-26 22:52:31 +02:00
daniel
0d833c3de1
ParsoidClient: rename language parameter
...
The language parameter in the ParsoidClient is always the desired output
language.
Change-Id: I10bec964b16fb041d5acfc63f38511e545adafc4
2022-09-26 22:46:22 +02:00
Ed Sanders
596575582c
Follow-up Ieba322fd: Don't generate postedit notification now we set config var
...
Setting the config var then loading mediawiki.action.view.postEdit
will already trigger the notification code, so we can remove this
duplicated code now.
Bug: T240041
Change-Id: If0d1aa4e734dab7cca168e78216f229b9924bab7
2022-09-26 12:08:54 +00:00
Translation updater bot
571b2a2cba
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib577f29030525d628bc0c629e50c2ee2b80c78b8
2022-09-26 08:16:44 +02:00
Translation updater bot
944a2b3cf1
Localisation updates from https://translatewiki.net .
...
Change-Id: I865f2f749a9065448ba5036d1668c605311b37ab
2022-09-23 08:30:29 +02:00
Translation updater bot
62fa3a1903
Localisation updates from https://translatewiki.net .
...
Change-Id: I53228cb2c3236df742edf70af600b5110a02fa13
2022-09-22 08:47:41 +02:00
jenkins-bot
03df8cc15d
Merge "ParsoidClient: error should be array or null"
2022-09-21 15:03:28 +00:00
Translation updater bot
095d462165
Localisation updates from https://translatewiki.net .
...
Change-Id: Iceccacde27b4a33554e9a817cb9c873a656588fd
2022-09-21 08:30:02 +02:00
daniel
4c1ec8fc40
ParsoidClient: error should be array or null
...
This follows up the initial fix with additional sanitation and a
regression test. See I21c7a2b2541061a858a9791a2cb12866acd38dc5.
Bug: T318083
Change-Id: I4e433e711c068336a888f4aafa243455764fd710
2022-09-20 21:05:51 +02:00
Translation updater bot
cd913b4f18
Localisation updates from https://translatewiki.net .
...
Change-Id: I884506f98bb22eb0c3ac46884482c6df6edbd440
2022-09-20 08:35:03 +02:00
Alexander Vorwerk
87ff7a5fec
Only die when error string is not empty
...
Bug: T318083
Change-Id: I21c7a2b2541061a858a9791a2cb12866acd38dc5
2022-09-19 13:25:37 +00:00
Translation updater bot
185bdb1371
Localisation updates from https://translatewiki.net .
...
Change-Id: I5cb12b5423304482ec3aa3a51a7cd70a6a1e9693
2022-09-19 08:26:12 +02:00
daniel
1177e677e6
Remove redundant ParsoidHelper class from VE
...
All code that used to live in ParsoidHelper has been moved to
VisualEditorParsoidClientFactory and VRSParsoidClient.
ParsoidHelper is no longer needed.
Change-Id: I21c4a8cd86f8d085e75a601ed6d2509dedd75d42
2022-09-15 19:23:05 +00:00
Translation updater bot
26bc9756fe
Localisation updates from https://translatewiki.net .
...
Change-Id: I3f0cb4841f3673c74c2f871a9f43a39b2898a15b
2022-09-15 09:55:52 +02:00
daniel
0cd6c90d5a
Extract RESTbase client code into VRSParsoidClient.
...
This makes the "direct" client and the VRS based client
implement the same interface, so the caller doesn't have to know
which one it is using.
It looks like ParsoidHelper will not be needed if we use this approach.
Change-Id: Ib1c1d7355951fc0765227dd01a9edfc554fc448d
2022-09-14 18:20:36 +01:00
Translation updater bot
c09f6b2d03
Localisation updates from https://translatewiki.net .
...
Change-Id: I2268528fbe3f561afc6bd40fd06c5d4ab384b6a5
2022-09-14 10:32:15 +02:00
Translation updater bot
4ebdbc2487
Localisation updates from https://translatewiki.net .
...
Change-Id: Id72f24e0900fc2bc35f18b9f4fb1fcabb2d0101f
2022-09-13 09:26:31 +02:00
Thiemo Kreuz
003f5fc82e
Remove redundant/unused CSS for template parameter page
...
A lot of this just repeats what is already set by some other rule,
e.g. because it is the OOUI default anyway. Warning. This patch is a
little more agressive. I tested it on desktop and mobile, even with
MonoBook, and could not spot a different. Please do some more tests.
Change-Id: I0ee6e70f4f14c20d431643c53031d6d5b8df1aa2
2022-09-12 11:32:39 +00:00
jenkins-bot
f153331ee3
Merge "Remove redundant "choose" event handler"
2022-09-12 10:03:52 +00:00
jenkins-bot
b3443cd96c
Merge "Enable template editor toolbar deeper in the stack"
2022-09-12 09:52:26 +00:00
jenkins-bot
58aacfa046
Merge "Fix parameter labels not being clickable"
2022-09-12 09:50:04 +00:00
Translation updater bot
60e69a0841
Localisation updates from https://translatewiki.net .
...
Change-Id: I6e831c93427a76ba49188f173fad9f8a4a0c2317
2022-09-12 09:37:23 +02:00
Bartosz Dziewoński
412567995c
Update VE core submodule to master (f3cbff8b1)
...
New changes:
a4ab75072 Localisation updates from https://translatewiki.net .
b1b1c2656 Localisation updates from https://translatewiki.net .
817f0d532 Use improvements of jQuery 3.3
4faef86ad Localisation updates from https://translatewiki.net .
44b501e96 Remove unused message "visualeditor-commentinspector-edit"
Local changes:
* Remove unused message "visualeditor-commentinspector-edit"
Change-Id: Ib22ff31137f62943d01b7c1daf3f0ea1bc6c9536
2022-09-10 06:53:55 +02:00
Translation updater bot
6c31c28a11
Localisation updates from https://translatewiki.net .
...
Change-Id: I8f2be21444913f86be49f7136151281f419b63ab
2022-09-09 10:11:04 +02:00
jenkins-bot
5d24bea80a
Merge "Start with last item when shift+tabbing into parameter list"
2022-09-08 12:40:40 +00:00
jenkins-bot
ee9866bfc9
Merge "Make "(undocumented parameter)" part of the parameter label"
2022-09-08 11:52:52 +00:00
Translation updater bot
bd173ad476
Localisation updates from https://translatewiki.net .
...
Change-Id: I37351c6027bc65b7400bcfee32fd02f653c3cfa9
2022-09-08 10:00:12 +02:00
Translation updater bot
948773fd15
Localisation updates from https://translatewiki.net .
...
Change-Id: I3f3acd353c4cfcc1ba484374a17f7f7e25341bb7
2022-09-07 09:55:25 +02:00
jenkins-bot
47cba98037
Merge "Improve some API param docs and validation"
2022-09-06 22:40:13 +00:00