[Commits] [fluid-project/infusion] d700e3: FLUID-5112: Unit test
GitHub
noreply at github.com
Thu Aug 22 17:04:59 EDT 2013
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: d700e35212517ecdf1a262e891fa439d864745ae
https://github.com/fluid-project/infusion/commit/d700e35212517ecdf1a262e891fa439d864745ae
Author: Justin Obara <obarajustin at gmail.com>
Date: 2013-08-08 (Thu, 08 Aug 2013)
Changed paths:
M src/tests/framework-tests/core/js/FluidIoCTests.js
Log Message:
-----------
FLUID-5112: Unit test
Unit test demonstrating the issue of composite events firing multiple times.
Commit: 528258133805f9d189a04f38bfb3b1fa42ded03c
https://github.com/fluid-project/infusion/commit/528258133805f9d189a04f38bfb3b1fa42ded03c
Author: Justin Obara <obarajustin at gmail.com>
Date: 2013-08-13 (Tue, 13 Aug 2013)
Changed paths:
M src/components/tableOfContents/js/TableOfContents.js
M src/components/uiOptions/js/FatPanelUIOptions.js
M src/components/uiOptions/js/FullNoPreviewUIOptions.js
M src/components/uiOptions/js/TextfieldSlider.js
M src/components/uiOptions/js/UIOptions.js
M src/framework/core/js/FluidIoC.js
M src/framework/renderer/js/RendererUtilities.js
M src/standalone-demos/table-of-contents/js/table-of-contents-example.js
M src/tests/component-tests/tableOfContents/html/TableOfContents-test.html
M src/tests/component-tests/tableOfContents/js/TableOfContentsTests.js
M src/tests/component-tests/uiOptions/js/IntegrationTestsCommon.js
M src/tests/framework-tests/renderer/html/RendererUtilities-test.html
M src/tests/framework-tests/renderer/js/RendererUtilitiesTests.js
Log Message:
-----------
Merge branch 'master' into FLUID-5112
Commit: f5bd1987df9079bf6fa241692b08b41984a0aa9b
https://github.com/fluid-project/infusion/commit/f5bd1987df9079bf6fa241692b08b41984a0aa9b
Author: Justin Obara <obarajustin at gmail.com>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M src/components/uiOptions/html/FullNoPreviewUIOptions.html
A src/components/uiOptions/js/AuxBuilder.js
A src/components/uiOptions/js/Builder.js
M src/components/uiOptions/js/Enactors.js
M src/components/uiOptions/js/FatPanelUIOptions.js
M src/components/uiOptions/js/FullNoPreviewUIOptions.js
M src/components/uiOptions/js/FullPreviewUIOptions.js
M src/components/uiOptions/js/Panels.js
A src/components/uiOptions/js/PrimaryBuilder.js
M src/components/uiOptions/js/SlidingPanel.js
A src/components/uiOptions/js/StarterGrades.js
A src/components/uiOptions/js/StarterSchemas.js
M src/components/uiOptions/js/UIEnhancer.js
M src/components/uiOptions/js/UIOptions.js
R src/components/uiOptions/js/i18n.js
A src/components/uiOptions/messages/contrast.json
A src/components/uiOptions/messages/lineSpace.json
A src/components/uiOptions/messages/links.json
A src/components/uiOptions/messages/tableOfContents.json
A src/components/uiOptions/messages/textFont.json
A src/components/uiOptions/messages/textSize.json
A src/components/uiOptions/messages/uiOptions.json
M src/components/uiOptions/uiOptionsDependencies.json
M src/demos/index.html
R src/demos/uiOptions/css/uiOptions.css
R src/demos/uiOptions/demo.html
A src/demos/uiOptions/gradesDemo/css/uiOptions.css
A src/demos/uiOptions/gradesDemo/demo.html
A src/demos/uiOptions/gradesDemo/html/uiOptions.html
A src/demos/uiOptions/gradesDemo/js/uiOptionsDemo.js
R src/demos/uiOptions/html/uiOptions.html
R src/demos/uiOptions/js/uiOptionsDemo.js
A src/demos/uiOptions/schemaDemo/css/uiOptions.css
A src/demos/uiOptions/schemaDemo/demo.html
A src/demos/uiOptions/schemaDemo/html/uiOptions.html
A src/demos/uiOptions/schemaDemo/js/uiOptionsDemo.js
M src/tests/all-tests.html
M src/tests/component-tests/uiOptions/all-tests.html
A src/tests/component-tests/uiOptions/html/AuxBuilder-test.html
A src/tests/component-tests/uiOptions/html/Builder-test.html
M src/tests/component-tests/uiOptions/html/Enactors-test.html
M src/tests/component-tests/uiOptions/html/FatPanelUIOptions-test.html
M src/tests/component-tests/uiOptions/html/FullNoPreviewUIOptions-test.html
M src/tests/component-tests/uiOptions/html/FullPreviewUIOptions-test.html
R src/tests/component-tests/uiOptions/html/I18n-test.html
M src/tests/component-tests/uiOptions/html/PageEnhancer-test.html
M src/tests/component-tests/uiOptions/html/Panels-test.html
A src/tests/component-tests/uiOptions/html/PrimaryBuilder-test.html
M src/tests/component-tests/uiOptions/html/SlidingPanel-test.html
M src/tests/component-tests/uiOptions/html/UIEnhancer-test.html
M src/tests/component-tests/uiOptions/html/UIOptions-test.html
A src/tests/component-tests/uiOptions/js/AuxBuilderTests.js
A src/tests/component-tests/uiOptions/js/BuilderTests.js
M src/tests/component-tests/uiOptions/js/EnactorsTests.js
M src/tests/component-tests/uiOptions/js/FatPanelUIOptionsTests.js
M src/tests/component-tests/uiOptions/js/FullPreviewUIOptionsTests.js
R src/tests/component-tests/uiOptions/js/I18nTests.js
M src/tests/component-tests/uiOptions/js/IntegrationTestsCommon.js
M src/tests/component-tests/uiOptions/js/PageEnhancerTests.js
M src/tests/component-tests/uiOptions/js/PanelsTests.js
A src/tests/component-tests/uiOptions/js/PrimaryBuilderTests.js
M src/tests/component-tests/uiOptions/js/SlidingPanelTests.js
M src/tests/component-tests/uiOptions/js/UIEnhancerTests.js
M src/tests/component-tests/uiOptions/js/UIOptionsTests.js
M src/tests/manual-tests/html/SomeKindOfNews.html
M src/tests/manual-tests/html/uiOptionsFullWithPreview.html
A src/tests/manual-tests/html/uiOptionsFullWithPreviewSchema.html
M src/tests/manual-tests/html/uiOptionsFullWithoutPreview.html
A src/tests/manual-tests/html/uiOptionsFullWithoutPreviewSchema.html
M src/tests/manual-tests/html/uiOptionsPreview.html
M src/tests/manual-tests/js/someKindOfNews.js
M src/tests/manual-tests/js/uiOptionsFullPage.js
A src/tests/manual-tests/js/uiOptionsFullPageSchema.js
Log Message:
-----------
Merge branch 'master' into FLUID-5112
Commit: 1e05d31fac63f847a9e43116a18903874086215c
https://github.com/fluid-project/infusion/commit/1e05d31fac63f847a9e43116a18903874086215c
Author: Justin Obara <obarajustin at gmail.com>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M src/components/uiOptions/css/UIOptions.css
M src/framework/fss/css/fss-theme-bw.css
M src/framework/fss/css/fss-theme-by.css
M src/framework/fss/css/fss-theme-dglg.css
M src/framework/fss/css/fss-theme-lgdg.css
M src/framework/fss/css/fss-theme-wb.css
M src/framework/fss/css/fss-theme-yb.css
Log Message:
-----------
Merge branch 'master' into FLUID-5112
Commit: d599a688958e0df9e1626b2326a140553ef1ac4a
https://github.com/fluid-project/infusion/commit/d599a688958e0df9e1626b2326a140553ef1ac4a
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2013-08-18 (Sun, 18 Aug 2013)
Changed paths:
M src/components/uiOptions/js/UIOptions.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidIoC.js
M src/tests/framework-tests/core/js/FluidIoCTests.js
Log Message:
-----------
Merge branch 'FLUID-5085' into FLUID-5112
Commit: cfc51e89663d73524663c8591e65af1a74ff6830
https://github.com/fluid-project/infusion/commit/cfc51e89663d73524663c8591e65af1a74ff6830
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2013-08-18 (Sun, 18 Aug 2013)
Changed paths:
M src/framework/core/js/FluidIoC.js
M src/tests/framework-tests/core/js/FluidIoCTests.js
Log Message:
-----------
FLUID-5112: Fix for multiple event boiling case where listener for boiled event re-fires one of the component events
Commit: 68cbc4df42046554258cb0014dbb5b17da14df23
https://github.com/fluid-project/infusion/commit/68cbc4df42046554258cb0014dbb5b17da14df23
Author: Michelle D'Souza <michelled33 at gmail.com>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M src/framework/core/js/FluidIoC.js
M src/tests/framework-tests/core/js/FluidIoCTests.js
Log Message:
-----------
Merge remote-tracking branch 'amb26/FLUID-5112'
* amb26/FLUID-5112:
FLUID-5112: Fix for multiple event boiling case where listener for boiled event re-fires one of the component events
FLUID-5112: Unit test
Compare: https://github.com/fluid-project/infusion/compare/40de4e23f46e...68cbc4df4204
More information about the Commits
mailing list