1
0
mirror of synced 2024-11-22 13:06:08 +03:00
Commit Graph

938 Commits

Author SHA1 Message Date
Atsawin
396d5942b9 Add Thai Translation 2013-07-14 16:16:29 +07:00
Igor Vaynberg
24716bc872 fixes #1513 2013-07-10 16:49:42 -07:00
Igor Vaynberg
1f09c7abaf fix options with empty values. fixes #1497 2013-07-09 00:14:48 -07:00
Igor Vaynberg
247223add7 Merge pull request #1506 from alexryd/remove-bom
Remove the byte order mark
2013-07-08 08:30:39 -07:00
Alexander Ryden
3e2f11d193 Remove the byte order mark 2013-07-08 13:56:11 +02:00
Igor Vaynberg
b8c203ca36 fix #1478 2013-07-03 23:08:55 -07:00
Igor Vaynberg
81b98e7567 fix typo from #1477 2013-07-03 22:45:50 -07:00
Igor Vaynberg
bb7c58406f Merge pull request #1477 from Ugoku/patch-1
Update select2.css
2013-07-03 22:44:39 -07:00
Igor Vaynberg
cdcdc98b55 copy style attr from original element. fixes #1476 2013-07-03 22:42:44 -07:00
Igor Vaynberg
bed05df474 Merge pull request #1486 from fjmilens3/select2-loaded-events
Added select2-loaded event trigger in loadMoreIfNeeded
2013-07-03 22:20:12 -07:00
Igor Vaynberg
88af7ce387 add missing semis. fixes #1489 2013-07-03 22:17:05 -07:00
Igor Vaynberg
567a89e42b Merge pull request #1492 from vikev/master
Bulgarian translation added
2013-07-03 18:53:12 -07:00
Igor Vaynberg
01edc62ff2 Merge pull request #1490 from juliankrispel/patch-1
Rename component.json to bower.json (component.json is deprecated")
2013-07-03 18:52:33 -07:00
Igor Vaynberg
37073f623a Merge pull request #1485 from timisbusy/master
Trimming in opts.createSearchChoice
2013-07-03 15:27:58 -07:00
Igor Vaynberg
42d3ef4405 use click instead of mousedown so we dont break drag and drop support 2013-07-03 15:19:37 -07:00
Igor Vaynberg
ea14b7c30d Merge pull request #1474 from geophree/query-fix
Ignore old queries, remove highlight when beginning a new query.
2013-07-03 15:19:15 -07:00
vikev
a2f138cddf Update select2_locale_bg.js 2013-07-03 17:29:36 +03:00
vikev
a2dbf6fd2d Update select2_locale_bg.js 2013-07-03 11:06:29 +03:00
Lubomir Vikev
081e193a16 Bulgarian translation 2013-07-03 11:00:54 +03:00
Frederick John Milens III
37bf85ead0 Added select2-loaded event trigger in loadMoreIfNeeded 2013-07-02 10:38:09 -05:00
Tim Atkinson
a469143f01 adding trim to opts.createSearchChoice default function to avoid mismatches with val object 2013-07-02 10:35:12 -04:00
juliankrispel
76bfcffac3 Rename component.json to bower.json (component.json is deprecated") 2013-07-02 11:43:59 +01:00
Jeff Hanke
2a0cc76236 Remove ajax out-of-order dropping code, handled in updateResults now. 2013-07-01 13:30:44 -07:00
Ugoku
b7b292bc3b Update select2.css
-ms-box-sizing does not exist, Konqueror does not need prefix.
-ms-text-overflow does not exist, Opera does not need prefix.
-moz-border-radius and -webkit-border-radius not needed anymore.
-moz-background-clip and -webkit-background-clip not needed anymore.
-moz-box-shadow not needed anymore (-webkit still used for Android 2.3)
2013-06-29 17:16:51 +02:00
Igor Vaynberg
be535c7a77 add support for diacritics. fixes #1472 2013-06-28 10:05:12 -07:00
Igor Vaynberg
4947c2950d modified version identifiers in descriptors for release 3.4.1 2013-06-27 18:02:10 -07:00
Jeff Hanke
1eb461a42c Ignore old queries, remove highlight when beginning a new query. 2013-06-27 13:17:35 -07:00
Igor Vaynberg
76f9bae39a fix js error that happens when enter is pressed and there is no highlighted option. fixes #1469 2013-06-27 08:15:58 -07:00
Igor Vaynberg
31117f4ca0 Merge pull request #1468 from derenio/fixing_comment
Add accurate comment to the 'equal' function
2013-06-27 08:05:10 -07:00
Igor Vaynberg
ab22d2f525 Merge pull request #1466 from smajl/patch-1
Update select2_locale_cs.js
2013-06-27 08:03:55 -07:00
Mateusz Dereniowski
8fb7f46297 Add accurate comment to the 'equal' function 2013-06-27 10:30:09 +02:00
smajl
a67fb66362 Update select2_locale_cs.js
Fixed misspelled word "Načítavají" -> "Načítají".
2013-06-27 10:27:49 +02:00
Igor Vaynberg
012a455426 Merge pull request #1465 from geophree/create-search-choice
Always call createSearchChoice and tokenizer with the Select2 object as this.
2013-06-26 16:09:03 -07:00
Jeff Hanke
338a126067 Always call createSearchChoice and tokenizer with the Select2 object as this. 2013-06-26 14:20:22 -07:00
Igor Vaynberg
476b34bd9a Merge pull request #1464 from Tuxosaurus/master
replaces a <div> inside a <a> with a <span>
2013-06-26 10:07:35 -07:00
Cyrille Jouineau
7303852862 replaces a <div> inside a <a> with a <span>
and minor code cleaning
2013-06-26 16:32:07 +02:00
Igor Vaynberg
75edea83b2 added support for data-locked=true next to locked=locked attr. fixes #503. 2013-06-25 21:56:31 -07:00
Igor Vaynberg
4969dcb42c fix #1396 - fix destroy() when double initting 2013-06-23 15:21:16 -07:00
Igor Vaynberg
ef136731d4 move markup escaping of selection into the formatSelection callback. fixes #1417. fixes #1420 2013-06-23 14:32:45 -07:00
Igor Vaynberg
1415567a70 Merge pull request #1455 from vitalets/event-params
fix: data not passed in select2-loaded event
2013-06-22 07:59:17 -07:00
Igor Vaynberg
3e9f0ccbdc Merge pull request #1452 from ibrahimyu/master
Added Indonesian Translation
2013-06-22 07:56:37 -07:00
Igor Vaynberg
fc97452acf Merge pull request #1450 from dpanda/master
Easier use of span elements for selection formatting
2013-06-22 07:55:59 -07:00
vitalets
c57dd1f0ff fix: data not passed in select2-loaded event 2013-06-22 18:19:44 +04:00
imjooseo
5d561bdfe6 Added Indonesian translation 2013-06-22 01:56:54 +07:00
Igor Vaynberg
24c8a19a40 Merge pull request #1445 from spoqa/master
Korean Translation.
2013-06-20 08:56:26 -07:00
daniele panza
161dbb4281 Updated CSS rule to avoid unwanted styling of <span> tags used in options templates 2013-06-20 17:50:41 +02:00
Seong Won Mun
440561761f Added Korean translation. 2013-06-20 14:54:15 +09:00
Igor Vaynberg
3ab1aafae5 fix #1425 ctrl+enter should not open 2013-06-19 22:49:35 -07:00
Igor Vaynberg
ce67f7b7fb fix #1426 - reinitting screws up tabindex 2013-06-19 22:39:03 -07:00
Igor Vaynberg
779b4bae70 Merge pull request #1441 from fitnr/master
Add border to active element drop down.
2013-06-19 10:41:59 -07:00