Translation updater bot
bd4cc06f14
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifaf990c213795b9b70766725f829def8bf160f47
2018-08-28 22:23:02 +02:00
libraryupgrader
697a4398fc
build: Updating mediawiki/phan-taint-check-plugin to 1.3.0
...
And updating CoC link to use Special:MyLanguage (T202047).
Change-Id: I68345843e388e66782a9a77855a825db2b63b1ce
2018-08-19 15:55:48 +00:00
jenkins-bot
4fd82fde94
Merge "Replace loading bar of revision slider with three moving bubbles"
2018-08-14 11:49:25 +00:00
WMDE-Fisch
af276e0f7f
Re-enable testing bar clicking
...
Change-Id: I23f192cf47e2ff94521733f8b1b056152d5ad0fe
2018-08-14 11:25:40 +00:00
WMDE-Fisch
b6195eba41
Update gems and Gemfile.lock
...
Change-Id: I225885392ff22fc6a3ac72cc036cbbd1548c4db3
2018-08-14 11:25:35 +00:00
srish
dd4310aece
Replace loading bar of revision slider with three moving bubbles
...
Using rawElement function to generate a new html element for loading spinner.
This replaces the progress bar widget.
Bug: T161640
Change-Id: I949bce945def25de561c0ae0df971c3f609586ce
2018-08-14 09:31:16 +00:00
WMDE-Fisch
187e1e5194
Stabilize ruby selenium browser tests
...
- added sleep to let scripts load
- changed cookie setting to use vanilla JS
- replace deprecated visible methods
- fixed element definitions
- fixed indentation
- removed unused code
Change-Id: I21047f7c529eee7e22f84fe1023c9e23b74cffa0
2018-08-14 07:52:22 +00:00
Translation updater bot
183c9fd27a
Localisation updates from https://translatewiki.net .
...
Change-Id: I5742b0daf3d56b1092c8767ebeeb08f420377626
2018-08-10 22:18:55 +02:00
Translation updater bot
be31c3474d
Localisation updates from https://translatewiki.net .
...
Change-Id: I681e3ef9924b41d420528d871af6d2d43d1b7cc4
2018-08-06 22:22:32 +02:00
Thiemo Kreuz
2d5b40c40b
Make use of JavaScript "in" feature instead of "undefined"
...
Change-Id: I914f7281101bc4873eff3574c884253775e9b4bb
2018-08-02 09:35:37 +02:00
jenkins-bot
91c157e0f4
Merge "RevisionSlider: Fix missing pin icon"
2018-07-30 13:02:36 +00:00
libraryupgrader
1cc328810d
build: Updating mediawiki/mediawiki-codesniffer to 21.0.0
...
Change-Id: I9d25db9e8168d2a4354bba1cfc596051e008ef2e
2018-07-27 16:42:52 +00:00
gopavasanth
c1fada0773
RevisionSlider: Fix missing pin icon
...
Added show() and hide() for mw-revslider-auto-expand-button in collapse and expand function.
Bug: T200263
Change-Id: Ic24a175dfe8d19853e32669f12b9f17e26730d6b
2018-07-24 18:46:22 +05:30
Translation updater bot
195458d368
Localisation updates from https://translatewiki.net .
...
Change-Id: I52671f1d694e0a422515193e4ef5cca598f74abd
2018-07-12 22:38:51 +02:00
jenkins-bot
4a6175b641
Merge "Limit fetchUserGenderData to maximum 50 users"
2018-07-04 11:54:33 +00:00
Thiemo Kreuz
3520a606c9
Limit fetchUserGenderData to maximum 50 users
...
The 50 is the default. The worst-case scenario here is that users
beyond this limit don't have a gender for a while, until the next call
to the same API endpoint fetches the next 50 users with an unknown
gender.
Doing multiple API calls in advance is not worth it, in my opinion.
Bug: T197858
Change-Id: I0fdcc7ea96a6a5ee3934600c6f0fdc65263276e8
2018-07-04 10:44:27 +00:00
Anmol Wassan
4ab8460fde
Indicator flip issue on expand/collapse
...
The arrow in Revision Slider flips on expand and collapse which is not according to the standard of OOUI.
Bug: T198626
Change-Id: I4205a2260e8507a09f2950566e5033bd58a74345
2018-07-04 10:41:35 +00:00
jenkins-bot
fecd8ca49f
Merge "Use cookie to dismiss help dialog and fix failing browser tests"
2018-07-03 15:44:13 +00:00
Thiemo Kreuz
407c1de800
Use cookie to dismiss help dialog and fix failing browser tests
...
I have seen this failing:
https://integration.wikimedia.org/ci/job/mwext-mw-selenium-jessie/9255/console
The idea is to pre-set this cookie so the help dialog never shows up
in the first place. The tests do not need to look for the element, click
it, wait for the dialog to close. This should even speed up the browser
tests, I believe.
Also this adjustes waiting conditions in several places to address
timing issues with failing browser tests.
Since these tests should be replaced by Node.js on the long run I
added "sleep" in the cases although it's not recommended.
Change-Id: Ida381faa390aa62ebaadd3713864676be80abd51
2018-07-03 16:44:28 +02:00
Translation updater bot
2106e5188e
Localisation updates from https://translatewiki.net .
...
Change-Id: I6a3c24cf51569d462b0b5f0637ca1c0ed7931af7
2018-06-29 22:27:33 +02:00
Translation updater bot
761530b847
Localisation updates from https://translatewiki.net .
...
Change-Id: I167ba9e07ad8ba0ef0646d857810bbae77eb2199
2018-06-28 22:21:36 +02:00
Translation updater bot
733e9eb3b9
Localisation updates from https://translatewiki.net .
...
Change-Id: Idf91e1ee03e7b6acac66c2400a5f43179101b1b0
2018-06-27 22:20:10 +02:00
Translation updater bot
a5ddf57be2
Localisation updates from https://translatewiki.net .
...
Change-Id: I6fb65c921417ceb1be723546ec8d43217d0dfe0d
2018-06-26 22:13:52 +02:00
jenkins-bot
0fadc05265
Merge "Remove default "return true" from hook handlers"
2018-06-26 14:02:48 +00:00
Thiemo Kreuz
c73bf149bf
Remove default "return true" from hook handlers
...
Change-Id: I78d6d3034556a0bc513265a9f5af785a1843f229
2018-06-26 15:20:53 +02:00
jenkins-bot
cb95b5310f
Merge "Clean up phpcs and add function spacing check"
2018-06-21 08:43:22 +00:00
WMDE-Fisch
59435b4bf4
Clean up phpcs and add function spacing check
...
- added function spacing checks and fixed code
- removed vendor excludes since they are part of MW-CS
- reduced extensions to php, nothing else used here
Change-Id: I8dbdede97be965313e17357fa560d1c7e04686fb
2018-06-20 17:49:54 +02:00
Translation updater bot
b2df40fb9b
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaea1517b8cf893e1f86efa2767331f558628c27a
2018-06-13 22:23:18 +02:00
libraryupgrader
467bd0b8ad
build: Updating mediawiki/mediawiki-phan-config to 0.3.0
...
Change-Id: I968f672fbb04c3d70e21068e849eec67da822f6f
2018-06-08 07:48:55 +00:00
Translation updater bot
3a70afdd55
Localisation updates from https://translatewiki.net .
...
Change-Id: I749f93a69bb577d562c43f2bdfcbbb05a498711d
2018-06-05 22:17:00 +02:00
Translation updater bot
36ce2bb52d
Localisation updates from https://translatewiki.net .
...
Change-Id: I466a384613808dff56c9cd27a08422d3a810a9f1
2018-06-04 22:44:42 +02:00
Translation updater bot
fdba45072b
Localisation updates from https://translatewiki.net .
...
Change-Id: Iac2c3eaf36590bbdbdf2f1d8f1d259f06e26dccb
2018-06-03 22:36:35 +02:00
Translation updater bot
b160736e71
Localisation updates from https://translatewiki.net .
...
Change-Id: I20df3f8f6c0ec9176db929a8f6b3df6d5a925f37
2018-06-02 22:41:37 +02:00
Translation updater bot
b7dbca9c95
Localisation updates from https://translatewiki.net .
...
Change-Id: I4f7b596be1efed4d93d297263761fa9ef9528444
2018-05-31 22:28:44 +02:00
Fomafix
33b2b584a2
Remove dependencies on deprecated modules 'mediawiki.api.*'
...
In core, modules 'mediawiki.api.*' got merged into 'mediawiki.api' and
deprecated in I0afdc8ab50bc1354bb5099bf39923c07eab0b665.
This change increases the requirement to MediaWiki 1.32 or higher.
Change-Id: I60601c8fe97b251e8e2a186dec0149bbc1169f01
2018-05-31 14:28:38 +00:00
Translation updater bot
593c7177bd
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib542d1a492aae8f3964260a612151e80fbad3835
2018-05-29 22:25:09 +02:00
Translation updater bot
ab2f0eb607
Localisation updates from https://translatewiki.net .
...
Change-Id: I8b97e2d6c430670abdc2ee00172108ca072e0f76
2018-05-28 22:42:38 +02:00
WMDE-Fisch
20edda4b82
Minor fixes around log animation time
...
Addressing comments in Ic9fe89c7e3f984d3390260805e2480a0f8ffd0c9
Change-Id: I9a989946f50788d8b47f40a0aa00408b7aa86cb8
2018-05-28 17:12:16 +02:00
jenkins-bot
4197c50c28
Merge "Adjust sliding animation time of pointers on short distances"
2018-05-28 13:35:24 +00:00
libraryupgrader
3ca26c9683
build: Updating mediawiki/mediawiki-codesniffer to 20.0.0
...
Change-Id: Id270920712f34798d87fba57f33a2b7830cbd77a
2018-05-26 06:08:48 +00:00
Translation updater bot
03d4c5985d
Localisation updates from https://translatewiki.net .
...
Change-Id: I783b98d0484af070d9a60ec32d14ba3415fd0e37
2018-05-25 22:14:24 +02:00
Translation updater bot
d55baf800a
Localisation updates from https://translatewiki.net .
...
Change-Id: I2259c6254dd3414e2284e81c0fba4ebdbf901ef4
2018-05-24 22:25:01 +02:00
Peter Grassberger
16163b4964
Adjust sliding animation time of pointers on short distances
...
animation duration now has a factor that is dependent on
the square root of the animation distance.
Bug: T161883
Change-Id: Ic9fe89c7e3f984d3390260805e2480a0f8ffd0c9
2018-05-24 18:33:11 +02:00
Translation updater bot
7d9c6980c8
Localisation updates from https://translatewiki.net .
...
Change-Id: I60d220ffbac3246033d2641b5bad8b5a4c0178f1
2018-05-23 22:20:22 +02:00
jenkins-bot
4150c2765d
Merge "Add phan-taint-check-plugin"
2018-05-23 07:03:38 +00:00
Translation updater bot
48b1a3ce7c
Localisation updates from https://translatewiki.net .
...
Change-Id: Iedbfaeead6445799d4130c7801e0b281350b7a95
2018-05-22 22:20:53 +02:00
Umherirrender
35f1d3fc48
Add phan-taint-check-plugin
...
Change-Id: I19032d573a425dd9385945295428d12b11082420
2018-05-22 21:41:10 +02:00
Translation updater bot
df40caca44
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib2de2052590501515990c6b844e83c4f4307848a
2018-05-21 22:10:35 +02:00
Translation updater bot
f79f42293c
Localisation updates from https://translatewiki.net .
...
Change-Id: I67f2579e2d6c8e42f3feddf54f33d73125dd5957
2018-05-20 22:44:35 +02:00
jenkins-bot
b5ae69dc64
Merge "Change title of revision slider to "Browse history interactively""
2018-05-20 11:10:58 +00:00