Commit Graph

1253 Commits

Author SHA1 Message Date
Santhosh Thottingal 5c6d244c97 Merge branch 'master' of github.com:wikimedia/jquery.uls 2012-10-26 10:37:32 +05:30
Santhosh Thottingal 27b8babfa9 Use lazy loading of regions only where language list is big 2012-10-26 10:29:21 +05:30
Santhosh Thottingal 1907200f10 Merge pull request #18 from siebrand/master
Fix for issue 17
2012-10-24 05:56:12 -07:00
Santhosh Thottingal c883c3a774 Avoid jumping to WW while scrolling up.
Correct the precision of scroll top by taking padding into account.
Fixes https://bugzilla.wikimedia.org/show_bug.cgi?id=39224

Change-Id: I988e9a09018bf2d5c27f11d21947e036c79f56b9
2012-10-24 18:18:18 +05:30
Siebrand Mazeland bebda013d4 Merge pull request #16 from pauginer/master
Small fix to align links under the title
2012-10-24 01:48:51 -07:00
Siebrand Mazeland 48471d02a2 Update autonyms for es-419 and es-formal
Fixes issue 17.
2012-10-24 10:46:28 +02:00
Santhosh Thottingal 761c845ad2 Fix ULS: Pointer style target should match click target
Reported at https://bugzilla.wikimedia.org/show_bug.cgi?id=41314
Also removed unwanted a tag

Change-Id: Id3eeabf76a12a8ec2c0d38b27b868216a2f785e0
2012-10-24 12:01:07 +05:30
Siebrand Mazeland 64435b1919 Localisation updates from http://translatewiki.net. 2012-10-20 16:14:49 +00:00
pginer 24dc71bcdd Smal fix to align links under the title
Whenlinks are included under the ULS title (e.g., go back to display settings),
they need the same padding as the title to be aligned.
This commit does so.
2012-10-17 17:15:55 +02:00
Santhosh Thottingal 934cc6136b Merge pull request #15 from pauginer/master
Small CSS adjustments to emphasize search bar and connection to the list.
2012-10-17 04:49:30 -07:00
pginer 89a502fdb5 Emphasize search bar and better connection to the list
The style for the search zone has been modified to emphasize it,
 and margins for the language list have been modified to avoid blank separation between search bar and the list.
2012-10-17 13:29:54 +02:00
Santhosh Thottingal 6c6794ae0c Merge branch 'master' of github.com:wikimedia/jquery.uls 2012-10-17 14:21:21 +05:30
Santhosh Thottingal 568c626abe Update grunt.js to use grunt-contrib-copy instead of grunt-cp 2012-10-17 14:21:06 +05:30
Santhosh Thottingal 27a522cbfc Update grunt.js to use grunt-contrib-copy instead of grunt-cp 2012-10-17 14:15:41 +05:30
Santhosh Thottingal 8fdb94d1f0 Merge pull request #14 from amire80/2012/remove_deprecated_languagesInScripts
Replaced the deprecated languagesInScripts function
2012-10-15 08:45:52 -07:00
Amir E. Aharoni 9aa9f3ee01 Replaced the deprecated languagesInScripts function 2012-10-15 16:26:51 +02:00
Santhosh Thottingal 983cd129cf Do not fail when jquery.i18n is not present
Change-Id: Ieed87c23cac842e8d9f6de54b1d2d4af9586ce4f
2012-10-15 19:09:39 +05:30
Siebrand Mazeland fd492df0c6 Localisation updates from http://translatewiki.net. 2012-10-15 11:44:42 +00:00
Santhosh Thottingal 04c5cc1e23 Merge branch 'master' of github.com:wikimedia/jquery.uls
Conflicts:
	examples/index-i18n.html
2012-10-09 19:44:01 +05:30
Santhosh Thottingal 76094b8e03 i18n the placeholder text in language selector and correct the onready
callback
2012-10-09 19:41:32 +05:30
Santhosh Thottingal e5880573a6 Merge pull request #12 from amire80/2012/bug_39224/stabilize_scrolling
Refactoring scrolling code
2012-10-08 08:48:52 -07:00
Amir E. Aharoni 77e62c99a5 Changed $( this ) into meaningful variables 2012-10-08 17:34:35 +02:00
Amir E. Aharoni f14073a21a Rename the variable that to lcd 2012-10-08 17:22:01 +02:00
Amir E. Aharoni 2e22c5c550 Initial whitespace cleanup 2012-10-08 17:04:05 +02:00
Santhosh Thottingal dfe6fcbb13 Merge pull request #8 from amire80/2012/bug_39932/no_cyclical_region_click
Do nothing if the clicked region is already selected
2012-10-08 02:35:30 -07:00
Santhosh Thottingal ff969c09fb Merge pull request #11 from amire80/2012/10/08/css_lint
Fix a few trivial CSS lint issues
2012-10-08 02:08:53 -07:00
Santhosh Thottingal 96a4303202 Merge pull request #9 from amire80/2012/bug_39963/cleanup_function_names
Rename functions in uls.data.utils
2012-10-08 02:06:28 -07:00
Amir E. Aharoni 9d38d9bd64 Fix a few trivial CSS lint issues 2012-10-08 08:35:14 +02:00
Amir E. Aharoni e35a18eb0d Merge branch '2012/bug_39963/cleanup_function_names' of github.com:amire80/jquery.uls into 2012/bug_39963/cleanup_function_names
Conflicts:
	src/jquery.uls.data.utils.js
2012-10-08 08:32:06 +02:00
Amir E. Aharoni c40caf4a29 Update the remaining calls to deprecated functions 2012-10-08 08:27:50 +02:00
Amir E. Aharoni faeac72491 .languagesByScript* -> .getLanguagesByScript* 2012-10-08 08:13:34 +02:00
Amir E. Aharoni bd355b249d .allRegions -> .getAllRegions 2012-10-08 08:13:34 +02:00
Amir E. Aharoni d74d9b003b .autonyms -> .getAutonyms 2012-10-08 08:13:34 +02:00
Amir E. Aharoni 5e16abf26d .autonym -> .getAutonym 2012-10-08 08:13:34 +02:00
Amir E. Aharoni 7d48ec230b .regions -> .getRegions 2012-10-08 08:13:34 +02:00
Amir E. Aharoni 17f525f510 Replace .script with .getScript 2012-10-08 08:13:34 +02:00
Amir E. Aharoni c007ba3427 (bug 39963) Add "get" to function names
Kept the old names and gave them simple deprecation marking.
2012-10-08 08:13:34 +02:00
Santhosh Thottingal f35d20128f Merge pull request #10 from amire80/santhosh-tests
More QUnit tests
2012-10-07 22:59:59 -07:00
Amir E. Aharoni 8f32169c3d Merge branch 'santhosh-tests' of github.com:amire80/jquery.uls into santhosh-tests 2012-10-08 07:46:33 +02:00
Amir E. Aharoni 9188e8c246 Update readme with working test commands 2012-10-08 07:43:41 +02:00
Amir E. Aharoni 427c3bf39d Added RTL tests from Gerrit and fixed another test 2012-10-08 07:43:41 +02:00
Santhosh Thottingal fc28cfeb3b Add qunit tests
Importing the tests from MediaWiki gerrit

Change-Id: I2aec075b5ea04f927e2ee0a0e747334ba9efb4a0
2012-10-08 07:43:41 +02:00
Amir E. Aharoni 1e955cc60d Update readme with working test commands 2012-10-08 07:42:58 +02:00
Amir E. Aharoni b4c407163b Added RTL tests from Gerrit and fixed another test 2012-10-08 01:33:49 +02:00
Amir E. Aharoni da4912a6cb Merge branch 'master' of git://github.com/santhoshtr/jquery.uls into santhosh-tests 2012-10-08 01:28:20 +02:00
Siebrand Mazeland 41499db706 Localisation updates from http://translatewiki.net. 2012-10-07 22:05:27 +00:00
Amir E. Aharoni 779067bd66 .languagesByScript* -> .getLanguagesByScript* 2012-10-07 22:09:52 +02:00
Amir E. Aharoni 2f5bafda3d .allRegions -> .getAllRegions 2012-10-07 22:00:58 +02:00
Amir E. Aharoni 4b8820ddac .autonyms -> .getAutonyms 2012-10-07 21:50:56 +02:00
Amir E. Aharoni b52df71d8c .autonym -> .getAutonym 2012-10-07 21:50:05 +02:00