summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Wrote tests for detectSupport, fixed a bug in AM/PM detection, simplified ↵Stephen Vance2013-07-062-5/+69
| | | | isIn() function, and eliminated unnecessary escapes in regular expression.
* Minor typo fixesStephen Vance2013-07-061-2/+2
|
* Test and simplify convert24to12, including making it resistant to out of ↵Stephen Vance2013-07-062-4/+27
| | | | bounds values.
* Test two of the utility functions and fix a bug that was found.Stephen Vance2013-07-062-2/+74
|
* A couple minor typo fixes.Stephen Vance2013-07-061-2/+2
|
* Fixed a couple of issues highlighted by intentions and fixed the jsdoc syntax.Stephen Vance2013-07-061-24/+24
|
* Fix comment typoStephen Vance2013-07-061-1/+1
|
* Set up Jasmine spec, spec runner, and support JSsStephen Vance2013-07-068-0/+4100
|
* updates docsTrent Richardson2013-06-151-1/+1
|
* updates timezone conversionsTrent Richardson2013-06-142-4/+3
|
* Fixes syntax error in last commitTrent Richardson2013-06-141-1/+1
|
* Improvements to microsecond prototype for DateTrent Richardson2013-06-141-3/+7
|
* updates jquery version and docsTrent Richardson2013-06-081-7/+17
|
* Move script tags to bottom of pageTrent Richardson2013-05-311-15/+18
|
* #588 work on getDate setDate timezone conversionsTrent Richardson2013-05-311-1/+5
|
* Fix for #588 DST bugTrent Richardson2013-05-301-1/+5
|
* Fix for #588 and #213 dealing with Daylight Savings TimeTrent Richardson2013-05-301-1/+2
|
* Merge pull request #593 from teast/devTrent Richardson2013-05-281-0/+1
|\ | | | | call limitMinMax when a control gets created
| * call limitMinMax when a control gets createdNiklas Jansson2013-05-281-0/+1
| | | | | | | | | | | | If you specified minDateTime the sliders wouldn't be updated with correct min/max values until you modified the date. This call make sure we updates the sliders min/max values at creation too
* | Updates docsTrent Richardson2013-05-281-1/+3
|/
* Merge pull request #589 from Codegasm/devTrent Richardson2013-05-211-6/+6
|\ | | | | correct timeText and units in swedish translation
| * correct timeText and units in swedish translationZoee Silcock2013-05-211-6/+6
|/
* Change variable names for .NET MVC minifyTrent Richardson2013-05-161-12/+12
|
* Change function variables to function declarations for .NETs minifyTrent Richardson2013-05-161-7/+7
|
* Merge pull request #586 from kasunchathuranga/devTrent Richardson2013-05-151-2/+9
|\ | | | | Correctly set microseconds when setting date and time
| * Correctly set microseconds when setting date and timeKasun Chathuranga2013-05-141-2/+9
|/
* #585 add ability to setDate with date stringTrent Richardson2013-05-131-0/+7
|
* Merge pull request #584 from dragosprotung/devTrent Richardson2013-05-121-1/+1
|\ | | | | Fixed typo in variable reference
| * Fixed typo in variable referenceDragos Protung2013-05-091-1/+1
|/
* Updates docsTrent Richardson2013-05-051-0/+3
|
* New dev versionTrent Richardson2013-05-053-5/+5
|
* Version 1.3v1.3Trent Richardson2013-05-052-3/+3
|
* Updates and tests with jqueryui 1.10.3Trent Richardson2013-05-031-2/+2
|
* Updates docsTrent Richardson2013-05-031-24/+8
|
* Merges changes by Moreno - fixes Italian i18n and slider detectionTrent Richardson2013-05-012-5/+5
|
* Merges i18n changesTrent Richardson2013-05-011-1/+1
|\
| * Merge pull request #582 from voda/microsecTrent Richardson2013-05-011-1/+1
| |\ | | | | | | fixed czech microsec translation
| | * fixed czech microsec translationOndřej Vodáček2013-05-011-1/+1
| |/
* | #583 altField not honoring timeOnly=trueTrent Richardson2013-05-011-10/+12
|/
* Updates i18n for microsecTrent Richardson2013-05-0136-0/+36
|
* min/maxInterval options for handleRangeTrent Richardson2013-04-302-22/+39
|
* Fixes microsec bugTrent Richardson2013-04-291-4/+4
|
* change timezone values to minute numbers for easier formatting and js Date ↵Trent Richardson2013-04-252-61/+48
| | | | compat
* iso8601 option removed, pulls from support propertyTrent Richardson2013-04-242-39/+39
|
* #577 Microseconds added to the timepickerTrent Richardson2013-04-242-16/+112
|
* Updates reference in docs to i18nTrent Richardson2013-04-241-1/+1
|
* Renames localization to i18nTrent Richardson2013-04-2436-0/+0
|
* Clean up date range controlsTrent Richardson2013-04-232-25/+45
|
* Updates documentation and versionTrent Richardson2013-04-233-7/+7
|
* Enable unit detection from timeFormatTrent Richardson2013-04-232-35/+49
|
* Fixes timeZone casing, setDate now considers timezoneTrent Richardson2013-04-231-15/+25
|
* Update to timezone functionality, remove defaultTimezone and ↵Trent Richardson2013-04-222-28/+66
| | | | useLocalTimezone options
* Merge pull request #574 from LarsHJ/patch-1Trent Richardson2013-04-221-0/+20
|\ | | | | Create jquery-ui-timepicker-da.js
| * Create jquery-ui-timepicker-da.jsLarsHJ2013-04-151-0/+20
|/
* New dev versionTrent Richardson2013-04-133-6/+6
|
* Updateses documentationv1.2.2Trent Richardson2013-04-132-2/+7
|
* Fixes sliderAccess documentation linkTrent Richardson2013-04-101-1/+1
|
* Creates new dev versionTrent Richardson2013-04-063-5/+5
|
* Updating versionv1.2.1Trent Richardson2013-04-062-3/+3
|
* Fixes #570 select generation to honor timeformatTrent Richardson2013-04-011-3/+4
|
* Fixes #547 - sometimes doest detect ampm when hh:mm TTTrent Richardson2013-03-281-1/+1
|
* Applies pull #566 to remove unused varsTrent Richardson2013-03-261-3/+1
|
* Updates to latest stable jquery and jqueryuiTrent Richardson2013-03-201-3/+3
|
* #561 - do not break datepickers defaultDate optionTrent Richardson2013-03-131-2/+6
|
* Fix formattingTrent Richardson2013-03-091-0/+1
|
* Fixes several lint errorsTrent Richardson2013-03-091-28/+54
|
* Fixes Brazilian Portuguese localization by rbravoTrent Richardson2013-03-091-1/+1
|
* Adds Croatian translation by msajkoTrent Richardson2013-03-091-0/+20
|
* Create new dev versionTrent Richardson2013-02-023-5/+5
|
* Fixes minify syntax errorv1.2Trent Richardson2013-02-021-1/+1
|
* Update version, ready to mergeTrent Richardson2013-02-023-7/+7
|
* Fixes #543 - jqueryui 1.10 no longer implements $.datepicker.logTrent Richardson2013-01-291-6/+16
|
* Update docsTrent Richardson2013-01-291-1/+1
|
* #515 - Add comonent.json for BowerTrent Richardson2013-01-291-0/+11
|
* Fixes #540 - ASP.NET bundling syntax error fixTrent Richardson2013-01-291-1/+1
|
* Fixes issue #470 - getDate null if only sliders usedTrent Richardson2013-01-291-0/+7
|
* New dev versionTrent Richardson2013-01-192-4/+4
|
* Remove dev from versionv1.1.2Trent Richardson2013-01-191-1/+1
|
* Clean up docsTrent Richardson2013-01-192-3/+2
|
* Merge pull request #535 from magnetik/patch-1Trent Richardson2013-01-181-5/+5
|\ | | | | Fixes #471
| * Fixes #471Baptiste Lafontaine2013-01-171-5/+5
| | | | | | It may have some side effect. Seems working fine for me
* | Update jquery and jqueryui in docsTrent Richardson2013-01-181-3/+3
|/
* Basque localization by n3k0rATrent Richardson2013-01-151-0/+20
|
* Rollback doc changesTrent Richardson2013-01-141-2/+1
|
* Update loose parse to try multiple formatsTrent Richardson2013-01-142-6/+17
|
* Update loose parse to use ISOTrent Richardson2013-01-141-1/+1
|
* Improve parsing flexibilityTrent Richardson2013-01-111-3/+3
|
* Fix parsing for single digitsTrent Richardson2013-01-111-3/+4
|
* Fix conditions for maxDate detectionTrent Richardson2013-01-091-6/+10
|
* Fixes bug hourMin/Max defaults the input before setting a timeTrent Richardson2013-01-071-9/+8
|
* Fixes bug hourMin/Max defaults the input before setting a timeTrent Richardson2013-01-071-0/+5
|
* scambra- fix setting time in cooperation with step settingsTrent Richardson2013-01-011-4/+4
|
* Fix encoding of pt-BRTrent Richardson2013-01-011-3/+3
|
* Thai localization by figgaroTrent Richardson2013-01-011-0/+17
|
* Update Czech localization by bohumirslamaTrent Richardson2012-12-191-1/+1
|
* Portuguese update by dufernandesTrent Richardson2012-12-191-3/+3
|
* Fix spinner event in exampleTrent Richardson2012-12-071-1/+1
|
* Fix spinner event in exampleTrent Richardson2012-12-071-2/+4
|
* Update jQuery and jQuery UITrent Richardson2012-12-041-3/+3
|
* Merge pull request #511 from LawrenceLeung/devTrent Richardson2012-11-271-2/+2
|\ | | | | Switch substr to slice as IE8 doesn't do negative substr properly