jenkins-bot
a6e9e530ba
Merge "Factored out drag action from draggable"
2017-04-06 13:31:33 +00:00
jenkins-bot
a67b2f09ab
Merge "Remove dark hover effect on bars"
2017-04-06 13:31:32 +00:00
jenkins-bot
af571e7d0b
Merge "Add hover and grab styles when using new slider pointers"
2017-04-06 13:31:31 +00:00
jenkins-bot
061c081469
Merge "Improve SliderViewTwo load stability"
2017-04-06 13:28:31 +00:00
jenkins-bot
f6dd02815c
Merge "Introduce alternate SliderView"
2017-04-06 12:43:49 +00:00
jenkins-bot
f46e959c26
Merge "Factor out setting of cursor pointers"
2017-04-06 12:08:08 +00:00
jenkins-bot
444d57c425
Merge "Fade out pointer lines while dragging / pointer animations"
2017-04-06 12:04:15 +00:00
WMDE-Fisch
177d6a1bd1
Factored out drag action from draggable
...
As preperation for tooltip and hover color changes while dragging in
the new SliderView.
Change-Id: I679fc1b6fb5f69d27f6dee0aafd168493dc33957
2017-04-06 13:47:59 +02:00
jenkins-bot
00496de84d
Merge "Replace deprecated method zone() with utcOffset()"
2017-04-06 11:09:27 +00:00
WMDE-Fisch
99d7da0ce1
Remove dark hover effect on bars
...
Bug: T162260
Change-Id: I99fceaf6f27737d48a61e1db9a07ab44fef8040e
2017-04-06 13:00:52 +02:00
WMDE-Fisch
015a622b3a
Add hover and grab styles when using new slider pointers
...
Bug: T162258
Change-Id: I9adbd4714c1c44f7cdce62c3b8c4b9c24bf0b80e
2017-04-06 12:45:19 +02:00
Tobias Gritschacher
a3ee2a0bb1
Replace deprecated method zone() with utcOffset()
...
Also removed the workaround of making the offset negative since utcOffset
now does this correctly. See http://momentjs.com/guides/#/warnings/zone/
Change-Id: I0cecd525ba131a1c32a9ea60f80d269060e022b0
2017-04-06 11:55:04 +02:00
WMDE-Fisch
b8ccbfa763
Improve SliderViewTwo load stability
...
In some cases there seemed to be a race condition where the SliderViewTwo
class was not loaded when the Slider class tried to use it.
Change-Id: I3f161e024bb3ed0e035cb55bd698124be31e8aa1
2017-04-06 11:23:37 +02:00
WMDE-Fisch
c52c657516
Introduce alternate SliderView
...
Adding a new class for an alternative slider view with
one slider for each pointer. The new class will be used
when the extension is installed as a beta feature.
Each pointer has now its own pointer container visualized
with a thin line. Pointers can not change places anymore
and methods doing so where overwritten in the patch.
Selected revisions are not colored atm to better distinguish
between pointers and bars. Poiner lines are now shown above
the bars. ( as from feedback in the last PM session )
Some issues with the design might remain. But since we plan
the deployment anyway next week this could be merged if reviewed.
Bug: T160410
Change-Id: If00c31e30f8a01f3525b191c70605b9c9381671d
2017-04-06 07:29:19 +00:00
WMDE-Fisch
040dd9c945
Factor out setting of cursor pointers
...
Change-Id: Idb66dcd1daeff48dcce3a39be32eae7c8e17acc8
2017-04-06 07:29:12 +00:00
WMDE-Fisch
f978f8690c
Fade out pointer lines while dragging / pointer animations
...
Bug: T162259
Change-Id: I54d6a9bc33b93c0785b2a808b4d1482789d91317
2017-04-06 07:29:02 +00:00
WMDE-Fisch
a79fd1624a
Fix phan checks
...
Phan now can run and pass without BetaFeatures extension beeing installed.
Change-Id: I0bb8433fc9f882ff8e021785aba78f707cec00a1
2017-04-06 09:24:36 +02:00
WMDE-Fisch
218b85d0bb
Remove 4px pointer margins
...
It seems the magic done with the 4px margin and its calculations
are not really needed. Getting rid of this does not only clean
the code but is also very helpfull for the new slider logic.
Change-Id: Iae86b8024d3b56517bdc4db5e8baec69bd61afbf
2017-04-05 09:42:49 +00:00
WMDE-Fisch
268944a0b3
Remove browser tests for beta feature setting
...
The browser tests do not gain very much from the beta
feature tests and the default setting having the extension
only availible as a beta feature slows down the tests in
general.
Furthermore removing this will make it easier to let tests
pass for the temporary change in the slider logic.
Change-Id: I7377a6f11aa103af76d14fea3cbb34572495192a
2017-04-05 11:24:40 +02:00
WMDE-Fisch
a72b31b280
Renamed container offset variable
...
Change-Id: I6fc2d51f5a591dcf4898abb1ae010a433131a0d9
2017-04-03 11:05:51 +02:00
Translation updater bot
1e36399cab
Localisation updates from https://translatewiki.net .
...
Change-Id: I9622b5753151bc668bede919eace49230fb64157
2017-04-01 22:59:55 +02:00
Translation updater bot
ce08b131c4
Localisation updates from https://translatewiki.net .
...
Change-Id: I392e387cd812d6106a6f98d4bacb8450bf41cb0f
2017-03-28 22:56:37 +02:00
jenkins-bot
16d9e74760
Merge "Move arrow button logic to own class"
2017-03-27 22:45:37 +00:00
jenkins-bot
7abac9b03e
Merge "Move helper button logic to own class"
2017-03-27 22:44:09 +00:00
WMDE-Fisch
b0227f24b4
Renamed firstVisibleRevision to oldestVisibleRevison
...
The meaning of first in this context was totally unclear and not
very usefull. It turns out, that the "first" revision is always
the oldest and the last is always the newest revision.
Change-Id: I009438777908a5f4a8833f8f5cb7d3041057741c
2017-03-27 21:04:31 +02:00
WMDE-Fisch
97c85abdf2
Move arrow button logic to own class
...
Change-Id: I56e52d8b11f8557d759dc495512d9754e8f441f6
2017-03-27 18:56:59 +00:00
WMDE-Fisch
7e277fbd9d
Move helper button logic to own class
...
Change-Id: I8fdfeb3344974b3cee7ce07bcf2ceea9308fffe6
2017-03-27 18:56:34 +00:00
jenkins-bot
216b959c75
Merge "Use tabs in json"
2017-03-27 08:18:13 +00:00
Translation updater bot
451c6e5b69
Localisation updates from https://translatewiki.net .
...
Change-Id: I516cd57706d777c68ace8f4c278f0c0a19617f96
2017-03-26 22:41:17 +02:00
Umherirrender
5202e7ef2b
Use tabs in json
...
Change-Id: If29e145a10e39151a6febca23df2b298aa2b2b51
2017-03-25 10:56:02 +01:00
jenkins-bot
5abd483832
Merge "Factor out relative pointer index"
2017-03-24 14:43:25 +00:00
jenkins-bot
abcd2158cd
Merge "Factor out draggable options"
2017-03-24 11:00:00 +00:00
Ed Sanders
b00f11ebd2
Update wgRevisionId when changed by slider
...
Bug: T161257
Change-Id: I1ede31dc9ce67fdc596f117f48ce4bfdde54c2cc
2017-03-23 21:48:11 +00:00
WMDE-Fisch
277d714ec3
Factor out relative pointer index
...
Change-Id: If0843bea19089c1a91228a0c01f8ac65e44f7f3f
2017-03-23 17:54:12 +01:00
WMDE-Fisch
c2510ab082
Factor out draggable options
...
Change-Id: I64cca7a7547310bee64ad95f500b722c362bbb45
2017-03-23 17:42:49 +01:00
WMDE-Fisch
c01d07bc1f
Add documentation for new methods
...
Also some minor refactoring in the pointer method.
Change-Id: I986036277d2b6e65cbed9f39c81f9f03ad0e9e3c
2017-03-23 12:46:24 +01:00
WMDE-Fisch
981e9d4a7e
Bundle slider construction
...
Change-Id: I7202755ee49d1cb42d68f997750170defdc3304c
2017-03-22 18:56:11 +01:00
WMDE-Fisch
394f812d9b
Extract pointer rendering
...
Change-Id: I9e0200faf477c2c9476574059c46d1f8b003537b
2017-03-22 13:32:17 +00:00
WMDE-Fisch
06bb204fac
Extract pointer and revisions container rendering
...
Change-Id: I2f65a173c2020a5a0ed276d064f0a45104982497
2017-03-22 13:32:10 +00:00
WMDE-Fisch
9c80fda6f8
Extract rendering of arrows
...
Change-Id: Ie639cca4bfcd3fe3f8b81556d900dbcdc3232f83
2017-03-22 13:32:02 +00:00
WMDE-Fisch
e611e40833
Extract rendering of help button
...
Change-Id: I1db2a87c70ffce126478533836ea0ab4e21e3a08
2017-03-22 13:27:48 +00:00
WMDE-Fisch
8e361bcb36
Fix failing browser tests with new OOUI
...
Change-Id: I1c7c2511b3690e48c51ff1ca65a99c71185d3793
2017-03-22 14:13:01 +01:00
WMDE-Fisch
f5e5c7a19c
Increase browser test stability
...
The last times tests failed randomly at that point. The should
inrease stability there.
Change-Id: If679fc52cc501680b0f3feb6c27e3827a8b6fc6e
2017-03-21 13:35:02 +01:00
Translation updater bot
9a928bb055
Localisation updates from https://translatewiki.net .
...
Change-Id: I5e4678f88f00cabaff17c4ad3bb787afe8573c3e
2017-03-17 22:43:38 +01:00
addshore
b3c42837b1
Document RevisionSliderBetaFeature setting
...
Change-Id: If7041f8e540701f2d81a3e8279d47db07db19049
2017-03-17 12:06:10 +00:00
Translation updater bot
659171ec99
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie9e3c17ebabfa6a418c970ea7dd831c4f73ec332
2017-03-16 23:27:38 +01:00
WMDE-Fisch
89b1f8a4da
Rename CSS classes for help text
...
The is now consistent with other CSS naming and MW rules.
Change-Id: I4bcffe2d22692d1784ebb53c49f49c94f412486f
2017-03-16 15:53:39 +01:00
jenkins-bot
5404348c81
Merge "Add rubocop rules and make it pass"
2017-03-15 13:55:51 +00:00
Translation updater bot
c555565325
Localisation updates from https://translatewiki.net .
...
Change-Id: I6df489ec61bf805b99344028f14d343d3dea2e0e
2017-03-14 22:48:35 +01:00
addshore
e530fa7ef9
Order & add extension.json authors
...
Order is based on number of commits.
Change-Id: Ia94cbc188c5f451b1d38ee43ddc665c05003d9e3
2017-03-08 19:55:15 +00:00