| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix reorg error | Trent | 2012-08-28 | 1 | -97/+95 |
* | Reorganize code | Trent | 2012-08-28 | 1 | -93/+97 |
* | Added methods to enforce date range limits. | Simon Wade | 2012-08-17 | 1 | -0/+105 |
* | Retract fix #86, causes undefined date error | Trent Richardson | 2012-08-14 | 1 | -2/+0 |
* | Fixes #86 - redraw calendar with given position | Trent Richardson | 2012-08-10 | 1 | -0/+2 |
* | Fixes #391 - Selecting input populates the date when empty | Trent Richardson | 2012-07-26 | 1 | -2/+3 |
* | Fixes ampm issue and parsing string literals, issues #383 and #394 | Trent Richardson | 2012-07-24 | 1 | -4/+6 |
* | Fix #389 minDate/maxDate issue | Trent Richardson | 2012-07-13 | 1 | -9/+17 |
* | remove old code | Trent Richardson | 2012-07-10 | 1 | -4/+1 |
* | Fixes Issue #385 - some timezones have 30 and 45 minute offsets | Trent Richardson | 2012-07-10 | 1 | -5/+7 |
* | Fixes Issues #384 and #383 | Trent Richardson | 2012-07-10 | 1 | -6/+6 |
* | Remove id attributes from generated code | Trent Richardson | 2012-07-09 | 1 | -23/+21 |
* | Create new dev version 1.0.2 | Trent Richardson | 2012-07-01 | 1 | -3/+3 |
* | Finalize version 1.0.1 | Trent Richardson | 2012-07-01 | 1 | -2/+2 |
* | fixed a bug. When the input field is empty, and the date picker will never up... | kdeng | 2012-06-27 | 1 | -3/+6 |
* | Merge changes from Scott for setTime | Trent Richardson | 2012-06-13 | 1 | -8/+19 |
* | Add demo and sliderAccess to repo | Trent Richardson | 2012-06-12 | 1 | -1/+1 |
* | Small fixes, to make JSLint complain less | Igor Rzegocki | 2012-05-15 | 1 | -150/+215 |
* | Merge pull request #350 from apepper/tz_autoselect | Trent Richardson | 2012-03-26 | 1 | -6/+17 |
|\ |
|
| * | If the timezone of the given date matches the local timezone, use local timez... | Alexander Pepper | 2012-03-26 | 1 | -1/+7 |
| * | Refactored internals to calculate the timeZoneString. | Alexander Pepper | 2012-03-26 | 1 | -5/+10 |
* | | Update timezone even when showTimezone is false by kapouer | Trent Richardson | 2012-03-26 | 1 | -1/+1 |
* | | Merge pull request #347 from kapouer/patch-4 | Trent Richardson | 2012-03-26 | 1 | -4/+4 |
|\ \ |
|
| * | | Fix usage of _defaults.useLocalTimezone | Lal Jérémy | 2012-03-25 | 1 | -4/+4 |
| |/ |
|
* | | Strict fixes by codeactual | Trent Richardson | 2012-03-26 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #346 from kapouer/patch-3 | Trent Richardson | 2012-03-23 | 1 | -2/+2 |
|\ |
|
| * | Wrong parameter names - fix date not being set to selected | Lal Jérémy | 2012-03-23 | 1 | -2/+2 |
* | | Check local timezone again, when changing the date (e.g. daylight savings). | Alexander Pepper | 2012-03-23 | 1 | -3/+14 |
* | | Use defaultTimezone, when a time is already set. | Alexander Pepper | 2012-03-23 | 1 | -1/+7 |
|/ |
|
* | Set timezone to default by kapouer | Trent Richardson | 2012-03-22 | 1 | -1/+3 |
* | Merge pull request #338 from apepper/autoselect_current_timezone | Trent Richardson | 2012-03-22 | 1 | -13/+25 |
|\ |
|
| * | 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 | Jun Omae | 2012-02-29 | 1 | -6/+6 |
| * | | Merge pull request #327 from aparshin/dev | Trent Richardson | 2012-02-29 | 1 | -15/+27 |
| |\ \
| | |/
| |/| |
|
| * | | 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 "de... | Richard Bradley | 2011-12-15 | 1 | -4/+9 |
* | 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 l... | Ing. Jan Novotný | 2011-09-26 | 1 | -19/+19 |
* | 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 |
* | Use actual min/maxDateTime values which might have been set via | Alexander Gitter | 2011-06-11 | 1 | -4/+4 |
* | Allow keyboard input of timezone specific characters if | Alexander Gitter | 2011-06-11 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | Update README | Trent | 2011-05-25 | 1 | -3/+3 |
* | Update versionv0.9.5 | Trent | 2011-05-25 | 1 | -5/+5 |