jenkins-bot
6585dc5285
Merge "Cleanup settings-* rules in ext.uls.css"
2016-06-02 04:05:07 +00:00
Translation updater bot
c7c65a453d
Localisation updates from https://translatewiki.net .
...
Change-Id: If2e164c83e3d09983a56dd1d9ef43fc3a1372a94
2016-06-01 23:13:56 +02:00
Translation updater bot
83f9596035
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifdfe51715de63e4671e41208f2fd2ef0edc9b743
2016-05-31 22:45:45 +02:00
Niklas Laxström
7fa5c4efeb
Update jquery.webfonts to 17e61547
...
Change-Id: Ib73c2504e2c90c3bfcada30ec59aeec40116a504
2016-05-31 10:54:34 +02:00
Niklas Laxström
0784540c40
Simplify code using .one
...
Change-Id: I84fb5e0ade474738ff6a05c2304de351a2476186
2016-05-31 09:21:51 +05:30
Niklas Laxström
791cefeec6
Remove redundant mw.loader.using
...
The only caller is already loading the exact same modules right
before calling these functions.
Change-Id: I71bc682f88c45e8ff20e032c7e5ee2dc3f517baf
2016-05-30 17:07:22 +02:00
jenkins-bot
31e41a1559
Merge "Remove border-radius: no border on this element"
2016-05-30 10:51:23 +00:00
jenkins-bot
7294c62c1e
Merge "Remove excessive 5% left-padding and replace with consistent padding"
2016-05-30 10:51:20 +00:00
jenkins-bot
4672ba47c9
Merge "Remove unnecessary div specification from style rule"
2016-05-30 10:45:41 +00:00
jenkins-bot
2bf9ebabd8
Merge "Fix the border of font selectors"
2016-05-30 09:39:35 +00:00
jenkins-bot
9b3c20af30
Merge "Remove useless style rule"
2016-05-30 09:35:24 +00:00
jenkins-bot
dfc5b703b8
Merge "Set base font size for ULS dialogs to ensure consistent size"
2016-05-30 09:33:25 +00:00
jenkins-bot
229c3a7b2d
Merge "Remove cursor: pointer for links."
2016-05-30 08:59:42 +00:00
jenkins-bot
d833802317
Merge "Remove styles now in jquery.uls core"
2016-05-30 08:59:39 +00:00
Niklas Laxström
a0859320ea
Cleanup settings-* rules in ext.uls.css
...
`font-size: 11pt` was always overrules by another style. Removed it
and moved rest of settings-* styles to languagesettings.css where
they belong.
Bug: T136273
Change-Id: I4d8fa6ff9f4fc2b6e2ee577d795a28cb8197b3cb
2016-05-30 06:22:30 +00:00
Translation updater bot
b6c1693a95
Localisation updates from https://translatewiki.net .
...
Change-Id: I575c45d940937bc3e72cb753926a18ebc377b35a
2016-05-29 22:33:25 +02:00
Kunal Mehta
8d32d8e36a
build: Updating mediawiki/mediawiki-codesniffer to 0.7.2
...
Change-Id: I17a72f252ea0b836d6529738971dc45f9c0d4b67
2016-05-27 18:26:02 -07:00
Translation updater bot
df9417b158
Localisation updates from https://translatewiki.net .
...
Change-Id: I2d17a5069c8bf4838c9e75c5384c59d1fdbe002c
2016-05-26 22:47:22 +02:00
Niklas Laxström
4c3c0421ce
Remove styles now in jquery.uls core
...
Bug: T136273
Change-Id: Ib65928b029a86eba91b1dfbc4527c9effa8d2449
2016-05-26 14:38:17 +02:00
jenkins-bot
ffe449122a
Merge "Update jquery.uls to ab3cd92"
2016-05-26 12:30:59 +00:00
Niklas Laxström
d04e49b891
Remove cursor: pointer for links.
...
This has no effect as far as I can see because that is the default.
Bug: T136273
Change-Id: I57c5aa9d102559d9086291f90c2a82e2b7a09ff4
2016-05-26 14:08:09 +02:00
Santhosh Thottingal
f3b984e4e1
Update jquery.uls to ab3cd92
...
Important changes:
* Remove region filter module
* Remove jquery.uls.compact.css
* Remove unused methods from jquery.uls.data.utils module
* Localisation updates
Change-Id: If87bd21e19780fa5d90cedb4235854816c4adfba
2016-05-26 13:39:23 +02:00
Gergő Tisza
ce54168a7e
Update mediawiki_api gem to 1.7.1
...
Required for selenium test compatibility with AuthManager
Bug: T135884
Change-Id: I69497c6c23572fa844f1de245e918006af16920c
2016-05-26 12:36:56 +02:00
Niklas Laxström
3ee9ff5720
Fix the border of font selectors
...
The top border was shorter than the others, fixed by using CSS
applied to the first element instead of the parent.
Bug: T136273
Change-Id: Ic894ef99ef2c88a23d6db65b68327fd903473038
2016-05-26 11:57:24 +02:00
Niklas Laxström
f6d06d9500
Remove useless style rule
...
Grid overrides the margin, so this had no effect.
Bug: T136273
Change-Id: I1f079eaf25c4798fe920cba9a97f56f6d5e307c6
2016-05-26 11:48:23 +02:00
Niklas Laxström
44f405cef1
Set base font size for ULS dialogs to ensure consistent size
...
The dialogs had tiny text in Monobook skin.
Bug: T136273
Change-Id: I8d00bbd6eb560e63dc4d64375ca0dbb279f6c9df
2016-05-26 09:38:11 +00:00
Niklas Laxström
2eb2c80264
Remove border-radius: no border on this element
...
Bug: T136273
Change-Id: I19c89db8ebc3ae2695bc44a6eff27e1c558fd049
2016-05-26 10:32:52 +02:00
Niklas Laxström
988372204b
Remove excessive 5% left-padding and replace with consistent padding
...
This gives more space to display/input setting panels and is more
consistent with the padding on the left-side menu as well.
Bug: T136273
Change-Id: I5c0e5e351e370c4c0b19783edc8278250ca3ca76
2016-05-26 10:32:41 +02:00
Niklas Laxström
9f3e0860a9
Remove unnecessary div specification from style rule
...
Bug: T136273
Change-Id: Ib4677e578e8f5eb7da36bb166d77a210cf1d3313
2016-05-26 10:32:31 +02:00
Translation updater bot
b99d97a5be
Localisation updates from https://translatewiki.net .
...
Change-Id: I87c425849f668f0587f4e164c75242a135085f1f
2016-05-25 22:27:27 +02:00
Ed Sanders
e6dcdb56c4
Introduce stylelint and make pass
...
Change-Id: Iaf12e7773f21d42ff59591680abdf248bf121224
2016-05-25 09:24:47 +02:00
Ed Sanders
aaa144ca1d
Bump package versions and sort
...
Remove grunt-cli as included by grunt.
Change-Id: If8f2a363ac9bbdf93979390087ac6c48959c5f40
2016-05-25 06:53:01 +00:00
jenkins-bot
9eedc358e6
Merge "Separate ULS previous interface language from previously selected languages"
2016-05-25 06:13:13 +00:00
jenkins-bot
2c511cd34b
Merge "Remove jquery.uls.compact resource loader module"
2016-05-25 03:22:11 +00:00
Translation updater bot
17315e9aba
Localisation updates from https://translatewiki.net .
...
Change-Id: I55a3e321e2a09c848799e26042b0363351d67cd0
2016-05-24 23:10:41 +02:00
jenkins-bot
d7229bdce3
Merge "Regenerate font test page."
2016-05-24 17:19:14 +00:00
Niklas Laxström
5dc797617d
Remove ext.uls.buttons
...
All users of this module have migrated to mediawiki.ui or equivalent.
Change-Id: I5579c012807d31fceb51b7ce0e687a128c791d72
2016-05-24 10:18:28 +02:00
Niklas Laxström
fd636d1f5f
Remove jquery.uls.compact resource loader module
...
All known users of this module (CX) have stopped using it.
Change-Id: I0827b37a92e56f40433a197b275a0d0dd44cefe2
2016-05-24 08:35:07 +02:00
Niklas Laxström
7056364168
Regenerate font test page.
...
Stop appending version which no longer exists. Replaced by file hash.
Change-Id: I978ff69cb9df1f0ce17ac0d7893d980d509655c1
2016-05-24 08:19:00 +02:00
Niklas Laxström
3481946695
Drop svg from supported webfont formats
...
We do not have any svg formatted font files.
Change-Id: I613c04f082bfc07872d4e843cdacdfd62517bd37
2016-05-24 06:07:07 +00:00
Niklas Laxström
b2b75b15eb
Drop eot from supported webfont formats
...
IE9+ which is lowest that MediaWiki still supports is supposed to
support both ttf and woff par some exceptions.
This reduces uncompressed repo size almost 4000 bytes.
Change-Id: If80f4ec898d86d5fd4cf873d0d86245e66da2f0b
2016-05-24 08:06:11 +02:00
jenkins-bot
7708b8d2ff
Merge "Use FormatJson in font repo generator script"
2016-05-24 05:01:41 +00:00
jenkins-bot
756b80d8a6
Merge "Increase the number of stored previously selected languages to 9"
2016-05-24 04:43:34 +00:00
jenkins-bot
4b1056133f
Merge "Make previous languages have most recent in the beginning"
2016-05-24 04:38:49 +00:00
Translation updater bot
aa501478bb
Localisation updates from https://translatewiki.net .
...
Change-Id: I9e4bff64c0605c2a00f4c46748a1125c9654e6f9
2016-05-23 22:28:19 +02:00
Niklas Laxström
679f616fb2
Remove extra empty lines
...
Change-Id: I4f4e941dc12b4730bdacf35e6d80cd306a88cf01
2016-05-23 17:15:18 +02:00
Niklas Laxström
e3c2950c04
Separate ULS previous interface language from previously selected languages
...
Now that Compact Language Links also started to add to this list, ULS would
show incorrect language change tooltip notifications. ULS interface language
selection will still keep updating the list of previously selected languages.
Refactored the code a bit: 1) created minimal Store that wraps around plain
localStorage, since mediawiki.storage cannot be used yet. 2) Inlined the
userHasChangedLanguage function to new initTooltip function. 3) Split parts
of the huge initInterface to new initTooltip and initIme functions for
increased readability. 4) Solved a TODO for moving language change recording
out of the tooltip showing code.
Change-Id: If8478a59168d89264f4d46938ac865c0c9a04f25
2016-05-23 15:15:44 +02:00
Niklas Laxström
fa7f7e8b57
Increase the number of stored previously selected languages to 9
...
Discussion about the magic number in the task.
Bug: T135487
Change-Id: I5d0900f191cf277faa19d73de9cf393216d5e6ea
2016-05-23 12:50:06 +00:00
Niklas Laxström
4f82a8650a
Make previous languages have most recent in the beginning
...
This is already expected by the callers. Added addPreviousLanguage
to make updating the list easier.
Change-Id: Ie4f888235ea4de4a2ce6bf5a9f24955e423e8c48
2016-05-23 14:50:02 +02:00
Niklas Laxström
e607466313
Use FormatJson in font repo generator script
...
The benefit of this is that '/' is no longer escaped, making
ext.uls.webfonts.repository.js file 376 bytes smaller. I expect
that the difference in compressed size is neglible.
Change-Id: I77c0b88fa23f2245f09615c354546b6a9ebf650c
2016-05-23 14:33:37 +02:00