Commit Graph
27 Commits
Author SHA1 Message Date
Niklas Laxström 5b6862745b Add rmf to langdb 2014-03-05 13:44:27 +00:00
Niklas Laxström 6676222ab0 Lojban to lower case
Reported by Evropi on IRC
http://www.lojban.org/publications/level0/brochure-utf/overview.html
2014-03-03 09:04:32 +02:00
Niklas Laxström c5826222a4 Localisation updates from https://translatewiki.net. 2014-03-01 14:56:48 +00:00
Niklas Laxström d4ea222750 Drop -moz-linear-gradient for images
The costs are bigger than benefits now
2014-01-23 23:47:13 +00:00
Niklas Laxström 78e9b83c6b Make ULS language selector appear faster after clicking trigger
* Removed unused class end.
* Class uls-lcd-region-section was used in two different elements,
  retained it on the outer one.
* Build a list of languages per region, once done render the regions at once.
* Use direct dom manipulation in hot spots.
* Use shorter selectors like children instead of find and dropping the tag name.
* Fixed mismatch when there were no results and when the message was shown.
* Less flickering by not hiding or showing regions unnecessary
* Cache the common languages "quicklist"
* Added itemsPerColumn as an option

Reduces time used to show language selector after clicking the trigger on my
machine from about 1.8s to about 380 ms (JS execution times, actual times are
about the same but little bigger. The actual rendering is now less than 100ms,
the rest is other setup overheard and $.fn.scrollIntoView which can take many
hundreds of milliseconds.
2013-12-20 10:31:04 +00:00
Niklas Laxström 69f3256fa2 Avoid title case 2013-12-13 13:40:55 +00:00
Niklas Laxström 9d77cfb76f Fix typo 2013-11-19 11:16:14 +00:00
Niklas Laxström a4276bb18a Optimize png images with optipng -o7 2013-11-08 08:19:13 +00:00
Niklas Laxström 67cc85f5ee Reduce data size a bit by using unescaped unicode 2013-11-01 08:45:32 +00:00
Niklas Laxström 240c06da62 Merge pull request #114 from siebrand/6
Remove non-existing "-ms-linear-gradient"
2013-10-30 05:20:44 -07:00
Niklas Laxström f1a1f6d018 Merge pull request #99 from amire80/fil-tl
Redirect fil language (Filipino) to tl (Tagalog)
2013-06-20 03:10:01 -07:00
Niklas Laxström 96c3a1f797 Merge pull request #94 from amire80/syc
Added the Syriac language
2013-05-21 00:28:06 -07:00
Niklas Laxström edfa7339de Merge pull request #89 from amire80/script-for-invalid-language
Add Zyyy for an undetermined script and use it accordingly
2013-04-25 08:43:26 -07:00
Niklas Laxström d0d66ddc36 Merge pull request #88 from amire80/afterShowing-hook
Add an onVisible hook
2013-04-25 05:10:17 -07:00
Niklas Laxström 5d6c83d945 Add spaces 2013-03-15 10:21:59 +00:00
Niklas Laxström c95fab6923 Merge pull request #39 from amire80/bug_41768
Clicking outside ULS popup should close the popup
2012-11-16 09:49:01 -08:00
Niklas Laxström e63aaf90bb Fix ha names per https://gerrit.wikimedia.org/r/24761 2012-09-24 02:00:30 +03:00
NikerabbitandGerrit Code Review ccbd1dcdde Merge changes I83d4808a,If8ea8c1f
* changes:
  JsHint fixes - Move the invocation into the parens that contain the function.
  Fix Bug 39096 - Narayam compatibility with ULS
2012-09-07 11:07:10 +00:00
Niklas LaxströmandGerrit Code Review a524e09cbf Message consistency
* Removed title case
* "language used for menus"

Change-Id: If5c0323f5e49f2e71a3b6257b62ce5a08c74704c
2012-09-03 09:10:08 +00:00
Niklas Laxström a4f103e78f Added/fixed some sami languages
Names taken from (en|fi).wiktionary.org

Change-Id: I6b08417e9a9d65753028d6c5f151b89485542484
2012-08-30 14:35:48 +00:00
Niklas LaxströmandAmir E. Aharoni 4eb214b66f Initial version of geolocation support
Change-Id: Ia1a18ac336131520bbc67f52194f4aa9c547ea67
2012-08-30 15:36:51 +03:00
Niklas Laxström 4bfb011529 Stray space
Change-Id: I2c6e3a6670f99769b1227578c26579e4678fe781
2012-08-20 11:14:09 +00:00
Niklas Laxström 550e9644fa (bug 39230) Autocompletion does not get cleared on region change
* Introduced deactivate (clear without showing all languages)
* Renamed noresult in region filter to noresults to match the
  callback in languagefilter
* Some comments to help understand the code

Change-Id: I544a29b860a6d3f4a5aa770f84cc8a72ae4a4b9d
2012-08-16 09:33:39 +00:00
Niklas Laxström 446a418ad4 Two RTL fixes
* WW can flip sides, other regions not
* Display settings icon now changes side and doesn't overlap with text

Change-Id: I35a6c93448a8dd178e657ba25093cf77199227c8
2012-08-16 08:57:16 +00:00
Niklas LaxströmandGerrit Code Review a2e3671a26 Added autonyms directly to langdb.yaml
* Can add languages not in MW
* Can get rid of foo / bar names which include different scripts
* Can get rid of directionality marks
* PHP scripts to generate the jquery.uls.data.js is now independent of
  mediawiki and moved the scripts to lib/jquery.uls/data
* No pretty printing for the jquery.uls.data.js and added a 'do not edit' comment.
* Related changes in RL module definition and example html

Change-Id: I9a360dbdec4e9312aa5c76f801424ff95a8550d6
2012-08-14 10:19:38 +00:00
NikerabbitandGerrit Code Review c8da071045 Merge "Handling enter key in language filter" 2012-08-08 13:54:27 +00:00
Niklas Laxström 4051277a76 Fix the map in RTL, again
Change-Id: Idde206fd968757cacf778ba41140b99e7f322cc7
2012-08-07 06:41:14 +00:00