Skip to content
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

Open
wkeese opened this issue Jan 22, 2013 · 0 comments
Open

remove deprecated methods, etc. #4

wkeese opened this issue Jan 22, 2013 · 0 comments

Comments

@wkeese
Copy link
Owner

wkeese commented Jan 22, 2013

No description provided.

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 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 Mar 8, 2013
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
- 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
#4, #5

- remove dijit-legacy-requires and ${nameAttrSetting}.
- remove deprecated methods (Button.setLabel, ToggleButton.setChecked)
- still need to convert Button and DropDownButton templates to be simple <button> nodes, rather than having hidden <input>.
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
- 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
#4, #5

- remove dijit-legacy-requires and ${nameAttrSetting}.
- remove deprecated methods (Button.setLabel, ToggleButton.setChecked)
- still need to convert Button and DropDownButton templates to be simple <button> nodes, rather than having hidden <input>.
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
…ed APIs

- remove deprecated _Templated module, refs #1
- _TemplatedMixin: remove support for templatePath etc., refs #4
- _WidgetsInTemplateMixin: remove support for _earlyTemplatedStartup etc., refs #4
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
- 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
#4, #5

- remove dijit-legacy-requires and ${nameAttrSetting}.
- remove deprecated methods (Button.setLabel, ToggleButton.setChecked)
- still need to convert Button and DropDownButton templates to be simple <button> nodes, rather than having hidden <input>.
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant