[Commits] [fluid-project/infusion] 0d92bf: FLUID-5821: Return an empty jQuery() when a select...
GitHub
noreply at github.com
Thu Feb 4 20:05:18 UTC 2016
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: 0d92bfdfd41f0d3f1122d3afda9941507c77b4e8
https://github.com/fluid-project/infusion/commit/0d92bfdfd41f0d3f1122d3afda9941507c77b4e8
Author: Tony Atkins <duhrer at gmail.com>
Date: 2015-11-26 (Thu, 26 Nov 2015)
Changed paths:
M src/framework/core/js/FluidView.js
M tests/framework-tests/core/js/FluidViewTests.js
Log Message:
-----------
FLUID-5821: Return an empty jQuery() when a selector either does not exist or cannot be resolved to a valid DOM element.
Commit: 460a7dd63e67c23ac6128ed6c593113f33fd4262
https://github.com/fluid-project/infusion/commit/460a7dd63e67c23ac6128ed6c593113f33fd4262
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2015-11-26 (Thu, 26 Nov 2015)
Changed paths:
M src/components/uploader/js/FileQueueView.js
M src/framework/core/js/FluidView.js
M tests/component-tests/uploader/js/FileQueueViewTests.js
M tests/framework-tests/core/js/FluidViewTests.js
M tests/framework-tests/preferences/js/PanelsTests.js
Log Message:
-----------
FLUID-5821: Fixed up component test failures for change in DOM binder semantic
Commit: 8121e2ba2d27600105b072dd4310503f1c922563
https://github.com/fluid-project/infusion/commit/8121e2ba2d27600105b072dd4310503f1c922563
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
M src/framework/renderer/js/RendererUtilities.js
M tests/framework-tests/preferences/js/SelfVoicingPanelTests.js
Log Message:
-----------
FLUID-5821: Resolved test failure in SelfVoicingPanelTests that it appears was made slightly more likely by this fix. There has always been a race condition here between fetching of templates and rendering the component. We now have a standard event on every rendererComponent, "onResourcesFetched" that can be waited on before using it.
Commit: de8d8e5768e1ae51562195a1b7b19887f4993c18
https://github.com/fluid-project/infusion/commit/de8d8e5768e1ae51562195a1b7b19887f4993c18
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
A examples/framework/preferences/minimalEditor/README.md
A examples/framework/preferences/minimalEditor/css/style.css
A examples/framework/preferences/minimalEditor/html/heatedSeats.html
A examples/framework/preferences/minimalEditor/html/prefsEditorTemplate.html
A examples/framework/preferences/minimalEditor/index.html
A examples/framework/preferences/minimalEditor/js/prefsEditor.js
A examples/framework/preferences/minimalEditor/schemas/auxiliary.js
A examples/framework/preferences/minimalEditor/schemas/primary.js
M package.json
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidDocument.js
M src/framework/core/js/FluidIoC.js
M src/framework/core/js/FluidView.js
M src/framework/enhancement/js/ContextAwareness.js
M src/framework/preferences/js/AuxBuilder.js
M src/framework/preferences/js/Builder.js
M src/framework/preferences/js/FullPreviewPrefsEditor.js
M src/framework/preferences/js/Store.js
M src/module/fluid.js
M src/module/module.js
M tests/all-tests.html
M tests/component-tests/textfieldSlider/html/TextfieldSlider-test.html
M tests/component-tests/textfieldSlider/js/TextfieldSliderTests.js
M tests/framework-tests/core/all-tests.html
A tests/framework-tests/core/html/FluidDocument-test.html
A tests/framework-tests/core/js/FluidDocumentTests.js
M tests/framework-tests/core/js/FluidIoCTests.js
M tests/framework-tests/core/js/FluidJSTests.js
M tests/framework-tests/preferences/js/AuxBuilderTests.js
M tests/framework-tests/preferences/js/BuilderTests.js
M tests/framework-tests/preferences/js/PanelsTests.js
M tests/framework-tests/preferences/js/PrefsEditorTestsCommon.js
M tests/framework-tests/renderer/js/RendererTests.js
M tests/framework-tests/renderer/js/RendererUtilitiesTests.js
M tests/node-tests/basic-node-tests.js
M tests/test-core/testTests/js/TestingTests.js
M tests/test-core/utils/js/IoCTestUtils.js
Log Message:
-----------
Merge branch 'master' into FLUID-5821
Commit: 63ec072e54b75db0dbaae33fcac61264ebb8d63d
https://github.com/fluid-project/infusion/commit/63ec072e54b75db0dbaae33fcac61264ebb8d63d
Author: Justin Obara <obarajustin at gmail.com>
Date: 2016-02-04 (Thu, 04 Feb 2016)
Changed paths:
M src/components/uploader/js/FileQueueView.js
M src/framework/core/js/FluidView.js
M src/framework/renderer/js/RendererUtilities.js
M tests/component-tests/uploader/js/FileQueueViewTests.js
M tests/framework-tests/core/js/FluidViewTests.js
M tests/framework-tests/preferences/js/PanelsTests.js
M tests/framework-tests/preferences/js/SelfVoicingPanelTests.js
Log Message:
-----------
Merge remote-tracking branch 'antranig/FLUID-5821'
* antranig/FLUID-5821:
FLUID-5821: Resolved test failure in SelfVoicingPanelTests that it appears was made slightly more likely by this fix. There has always been a race condition here between fetching of templates and rendering the component. We now have a standard event on every rendererComponent, "onResourcesFetched" that can be waited on before using it.
FLUID-5821: Fixed up component test failures for change in DOM binder semantic
FLUID-5821: Return an empty jQuery() when a selector either does not exist or cannot be resolved to a valid DOM element.
Compare: https://github.com/fluid-project/infusion/compare/3181affd2fd6...63ec072e54b7
More information about the Commits
mailing list