Bartosz Dziewoński
7f977f572d
Actually apply personal bar z-index hack to modal OOUI window managers
...
Follow-up to 15a990b888
. That didn't
work, the module is not named 'ooui'. And had it worked, it'd have
removed all the regular OOjs UI styles from the Vector skin, by
replacing them instead of adding.
Bug: T105300
Change-Id: Ic11147e9800788152621402eef7819191024aa71
2015-12-18 22:30:23 +01:00
saper
0f74eae0d6
We are Vector, not vector
...
Bug: T121490
Bug: T117856
Change-Id: Icfcefa5b460119963aebbbe980f31fce3c95a6a0
2015-12-16 09:57:37 +01:00
Translation updater bot
367bac1dbd
Localisation updates from https://translatewiki.net .
...
Change-Id: I64635bd76cd752290268a2e251b672f27a65b0d1
2015-12-14 21:49:24 +01:00
Translation updater bot
3917ca4b18
Localisation updates from https://translatewiki.net .
...
Change-Id: I01bf329f6a340a9fc6d1e490c2276ce84ab70fca
2015-12-12 22:13:15 +01:00
jenkins-bot
83e2ea3c78
Merge "Update grunt-jscs to 2.5.0"
2015-12-12 01:59:10 +00:00
Translation updater bot
6a595c604e
Localisation updates from https://translatewiki.net .
...
Change-Id: I54f66b6de84be9c6a452553267f469af7b523892
2015-12-11 23:20:53 +01:00
Translation updater bot
30c5979608
Localisation updates from https://translatewiki.net .
...
Change-Id: I11691fff845a533a0c26b6c2a7522a2c1fbde3b9
2015-12-10 22:20:48 +01:00
This, that and the other
5a10091acc
Make "Not logged in" gray text WCAG AA compliant
...
Follows up 9285a2ae91
.
Change-Id: I92157a694d46e198538c1279abd4e37f2abb4bbf
2015-12-10 20:47:13 +11:00
Paladox
f43716fcfe
Update grunt-jscs to 2.5.0
...
Change-Id: I79bda05766997f4bb73b8948215ed1b41c3e2d49
2015-12-09 22:13:37 +00:00
Timo Tijhof
9285a2ae91
Make placeholder in logged-out personal bar greyed out
...
Follows-up ea335eb55d.
Bug: T112724
Change-Id: Ic943b10c3656a3dad7add9a1f67492f184beeeed
2015-12-09 19:20:01 +00:00
Translation updater bot
a6ca7527c2
Localisation updates from https://translatewiki.net .
...
Change-Id: I23d00083ebd7ac75e8b418e9c54c30878fbf8acc
2015-12-08 22:05:50 +01:00
Translation updater bot
a9a87a49f5
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibfa96b7cb88cfbd38f018b8ba582fc0e57119c42
2015-12-07 22:57:19 +01:00
Translation updater bot
d09432a65f
Localisation updates from https://translatewiki.net .
...
Change-Id: I013a97f4d594bd688b3f966deaea06a1a017fe6c
2015-12-05 00:22:12 +01:00
Translation updater bot
245fc4884a
Localisation updates from https://translatewiki.net .
...
Change-Id: I1ce3775faf954f74efdcd3a6b76caa17d8f7101a
2015-12-03 22:56:07 +01:00
Translation updater bot
0d272890e6
Localisation updates from https://translatewiki.net .
...
Change-Id: I8fe40e5e39d0d6223b1e1beceb54b3b7e309cba7
2015-12-02 21:36:59 +01:00
jenkins-bot
3b99bfaa3f
Merge "Make tabs, actions and search usable in Responsive Vector"
2015-11-30 13:01:30 +00:00
Translation updater bot
061a25ba47
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib08e86709942cedb8a040d76968f8b1c044eb19a
2015-11-28 21:29:27 +01:00
Translation updater bot
152ffa1269
Localisation updates from https://translatewiki.net .
...
Change-Id: I1ff2391647ce4c268c82077654a9bd309c13df4c
2015-11-24 22:38:03 +01:00
Antoine Musso
afad49da62
git no more ignore /composer.json
...
Change-Id: I5cb0eefb17fc8092fc144e4d7afadcdb46689038
2015-11-23 22:35:58 +01:00
Translation updater bot
822ed28f21
Localisation updates from https://translatewiki.net .
...
Change-Id: I8c27671414727f22049ac69e7855fb2a08a487e3
2015-11-22 20:19:24 +01:00
Derk-Jan Hartman
b1175c6288
Make tabs, actions and search usable in Responsive Vector
...
Much of this was hidden so far, but this brings them back into action.
It's perhaps not ideal, but it's the best I could come up with.
Bug: T106463
Change-Id: Ia33e2ac0aed0ffe8d0d96d8c3462b9d23c10bba2
2015-11-22 16:40:55 +01:00
Translation updater bot
c0f3819776
Localisation updates from https://translatewiki.net .
...
Change-Id: Idb648f8dbdfbe265345be517b8700b871a990060
2015-11-20 22:42:09 +01:00
Timo Tijhof
f354aafebc
collapsibleTabs: Defer DOM changes via requestAnimiationFrame
...
Widely supported, unprefixed (over 85%)
http://caniuse.com/#feat=requestanimationframe
Change-Id: I13a73e3ba4f68af86ca77ca8242107ee449b255e
2015-11-19 23:54:42 +00:00
Timo Tijhof
020956d070
collapsibleTabs: Debounce resize event at 100ms instead of 500ms
...
A delay of 500ms is quite long and is a bad user experience.
Resize should be more responsive than that.
Matches other plugins that do the same thing, such as:
http://www.paulirish.com/2009/throttled-smartresize-jquery-event-handler/
And also more in accordance with RAIL.
https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/rail
Change-Id: I076785f82a7786f16ca4fb1564a4972dd23cc56b
2015-11-19 23:53:17 +00:00
Translation updater bot
cfcdefc297
Localisation updates from https://translatewiki.net .
...
Change-Id: I3c4ec4a77bca0d1c52705a25158f966668886d23
2015-11-19 21:13:26 +01:00
Translation updater bot
75573c0ae4
Localisation updates from https://translatewiki.net .
...
Change-Id: I3cca35d2f3c82226d57fb74bd5d982bdfa526fa3
2015-11-18 21:45:03 +01:00
Translation updater bot
c01a7ef01c
Localisation updates from https://translatewiki.net .
...
Change-Id: I73cc24378c3e65e49856ebc72f2388ad781b9a81
2015-11-13 21:19:48 +01:00
Translation updater bot
c9b1f97347
Localisation updates from https://translatewiki.net .
...
Change-Id: Iab4f93556f7b133b6c5655e6b03abfcf4997cada
2015-11-12 22:17:31 +01:00
Translation updater bot
aa8ef11949
Localisation updates from https://translatewiki.net .
...
Change-Id: Ieeb9b3d00fcebcc3b027fd55ea8764d009c319b9
2015-11-08 22:00:32 +01:00
Derk-Jan Hartman
33d736d0f2
Rework Vector style of Preferences to prevent FOUC
...
Depends on: I24d9b16
Bug: T115692
Change-Id: I59f0f4538132e60a457c5c93139c04fff24fd2b2
2015-11-08 19:43:21 +00:00
jenkins-bot
adcc672bd4
Merge "Update packages"
2015-11-08 06:32:12 +00:00
Translation updater bot
905531cec0
Localisation updates from https://translatewiki.net .
...
Change-Id: I66f93f986d3fdb5bad021c10e8282efd7fc5de1a
2015-11-07 22:29:26 +01:00
Paladox
a4134557e9
Update packages
...
Update grunt-jscs to 2.3.0
Update grunt-jsonlint to 1.0.6
Add new jscs-preset-wikimedia package.
Change-Id: Ie175abf1d692dac78afe02b2d70867c1369353b4
2015-11-07 17:45:46 +00:00
umherirrender
77fc8ae9f6
Update codesniffer version
...
mediawiki/mediawiki-codesniffer: 0.4.0 -> 0.5.0
Change-Id: I996b30e2e3626dfc93579d5b1be229e49e775179
2015-11-06 10:08:32 +01:00
Translation updater bot
f407f0c77c
Localisation updates from https://translatewiki.net .
...
Change-Id: I3b5788e6d5f714b5cfdd1bedbeb0b1b78efe6905
2015-11-04 21:08:26 +01:00
Translation updater bot
fe3fc78790
Localisation updates from https://translatewiki.net .
...
Change-Id: I27f55b5a2be50657cf8b9634c954b7627ae8d5e5
2015-11-03 21:28:39 +01:00
Translation updater bot
a5cc03cea7
Localisation updates from https://translatewiki.net .
...
Change-Id: I91ad92edda01d4ca942e20b4d989b0005a7e55fe
2015-11-02 22:22:32 +01:00
Derk-Jan Hartman
35bfc07b46
Viewport dependant sizing of the search field
...
Already live on English Wikipedia
Bug: T117316
Change-Id: I11c44a71cab8cb36050313621da54ffa64320ccf
2015-10-31 13:43:08 +01:00
Translation updater bot
31e1a44112
Localisation updates from https://translatewiki.net .
...
Change-Id: I98f198852eccbe811c0c19d37a1ec39d40c45d52
2015-10-29 21:12:23 +01:00
Translation updater bot
a520d9b9c5
Localisation updates from https://translatewiki.net .
...
Change-Id: If8525c9537c24a50772f6f883dd34f0f3fe0bd78
2015-10-28 21:35:16 +01:00
Translation updater bot
a7bdf8e9f4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibabeca87f7416e8018e21e21a200e90a101bc26f
2015-10-27 21:15:35 +01:00
Paladox
6aef338da9
Update grunt-jscs to 2.2.0
...
Change-Id: I9452e2c89030e7d5d391bda9fdc73e09b4392c09
2015-10-26 19:09:11 +00:00
Translation updater bot
9edd4da734
Localisation updates from https://translatewiki.net .
...
Change-Id: I8afcff36c1c7b89d6fe10d15834c44a5118692ad
2015-10-25 21:50:49 +01:00
Translation updater bot
9f5f333afd
Localisation updates from https://translatewiki.net .
...
Change-Id: I5998fa8896c589ce474702db6b839ec3eb036c2b
2015-10-22 21:36:11 +02:00
Paladox
b0f69b2dc4
Update grunt-banana-checker to 0.4.0
...
Difference between 0.2.2 and 0.4.0
0.4.0
* Make disallowUnusedTranslations default to false (Ed Sanders)
* Make disallowDuplicateTranslations default to false (Ed Sanders)
* build: Remove use of global grunt-cli (Timo Tijhof)
* build: Add Node.js v0.12 and v4.0 (Timo Tijhof)
* tests: Migrate Travis to container-based infrastructure (James D.
* Forrester)
* readme: Add line break between images and h1 (Timo Tijhof)
0.3.0
* Fail if the target directory doesn't exist (James D. Forrester)
* Allow individual checks to be disabled in config (James D. Forrester)
* Be able to require complete translations, or specific messages in all
* translations (James D. Forrester)
* build: Bump grunt-jscs to latest version (James D. Forrester)
* Enforce disallowBlankTranslations, disallowDuplicateTranslations and
* disallowUnusedTranslations (James D. Forrester)
Change-Id: I68c5c747d2f92fdedd7e4450f618f577f493fb4a
2015-10-22 00:55:15 +01:00
paladox
95ef8f2cc6
Update jscs to 2.1.0
...
Change-Id: Ibba453510c8e15c3e915d28f7ecf7c296bca7894
2015-10-22 00:38:01 +01:00
Paladox
fabd6209fe
Update grunt-jsonlint to 1.0.5
...
Change-Id: Ie5f30e6a95fb0a185f74caf6c89dd1a77a507acd
2015-10-19 21:47:57 +01:00
Translation updater bot
bb251a5eac
Localisation updates from https://translatewiki.net .
...
Change-Id: I50b3a76658382e1840e192ebcc187ead3d714f9d
2015-10-19 21:56:16 +02:00
Translation updater bot
e67eb235ae
Localisation updates from https://translatewiki.net .
...
Change-Id: I4fc3d253024b5735d90212ec163a92609c97d1f1
2015-10-18 21:41:17 +02:00
Translation updater bot
316d725b2b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib10edf0f0f23d7618bedd6167a593f2ca6e4f30b
2015-10-16 21:53:13 +02:00