Date: 30-Jul-2015
- (enh #67): Allow multiple locale widgets to be parsed correctly on same page.
- (bug #68): Better
strpos
validation before ajax conversion. - (enh #69): Better format conversion to reset unprovided fields to the Unix Epoch.
Date: 19-Jul-2015
- (enh #59): Enhancements for parsing
yii2-widget-datepicker
better. - (enh #66): Localisation format parsing enhancements.
- Undo #50 - remove timestamp increase through up/down keys.
Date: 02-Jun-2015
- (bug #50): Pressing up/down keys to increase/decrease timestamp.
- (bug #51): Typo in plugin validation for type.
- (enh #58, #60): Fix for triggering asynchronous change event.
Date: 13-Feb-2015
- (bug #36): Update default save format settings to php: syntax.
- (enh #37): Wrong capitalization in 'autoClose'.
- (bug #39): Ensure datecontrol is validated on blur.
- (bug #42): Prevent double ajax requests due to plugin internal change events getting triggered.
- (bug #43): Allow
datecontrol
module to be used as an embedded submodule. - Set copyright year to current.
Date: 13-Dec-2014
- (bug #34): Locals with short language code like "de" haven't been found because "prefix" was not in string.
- (bug #34): Bug in Module Methods "getDisplayFormat" and "getSaveFormat" converted a correct php format in an incorrect one.
- (bug #35): Auto convert display and save formats correctly to PHP DateTime format.
Date: 04-Dec-2014
- (enh #31): Enhance widget to use updated plugin registration from Krajee base
- (enh #33): Auto validate disability using new
disabled
andreadonly
properties in InputWidget
Date: 17-Nov-2014
- enh #27: Added property for switching between asynchronous or synchronous request via Ajax.
- enh #28, #29: DateTime createFromFormat wrongly uses current timestamp in time part for bare DATE format.
- Set release to stable.
Date: 10-Nov-2014
- Set dependency on Krajee base component.
Date: 10-Oct-2014
- enh #22: Extension revamped to support PHP and ICU date formats
Date: 08-Oct-2014
- enh #21: Enhance date format con## version based on new yii helper
FormatConverter
(enrica).
Date: 24-Jul-2014
- enh #18: Included timezone support for display and save formats (requires
ajaxConversion
). - PSR 4 alias change
Date: 24-Jul-2014
- (enh #14, #15): Revamped and enhanced datecontrol plugin to work with the php-date-formatter.js jQuery plugin.
- The extension now has an option to either use
ajaxConversion
OR use client level javascript validation to convert date. Ajax con## version is disabled by default. - Change and Keydown events revamped. The extension now automatically listens to the UP and DOWN presses for the DatePicker widget.
- Preconfigured locales matching DatePicker. Includes a locales folder for date settings configuration for each language.
- Ability to override locale date settings at runtime for each DateControl widget instance.
Date: 26-Jun-2014
- (bug #3): Fix AutoWidget Plugin Options using right array merge.
- (enh #4): Fix documentation to include right namespace for Module.
- (enh #4): Fix documentation to include right namespace for Module.
- (enh #9): Included
autoWidgetSettings
in module, for configuring global settings forkartik\widgets
whenautoWidget
is true. - (enh #9): Defaulting rules vastly enhanced. Included the configurable properties
dateControlDisplay
anddateControlSave
inYii::$app->params
, which can override the module leveldisplaySettings
andsaveSettings
. - (bug #10): Fix DatePicker convertFormat to work with DateControl.
- (enh #11): Use date con## version using PHP DateTime instead of Yii formatter
- (enh #12): Updated documentation for new
autoWidgetSettings
as per enh # 9.
Date: 01-Jun-2014 Initial release