jenkins-bot
78adcc5e20
Merge "LanguageSettings: Simplify positioning code"
2016-08-16 11:49:44 +00:00
jenkins-bot
c4e5dcc2fd
Merge "DisplaySettings: disallow focus on tabgroup buttons"
2016-08-16 10:48:09 +00:00
jenkins-bot
f44d97230b
Merge "LanguageSettings: Do not render modules twice on initialization"
2016-08-16 10:03:00 +00:00
Niklas Laxström
ab8193faac
Update jquery.ime to 10ae4c0
...
* New Khmer imes
* Updates to Urdu ime (T138399)
Bug: T138399
Change-Id: I2ead15d6678787f705103329c59e679240580f87
2016-08-16 10:32:24 +02:00
Niklas Laxström
c46bf0fa94
Update jquery.uls to d873fbc
...
Localisation updates
Change-Id: I92b9b7c0533c0d5ee22c1ad9dceb0debe6264139
2016-08-16 10:27:52 +02:00
Niklas Laxström
05e0b8c53e
LanguageSettings: Simplify positioning code
...
* Remove scrolling from positioning code
* Make sure that any calculated default positions also apply to
* modules by updating this.top and this.left.
Bug: T143074
Change-Id: Iffc49674abcca8a8c4a600569a05db1314fae3f6
2016-08-16 06:28:43 +00:00
Translation updater bot
78ea824b5d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifb4b6998661a82e95145ca6f557ccb452989255a
2016-08-15 23:02:56 +02:00
Niklas Laxström
d24472e962
Fix some comment typos
...
Change-Id: I338891147cb6aa8e6d88119eb61ea718edb93747
2016-08-15 09:55:02 +00:00
Niklas Laxström
5e7e8fe48e
LanguageSettings: Do not render modules twice on initialization
...
Change-Id: I25d939ffcabde394bb7a496ee8bc5df9a87c2573
2016-08-15 09:48:00 +00:00
Niklas Laxström
f6da60cfab
DisplaySettings: disallow focus on tabgroup buttons
...
Focus state looks bad in this context.
Change-Id: I3bc1cd63123711ded0652910ef4fa62f19c3bd12
2016-08-15 09:47:51 +00:00
Translation updater bot
fc30a5d542
Localisation updates from https://translatewiki.net .
...
Change-Id: I7854a99f34bc965e2c58cf78099350ea5b3f94bc
2016-08-13 22:32:54 +02:00
Translation updater bot
ae2c0f9f88
Localisation updates from https://translatewiki.net .
...
Change-Id: I52520015b0fbf28bf5b8c421a7089e09690e52bf
2016-08-12 23:16:41 +02:00
Niklas Laxström
c00fc12bb6
List of input methods should display only one item per line
...
Change-Id: Id45fe55fd40ffc99d1712424ecf651573a62e58e
2016-08-12 08:53:53 +02:00
Translation updater bot
a047516e2c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifb8419099dec7113eba50985b817d75f74e5124e
2016-08-10 22:40:14 +02:00
Niklas Laxström
4dc4b7b81b
Update compact language links beta feature info and talk links
...
Bug: T142559
Change-Id: Ia4bcc62911beb52bf7b4d0788a97c35bbd776b0d
2016-08-10 14:40:01 +02:00
Translation updater bot
2476794190
Localisation updates from https://translatewiki.net .
...
Change-Id: I0d6fa77d71a1dd302211930710cfba511d9d0842
2016-08-09 22:33:35 +02:00
jenkins-bot
18ea003604
Merge "LanguageNameSearch: do not mix different scripts in same buckets"
2016-08-09 04:02:41 +00:00
Niklas Laxström
fd8d524e85
Update jquery.uls to c644044
...
Localisation updates.
Change-Id: I0814906bf93eca5f649f6d8d5315099e9670d6f4
2016-08-08 17:17:10 +02:00
Niklas Laxström
55b68c329d
LanguageNameSearch: do not mix different scripts in same buckets
...
To keep the average and maximum bucket size low, I made codepoints
< 4000 more granular and code points >= 4000 less granular. This
could be tweaked further for sure to reach more even sized buckets.
Bucket stats before:
- 773 buckets
- smallest has 1 entries
- largest has 1804 entries
- median size is 66 entries
- average size is 45.394566623545 entries
Bucket stats after:
- 698 buckets
- smallest has 1 entries
- largest has 1792 entries
- median size is 16 entries
- average size is 50.272206303725 entries
Change-Id: Id62d93658117564b05294c2fe36ca7c182784859
2016-08-08 16:21:52 +02:00
Niklas Laxström
f73f9a8b5d
LanguageNameIndexer: print bucket stats
...
Change-Id: If50b65b1bbda010f0dbde7d344edcb5bdcd382df
2016-08-08 13:38:53 +00:00
Niklas Laxström
bc7ee1ed19
LanguageNameIndexer: sort buckets
...
Change-Id: Ib33bc432d5f61de2fbb6e83f3566baebb184c441
2016-08-08 13:18:30 +00:00
Nikerabbit
760fe1ad39
Merge "LanguageNameIndexer: Remove directionality chars that cannot be typed"
2016-08-08 13:18:08 +00:00
jenkins-bot
f8c94b2cb4
Merge "Add languages in which there is a featured article"
2016-08-08 12:47:08 +00:00
Niklas Laxström
42f4f9650b
LanguageNameIndexer: Remove directionality chars that cannot be typed
...
Change-Id: I8e5b9f300a3307a90054e4e759279f91594a2fa3
2016-08-08 10:56:39 +00:00
Niklas Laxström
b3ba423354
LanguageNameIndexer: Generate PHP file instead of serialized file.
...
Serialized format is no longer in style for data. PHP files can
take advantage of AutoLoader and caching so they can even be faster
than serialized files. As side bonus we can have readable diffs
for updates.
Only downside is that the file generation takes about ten lines of
ugly string manipulation.
Change-Id: If09704d1172daa13c72a308814534cac1fe9899f
2016-08-08 07:55:42 +00:00
jenkins-bot
8bb0c2f683
Merge "LanguageNameIndexer/Search: use unicode aware lowercasing"
2016-08-08 07:06:57 +00:00
Niklas Laxström
9daeacf1c5
LanguageNameIndexer/Search: use unicode aware lowercasing
...
With this MEÄNKELI with typos=1 finds results.
Updated test case for lowercased result. Renamed variables in test
file for clarity. Updated the default value for MW_INSTALL_PATH to
work with the default layout.
Change-Id: Id93c84d308705f55b4d2378fc8c7b7f243e1b53f
2016-08-08 08:43:15 +02:00
jenkins-bot
40f695b6b5
Merge "LanguageNameIndexer: Simplify code"
2016-08-08 05:08:43 +00:00
Translation updater bot
73bd0655b5
Localisation updates from https://translatewiki.net .
...
Change-Id: I2c3b59977a2f8801f5b91862cb1b2f127248fd5f
2016-08-07 22:42:44 +02:00
Translation updater bot
ed51b1282a
Localisation updates from https://translatewiki.net .
...
Change-Id: I8ee7a10007f4a1df8e0b6266290b18d785a224e8
2016-08-05 22:34:55 +02:00
James D. Forrester
a7078fe878
build: Fix stylelint devDependencies
...
Change-Id: I98c1bee541a5c35c0252835e6092de976518ba0e
2016-08-05 10:56:11 -07:00
Amire80
43f62e601c
Add languages in which there is a featured article
...
Bug: T70071
Change-Id: I5ed2f1ece5b11b96ec6416bc1c6c2266ac6b4388
2016-08-04 19:42:46 +03:00
jenkins-bot
9c1decf616
Merge "CompactLinks: support sortPrepend from WikiBaseClient"
2016-08-02 05:14:55 +00:00
jenkins-bot
5c9215317e
Merge "Update jquery.uls to e1de794"
2016-08-01 10:14:57 +00:00
Niklas Laxström
8bc603a528
Update jquery.uls to e1de794
...
Bring localisation updates as well as fix for displaying worldwide
languages in other sections.
Change-Id: I9c43f7102f43f3728a1458db3204bda44ca001b4
2016-08-01 10:24:45 +02:00
jenkins-bot
b8c79727d8
Merge "Show languages that appear in the page's text"
2016-08-01 06:31:24 +00:00
Translation updater bot
1e98d12984
Localisation updates from https://translatewiki.net .
...
Change-Id: I00b210a2b644226492e943e39443db8f16e539a8
2016-07-31 22:27:38 +02:00
Translation updater bot
f5dcb99b33
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibb0674aa12128f49b94b57511cf6e98648e002f6
2016-07-30 22:32:53 +02:00
Translation updater bot
e19e760484
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaca21818f7916242723495616a03a739a0a95bda
2016-07-28 23:05:49 +02:00
Santhosh Thottingal
df70f941b2
Show languages that appear in the page's text
...
This is just a simple search for elements with lang attribute.
This will be executed only when previous languages, geo-IP based languages,
browser, UI, content languages etc. are not filling the defined compact size.
Bug: T70077
Change-Id: I77d1efa5e29deeaaf595753fb5519c8b70c7f2b5
2016-07-28 17:32:10 +02:00
jenkins-bot
c62baa387b
Merge "Add Niharika to authors"
2016-07-28 14:22:54 +00:00
jenkins-bot
c9a32d17c1
Merge "Update Skeirs II font"
2016-07-28 13:47:22 +00:00
Kartik Mistry
d4ea8550fa
Update Skeirs II font
...
This fixes display of Latin text in Gothic script.
Bug: T124785
Change-Id: Iaf2cc6b05591368356c241e7b65ce4a8e33c24e0
2016-07-28 15:32:27 +02:00
jenkins-bot
797476588e
Merge "tests: Fix path of jquery.webfonts"
2016-07-28 05:21:53 +00:00
Kartik Mistry
38748392a0
tests: Fix path of jquery.webfonts
...
Otherwise test page is not working.
Change-Id: I6a220f9fa03828d78668b4852c1af634330b0972
2016-07-27 21:30:03 +05:30
Kartik Mistry
1fe7d5bcf4
Remove reference to removed eot fonts
...
Change-Id: I0be9dae3433afe9868672d7fc45f48e15aba9e98
2016-07-27 20:51:06 +05:30
Niklas Laxström
217aefdb7a
Move als->gsw override to ext.uls.init
...
So that it is loaded for compact language links. The ext.mediawiki.uls
module is starting to look very empty now can could be removed easily
in follow-up. ext.uls.init depends on jquery.uls.data so this is safe.
Bug: T139949
Change-Id: Icac10f073e122284723c48782c2a1cf7f10b45ec
2016-07-27 06:16:51 +00:00
Niklas Laxström
89175716ec
CompactLinks: lowercase language codes for internal use
...
Not outputting language codes with proper casing should
be solved upstream in jquery.uls.
Bug: T139795
Change-Id: Ide81c76135b23a031f1f09a33462e767e57a50b0
2016-07-27 05:57:03 +00:00
Translation updater bot
4dc5f2b996
Localisation updates from https://translatewiki.net .
...
Change-Id: Id13747a8c13823c8f8b004ce4f29796426082143
2016-07-26 22:57:16 +02:00
Niklas Laxström
4f4051a40d
CompactLinks: support sortPrepend from WikiBaseClient
...
Bug: T138973
Change-Id: I64b7aa37d8a6b3cac92d492a33fe6f8cb04ce0e6
2016-07-26 13:36:26 +00:00