[Commits] [fluid-project/infusion] 92065c: FLUID-5534: Making arrows interactive for scrollin...
GitHub
noreply at github.com
Thu Oct 5 16:19:35 UTC 2017
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: 92065c8d76b1c678d9b2e2e337c112494db07db5
https://github.com/fluid-project/infusion/commit/92065c8d76b1c678d9b2e2e337c112494db07db5
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-05-01 (Mon, 01 May 2017)
Changed paths:
M demos/prefsFramework/html/SeparatedPanelPrefsEditor.html
M demos/prefsFramework/html/SeparatedPanelPrefsEditorWithTTS.html
M demos/prefsFramework/html/SimplifyPanelTemplate.html
M demos/prefsFramework/index.html
M demos/uiOptions/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/html/prefsEditor.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/js/panels.js
M examples/framework/preferences/conditionalAdjusters/html/prefsEditor.html
M examples/framework/preferences/conditionalAdjusters/index.html
M examples/framework/preferences/conditionalAdjusters/js/panels.js
M examples/framework/preferences/shared/html/increasing.html
M examples/framework/preferences/shared/html/prefsEditor.html
M examples/framework/preferences/shared/html/speakIncrease.html
M examples/framework/preferences/shared/html/speaking.html
M examples/framework/preferences/usingGrades/index.html
M src/framework/preferences/css/stylus/SeparatedPanelPrefsEditorFrame.styl
M src/framework/preferences/html/PrefsEditorTemplate-contrast.html
M src/framework/preferences/html/PrefsEditorTemplate-enhanceInputs.html
M src/framework/preferences/html/PrefsEditorTemplate-layout.html
M src/framework/preferences/html/PrefsEditorTemplate-lineSpace.html
M src/framework/preferences/html/PrefsEditorTemplate-speak.html
M src/framework/preferences/html/PrefsEditorTemplate-textFont.html
M src/framework/preferences/html/PrefsEditorTemplate-textSize.html
M src/framework/preferences/html/SeparatedPanelPrefsEditor.html
M src/framework/preferences/js/Panels.js
M src/framework/preferences/js/PrefsEditor.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/manual-tests/framework/preferences/assortedContent/index.html
Log Message:
-----------
FLUID-5534: Making arrows interactive for scrolling the panels
Requires tests
Commit: 7f39b7fe5bae71a67b314d399ba5b355fbcc0919
https://github.com/fluid-project/infusion/commit/7f39b7fe5bae71a67b314d399ba5b355fbcc0919
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M src/framework/preferences/css/stylus/SeparatedPanelPrefsEditorFrame.styl
Log Message:
-----------
FLUID-5534: Hiding the arrows in IE
The interactions for the arrows weren't working in IE, so we are hiding them instead.
This is still just an interim solution, and hopefully the final solution will be supported
across all supported browsers.
Commit: cb01dd3859f163eea26f1333db53a479635eda7b
https://github.com/fluid-project/infusion/commit/cb01dd3859f163eea26f1333db53a479635eda7b
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-05-03 (Wed, 03 May 2017)
Changed paths:
M tests/framework-tests/preferences/js/BuilderTests.js
M tests/framework-tests/preferences/js/CompositePanelTestsGrades.js
M tests/framework-tests/preferences/testResources/html/increaseTemplate.html
Log Message:
-----------
FLUID-5534: Updating existing tests
Commit: c0c5576f8da5a47d73cfd5ad78637d8234274c9c
https://github.com/fluid-project/infusion/commit/c0c5576f8da5a47d73cfd5ad78637d8234274c9c
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M demos/prefsFramework/index.html
M demos/uiOptions/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/index.html
M examples/framework/preferences/conditionalAdjusters/index.html
M examples/framework/preferences/usingGrades/index.html
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorFrame.html
A tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
A tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsiveTestPage.html
A tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/manual-tests/framework/preferences/assortedContent/index.html
Log Message:
-----------
FLUID-5534: Starting tests for responsive UIO
Also removed duplicate id's from separated panel markup
Commit: b53360e9d242683f3939e43b4e3bf81ae4e9623c
https://github.com/fluid-project/infusion/commit/b53360e9d242683f3939e43b4e3bf81ae4e9623c
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-05-05 (Fri, 05 May 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Added a comment to the test
Commit: 810032f15edc80d95835183cab98bd2486044b5b
https://github.com/fluid-project/infusion/commit/810032f15edc80d95835183cab98bd2486044b5b
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-08-17 (Thu, 17 Aug 2017)
Changed paths:
M .npmignore
M demos/textfieldControl/index.html
M package.json
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/ModelTransformationTransforms.js
M src/framework/preferences/css/stylus/PrefsEditor.styl
M src/framework/preferences/html/PrefsEditorTemplate-contrast.html
M src/framework/preferences/js/Panels.js
M src/framework/preferences/js/Store.js
M src/framework/preferences/messages/contrast.json
M src/framework/renderer/js/RendererUtilities.js
M src/module/fluid.js
M src/module/module.js
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/ModelTransformationTests.js
M tests/framework-tests/preferences/html/Store-test.html
M tests/framework-tests/preferences/js/PageEnhancerTests.js
M tests/framework-tests/preferences/js/PanelsTests.js
M tests/framework-tests/preferences/js/StoreTests.js
M tests/framework-tests/renderer/html/RendererUtilities-test.html
M tests/framework-tests/renderer/js/RendererUtilitiesTests.js
M tests/node-tests/basic-node-tests.js
Log Message:
-----------
Merge branch 'master' into FLUID-5534
Commit: 4d92ec25470a5e03fc618c66a69435a725074734
https://github.com/fluid-project/infusion/commit/4d92ec25470a5e03fc618c66a69435a725074734
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-08-21 (Mon, 21 Aug 2017)
Changed paths:
M src/framework/preferences/css/stylus/Enactors.styl
M src/framework/preferences/css/stylus/PrefsEditor.styl
M src/framework/preferences/css/stylus/SeparatedPanelPrefsEditor.styl
A src/framework/preferences/css/stylus/utils/Fonts.styl
Log Message:
-----------
Merge branch 'master' into FLUID-5534
Commit: 192dd4c8c3d8cdff2041d6d180a7466c97e138e4
https://github.com/fluid-project/infusion/commit/192dd4c8c3d8cdff2041d6d180a7466c97e138e4
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-08-22 (Tue, 22 Aug 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Added tests for slidingPanel.
Commit: d96f441202a7c89acc3e61304ce81c5e158579fe
https://github.com/fluid-project/infusion/commit/d96f441202a7c89acc3e61304ce81c5e158579fe
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-08-22 (Tue, 22 Aug 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Fixed and refactored existing responsive tests
Commit: 7675572cfe71866a63cba299069eb330d11b914c
https://github.com/fluid-project/infusion/commit/7675572cfe71866a63cba299069eb330d11b914c
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-08-24 (Thu, 24 Aug 2017)
Changed paths:
M src/framework/preferences/html/SeparatedPanelPrefsEditorFrame.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorFrame.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsiveTestPage.html
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Added tests for panel positions.
Commit: f7f42b0f84d87df41c8c3b2eb525dc87d1744092
https://github.com/fluid-project/infusion/commit/f7f42b0f84d87df41c8c3b2eb525dc87d1744092
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-08-24 (Thu, 24 Aug 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Added test for scrolling panels with scrollToPanel invoker.
Commit: 1cb8b33e4eabc92b928eb7b40bc9ec12ea400631
https://github.com/fluid-project/infusion/commit/1cb8b33e4eabc92b928eb7b40bc9ec12ea400631
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-08-24 (Thu, 24 Aug 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Added tests for scrolling by clicking arrows.
Commit: 5b66f86ed49e9a80517a86f237cfd8711436e1b4
https://github.com/fluid-project/infusion/commit/5b66f86ed49e9a80517a86f237cfd8711436e1b4
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M src/framework/preferences/js/Panels.js
Log Message:
-----------
FLUID-5534: Updating style class name.
Commit: ee3f98a023a7cd827e93a5732374f1ae1ecbfa02
https://github.com/fluid-project/infusion/commit/ee3f98a023a7cd827e93a5732374f1ae1ecbfa02
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M demos/prefsFramework/index.html
M demos/uiOptions/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/index.html
M examples/framework/preferences/conditionalAdjusters/index.html
A examples/framework/preferences/fullPagePanelStyle/index.html
M examples/framework/preferences/usingGrades/index.html
A src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M src/framework/preferences/preferencesDependencies.json
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditor-test.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
M tests/manual-tests/framework/preferences/assortedContent/index.html
Log Message:
-----------
FLUID-5534: Refactored arrow functionality in separate grade.
Added an example of using full page prefs editor but with separated
panel styling and responsive interactions.
Commit: efe9df3a808ecba82d3858ed2004c18ebef6bfc3
https://github.com/fluid-project/infusion/commit/efe9df3a808ecba82d3858ed2004c18ebef6bfc3
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Unit tests for panelIndex bounds.
Commit: 114b630cc82fc33be84eec0cb33430c53a73e859
https://github.com/fluid-project/infusion/commit/114b630cc82fc33be84eec0cb33430c53a73e859
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-15 (Fri, 15 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/PrefsEditor.js
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
M tests/framework-tests/preferences/js/PrefsEditorTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
Log Message:
-----------
FLUID-5534: Modelizing panelIndex
Started adding/updating unit tests but more should be added for
verifying model values and scrolling via model changes in
SeparatedPanelPrefsEditorTests
Commit: 5c791ff5749994062772e6c8b6a750cdeec98c35
https://github.com/fluid-project/infusion/commit/5c791ff5749994062772e6c8b6a750cdeec98c35
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-15 (Fri, 15 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/PrefsEditor.js
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
M tests/framework-tests/preferences/js/PrefsEditorTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
Log Message:
-----------
Merge pull request #1 from jobara/FLUID-5534
FLUID-5534: Modelizing panelIndex
Commit: 78bed2789f5dfd4c5a50f600af86d779167a2980
https://github.com/fluid-project/infusion/commit/78bed2789f5dfd4c5a50f600af86d779167a2980
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-18 (Mon, 18 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
Log Message:
-----------
FLUID-5534: making use of scrollToPanel invoker
Commit: f1867e1792f7b6759ab71a46d34268c1e5542bb8
https://github.com/fluid-project/infusion/commit/f1867e1792f7b6759ab71a46d34268c1e5542bb8
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
Log Message:
-----------
FLUID-5534: Adjusting scrolling when initializing from the store.
Commit: 995fe3de019ef5ea8007848272eda76eee869bb4
https://github.com/fluid-project/infusion/commit/995fe3de019ef5ea8007848272eda76eee869bb4
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)
Changed paths:
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
Log Message:
-----------
FLUID-5534: Improved priority to "after:udpateView" instead of "last"
Commit: 231aacdf931072f8d957e852f56d030d3cfbfdf9
https://github.com/fluid-project/infusion/commit/231aacdf931072f8d957e852f56d030d3cfbfdf9
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)
Changed paths:
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
Log Message:
-----------
FLUID-5534: Adding comments to scrolling config in separated panel
Commit: 87829954ed4437f964840b767a7a6a0c94fdf0ff
https://github.com/fluid-project/infusion/commit/87829954ed4437f964840b767a7a6a0c94fdf0ff
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
Log Message:
-----------
Merge pull request #2 from jobara/FLUID-5534
FLUID-5534: Initializing panelIndex from store
Commit: 00c070afbc81e1f0c0d2bbd84db8123adc781419
https://github.com/fluid-project/infusion/commit/00c070afbc81e1f0c0d2bbd84db8123adc781419
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)
Changed paths:
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Tests are failing; work in progress.
Commit: 29325ebd57703c4e890e332076b715099aade6cc
https://github.com/fluid-project/infusion/commit/29325ebd57703c4e890e332076b715099aade6cc
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Wrote new unit tests for panelIndex.
Commit: 9cb4fe20ea8cf1674910fe68463fbc9924ef8b3c
https://github.com/fluid-project/infusion/commit/9cb4fe20ea8cf1674910fe68463fbc9924ef8b3c
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-19 (Tue, 19 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Refactored left/right scroll test; added namespace to relay.
Commit: f66c8c7bbbda1e58636bbf7bcef73884df6146de
https://github.com/fluid-project/infusion/commit/f66c8c7bbbda1e58636bbf7bcef73884df6146de
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
Log Message:
-----------
FLUID-5534: Renaming translateToScroll to eventToScrollIndex
Commit: b37899ee0fb7b4d120ee6e67f555307d6a5f427e
https://github.com/fluid-project/infusion/commit/b37899ee0fb7b4d120ee6e67f555307d6a5f427e
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: scrollToPanel invoker and updated modelListeners and tests.
Commit: 83fd86c1e545c78b50eed9dd7038ead402bebf8c
https://github.com/fluid-project/infusion/commit/83fd86c1e545c78b50eed9dd7038ead402bebf8c
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
Log Message:
-----------
FLUID-5534: Uncommenting the beforeReset event defintion
Commit: 12b94ba40f383a61933d64f308a537ec719c0338
https://github.com/fluid-project/infusion/commit/12b94ba40f383a61933d64f308a537ec719c0338
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
Log Message:
-----------
FLUID-5534: removing window even onDestroy
Commit: adeb40224a8f3f908a847b4646271ba9d8078f47
https://github.com/fluid-project/infusion/commit/adeb40224a8f3f908a847b4646271ba9d8078f47
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
Merge pull request #3 from jobara/FLUID-5534
FLUID-5534: Changes based on PR comments
Commit: df93358110dad20611a8128d211f7c8f2baf475f
https://github.com/fluid-project/infusion/commit/df93358110dad20611a8128d211f7c8f2baf475f
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)
Changed paths:
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidIoC.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M src/module/fluid.js
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/FluidIoCTests.js
M tests/node-tests/README.md
M tests/node-tests/basic-node-tests.js
M tests/node-tests/tap-reporting.js
Log Message:
-----------
Merge branch 'master' into FLUID-5534
Commit: 4ba1dcf157415393571f9230612eabdf50fb419b
https://github.com/fluid-project/infusion/commit/4ba1dcf157415393571f9230612eabdf50fb419b
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Added a test for the window resize event.
Commit: 8ff61cc06c3fa651dce411a7821934a0d394c9e0
https://github.com/fluid-project/infusion/commit/8ff61cc06c3fa651dce411a7821934a0d394c9e0
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-22 (Fri, 22 Sep 2017)
Changed paths:
M tests/all-tests.html
M tests/framework-tests/preferences/all-tests.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Adding iframe setup to tests. Now run in all-tests.
Commit: 1e8ee4327ea3367c6780b18e30975e570b23af15
https://github.com/fluid-project/infusion/commit/1e8ee4327ea3367c6780b18e30975e570b23af15
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-22 (Fri, 22 Sep 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Fixing event dispatch for IE11
Commit: aef6a428a0dd03ad11a2daeed7ffe470e373ef9e
https://github.com/fluid-project/infusion/commit/aef6a428a0dd03ad11a2daeed7ffe470e373ef9e
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-22 (Fri, 22 Sep 2017)
Changed paths:
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidIoC.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M src/module/fluid.js
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/FluidIoCTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/node-tests/README.md
M tests/node-tests/basic-node-tests.js
M tests/node-tests/tap-reporting.js
Log Message:
-----------
Merge pull request #4 from jobara/FLUID-5534
FLUID-5534: Added window resize test
Commit: 273c97cbd82811cbcdf6237bd8d4f80fda41140e
https://github.com/fluid-project/infusion/commit/273c97cbd82811cbcdf6237bd8d4f80fda41140e
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-22 (Fri, 22 Sep 2017)
Changed paths:
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Using sequence injection to setup tests.
Commit: c6e6178ce329bb94535f85b69811ebfba7f6a95e
https://github.com/fluid-project/infusion/commit/c6e6178ce329bb94535f85b69811ebfba7f6a95e
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-22 (Fri, 22 Sep 2017)
Changed paths:
M tests/all-tests.html
M tests/framework-tests/preferences/all-tests.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
Merge pull request #5 from jobara/FLUID-5534
FLUID-5534: Update tests to work in all-tests
Commit: d32ae11f5b324824aeaf2684a057e6718b2828c3
https://github.com/fluid-project/infusion/commit/d32ae11f5b324824aeaf2684a057e6718b2828c3
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-25 (Mon, 25 Sep 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Fixed bug in triggerDOMEvent function
Commit: b2224062e40788e19102a28c27aa788745482090
https://github.com/fluid-project/infusion/commit/b2224062e40788e19102a28c27aa788745482090
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-09-25 (Mon, 25 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Simplifying model by using panelIndex directly in transform
Commit: 04adcb3e4b0e347cd8115fa01e91b4c258388f11
https://github.com/fluid-project/infusion/commit/04adcb3e4b0e347cd8115fa01e91b4c258388f11
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-09-25 (Mon, 25 Sep 2017)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
Merge pull request #6 from jobara/FLUID-5534
FLUID-5534: Improvements to modelRelay
Commit: 3955c3186519dd8cd2774ae9bf8b9847863b2585
https://github.com/fluid-project/infusion/commit/3955c3186519dd8cd2774ae9bf8b9847863b2585
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidDebugging.js
M src/framework/core/js/ModelTransformation.js
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/FluidDebuggingTests.js
M tests/framework-tests/core/js/FluidJSTests.js
M tests/framework-tests/core/js/ModelTransformationTests.js
M tests/node-tests/basic-node-tests.js
Log Message:
-----------
Merge branch 'master' into FLUID-5534
Commit: ce0f79acc73c907b1fa24e243b1182a3dae75a56
https://github.com/fluid-project/infusion/commit/ce0f79acc73c907b1fa24e243b1182a3dae75a56
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
Log Message:
-----------
FLUID-5534: Improving namespace for responsive tests.
Commit: caacd7883bffc8f0c7302effec73d183789cdc7b
https://github.com/fluid-project/infusion/commit/caacd7883bffc8f0c7302effec73d183789cdc7b
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
Log Message:
-----------
FLUID-5534: Adding comment about requiring two iframes in test.
Commit: 1c5a4d378d11eace1ffd8104814f64439925bf30
https://github.com/fluid-project/infusion/commit/1c5a4d378d11eace1ffd8104814f64439925bf30
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidDebugging.js
M src/framework/core/js/ModelTransformation.js
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/FluidDebuggingTests.js
M tests/framework-tests/core/js/FluidJSTests.js
M tests/framework-tests/core/js/ModelTransformationTests.js
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/node-tests/basic-node-tests.js
Log Message:
-----------
Merge pull request #7 from jobara/FLUID-5534
FLUID-5534: Updated test namespace
Commit: 98fc95110e8dbbce140faa05a5baf57cc22d9398
https://github.com/fluid-project/infusion/commit/98fc95110e8dbbce140faa05a5baf57cc22d9398
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
Log Message:
-----------
FLUID-5534: Updating namespace for separated panel tests.
Commit: fe4b2156af13400f45d4d4685526ff38fac9e697
https://github.com/fluid-project/infusion/commit/fe4b2156af13400f45d4d4685526ff38fac9e697
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-10-02 (Mon, 02 Oct 2017)
Changed paths:
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
Log Message:
-----------
Merge pull request #8 from jobara/FLUID-5534
FLUID-5534: Updating namespace for separated panel tests.
Commit: 0f37cec62a7792ee502026e420ef791ab74dd558
https://github.com/fluid-project/infusion/commit/0f37cec62a7792ee502026e420ef791ab74dd558
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M Gruntfile.js
M package.json
Log Message:
-----------
FLUID-5534: Updating so that the tests will pass after an npm install.
Previously on install, stylus would not be compiled to CSS and on
buildDist any generated CSS would be removed. However the CSS is now
required for the responsive tests and must be in place.
Commit: 5857a7904f0b1f3d22a74ac5e8f1d78e56397e01
https://github.com/fluid-project/infusion/commit/5857a7904f0b1f3d22a74ac5e8f1d78e56397e01
Author: Eloisa <grrrero at users.noreply.github.com>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M Gruntfile.js
M package.json
Log Message:
-----------
Merge pull request #9 from jobara/FLUID-5534
FLUID-5534: Updating so that the tests will pass after an npm install.
Commit: 61f29d2051d3557fdac8a68060c51f861ea24cc0
https://github.com/fluid-project/infusion/commit/61f29d2051d3557fdac8a68060c51f861ea24cc0
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2017-10-05 (Thu, 05 Oct 2017)
Changed paths:
M Gruntfile.js
M demos/prefsFramework/html/SeparatedPanelPrefsEditor.html
M demos/prefsFramework/html/SeparatedPanelPrefsEditorWithTTS.html
M demos/prefsFramework/html/SimplifyPanelTemplate.html
M demos/prefsFramework/index.html
M demos/uiOptions/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/html/prefsEditor.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/js/panels.js
M examples/framework/preferences/conditionalAdjusters/html/prefsEditor.html
M examples/framework/preferences/conditionalAdjusters/index.html
M examples/framework/preferences/conditionalAdjusters/js/panels.js
A examples/framework/preferences/fullPagePanelStyle/index.html
M examples/framework/preferences/shared/html/increasing.html
M examples/framework/preferences/shared/html/prefsEditor.html
M examples/framework/preferences/shared/html/speakIncrease.html
M examples/framework/preferences/shared/html/speaking.html
M examples/framework/preferences/usingGrades/index.html
M package.json
M src/framework/preferences/css/stylus/SeparatedPanelPrefsEditorFrame.styl
M src/framework/preferences/html/PrefsEditorTemplate-contrast.html
M src/framework/preferences/html/PrefsEditorTemplate-enhanceInputs.html
M src/framework/preferences/html/PrefsEditorTemplate-layout.html
M src/framework/preferences/html/PrefsEditorTemplate-lineSpace.html
M src/framework/preferences/html/PrefsEditorTemplate-speak.html
M src/framework/preferences/html/PrefsEditorTemplate-textFont.html
M src/framework/preferences/html/PrefsEditorTemplate-textSize.html
M src/framework/preferences/html/SeparatedPanelPrefsEditor.html
M src/framework/preferences/html/SeparatedPanelPrefsEditorFrame.html
A src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/Panels.js
M src/framework/preferences/js/PrefsEditor.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M src/framework/preferences/preferencesDependencies.json
M tests/all-tests.html
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/framework-tests/preferences/all-tests.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditor-test.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorFrame.html
A tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
A tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsiveTestPage.html
M tests/framework-tests/preferences/js/BuilderTests.js
M tests/framework-tests/preferences/js/CompositePanelTestsGrades.js
M tests/framework-tests/preferences/js/PrefsEditorTests.js
A tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
M tests/framework-tests/preferences/testResources/html/increaseTemplate.html
M tests/manual-tests/framework/preferences/assortedContent/index.html
Log Message:
-----------
Merge branch 'FLUID-5534'
* FLUID-5534: (35 commits)
FLUID-5534: Updating so that the tests will pass after an npm install.
FLUID-5534: Updating namespace for separated panel tests.
FLUID-5534: Adding comment about requiring two iframes in test.
FLUID-5534: Improving namespace for responsive tests.
FLUID-5534: Simplifying model by using panelIndex directly in transform
FLUID-5534: Fixed bug in triggerDOMEvent function
FLUID-5534: Using sequence injection to setup tests.
FLUID-5534: Fixing event dispatch for IE11
FLUID-5534: Adding iframe setup to tests. Now run in all-tests.
FLUID-5534: Added a test for the window resize event.
FLUID-5534: removing window even onDestroy
FLUID-5534: Uncommenting the beforeReset event defintion
FLUID-5534: scrollToPanel invoker and updated modelListeners and tests.
FLUID-5534: Renaming translateToScroll to eventToScrollIndex
FLUID-5534: Refactored left/right scroll test; added namespace to relay.
FLUID-5534: Wrote new unit tests for panelIndex.
FLUID-5534: Tests are failing; work in progress.
FLUID-5534: Adding comments to scrolling config in separated panel
FLUID-5534: Improved priority to "after:udpateView" instead of "last"
FLUID-5534: Adjusting scrolling when initializing from the store.
...
Compare: https://github.com/fluid-project/infusion/compare/5dd8f82d9237...61f29d2051d3
More information about the Commits
mailing list