summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:trentrichardson/jQuery-Timepicker-Addon ↵Trent2012-01-180-0/+0
|\ | | | | | | into dev
| * Merge pull request #278 from tomaswindsor/patch-1Trent Richardson2011-12-041-1/+3
| |\ | | | | | | Fixes option setter override so it doesn't break option getter.
| | * Fixes option setter override so it doesn't break option getter.Tomáš Windsor2011-12-041-1/+3
| |/
| * sliderAccess tweakTrent Richardson2011-12-041-13/+15
| |
| * Merge branch 'master' of github.com:trentrichardson/jQuery-Timepicker-AddonTrent Richardson2011-12-030-0/+0
| |\
| | * Fix localizationTrent2011-10-031-1/+1
| | |
| * | Update Versionv0.9.8Trent Richardson2011-12-039-69/+168
| |\ \ | | |/ | |/|
| * | Updated Last Mod DateTrent Richardson2011-10-021-1/+1
| | |
* | | Fix more semicolonsTrent2012-01-111-2/+2
| | |
* | | Fix semicolonsTrent2012-01-111-2/+2
| | |
* | | Fix beforeShow to return value - by kunalkumarTrent2011-12-271-1/+1
| | |
* | | Update Russian translation by SanekTrent2011-12-191-2/+2
| | |
* | | Merge pull request #284 from RichardBradley/devTrent Richardson2011-12-151-4/+9
|\ \ \ | | | | | | | | Fix error parsing date when setting option defaultDate
| * | | bug fix - swallowing all date parsing errors breaks the datepicker option ↵Richard Bradley2011-12-151-4/+9
|/ / / | | | | | | | | | "defaultDate" on relative values like "-18y"
* | | Check for tp_inst in gotoTodayTrent2011-12-141-1/+1
| | |
* | | Added Norwegian translationTrent2011-12-061-0/+20
| | |
* | | Fix option setterTrent Richardson2011-12-041-1/+3
| | |
* | | sliderAccess tweakTrent Richardson2011-12-041-13/+15
| | |
* | | Create new dev versionTrent Richardson2011-12-031-3/+3
| |/ |/|
* | Prepare version updateTrent Richardson2011-12-031-2/+2
| |
* | Adj grids only when slideAccess visibleTrent2011-12-021-8/+11
| |
* | Fix decimals resultsTrent2011-12-021-12/+12
| |
* | Fix grids with sliderAccessTrent2011-12-021-1/+14
| |
* | Add sliderAccess integrationTrent2011-12-021-20/+14
| |
* | refactor markup generation; add change eventTrent2011-12-012-38/+47
| |
* | Update Turkish translation by Goktug OzturkTrent2011-11-231-4/+4
| |
* | Added Swedish localization by NevonTrent2011-11-011-0/+20
| |
* | Add translation by lalashipsTrent2011-10-211-0/+20
| |
* | Fixes issue 254, 261 _updateDateTimeTrent2011-10-181-1/+1
| |
* | Simplified Chinese by Will-LuTrent2011-10-181-0/+20
| |
* | Fix daylight savings by mliberatoTrent2011-10-181-2/+2
| |
* | Merge pull request #259 from inerdia/devTrent Richardson2011-10-181-3/+3
|\ \ | | | | | | Finished the Slovak localisation in the dev branch
| * | Fix Slovak localisation and add AM/PM markersDavid Vallner2011-10-131-3/+3
| | |
* | | Merge pull request #262 from davidbarral/devTrent Richardson2011-10-181-0/+20
|\ \ \ | |/ / |/| | Added Galician translation
| * | Added Galician translationDavid Barral2011-10-181-0/+20
|/ /
* | Fix localizationTrent2011-10-031-1/+1
| |
* | Create new dev versionTrent Richardson2011-10-021-4/+4
|/
* Change versionTrent Richardson2011-10-021-1/+1
|
* Updated css in js filev0.9.7Trent Richardson2011-10-021-4/+5
|
* Merge pull request #249 from novoj/devTrent Richardson2011-10-021-19/+19
|\ | | | | Issue when combining stepHours and minHour / maxHour
| * Issue when specifying stepHour/stepMinute/stepSecond along with min and max ↵Ing. Jan Novotný2011-09-261-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.
* | Added Slovak translationTrent Richardson2011-10-021-0/+20
|/
* Added Brazilian Portuguese translationTrent2011-09-091-0/+20
|
* Added Portuguese translation by luanlmdTrent Richardson2011-08-201-0/+20
|
* Merge pull request #232 from jun66j5/l10n-ampmTrent Richardson2011-08-1921-42/+110
|\ | | | | Support localized AM/PM markers
| * Adds `amNames`/`pmNames` for Finnish translation.Jun Omae2011-08-191-0/+2
| |
| * Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampmJun Omae2011-08-191-0/+18
| |\ | |/ |/|
* | Added Finnish translation by paazmayaTrent2011-08-181-0/+18
| |
| * Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampmJun Omae2011-08-151-10/+40
| |\ | |/ |/|
* | Merge pull request #228 from jun66j5/iso8601-tzTrent Richardson2011-08-151-10/+40
|\ \ | | | | | | Support timezone designators in iso8601
| * | Fixed "Now" button with iso8601.Jun Omae2011-08-121-0/+2
| | |
| * | Merge remote-tracking branch 'trentrichardson/dev' into iso8601-tzJun Omae2011-08-121-1/+11
| |\ \
| * | | Support timezone designators in iso8601.Jun Omae2011-08-091-10/+38
| | | |
| | | * Add `amNames`/`pmNames` for Polish translation.Jun Omae2011-08-151-1/+3
| | | |
| | | * Merge remote-tracking branch 'trentrichardson/dev' into l10n-ampmJun Omae2011-08-152-1/+29
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #230 from Cyb0org/devTrent Richardson2011-08-141-0/+18
|\ \ \ \ | |_|/ / |/| | | Dev - New Polish translation
| * | | Added Polish translation by Michał PenaMichał Pena2011-08-141-0/+18
|/ / /
* | | Merge pull request #225 from jun66j5/devTrent Richardson2011-08-121-1/+11
|\ \ \ | |/ / |/| | Now button should set the current timezone.
| * | When `showTimezone` is true, "Now" button sets the current timezone.Jun Omae2011-08-121-1/+1
| | |
| * | Now button sets the current timezone.Jun Omae2011-08-111-1/+11
|/ /
| * Allow to input characters of localized AM/PM markers.Jun Omae2011-08-121-0/+2
| |
| * Fixed broken locale-js for 'he'.Jun Omae2011-08-121-2/+2
| |
| * Support localized AM/PM markers.Jun Omae2011-08-1119-41/+103
|/
* Add Romanian translation by myscienceisbetterTrent Richardson2011-07-281-0/+18
|
* Merge pull request #216 from jun66j5/translation-jaTrent Richardson2011-07-261-0/+18
|\ | | | | Adding Japanese translations
| * Added Japanese translationsJun Omae2011-07-271-0/+18
|/
* Force type int of grid optionsTrent Richardson2011-07-251-4/+4
|
* Fix gotoToday button clickTrent Richardson2011-07-241-0/+3
|
* Updated translations to include Milliseconds. Please update if you see bad ↵Trent Richardson2011-07-2416-0/+16
| | | | translations!
* Added millisecond functionality by BeakersoftTrent Richardson2011-07-231-39/+183
|
* Added Hebrew localizationTrent Richardson2011-07-231-0/+17
|
* Added Catalan localizationTrent Richardson2011-07-231-0/+17
|
* Create 0.9.7-devTrent Richardson2011-07-201-3/+3
|
* A couple changes for options and new jquery uiv0.9.6Trent Richardson2011-07-201-4/+49
|
* added Greek and Turkish translationsTrent Richardson2011-07-202-0/+34
|
* Added Estonian translation by KarlsTrent Richardson2011-07-161-0/+17
|
* Merge pull request #191 from TigerDX/devTrent Richardson2011-07-012-2/+3
|\ | | | | Reset styles for grid label tables when global table styles are in use
| * Add style definitions for resetting grid label tableBen Murden2011-07-011-0/+1
| |
| * Add classes to label grid tablesBen Murden2011-07-011-2/+2
| |
* | Added Italian translation by logicoderTrent Richardson2011-06-301-0/+17
|/
* apply fix by alexandergitter for setTime to workTrent Richardson2011-06-221-3/+9
|
* Added Vietnamese translation by Nguyen Dinh TrungTrent2011-06-161-0/+17
|
* Merge pull request #179 from alexandergitter/devTrent Richardson2011-06-161-13/+31
|\ | | | | Fixed a couple of bugs
| * Don't open another date/timepicker when there's already one showing.Alexander Gitter2011-06-111-0/+10
| | | | | | | | (Partially) fixes #28, #56 and #101
| * Use actual min/maxDateTime values which might have been set viaAlexander Gitter2011-06-111-4/+4
| | | | | | | | $(...).datetimepicker.('option', 'min/maxDateTime' ...)
| * Allow keyboard input of timezone specific characters ifAlexander Gitter2011-06-111-0/+1
| | | | | | | | showTimezone == true
| * Fix issue #135, time was set to NaN in some rare casesAlexander Gitter2011-06-111-5/+11
| |
| * Fix issue #161, don't parse hourGrid labels as octal numbersAlexander Gitter2011-06-111-1/+1
| |
| * Fix issue #177, keyboard input not working when datepicker wants us toAlexander Gitter2011-06-111-3/+4
|/ | | | accept all characters
* Add fix by alexandergitter to fix grid numberingTrent2011-06-081-3/+3
|
* Merge pull request #175 from alexandergitter/devTrent Richardson2011-06-081-4/+8
|\ | | | | Fix issue #149, sliders max values should not allow for partial steps
| * Fix #149, sliders max values should not allow for partial stepsAlexander Gitter2011-06-031-4/+8
| |
* | Merge pull request #174 from ianare/devTrent Richardson2011-06-072-2/+19
|\ \ | | | | | | Minor fix to FR, add ES translation
| * | add spanish translationIanaré Sévi2011-06-071-0/+17
| | |
| * | Fix comments, set time format to French standard.ianare2011-06-071-2/+2
|/ /
* | Fix portabilityTrent2011-06-068-106/+120
|/
* Added Indonesian localization by nmutiaraTrent2011-05-301-0/+16
|
* Merge pull request #167 from alexandergitter/devTrent Richardson2011-05-301-4/+6
|\ | | | | Add new regional setting timeSuffix
| * Add new regional setting 'timeSuffix'.Alexander Gitter2011-05-291-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.
* Added Lithuanian localization by IrmantasTrent2011-05-281-0/+16
|