Commit Graph

418 Commits

Author SHA1 Message Date
Niklas Laxström d0d66ddc36 Merge pull request #88 from amire80/afterShowing-hook
Add an onVisible hook
2013-04-25 05:10:17 -07:00
Amir E. Aharoni 6309d1889b Comments format 2013-04-25 14:48:37 +03:00
Amir E. Aharoni a568b3244e Rename the hook to "visible" and add documentation 2013-04-25 13:29:25 +03:00
Amir E. Aharoni b28bed9bb5 Add an afterShowing hook
A hook that can optionally run after the ULS menu is shown.
There are things that cannot be done in ready(), because
the style may not have been initialized yet.
2013-04-23 22:43:14 +03:00
Amir E. Aharoni 851e2e84bc Remove an extra var statement 2013-04-23 17:56:59 +03:00
Amir E. Aharoni 62cab27eb2 Leave only one var statement per scope 2013-04-22 14:40:12 +03:00
Santhosh Thottingal bc23e213b2 Merge pull request #83 from amire80/bug_42383
Don't ignore backspace in the search box
2013-04-11 03:39:34 -07:00
Amir E. Aharoni d410338c93 Don't ignore backspace in the search box 2013-04-10 18:57:20 +03:00
Santhosh Thottingal bdcff98935 Merge branch 'master' of github.com:siebrand/jquery.uls into siebrand-master
Change-Id: I3795440ca3306fd5c1c16ffc3c247b0cf2a528d8
2013-03-26 09:28:06 +05:30
Santhosh Thottingal 0340e609a0 Expose compact mode as an option
* some minor space cleanup
* Also close the ULS window when clicked outside

Change-Id: I06b465926196f79e47990e80e3b23f5a16474ba3
2013-03-15 14:57:19 +05:30
Siebrand Mazeland 356a074fd6 Make code analyzer ignore the unused assignment
It is used, as the comment above explains.
2013-03-15 03:26:07 +01:00
Amir E. Aharoni 49f623c61f Fix Pali language name 2013-02-19 00:15:20 +05:30
Siebrand Mazeland 66d84936f9 Merge pull request #74 from amire80/coding_conventions
Coding conventions, cleanup
2013-02-07 21:01:24 -08:00
Pau Giner 7e800eb836 Settings at the bottom of the ULS
Moves the settings block at the bottom of the ULS dialog in order
to distinguish more clearly the selection and configuration regions.
2013-02-06 10:35:48 +01:00
Amir E. Aharoni e40ca2e885 Whitespace, JSHint, removed unused function 2013-01-13 23:32:40 +02:00
Amir E. Aharoni 9147af93d7 JSHint, whitespace, quotes 2013-01-13 23:24:47 +02:00
Amir E. Aharoni 31cd276019 JSHint cleanup 2013-01-13 23:20:05 +02:00
Amir E. Aharoni 9695cc1b68 Better adherence to coding conventions 2013-01-13 23:05:40 +02:00
Amir E. Aharoni 44ed95ccdb Merge branch 'use_strict_data' into 2013-01-09-fixes 2013-01-09 13:14:50 +02:00
Amir E. Aharoni 30165c19c7 Merge branch 'prevent_dupes' into 2013-01-09-fixes 2013-01-09 13:14:09 +02:00
Amir E. Aharoni 8b4c5444b8 Merge branch 'no-norsk' into 2013-01-09-fixes 2013-01-09 13:13:19 +02:00
Amir E. Aharoni 66a50931a5 Prevent appearance of redirects in the rendered list
utils.getLanguagesByScriptGroup() runs on the object's languages
property and not on all the langdb languages. This caused
the redirects to be counted as languages. I fixed this,
and added a test to prevent it.

Also update JS langdb, because it went out of sync in of
the previous commits.
2013-01-09 12:59:58 +02:00
Amir E. Aharoni 989c079ad6 Change region of frc to America
This is Cajun French, which is only spoken in America and not Europe.
2013-01-08 22:45:09 +02:00
Amir E. Aharoni 5828dc2374 Add autonym to code 'no' 2013-01-08 22:37:50 +02:00
Amir E. Aharoni df2c40dc92 'use strict' in JavaScript langdb
JSHint can complain about this in build checks, and it shouldn't
hurt anything. But correct me if I'm wrong.
2013-01-08 22:34:16 +02:00
Santhosh Thottingal ca18edd0dd Merge pull request #63 from amire80/bug_43568
Render every region only once
2013-01-07 06:44:04 -08:00
Santhosh Thottingal 0e61876af5 Merge branch 'extra_languages' of git://github.com/amire80/jquery.uls into amire80-extra_languages
Conflicts:
	src/jquery.uls.data.js
	src/jquery.uls.data.utils.js

Change-Id: I9c321891707b0d68328f4e4c8be1bd451794072d
2013-01-07 15:45:48 +05:30
Amir E. Aharoni 90a095a6cf Merge branch 'add_brx' into add_brx_rebase 2013-01-07 00:15:07 +02:00
Amir E. Aharoni e97827bb83 Add the Bodo language (brx) 2013-01-07 00:01:48 +02:00
Amir E. Aharoni b35d2ebc3b Add redirect bat-smg -> sgs 2013-01-06 20:29:30 +02:00
Amir E. Aharoni 98874233c1 Some more fixes in redirects and code
* Redirect fiu-vro to vro.
* Redirect roa-rup to rup.
* Redirect zh-yue to yue.
* Remove pru. Only prg is the right code for Prussian.
  pru is a code of a language in Indonesia, about which
  there's very little information, so it's better to remove it.
2013-01-04 21:33:43 +02:00
Amir E. Aharoni f822331b8b Redirect zh-min-nan to nan
Fixes bug
https://bugzilla.wikimedia.org/show_bug.cgi?id=43569
2013-01-04 18:54:50 +02:00
Amir E. Aharoni 13473c9f7a Render every region only once
Fixes bug
https://bugzilla.wikimedia.org/show_bug.cgi?id=43568
2013-01-04 08:31:20 +02:00
Amir E. Aharoni d4ef33d4f8 Merge pull request #58 from amire80/whitespace
Whitespace
2013-01-02 23:09:40 -08:00
Amir E. Aharoni 49436026d8 Whitespace 2013-01-02 18:48:02 +02:00
Amir E. Aharoni 1f91a4c40c Whitespace 2013-01-02 18:28:14 +02:00
Amir E. Aharoni 829c827483 Adding a special region
This is supposed to allow adding special languages.

This region's section is hidden by default and can be enabled by
passing different options to the lcd object.
2013-01-02 12:58:29 +02:00
Amir E. Aharoni e78a2507d7 Whitespace 2012-12-30 20:34:32 +02:00
Amir E. Aharoni 683ad727e1 Add aliases to the languages that need them 2012-12-30 19:14:51 +02:00
Siebrand Mazeland d2d287fbc4 Update docs 2012-12-27 21:58:54 +01:00
Siebrand Mazeland f9111d5e39 Simplify if statement 2012-12-27 21:45:35 +01:00
Santhosh Thottingal 8c54381e58 Change double quotes to single quotes
Change-Id: I4684a4bc4ac26fffba7310891106d254e893dd63
2012-12-24 16:29:14 +05:30
Santhosh Thottingal 38d5826b72 Remove all deprecated methods
Change-Id: I8f6507f264ace851483d317af38733be46c51091
2012-12-24 16:18:26 +05:30
Amir E. Aharoni 22112fefbf Add missing semicolon 2012-12-17 10:45:30 +02:00
Amir E. Aharoni 13e249907a Skip redirects in util functions 2012-12-17 10:45:30 +02:00
Amir E. Aharoni 8f75d69997 Add aliases and tests for isRedirect 2012-12-17 10:45:30 +02:00
Amir E. Aharoni bdb1ef3b47 Add isRedirect (from an old Gerrit commit) 2012-12-17 10:45:30 +02:00
Amir E. Aharoni 5f9a0c4a17 Double quotes -> single quotes 2012-12-17 10:45:30 +02:00
amire80 593f8452f1 Update some codes with multiple scripts
This is a temporary measure on the way to implementing
language code aliasing.

Removed double scripts and indications of script names in parentheses.
2012-12-17 10:45:30 +02:00
Amir E. Aharoni 7a04c3c6e0 Rename "that = this" to meaningful names 2012-11-29 10:40:24 +02:00