1
0
mirror of synced 2024-11-22 21:16:10 +03:00
Commit Graph

930 Commits

Author SHA1 Message Date
Streid
e4c1e061e4 Tab to spaces 2013-08-09 11:33:41 +03:00
Streid
1d1212c5ed Fix: Not working adaptDropdownCssClass callback. 2013-08-09 11:30:47 +03:00
Igor Vaynberg
08dc4d3768 Merge pull request #1593 from juliomrqz/patch-1
Improve ES locale
2013-08-05 00:00:46 -07:00
Julio Marquez
26987ddcfd Improve ES locale
Fixed missing diacritical marks & changed word "adicione" -> "introduzca"
2013-08-04 19:00:32 -04:30
Igor Vaynberg
0a6c56c8be Merge pull request #1591 from kepoweran/master
Added Malay translation
2013-08-03 23:09:47 -07:00
kepoweran
2a081dfc1f Added Malay translation 2013-08-02 23:43:34 +08:00
Igor Vaynberg
59df6b4c9a prevent scrolling when dropdown is opened. fixes #1540 2013-07-31 22:05:44 -07:00
Igor Vaynberg
dcee289874 Merge pull request #1578 from yuripc/colors-2
Colors to shorthand hexadecimal
2013-07-31 21:44:35 -07:00
Igor Vaynberg
e162a4802c tweak how mask is created to remove jitter. fixes #1574 2013-07-31 21:41:37 -07:00
Igor Vaynberg
d479018485 Merge pull request #1584 from UltCombo/pt
improve PT locales
2013-07-31 09:01:01 -07:00
UltCombo
881067524d improve PT locales 2013-07-31 11:23:35 -03:00
Igor Vaynberg
2ab64be416 Merge pull request #1563 from UltCombo/1562
Fixes #1562 do not trigger change on $().select2('data') unless specified with the second param
2013-07-30 09:41:56 -07:00
Yuri Pereira
7fd8a9f6e7 Colors to shorthand hexadecimal/2 2013-07-27 14:28:45 -03:00
Yuri Pereira
4ea4246c44 Colors to shorthand hexadecimal 2013-07-27 14:25:24 -03:00
Igor Vaynberg
28ea518257 width: copy option needs to ignore min-width and max-width. fixes #1557 2013-07-27 10:02:27 -07:00
Igor Vaynberg
f886f716e2 Revert "Colors to shorthand hexadecimal"
This reverts commit fe307f6f15.
2013-07-27 09:53:49 -07:00
Igor Vaynberg
852784dd3f fixes #1504 - undo changes made to labels during init 2013-07-26 23:58:38 -07:00
Igor Vaynberg
86fe603082 Merge pull request #1548 from yuripc/colors
Colors to shorthand hexadecimal
2013-07-26 23:47:35 -07:00
Igor Vaynberg
0ce22d5b80 make sure offscreen doesnt cause vertical shift. fixes #829 2013-07-26 22:51:36 -07:00
Igor Vaynberg
238903f5f4 close before destroying. fixes #1550 2013-07-26 22:22:21 -07:00
UltCombo
69396da14f data method use the same triggerChange logic as val method 2013-07-25 21:41:22 -03:00
Igor Vaynberg
bbb3e14102 Merge pull request #1571 from fedeisas/master
add zepto compatibiliy
2013-07-25 13:31:35 -07:00
Fede Isas
337fac620e add zepto compatibiliy 2013-07-25 16:44:41 -03:00
Igor Vaynberg
cb8072df18 Merge pull request #1549 from cmfcmf/patch-1
Added !important to select2-offscreen to make sure that it is definitly hidden.
2013-07-24 20:39:20 -07:00
Igor Vaynberg
521d13318e Merge pull request #1566 from choopanarsh/patch-1
translation for Persian(Farsi) fa.
2013-07-24 20:33:37 -07:00
choopanarsh
82f1009107 translation for Persian(Farsi) fa. 2013-07-24 17:45:00 +04:30
UltCombo
2d58f5b084 Fixes #1562; remove some dead code
No longer fire change event when .select2('data', falsyValue) is called without the 3rd param;
Dead code removed: !"" is true.
2013-07-23 18:55:09 -03:00
Igor Vaynberg
001c9abb34 Merge pull request #1555 from ebbe-brandstrup/master
Fixed Tab key not respecting opts.selectOnBlur
2013-07-22 08:15:36 -07:00
Ebbe Brandstrup
6eb74930d5 Fixed Tab key not respecting opts.selectOnBlur 2013-07-22 09:30:35 +02:00
cmfcmf
2be293ab4a Added !important to select2-offscreen to make sure that it is definitly hidden. 2013-07-19 21:29:35 +02:00
Yuri Pereira
fe307f6f15 Colors to shorthand hexadecimal 2013-07-19 13:16:39 -03:00
Igor Vaynberg
dfeb6d4173 Merge pull request #1546 from yuripc/master
Add some missing spaces
2013-07-19 08:30:56 -07:00
Yuri Pereira
f9b1e150e5 Add missing space 2013-07-19 10:09:44 -03:00
Yuri Pereira
95634b830d Add space after comma 2013-07-19 09:54:48 -03:00
Yuri Pereira
2fc63f264f Add space before { 2013-07-19 09:50:47 -03:00
Igor Vaynberg
92fe5018c9 fix 'autocaptilize' typo. fixes #1544 2013-07-18 14:05:47 -07:00
Igor Vaynberg
0c479b4cd1 additional tweal to #1528 to make formatters skip nulls 2013-07-17 00:32:41 -07:00
Igor Vaynberg
99dbc66d95 fix incorrect reference. fixes #1530 2013-07-15 23:10:19 -07:00
Igor Vaynberg
eaf2704a18 fixes #1528 Returning [] from data method on unset value for single-selects 2013-07-15 23:01:49 -07:00
Igor Vaynberg
01a395f9e1 Merge pull request #1537 from UltCombo/1536
fixes #1536
2013-07-15 20:52:57 -07:00
UltCombo
a6c5302e71 fixes #1536 2013-07-15 11:59:34 -03:00
Igor Vaynberg
0687909eee Merge pull request #1529 from atsawin/master
Add Thai Translation
2013-07-14 20:43:55 -07:00
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