forked from dojo/dijit-oldmirror
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove deprecated methods, etc. #4
Comments
wkeese
added a commit
that referenced
this issue
Feb 2, 2013
wkeese
added a commit
that referenced
this issue
Feb 2, 2013
wkeese
added a commit
that referenced
this issue
Feb 2, 2013
wkeese
added a commit
that referenced
this issue
Feb 2, 2013
wkeese
added a commit
that referenced
this issue
Feb 2, 2013
wkeese
added a commit
that referenced
this issue
Feb 27, 2013
wkeese
added a commit
that referenced
this issue
Feb 27, 2013
wkeese
added a commit
that referenced
this issue
Feb 27, 2013
wkeese
added a commit
that referenced
this issue
Feb 27, 2013
wkeese
added a commit
that referenced
this issue
Feb 27, 2013
wkeese
added a commit
that referenced
this issue
Mar 8, 2013
wkeese
added a commit
that referenced
this issue
Mar 8, 2013
wkeese
added a commit
that referenced
this issue
Mar 8, 2013
wkeese
added a commit
that referenced
this issue
Mar 8, 2013
wkeese
added a commit
that referenced
this issue
Mar 8, 2013
wkeese
added a commit
that referenced
this issue
Mar 8, 2013
Removing attributeMap, connect()/disconnect(), subscribe()/publish(). Also this._connects & this._supportingWidgets
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
- remove deprecated methods (setDisplayedValue, getDisplayedValue) - remove nameAttrSetting variable; it was only needed for IE6/IE7
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
- remove deprecated APIs (setValue, onValueSelected) - use _WidgetBase rather than _Widget - remove deprecated _Calendar module
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
- remove deprecated setLabel(), setDisabled() - remove dijit-legacy-mode - quirksmode support - _Widget --> _WidgetBase
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
- remove deprecated methods (setDisabled, setValue, getValue) - remove nameAttrSetting variable; it was only needed for IE6/IE7 - remove dijit-legacy-requires - use _WidgetBase not _Widget - stop supporting attributeMap
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
_FormSelectWidget: - remove support by dojo.data - remove support for sortByLabel (instead, just pass sort option to store) - use dojo/Deferred not dojo/_base/Deferred Select: - desupport onFetch() callback - stop using ${nameAttrSetting} (it's only needed for IE6 and IE7) MultiSelect: - remove nameAttrSetting variable; it was only needed for IE6/IE7
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
- remove deprecated methods (setDisplayedValue, getDisplayedValue) - remove nameAttrSetting variable; it was only needed for IE6/IE7
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
_FormSelectWidget: - remove support by dojo.data - remove support for sortByLabel (instead, just pass sort option to store) - use dojo/Deferred not dojo/_base/Deferred Select: - desupport onFetch() callback - stop using ${nameAttrSetting} (it's only needed for IE6 and IE7) MultiSelect: - remove nameAttrSetting variable; it was only needed for IE6/IE7
wkeese
added a commit
that referenced
this issue
Apr 30, 2013
- remove deprecated methods (setDisplayedValue, getDisplayedValue) - remove nameAttrSetting variable; it was only needed for IE6/IE7
wkeese
added a commit
that referenced
this issue
May 1, 2013
- remove deprecated setLabel(), setDisabled() - remove dijit-legacy-mode - quirksmode support - _Widget --> _WidgetBase
wkeese
added a commit
that referenced
this issue
May 1, 2013
wkeese
added a commit
that referenced
this issue
May 1, 2013
- remove deprecated methods (setDisabled, setValue, getValue) - remove nameAttrSetting variable; it was only needed for IE6/IE7 - remove dijit-legacy-requires - use _WidgetBase not _Widget - stop supporting attributeMap
wkeese
added a commit
that referenced
this issue
May 1, 2013
wkeese
added a commit
that referenced
this issue
May 1, 2013
_FormSelectWidget: - remove support by dojo.data - remove support for sortByLabel (instead, just pass sort option to store) - use dojo/Deferred not dojo/_base/Deferred Select: - desupport onFetch() callback - stop using ${nameAttrSetting} (it's only needed for IE6 and IE7) - use V2 NLS API MultiSelect: - remove nameAttrSetting variable; it was only needed for IE6/IE7
wkeese
added a commit
that referenced
this issue
May 1, 2013
- remove deprecated methods (setDisplayedValue, getDisplayedValue) - remove nameAttrSetting variable; it was only needed for IE6/IE7
wkeese
added a commit
that referenced
this issue
May 10, 2013
- attributeMap - connect()/disconnect(), subscribe()/publish() - uninitialize() - this._connects & this._supportingWidgets - stop reading id from DOMNode; that's the parser's job Still need to make destroy() work recursively.
wkeese
added a commit
that referenced
this issue
May 10, 2013
wkeese
added a commit
that referenced
this issue
May 10, 2013
- charOrCode support - creation of dijit.typematic global
wkeese
added a commit
that referenced
this issue
May 10, 2013
- remove deprecated APIs (setValue, onValueSelected) - use _WidgetBase rather than _Widget - remove deprecated _Calendar module
wkeese
added a commit
that referenced
this issue
May 10, 2013
- remove deprecated setLabel(), setDisabled() - remove dijit-legacy-mode - quirksmode support - _Widget --> _WidgetBase
wkeese
added a commit
that referenced
this issue
May 10, 2013
wkeese
added a commit
that referenced
this issue
May 10, 2013
- remove deprecated methods (setDisabled, setValue, getValue) - remove nameAttrSetting variable; it was only needed for IE6/IE7 - remove dijit-legacy-requires - use _WidgetBase not _Widget - stop supporting attributeMap
wkeese
added a commit
that referenced
this issue
May 10, 2013
wkeese
added a commit
that referenced
this issue
May 10, 2013
_FormSelectWidget: - remove support by dojo.data - remove support for sortByLabel (instead, just pass sort option to store) - use dojo/Deferred not dojo/_base/Deferred Select: - desupport onFetch() callback - stop using ${nameAttrSetting} (it's only needed for IE6 and IE7) - use V2 NLS API MultiSelect: - remove nameAttrSetting variable; it was only needed for IE6/IE7
wkeese
added a commit
that referenced
this issue
May 10, 2013
- remove deprecated methods (setDisplayedValue, getDisplayedValue) - remove nameAttrSetting variable; it was only needed for IE6/IE7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: