67 Commits

Author SHA1 Message Date
Andrew Rowls
fdd23a38c1 Merge latest master changes into range branch
--HG--
rename : build.less => build/build.less
2012-04-22 13:23:23 -04:00
Andrew Rowls
0c354943d5 Merge heads 2012-04-22 12:55:30 -04:00
Anderson Fortaleza
90fd19122e Autoclose now woks for component datepicker 2012-04-22 13:21:57 -03:00
Andrew Rowls
03ec433bf2 Accept language setting from data-attributes 2012-04-22 01:34:24 -04:00
Phoenix Zerin
f0067a438b Implicitly convert weekStart to an int and mod by 7 to prevent weird values from destroying the integrity of the calendar. 2012-04-21 16:03:11 -05:00
Phoenix Zerin
5c854dff6c Handle string and unusual values for weekStart non-catastrophically. 2012-04-21 15:53:52 -05:00
Reinier Goltstein
fd9eb6bb7e Added Dutch localization 2012-04-17 10:35:43 +02:00
Andrew Rowls
cbef138e0a Don't split with regexes - tricky cross-browser breakages
http://blog.stevenlevithan.com/archives/cross-browser-split
2012-04-15 22:43:23 -04:00
Andrew Rowls
9e1969d92e Trigger changeDate on keyboard navigation 2012-04-15 21:07:42 -04:00
Andrew Rowls
7e85f00bc8 Implement initial daterange picker 2012-04-15 20:47:23 -04:00
Andrew Rowls
7b406db445 Provide build .less file to produce standalone .css file
--HG--
rename : build.less => build/build.less
2012-04-15 15:36:36 -04:00
Andrew Rowls
08595e79d8 Merge heads 2012-04-11 09:57:55 -04:00
Andrew Rowls
dd143c9e62 Merge heads (RU and DA translations) 2012-04-11 09:57:03 -04:00
Enrico Rubboli
61c2dd6d49 fix header comments 2012-04-10 16:44:17 +02:00
Christian Pedersen
e42149a810 Added danish translation 2012-04-10 13:38:47 +02:00
Victor Taranenko
198d6d34b2 add russian translation 2012-04-10 15:20:28 +07:00
Enrico Rubboli
4f9a3e5551 add italian language 2012-04-10 01:11:46 +02:00
Nicklas Ansman Giertz
d5f5743590 Allow the date input to have the class date 2012-04-09 14:03:07 +03:00
Andrew Rowls
6f7369aec9 Don't import .input-append .add-on; update less buildfile and css file 2012-04-06 23:53:11 -04:00
Andrew Rowls
be82a2560d Don't import ; update less buildfile and css file 2012-04-06 23:52:45 -04:00
Andrew Rowls
456cfa20b1 Add initial styles for daterange markup 2012-04-06 23:42:30 -04:00
Andrew Rowls
0d44b955fb Make date parsing a bit more generic, able to use more than one separator in a single format 2012-04-06 15:28:22 -04:00
Andrew Rowls
7a106c37ed Merge heads 2012-04-06 00:33:18 -04:00
Andrew Rowls
f72c362eaf Merge in startView implementation 2012-04-06 00:32:21 -04:00
Andrew Rowls
ca24be8c1c Merge in startView implementation 2012-04-05 23:39:49 -04:00
Andrew Rowls
b86e2f24c9 Clean up startView implementation 2012-04-05 23:36:15 -04:00
Andrew Rowls
351e4b42ed Document dependency on dropdowns.less 2012-04-05 22:21:03 -04:00
Andrew Rowls
37194e48b7 Merge Turkish locale 2012-04-05 20:10:46 -04:00
Serkan Algur
4e30105844 Added Turkish Translation 2012-04-06 02:28:07 +03:00
Andrew Rowls
038b124c82 Externalize translations to js/locales/ directory. 2012-04-05 17:20:35 -04:00
Andrew Rowls
1f3c46df60 Make weekStart overridable by locales 2012-04-05 16:55:38 -04:00
Will Marshall
3e78e2f639 Patching so that it retains the viewMode starting state 2012-04-04 10:51:08 +10:00
Will Marshall
dc56d9a50f Adding an option so that the datepicker can be configured to drill down from decade 2012-04-04 10:49:13 +10:00
Patrik Ragnarsson
d208df641d Added Swedish translation 2012-04-03 11:07:17 +02:00
Nico Mollet
a7acb2aee7 The french translation 2012-04-02 20:30:59 +03:00
Andrew Rowls
e90e07f9f2 Derp, don't use null there, breaks with multi-month offsets 2012-04-01 14:29:58 -04:00
Andrew Rowls
390e0e7ed7 Use moveMonth and moveYear functions for navigation, rather than simple today + #days math 2012-04-01 14:20:37 -04:00
Hinrik Örn Sigurðsson
0591b36557 Icelandic translation 2012-03-31 03:26:40 +00:00
Andrew Rowls
5788810bd3 Allow simple timedeltas in startDate and endDate 2012-03-30 22:39:45 -04:00
Andrew Rowls
1f7b41c0c1 Fix whitespace 2012-03-30 19:34:36 -04:00
Andrew Rowls
476d71731f Swap hex codes for unicode characters in translations, document <script charset='UTF-8'>, and update 'shipped with' translations 2012-03-30 19:34:19 -04:00
Cauan Cabral
6e751ee56a Added brazilian localization
--HG--
extra : rebase_source : 2aedaab7ae94b4dbba98c084ef43d889f57ae566
2012-03-29 12:10:19 -04:00
Cauan Cabral
99da6295c7 Strip extraneous whitespace
--HG--
extra : rebase_source : e90fc0ba8986eb5a61935f7e2e7a1b889348f541
2012-03-29 12:10:19 -04:00
Bruno Bonamin
01449fd6c9 Added spanish locale 2012-03-29 13:02:55 -03:00
Andrew Rowls
af4d30fc77 Document new i18n abilities 2012-03-27 20:57:57 -04:00
Andrew Rowls
ee942dd334 Make i18n extensible, and handle unknown languages better 2012-03-27 20:47:09 -04:00
Sam Zurcher
f17b621950 Adding very basic i18n infrastructure including German translation. 2012-03-27 16:35:32 +02:00
Andrew Rowls
f001193de1 I think I've done enough work on it to deserve a mention... 2012-03-23 12:59:33 -04:00
Andrew Rowls
566a1d3490 Add support for keyboard navigation and some extra keyboard functionality 2012-03-22 12:12:29 -04:00
Andrew Rowls
44507a945a Leave field blank if no date is picked 2012-03-21 13:57:16 -04:00