Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Pick the current timezone of the browser by default. | Alexander Pepper | 2012-03-20 | 1 | -13/+25 | |
| | | ||||||
* | | revert change | Trent Richardson | 2012-03-22 | 1 | -1/+0 | |
| | | ||||||
* | | Default timezone by kapouer | Trent Richardson | 2012-03-22 | 1 | -0/+1 | |
| | | ||||||
* | | Update license | Trent Richardson | 2012-03-20 | 1 | -2/+2 | |
|/ | ||||||
* | fix formatting | Trent Richardson | 2012-03-16 | 1 | -20/+20 | |
| | ||||||
* | Fix time only issue within _parseTime | Trent Richardson | 2012-03-16 | 1 | -94/+98 | |
| | ||||||
* | Minor refactoring after code review | Alexander Parshin | 2012-03-08 | 1 | -95/+85 | |
| | ||||||
* | Merge remote-tracking branch 'remotes/trent/dev' into parseDateTime | Alexander Parshin | 2012-03-08 | 1 | -9/+15 | |
|\ | ||||||
| * | Merge pull request #328 from jun66j5/dev | Trent Richardson | 2012-02-29 | 1 | -6/+6 | |
| |\ | | | | | | | Fixed typo for iso8601 | |||||
| | * | Fixed typo for iso8601 | Jun Omae | 2012-02-29 | 1 | -6/+6 | |
| | | | ||||||
| * | | Merge pull request #327 from aparshin/dev | Trent Richardson | 2012-02-29 | 1 | -15/+27 | |
| |\ \ | | |/ | |/| | Fixed errors when call public methods from input without datepicker instance | |||||
| * | | 1.0.1-dev | Trent Richardson | 2012-02-28 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fix global o variable | Trent Richardson | 2012-02-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Prevent RangeError - Pull Request 324 | Trent Richardson | 2012-02-28 | 1 | -0/+6 | |
| | | | ||||||
* | | | Add $.datepicker.parseDateTime(), $.datepicker.parseTime() functions | Alexander Parshin | 2012-03-05 | 1 | -106/+183 | |
| |/ |/| | ||||||
* | | No errors when call public methods from input without datepicker instance | Alexander Parshin | 2012-02-29 | 1 | -15/+27 | |
|/ | ||||||
* | Remove unused variables, fix validation warnings | Bartosz Firyn | 2012-02-15 | 1 | -57/+51 | |
| | ||||||
* | Update dev version | Trent Richardson | 2012-02-11 | 1 | -3/+3 | |
| | ||||||
* | Ready for deployment | Trent Richardson | 2012-02-11 | 1 | -3/+3 | |
| | ||||||
* | Create public $.datepicker.formatTime method | Trent Richardson | 2012-02-07 | 1 | -33/+54 | |
| | ||||||
* | Trim formatted time for when ampm=false and tt in format | Trent | 2012-01-30 | 1 | -0/+1 | |
| | ||||||
* | timeFormat tt h:mm not parsed fix by clear00 | Trent | 2012-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fix more semicolons | Trent | 2012-01-11 | 1 | -2/+2 | |
| | ||||||
* | Fix semicolons | Trent | 2012-01-11 | 1 | -2/+2 | |
| | ||||||
* | Fix beforeShow to return value - by kunalkumar | Trent | 2011-12-27 | 1 | -1/+1 | |
| | ||||||
* | bug fix - swallowing all date parsing errors breaks the datepicker option ↵ | Richard Bradley | 2011-12-15 | 1 | -4/+9 | |
| | | | | "defaultDate" on relative values like "-18y" | |||||
* | Check for tp_inst in gotoToday | Trent | 2011-12-14 | 1 | -1/+1 | |
| | ||||||
* | Fix option setter | Trent Richardson | 2011-12-04 | 1 | -1/+3 | |
| | ||||||
* | sliderAccess tweak | Trent Richardson | 2011-12-04 | 1 | -13/+15 | |
| | ||||||
* | Create new dev version | Trent Richardson | 2011-12-03 | 1 | -3/+3 | |
| | ||||||
* | Prepare version update | Trent Richardson | 2011-12-03 | 1 | -2/+2 | |
| | ||||||
* | Adj grids only when slideAccess visible | Trent | 2011-12-02 | 1 | -8/+11 | |
| | ||||||
* | Fix decimals results | Trent | 2011-12-02 | 1 | -12/+12 | |
| | ||||||
* | Fix grids with sliderAccess | Trent | 2011-12-02 | 1 | -1/+14 | |
| | ||||||
* | Add sliderAccess integration | Trent | 2011-12-02 | 1 | -20/+14 | |
| | ||||||
* | refactor markup generation; add change event | Trent | 2011-12-01 | 1 | -36/+45 | |
| | ||||||
* | Fixes issue 254, 261 _updateDateTime | Trent | 2011-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix daylight savings by mliberato | Trent | 2011-10-18 | 1 | -2/+2 | |
| | ||||||
* | Create new dev version | Trent Richardson | 2011-10-02 | 1 | -4/+4 | |
| | ||||||
* | Change version | Trent Richardson | 2011-10-02 | 1 | -1/+1 | |
| | ||||||
* | Updated css in js filev0.9.7 | Trent Richardson | 2011-10-02 | 1 | -4/+5 | |
| | ||||||
* | Issue when specifying stepHour/stepMinute/stepSecond along with min and max ↵ | Ing. Jan Novotný | 2011-09-26 | 1 | -19/+19 | |
| | | | | | | | | | | | | limits. Modulo was computed in relation with midnight instead of min limit. Error usecase: $('#example1').datetimepicker({ stepHour: 4, hourMin: 9, hourMax: 18 }); Would make steps 9-13-16 instead of 9-13-17. | |||||
* | Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampm | Jun Omae | 2011-08-15 | 1 | -10/+40 | |
|\ | ||||||
| * | Fixed "Now" button with iso8601. | Jun Omae | 2011-08-12 | 1 | -0/+2 | |
| | | ||||||
| * | Merge remote-tracking branch 'trentrichardson/dev' into iso8601-tz | Jun Omae | 2011-08-12 | 1 | -1/+11 | |
| |\ | ||||||
| * | | Support timezone designators in iso8601. | Jun Omae | 2011-08-09 | 1 | -10/+38 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampm | Jun Omae | 2011-08-15 | 1 | -1/+11 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | When `showTimezone` is true, "Now" button sets the current timezone. | Jun Omae | 2011-08-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Now button sets the current timezone. | Jun Omae | 2011-08-11 | 1 | -1/+11 | |
| |/ | ||||||
* | | Allow to input characters of localized AM/PM markers. | Jun Omae | 2011-08-12 | 1 | -0/+2 | |
| | | ||||||
* | | Support localized AM/PM markers. | Jun Omae | 2011-08-11 | 1 | -41/+67 | |
|/ | ||||||
* | Force type int of grid options | Trent Richardson | 2011-07-25 | 1 | -4/+4 | |
| | ||||||
* | Fix gotoToday button click | Trent Richardson | 2011-07-24 | 1 | -0/+3 | |
| | ||||||
* | Added millisecond functionality by Beakersoft | Trent Richardson | 2011-07-23 | 1 | -39/+183 | |
| | ||||||
* | Create 0.9.7-dev | Trent Richardson | 2011-07-20 | 1 | -3/+3 | |
| | ||||||
* | A couple changes for options and new jquery uiv0.9.6 | Trent Richardson | 2011-07-20 | 1 | -4/+49 | |
| | ||||||
* | Add classes to label grid tables | Ben Murden | 2011-07-01 | 1 | -2/+2 | |
| | ||||||
* | apply fix by alexandergitter for setTime to work | Trent Richardson | 2011-06-22 | 1 | -3/+9 | |
| | ||||||
* | Don't open another date/timepicker when there's already one showing. | Alexander Gitter | 2011-06-11 | 1 | -0/+10 | |
| | | | | (Partially) fixes #28, #56 and #101 | |||||
* | Use actual min/maxDateTime values which might have been set via | Alexander Gitter | 2011-06-11 | 1 | -4/+4 | |
| | | | | $(...).datetimepicker.('option', 'min/maxDateTime' ...) | |||||
* | Allow keyboard input of timezone specific characters if | Alexander Gitter | 2011-06-11 | 1 | -0/+1 | |
| | | | | showTimezone == true | |||||
* | Fix issue #135, time was set to NaN in some rare cases | Alexander Gitter | 2011-06-11 | 1 | -5/+11 | |
| | ||||||
* | Fix issue #161, don't parse hourGrid labels as octal numbers | Alexander Gitter | 2011-06-11 | 1 | -1/+1 | |
| | ||||||
* | Fix issue #177, keyboard input not working when datepicker wants us to | Alexander Gitter | 2011-06-11 | 1 | -3/+4 | |
| | | | | accept all characters | |||||
* | Add fix by alexandergitter to fix grid numbering | Trent | 2011-06-08 | 1 | -3/+3 | |
| | ||||||
* | Fix #149, sliders max values should not allow for partial steps | Alexander Gitter | 2011-06-03 | 1 | -4/+8 | |
| | ||||||
* | Add new regional setting 'timeSuffix'. | Alexander Gitter | 2011-05-29 | 1 | -4/+6 | |
| | | | | | | Some languages commonly add some kind of suffix or phrase after the time. This cannot be placed into timeFormat as it potentially contains the letters h, t or other strings which are used for formatting. | |||||
* | Update README | Trent | 2011-05-25 | 1 | -3/+3 | |
| | ||||||
* | Update versionv0.9.5 | Trent | 2011-05-25 | 1 | -5/+5 | |
| | ||||||
* | fix getDate bug and consistency in localizations | Trent | 2011-05-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed missing semicolons | Trent | 2011-05-19 | 1 | -2/+2 | |
| | ||||||
* | Added ThomasLangston pull request from master for different case am/pm | Trent | 2011-05-19 | 1 | -0/+4 | |
| | ||||||
* | Create new dev version | Trent Richardson | 2011-05-12 | 1 | -1/+1 | |
| | ||||||
* | Update Date | Trent Richardson | 2011-05-12 | 1 | -1/+1 | |
| | ||||||
* | Update version | Trent Richardson | 2011-05-12 | 1 | -1/+1 | |
| | ||||||
* | Add fix by jduff for inline display | Trent Richardson | 2011-04-18 | 1 | -1/+1 | |
| | ||||||
* | Cleaing some whitespace | root | 2011-04-15 | 1 | -8/+11 | |
| | | | | Fixing show/hide time for calendar use case | |||||
* | Revision of limit min/maxdatetime by voda | Trent Richardson | 2011-03-23 | 1 | -21/+38 | |
| | ||||||
* | Preventing setting defaultDate on an empty input to set an (incorrect) input ↵ | Bruno Harbulot | 2011-03-13 | 1 | -2/+2 | |
| | | | | value. | |||||
* | Escape special chars as separator (fix by elzoiddy) | Trent Richardson | 2011-03-11 | 1 | -1/+3 | |
| | ||||||
* | set function scope of this; pull request by janhartigan | Trent Richardson | 2011-03-08 | 1 | -2/+2 | |
| | ||||||
* | update last mod date | Trent Richardson | 2011-03-02 | 1 | -1/+1 | |
| | ||||||
* | Update and cleanup | Trent Richardson | 2011-03-02 | 1 | -2/+2 | |
| | ||||||
* | Merge timezone additions | Trent Richardson | 2011-03-02 | 1 | -11/+49 | |
|\ | ||||||
| * | Fix for default timezone if missing. | Bruno Harbulot | 2011-02-28 | 1 | -1/+2 | |
| | | ||||||
| * | Added timezone selection. | Bruno Harbulot | 2011-02-28 | 1 | -11/+49 | |
| | | ||||||
* | | Merge remote branch 'upstream/dev' into dev | kumm | 2011-02-06 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Updated version to 0.9.4 dev | Trent | 2011-02-05 | 1 | -3/+3 | |
| | | ||||||
* | | Refactor onSelect handler. Bind to grid onclick too. | kumm | 2011-02-06 | 1 | -9/+20 | |
| | | ||||||
* | | fix default hour,minute,second by changing init order | kumm | 2011-01-23 | 1 | -7/+6 | |
|/ | ||||||
* | Fix bug where ampm is not displayed when first initiated | Trent Richardson | 2011-01-19 | 1 | -5/+3 | |
| | ||||||
* | Add enable and disable feature by wallenium. Feature not yet stable but ↵ | Trent Richardson | 2011-01-19 | 1 | -4/+31 | |
| | | | | doesnt impact rest of plugin | |||||
* | Support datepicker onSelect handler. | kumm | 2011-01-17 | 1 | -1/+14 | |
| | ||||||
* | Fix regex parsing with separator option | Trent Richardson | 2011-01-05 | 1 | -1/+1 | |
| | ||||||
* | Added timepicker inst as parameter to relevant events | Trent Richardson | 2011-01-05 | 1 | -4/+4 | |
| | ||||||
* | Fix for altField option when using inline picker | Trent Richardson | 2011-01-05 | 1 | -7/+6 | |
| | ||||||
* | Fix parsing error per issue 72 | Trent Richardson | 2011-01-03 | 1 | -1/+1 | |
| | ||||||
* | Bug with parsing time by separator | Trent Richardson | 2010-12-30 | 1 | -2/+2 | |
| | ||||||
* | fix _onTimeChange to be more exact on if hour, minute, second exists. Use ↵ | Trent Richardson | 2010-12-28 | 1 | -7/+7 | |
| | | | | !== false | |||||
* | Updated dev version to 0.9.3-dev | Trent | 2010-12-27 | 1 | -3/+3 | |
| |