Commit graph

350 commits

Author SHA1 Message Date
WMDE-leszek 2a00a235cf Merge "Reload side panel when loading a new diff." 2016-08-18 13:55:58 +00:00
Jakob Warkotsch 2a25f73fc5 Remove unused message.
Change-Id: I3a266e1576aeec50c618568d7a05ab3ad29d39f1
2016-08-18 15:26:54 +02:00
Jakob Warkotsch a88c05c1f6 Reload side panel when loading a new diff.
Bug: T143204
Change-Id: I1034c756f094c9a3b12cfdd65c94f036fc0e4eee
2016-08-18 15:00:55 +02:00
Leszek Manicki d2a4c63107 Expand slider if there are space for more revision at the beginning
After resizing a window there might be more space at the beginning
of the slider "axis" than there are revisions loaded so far. In such
case the slider should be expanded, so more revisions are loaded
to fill the whole available space.

Change-Id: Ied8abe294967328112afb1fe4d14b2e29ed2c092
2016-08-17 14:35:01 +02:00
jenkins-bot d353e0db32 Merge "Reload the page menu when loading a new revision." 2016-08-17 11:36:05 +00:00
jenkins-bot a1a6c372fb Merge "Resize revision slider when resizing the browser window." 2016-08-17 11:18:39 +00:00
Jakob Warkotsch 567ebde9fa Reload the page menu when loading a new revision.
This avoids opening the edit page for the wrong revision when clicking
"Edit".

Bug: T143151
Change-Id: Iac2954449689c290c5f81a1a3a8505197d93dc14
2016-08-17 12:31:26 +02:00
Translation updater bot c946d605f6 Localisation updates from https://translatewiki.net.
Change-Id: I49a4f0282b84a428db3b9b6836bdf1f5f90f3e7b
2016-08-16 22:45:03 +02:00
Jakob Warkotsch 4d6233f842 Resize revision slider when resizing the browser window.
Bug: T139101
Change-Id: I57c7d9e553f02c2e8eaa76ee729f85ec4ae2ec3b
2016-08-16 16:08:44 +02:00
jenkins-bot 18974dbd2c Merge "Fix loading state of diff page" 2016-08-16 12:07:16 +00:00
jenkins-bot e631281400 Merge "Abort pending requests" 2016-08-16 12:06:46 +00:00
Translation updater bot 0b23abcf29 Localisation updates from https://translatewiki.net.
Change-Id: I2e40a108aad37214c1b4901a7882cd0fe27c0b73
2016-08-15 23:01:40 +02:00
Ed Sanders 6c9e3e36a6 Fix loading state of diff page
* The jQuery for appending the 'darkness' mask was broken (not nesting)
* Use a more semantic name
* Simplify styling to just set opacity to 50%.
* Remove browser compatibility hacks as all MediaWiki's JS
  supported browsers also support CSS opacity.

Change-Id: Id893a75bb90a4e6e2e8a26ebc3863de565d8a4ee
2016-08-15 11:20:34 -07:00
Ed Sanders 6997f135db Abort pending requests
Ensure all requests are abortable promises, and abort if
a new, conflicting request is made.

Change-Id: Ie05142f6da8cba6dde4f73c1b22960b726af4764
2016-08-15 11:19:15 -07:00
Translation updater bot b90451def8 Localisation updates from https://translatewiki.net.
Change-Id: I97abc3482736ab02e6a16a62cf778368564b8113
2016-08-14 22:29:27 +02:00
Translation updater bot c526065fc8 Localisation updates from https://translatewiki.net.
Change-Id: Ic60d52346ebb7e06f6bd3a349d2cf167d031b768
2016-08-13 22:31:45 +02:00
Translation updater bot c0d5de15bd Localisation updates from https://translatewiki.net.
Change-Id: Ia86bdd5fc1460bccee21aaba79677562337c12a7
2016-08-12 23:14:39 +02:00
addshore 1ab20bf772 Also track the hook run count
This will give us a better idea of how many times the
slider is being sent out in by the php code as oposed
to how many times the JS code is running.

This number is important as client side the code will
listed to things like DoNotTrack and not send data!

The difference between the initphp and init numbers
should give us an idea of how often this is heppening!

Change-Id: I01db4318b08851de4c6b8c96cbf2740324160140
2016-08-12 10:31:18 +01:00
jenkins-bot db8a5b7396 Merge "Convert the few instances of IDs to classes" 2016-08-12 07:43:50 +00:00
Translation updater bot 8045ac1318 Localisation updates from https://translatewiki.net.
Change-Id: Iebfc7b678b7e27a5e969f923987afeedbe518b7c
2016-08-11 23:57:58 +02:00
jenkins-bot d2f74b819b Merge "Use natural language when referring to feature (but not extension/project)" 2016-08-11 10:40:59 +00:00
Leszek Manicki 9e4320cd31 Bump up the version in package.json
extension.json already states 1.0.0

Change-Id: I9265b96b932d3ebb88af201f724ee13aaab67e76
2016-08-11 09:31:05 +02:00
Ed Sanders bfcee90aa6 Use natural language when referring to feature (but not extension/project)
Bug: T142651
Change-Id: I9fe75a04208049c4cc7c64bff182abec5fb52349
2016-08-10 15:44:42 -07:00
Ed Sanders f6a44f43fe Convert the few instances of IDs to classes
Makes for more modular code.

Change-Id: Ic71d7421aea548e5b4a9c4841cd4af49a3d385a5
2016-08-10 15:32:12 -07:00
Translation updater bot c1beb0e03a Localisation updates from https://translatewiki.net.
Change-Id: I7f30c3c9cc3fc39175b49c75b8b26c4ba6a7f0ed
2016-08-10 22:39:08 +02:00
Leszek Manicki e243ca2746 Do not load RevisionSlider initially, add a button to show/hide it
Instead of loading RevisionSlider only add a little button
to expand RevisionSlider on top of the diff page.

This makes RevisionSlider only steal a bit of space over the
diff, and only inserts quite a big slider to users that want
to have it visible for the particular diff.

API calls are only made once RevisionSlider has been expanded.

This is re-submit of b0f229d75f
that was reverted in I26427faaa00b38c2aa1377a66224c9062dcca302.

Bug: T141871
Change-Id: I879de5774b2cce7b908e73cbbe869fd48d6afa23
2016-08-10 16:26:54 +02:00
Translation updater bot e779aba4ff Localisation updates from https://translatewiki.net.
Change-Id: I296a2cd7508ea94115edf40ecf02b937cfb6d727
2016-08-09 22:32:31 +02:00
jenkins-bot 4027c5d852 Merge "Revert "Do not load RevisionSlider initially, add button to load it"" 2016-08-09 16:37:55 +00:00
WMDE-Fisch c5690ba763 Revert "Do not load RevisionSlider initially, add button to load it"
This reverts commit b0f229d75f.

Change-Id: I26427faaa00b38c2aa1377a66224c9062dcca302
2016-08-09 16:34:53 +00:00
jenkins-bot 18d6c7df05 Merge "Do not load RevisionSlider initially, add button to load it" 2016-08-09 15:36:30 +00:00
Leszek Manicki 33b32155b9 Add link to extension talk page to the help popup
Bug: T142200
Change-Id: I119894e05f610850d1e4819a145c84653e138117
2016-08-09 15:06:17 +02:00
Leszek Manicki b0f229d75f Do not load RevisionSlider initially, add button to load it
Instead of loading RevisionSlider only add a little button
to expand RevisionSlider on top of the diff page.

This makes RevisionSlider only steal a bit of space over the
diff, and only inserts quite a big slider to users that want
to have it visible for the particular diff.

API calls are only made once RevisionSlider has been expanded.

Bug: T141871
Change-Id: Ib312f6225b85b9ebdf4ac5d16e254a57d5cf6411
2016-08-09 14:54:59 +02:00
jenkins-bot 50e9643364 Merge "Make backward/forward arrows OO.ui.ButtonWidgets" 2016-08-09 08:14:50 +00:00
jenkins-bot 23e470dbc5 Merge "Use OOjs Popup Widgets instead of tipsy" 2016-08-09 08:10:57 +00:00
jenkins-bot fe9a7f39c5 Merge "Make the "show help" button a OOjs ButtonWidget" 2016-08-09 08:08:42 +00:00
Translation updater bot cf3e4e7b78 Localisation updates from https://translatewiki.net.
Change-Id: Iad82add98ef11e2b6cc99ef00c28c8e7132dfde8
2016-08-08 22:35:33 +02:00
Leszek Manicki 796a971118 Make backward/forward arrows OO.ui.ButtonWidgets
Bug: T142206
Change-Id: I25c98e32c74235a2b70ac1d02c221f1898ba9958
2016-08-08 16:17:35 +00:00
Leszek Manicki 77095bfa65 Use OOjs Popup Widgets instead of tipsy
Bug: T141983
Change-Id: I4b4ea427f82b15625537d859623461eceb1eb52b
2016-08-08 18:11:23 +02:00
Leszek Manicki 0af4fe35d5 Make the "show help" button a OOjs ButtonWidget
This also adjusts position of the help icon so it better fits
the available space.

Bug: T139150
Change-Id: Iec7ec31a83a1a847cd68a994ecac12acf960d699
2016-08-08 13:14:31 +00:00
Translation updater bot 120dc61947 Localisation updates from https://translatewiki.net.
Change-Id: Ib7c42f2c1ed9e8de1c593ad3c56a9bc2de2b172b
2016-08-07 22:40:56 +02:00
Translation updater bot 33917d94f7 Localisation updates from https://translatewiki.net.
Change-Id: If13b1f70ed5c6ea8bf9200a56c463fd9d319dc52
2016-08-05 22:34:12 +02:00
Translation updater bot 456341344a Localisation updates from https://translatewiki.net.
Change-Id: I9cb45c668d692c44b75ac6f06412e327d0daf15d
2016-08-04 23:29:52 +02:00
Translation updater bot e9eba8e74c Localisation updates from https://translatewiki.net.
Change-Id: Iff4fbe5a443b0be046bf16115d9be09abb8d7ae3
2016-08-03 22:40:59 +02:00
jenkins-bot 7010b98d7f Merge "Include a number in messages showing a number with a unit" 2016-08-03 10:03:39 +00:00
jenkins-bot cbca683b21 Merge "Reduce help text font-size" 2016-08-03 09:59:38 +00:00
Translation updater bot acfbebf28b Localisation updates from https://translatewiki.net.
Change-Id: I28e096672bba3d471ef01bdd2b365e72cc16380e
2016-08-02 22:45:33 +02:00
WMDE-Fisch fefe746b07 Reduce help text font-size
Bug: T139100
Change-Id: Ie4401b1a49026606109d90160001d327472f1bff
2016-08-02 14:12:57 +00:00
jenkins-bot 7ce0442fa0 Merge "Track the load times of RevisionSlider" 2016-08-02 12:08:31 +00:00
addshore fd61e41db8 Track the load times of RevisionSlider
Change-Id: Ibeaac111802af80d2910c1892d233b7835069148
2016-08-02 13:02:57 +01:00
jenkins-bot dd8ee7bad4 Merge "Consider custom user language setting, and include all parameters in generated URLs" 2016-08-02 09:42:53 +00:00