Commit Graph

2543 Commits

Author SHA1 Message Date
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
jenkins-bot
43782e8635 Merge "Add some global fallbacks to compact language links" 2016-05-23 11:43:46 +00:00
jenkins-bot
384b109362 Merge "Update jquery.uls and adapt styling" 2016-05-23 11:09:01 +00:00
jenkins-bot
40dbf9068a Merge "FontRepoCompiler now adds hash suffix to font paths" 2016-05-23 09:53:49 +00:00
Niklas Laxström
e054af704c FontRepoCompiler now adds hash suffix to font paths
This is now new standard way of doing this in MediaWiki.

Since this makes the font repo bit longer, compensated by no
longer providing version information, which also simplifies the code.
Uncompressed increase is 542 bytes.

Depends on https://github.com/wikimedia/jquery.webfonts/pull/45

Bug: T135806
Change-Id: I1921115fc1abc20e6e756044c0a84a9fe4133884
2016-05-23 09:32:57 +02:00
jenkins-bot
8587cc1c13 Merge "Add vendor to ignore for linters" 2016-05-23 04:52:07 +00:00
Translation updater bot
6af7b29a51 Localisation updates from https://translatewiki.net.
Change-Id: I13ffe029e9606ad4ea38ac0299e0c66905bbdd41
2016-05-22 22:28:52 +02:00
Translation updater bot
65627a58ae Localisation updates from https://translatewiki.net.
Change-Id: Ifff0e60ee5ab16f63a55f853333b081e923fd52c
2016-05-21 22:24:58 +02:00
Translation updater bot
dbf57fb330 Localisation updates from https://translatewiki.net.
Change-Id: Ia9c771805d400747618b9932bdd13625c53c4f65
2016-05-20 22:32:24 +02:00
Niklas Laxström
021ceadc85 Add some global fallbacks to compact language links
Bug: T135366
Change-Id: I75cc58f79cb818d8330120d996d67c6b183c0843
2016-05-20 14:51:47 +02:00
Translation updater bot
1e3b85b1ca Localisation updates from https://translatewiki.net.
Change-Id: I19ad36bc101cae6ec95baa2c7c8593a65d4e2100
2016-05-19 23:12:31 +02:00
Niklas Laxström
4ff7d5adf8 Add tooltip to the "more languages" action to provide better context
Bug: T135224
Change-Id: I3c5d909ff334182e25b48fd3917260087ee276ef
2016-05-19 08:56:04 +00:00
Translation updater bot
e2cf4e5255 Localisation updates from https://translatewiki.net.
Change-Id: Ia5799b05cde89e62d7d4dd3e4793c065014805ab
2016-05-18 22:14:32 +02:00
jenkins-bot
16ddbf0208 Merge "Update jquery.ime to d563f903c9e" 2016-05-18 11:39:12 +00:00
Niklas Laxström
12b355b733 Add vendor to ignore for linters
Change-Id: Icfdc8f23485eee63e7aa33ed4405f8bcb51a0d9d
2016-05-18 09:52:23 +00:00
Niklas Laxström
a19e8c0dba Update jquery.uls and adapt styling
jquery.uls.compact module is kept for now as some other
extensions depend on it. But it does not do anything
anymore.

There are some styles which should be in jquery.uls
upstream, but given the current state that is easiest
done in a follow-up later.

The main change is that language selection is now
compact by default: no heading etc.

Includes style changes for the dialogs, and especially
for the new position of the callout caret.

Bug: T85519
Change-Id: Iade8005439b4f58ab241752f69a5365d8bb88d2c
2016-05-18 11:40:58 +02:00
jenkins-bot
cbac4d18f6 Merge "Compact language links: Delay loading of jquery.uls module" 2016-05-18 06:01:49 +00:00
jenkins-bot
e54912d2cc Merge "Avoid references to jquery.uls RL module from ext.uls.init" 2016-05-18 05:51:10 +00:00
Santhosh Thottingal
9dc42d7d31 Update jquery.ime to d563f903c9e
* Remove the undocumented Control+Enter shortcult for toggle

Bug: T106700
Bug: T134664
Change-Id: I1d62d751515016b3d028ecf6ae78a65eb1728391
2016-05-18 05:34:21 +00:00
Translation updater bot
fed1b51006 Localisation updates from https://translatewiki.net.
Change-Id: Ic449924f7d97e5a096b1aa97de31d6db283d0f18
2016-05-17 22:25:13 +02:00
jenkins-bot
d6af3112ff Merge "First attempt at font test page generation" 2016-05-17 11:34:00 +00:00
Santhosh Thottingal
cbb46f7451 Compact language links: Delay loading of jquery.uls module
Load jquery.uls only when the trigger is clicked.
Reduces the initial footprint by 63.9 KB (uncompressed)

Bug: T135210
Change-Id: I972cb6ea1794485917ea530f7abe68bdddc2014f
2016-05-17 14:55:51 +05:30
Santhosh Thottingal
a5034fa95f Avoid references to jquery.uls RL module from ext.uls.init
Checks to see if language is supported can be also done using
jquery.uls.data

Bug: T135210
Change-Id: Ib6b0d31b33be10b38aba713c3c4ba5370a27a8f4
2016-05-17 11:50:15 +05:30
Santhosh Thottingal
d778cc88a4 Add jquery.uls.data as depedendency to ext.uls.init
ext.uls.init has references to jquery.uls.data

Bug: T135210
Change-Id: Ib6ff791ff79b09af60494a1f61016d7982eb1fae
2016-05-17 11:02:19 +05:30
Translation updater bot
609860947b Localisation updates from https://translatewiki.net.
Change-Id: I132245689a4f01d39d452bf739945295df1eade4
2016-05-16 22:45:53 +02:00
Santhosh Thottingal
02da4454e2 Add config to enable compact language links for anonymous users
By default, the value is false.

Change-Id: I16dd24182c6e2b8e5e63ebfc0ea305a3511a9e1d
2016-05-16 11:20:56 +00:00
Santhosh Thottingal
35e7d72e35 Add config to enable compact links for new accounts
By default the value is false.

Change-Id: I30e9c3d929158d9ebe90edfcb10c90712ad294f9
2016-05-16 15:07:20 +05:30
jenkins-bot
7a82c2fcba Merge "Introduce a preference to disable compact language links" 2016-05-16 04:34:08 +00:00
Translation updater bot
c429895372 Localisation updates from https://translatewiki.net.
Change-Id: I7aa502be9517b2e834437c10af052da8bdc9c8c8
2016-05-15 22:32:40 +02:00
Santhosh Thottingal
f1995bc603 Introduce a preference to disable compact language links
Bug: T133030
Change-Id: If9ec0b8c75c59c62991f0d4bfa99f6d4c9324c30
2016-05-13 14:51:21 +02:00
jenkins-bot
49bf8000e3 Merge "Add WOFF2 version of fonts" 2016-05-11 05:56:10 +00:00
Santhosh Thottingal
a2cfd0287f Add WOFF2 version of fonts
Modern browsers will use woff2, which has smaller size than woff

Updated the README in the font repository explaining how different
file formats are produced.

Bug: T128291
Change-Id: I81c5380fdbf0ff76142b67cf8fce9db20e8164fa
2016-05-11 10:31:01 +05:30
Niklas Laxström
594ebe5fff Fixes for 6b8c33e
Update PHP version in composer.json and define "fix" in a way that
is common in our repos.

Change-Id: I47d8e2289cf1246cd4980d8c87c1820b5bc7b091
2016-05-10 07:34:28 +02:00
Niklas Laxström
71133ffdfc First attempt at font test page generation
Does not include all variants and not all languages have example content.

Change-Id: If5b759f2ed6e8e487f73ea7a88be5cc6b741b356
2016-05-10 07:33:47 +02:00
Kunal Mehta
6b8c33e763 build: Updating mediawiki/mediawiki-codesniffer to 0.7.1
Also added "composer fix" command.

Change-Id: I6f3f29f03abb607fbca9cec6f140875f2a3468a0
2016-05-09 18:30:34 -07:00
Translation updater bot
6089ea868d Localisation updates from https://translatewiki.net.
Change-Id: If9862dd224a6ace36dadf2ef29ee1827ea8834e5
2016-05-09 22:15:50 +02:00
Niklas Laxström
146949ce43 Fix fail in 1bc3f3b
Assignment got lost, so caching did not work.

Change-Id: If7f6df5b6c6d6156894803670263f34f2850a29a
2016-05-09 20:12:46 +02:00
jenkins-bot
70be53a283 Merge "Compact links: Avoid duplicate call of filterByCommonLanguages" 2016-05-09 11:27:01 +00:00
Santhosh Thottingal
1bc3f3b065 Compact links: Avoid duplicate call of filterByCommonLanguages
It re-triggers mw.uls.getFrequentLanguageList(),
getPreviousLanguages() and localstorage read.

In this patch the result was saved and reused.

Bug: T122341
Change-Id: I14839eb611cd3e995e8d8ab729ee3f714840f9ad
2016-05-09 14:31:34 +05:30
Santhosh Thottingal
aa4e4b417d Introduce a config variable to enable Compact language links by default
Configuration: ULSCompactLanguageLinksBetaFeature
Default value: True

Bug: T134145
Change-Id: I8d4e97653daf7fcee9175c6d7cefb5c5abb22305
2016-05-09 08:40:53 +00:00
jenkins-bot
b871779a41 Merge "Remove wgULSCompactLinks configuration variable" 2016-05-09 06:33:19 +00:00
Translation updater bot
836444fccb Localisation updates from https://translatewiki.net.
Change-Id: I1891f20cc285ec6eaff28b876ba012ad851accc9
2016-05-07 10:58:50 +02:00