Timo Tijhof
35ec99eb50
Use example.{com,net,org} instead of proprietary domains
...
http://foo.com/bar was making a request to some random server
responding with HTTP 500 Internal Server Error.
Change-Id: I17f2e0908b849455db5ab1790b15c2344337c24b
2014-05-20 16:34:54 +02:00
Gilles Dubuc
c7fe85154b
Highlight chevron when the wrong direction is pressed
...
Change-Id: I0d43c58a16fa805611f9fdef329b5ab6a32ed651
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/554
2014-05-19 11:01:31 +02:00
Translation updater bot
148fc7ab7f
Localisation updates from https://translatewiki.net .
...
Change-Id: I60db3b07cb999156b33aa27985570ec7eab49fb4
2014-05-18 20:07:40 +00:00
Translation updater bot
a757ed72d3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic066cb7c764590897e283608d585daaf2ca1a583
2014-05-17 19:56:23 +00:00
jenkins-bot
32c09c5786
Merge "Wait some more for the close button to appear"
2014-05-17 00:07:11 +00:00
jenkins-bot
f5a6d67749
Merge "Fix IE9 history navigation"
2014-05-17 00:06:24 +00:00
jenkins-bot
b27029f8b5
Merge "Revert "Temp fix for core bug (getFileSearchOptions() stopped working)""
2014-05-16 23:10:20 +00:00
Gergő Tisza
863121a518
Revert "Temp fix for core bug (getFileSearchOptions() stopped working)"
...
This reverts commit 0ef329b8c5
.
See https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/620
Change-Id: I347f0f2500b91c2afe9bcf460209e0f7daebdebd
2014-05-16 23:09:14 +00:00
jenkins-bot
d19fcf60d2
Merge "Add sampling to unsampled event logging"
2014-05-16 20:45:30 +00:00
Translation updater bot
e09448816d
Localisation updates from https://translatewiki.net .
...
Change-Id: I0c51bf07209249498331d57a879ba777714af181
2014-05-16 20:00:09 +00:00
jenkins-bot
9bbb293d00
Merge "Replace deprecated jQuery.browser with jQuery.client"
2014-05-16 18:47:46 +00:00
Gergő Tisza
171b13149e
Add sampling to unsampled event logging
...
Has issues:
- needs dependency injection
- needs to be DRY
- should not load mw.eventLogging when we are not in sample
Due to urgency this will be fixed in another commit.
Change-Id: I0df067a619109a7c945f82c8d33fa2e621217f0b
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/619
2014-05-16 18:43:55 +00:00
rillke
85833e06f3
Replace deprecated jQuery.browser with jQuery.client
...
jQuery.browser is deprecated. jQuery.client is a core RL module.
Bug: 65371
Change-Id: I040cfba574fa0514a25ec5166d82d86f6f697441
2014-05-16 20:37:27 +02:00
Gergő Tisza
0ef329b8c5
Temp fix for core bug (getFileSearchOptions() stopped working)
...
Change-Id: I0662f5cc5de2c421f926fe9e1bdbdde25bf1313e
2014-05-16 18:36:14 +00:00
Gilles Dubuc
eedc57c1c9
Wait some more for the close button to appear
...
During the warmup steps Media Viewer might take some time
to open, which might be why the close button won't appear in
less than 5 seconds
Change-Id: I3b17d46c3343f2b1ff33aaaf55faa4adb71cb218
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/618
2014-05-16 11:36:12 +02:00
Gilles Dubuc
bb93765dbb
Fix IE9 history navigation
...
Change-Id: I83469fdaa069e80dc17c0c0c307bff7e9b25e468
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/617
2014-05-16 11:06:40 +02:00
jenkins-bot
44311cddd4
Merge "Revert "Minimal zoom implementation"."
2014-05-16 08:29:49 +00:00
jenkins-bot
0a65ae8a39
Merge "More prominent metadata panel invite."
2014-05-15 20:57:16 +00:00
jenkins-bot
eecde58ff8
Merge "Add 1 pixel of tolerance to the basic test."
2014-05-15 20:42:52 +00:00
Pau Giner
96791886c8
More prominent metadata panel invite.
...
The invite animation has been made more prominent and the chevron
is highlighted. this only applies until the user opens the
panel for the first time.
Change-Id: I91d1b9bffaf302890f63b741313aa47cc4beef24
2014-05-15 20:41:13 +00:00
Gilles Dubuc
c6411d3c6a
Add 1 pixel of tolerance to the basic test.
...
This is the first failure that the E2E test is running into when being
run on IE9
Change-Id: I60fe8764196ecc60e2c365576349cf902a069ddb
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/577
2014-05-15 20:41:08 +00:00
Gergő Tisza
ab7b339143
Revert "Minimal zoom implementation".
...
Per the design meeting, we are abandoning this feature for now - there is not enough time to ensure it is of acceptable quality.
This reverts commit 4329d453ec
.
Change-Id: I27c113ffecb617d442557163722ea5181ed0b2f4
2014-05-15 20:40:41 +00:00
Gergő Tisza
d74b4dce4f
Fix failing focus tests
...
jQuery 1.9 changes how $.focus() calls are handled: instead of
directly calling the handlers, it just invokes the DOM element's
focus(), and leaves it to the browser's event handling to trigger
them. This can fail for several reasons (e.g. element is not
attached to document, element is already focused, browser bugs such
as http://bugs.jquery.com/ticket/13363 ), so we are using
triggerHandler('focus') instead, which calls the handlers directly
without simulating actual browser events. Since these are unit
tests verifying event handler attach/unattach behavior, not
acceptance tests verifying actual event handling behavior, that
should be okay.
Change-Id: I65ecda28ace4f380ad33d6212e12069e18001232
2014-05-15 19:20:47 +00:00
Gergő Tisza
4329d453ec
Minimal zoom implementation
...
Just a link to the full-size file for now.
Since the link must be to a PNG/JPEG/GIF (so possibly a thumbnail),
and we want to cap the size, we might need to get the URL from the
API, but we need to open the new window right away to avoid popup
blockers, making this patch quite complicated.
Change-Id: I9ce9d2a2d27b75470eae2806d9f9ce2f95f4dac2
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/588
2014-05-15 01:04:23 +00:00
Translation updater bot
ae51ebd3ee
Merge "Localisation updates from https://translatewiki.net ."
2014-05-14 19:37:24 +00:00
jenkins-bot
eeb5f4bd38
Merge "Improve DurationLogger test code"
2014-05-14 19:35:52 +00:00
Translation updater bot
fd81224267
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic3e1d031450050e3664f1537e8c7f40174afa8ee
2014-05-14 19:35:24 +00:00
jenkins-bot
3353a3e1a2
Merge "Fix IE9 support"
2014-05-14 19:21:14 +00:00
Gilles Dubuc
8a4c062343
Improve DurationLogger test code
...
More dependency injection, cleaner sinon calls
Change-Id: I4b15a6aa9bca3b89f85ad15eed02e33c291b754d
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/571
2014-05-14 12:24:31 +02:00
Gilles Dubuc
7d5a82c571
Fix IE9 support
...
- Fix JS error on pushState
- Fix blur issue where blur(0px) filter would blur anyway
- Fix wrapper sizing issue where its size would be 0 when measured
Bug: 65225
Change-Id: If9279cd56f55f71f261ec54dda8228194988b9ae
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/597
2014-05-14 12:06:27 +02:00
jenkins-bot
7245220e84
Merge "Extract metadata panel scroll/log/animate logic into separate component"
2014-05-14 07:34:02 +00:00
Translation updater bot
892650356b
Localisation updates from https://translatewiki.net .
...
Change-Id: I95e4abbec86921555499adbb896cdce2898ecf40
2014-05-13 20:10:29 +00:00
Gergő Tisza
40b125565d
Extract metadata panel scroll/log/animate logic into separate component
...
Change-Id: I2441d64c094a9bfbae7a4712ff4c78efa13a62a7
2014-05-13 18:57:38 +00:00
jenkins-bot
468a249497
Merge "Do not log a metadata event when the user presses the wrong key"
2014-05-13 08:19:55 +00:00
jenkins-bot
a03f290530
Merge "Improve post-fullscreen panel/image sizing logic"
2014-05-13 00:00:38 +00:00
Gergő Tisza
8a118816a5
Do not log a metadata event when the user presses the wrong key
...
Do not log metadata-open when panel is already fully open and the
user presses the open key. (Same with close).
Also a completely unrelated code simplification.
Change-Id: I1f26b8669aa496d68b61d9a432430bf0864e8533
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/559
2014-05-12 21:29:12 +00:00
Translation updater bot
9b295bd8f9
Localisation updates from https://translatewiki.net .
...
Change-Id: I62ff9c6fa7a1ee7bcd63fdaac0a66b3b07412218
2014-05-12 20:10:35 +00:00
jenkins-bot
5eaac7b3ae
Merge "Fix url encoding in URL guesser"
2014-05-12 10:37:08 +00:00
Translation updater bot
6dce8c9dbc
Localisation updates from https://translatewiki.net .
...
Change-Id: I78bafcb5781f6d9bf866f58b4549e6d3470df138
2014-05-11 19:08:09 +00:00
Gergő Tisza
d964b3fd09
Fix url encoding in URL guesser
...
Change-Id: I99757913cd2fe5170db37c79a2d2986b12b5aa45
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/594
2014-05-09 22:44:57 +00:00
Translation updater bot
832cbf3f03
Localisation updates from https://translatewiki.net .
...
Change-Id: I9c80e0467c8063dd90cd0c0f3ac07fa33e773242
2014-05-09 22:21:30 +00:00
Translation updater bot
bc3101b5dd
Localisation updates from https://translatewiki.net .
...
Change-Id: I0f1bf8203898ff1259fc0241da718a9256a87130
2014-05-08 20:48:23 +00:00
Translation updater bot
ebb667b6e7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifef726306a989c661358ecb9f510e7f17b3c3061
2014-05-07 20:00:14 +00:00
Gilles Dubuc
0f8c7dc214
Improve post-fullscreen panel/image sizing logic
...
Also deletes custom event that should have been cleaned up before
Change-Id: I531a9cb068b0ae26ea0c3b46d8fdad84068c6931
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/569
2014-05-07 06:49:15 +02:00
Gilles Dubuc
8a9f23dab7
Remove the threshold where a load is considered to be coming from the browser cache
...
We'll filter those out in SQL instead.
Change-Id: I2b7c019e20fa224480035b67c64b5666d21ba55c
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/563
2014-05-06 16:59:53 +00:00
jenkins-bot
e747af6d52
Merge "Use localized namespace name in embed wikitext"
2014-05-05 06:30:06 +00:00
Translation updater bot
4a8f5a3be5
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibf337d09cfbb919d567b0794f5c2e5270445debb
2014-05-04 20:08:15 +00:00
Gergő Tisza
59b8e5c82a
Use localized namespace name in embed wikitext
...
Bug: 64710
Change-Id: I2164e3dfafe8ddf4b88ae0d2f23e8573cf162b89
2014-05-04 05:01:48 +00:00
Translation updater bot
38322a8c81
Localisation updates from https://translatewiki.net .
...
Change-Id: Ieb4a3ea692a6eba71862e3b86790f0fc924cb8dd
2014-05-03 20:01:02 +00:00
Translation updater bot
38311f42d8
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie40da5b50d607b1424782600a822c7c42f115d29
2014-05-02 19:51:47 +00:00