[Commits] [fluid-project/infusion] 28b8b6: FLUID-5689: Pager demo tooltips out of sync with t...
GitHub
noreply at github.com
Thu Jul 14 12:08:56 UTC 2016
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: 28b8b61c7b2a9000fcea7c95e071c8e173be629b
https://github.com/fluid-project/infusion/commit/28b8b61c7b2a9000fcea7c95e071c8e173be629b
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-03-05 (Sat, 05 Mar 2016)
Changed paths:
M src/components/pager/js/PagedTable.js
M src/components/pager/js/Pager.js
Log Message:
-----------
FLUID-5689: Pager demo tooltips out of sync with table
Fixed the tooltip to sync with model changes
Commit: f786e65daa25afe74c08e9f97fd6f8f59c32ce71
https://github.com/fluid-project/infusion/commit/f786e65daa25afe74c08e9f97fd6f8f59c32ce71
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-03-09 (Wed, 09 Mar 2016)
Changed paths:
M tests/component-tests/pager/js/PagedTableTests.js
Log Message:
-----------
FLUID-5689: Updated test cases of pager
Updated testcases accoding to the changes after bug fixes.
Commit: be52360c48bb896ae8ff270b70119e0bb58394e4
https://github.com/fluid-project/infusion/commit/be52360c48bb896ae8ff270b70119e0bb58394e4
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M src/components/pager/js/Pager.js
Log Message:
-----------
FLUID-5689: Updated unwanted modelListeners
Commit: 35c3e8cca7217d0a28ae41e59ca0d870608de918
https://github.com/fluid-project/infusion/commit/35c3e8cca7217d0a28ae41e59ca0d870608de918
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M tests/component-tests/pager/js/PagedTableTests.js
Log Message:
-----------
FLUID-5689: Changed the message of the test case
Commit: a4e5350ab5b6b5a0176f9002f3f11c10798bba57
https://github.com/fluid-project/infusion/commit/a4e5350ab5b6b5a0176f9002f3f11c10798bba57
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-04-21 (Thu, 21 Apr 2016)
Changed paths:
M tests/component-tests/pager/js/PagedTableTests.js
Log Message:
-----------
FLUID-5689: Code Refatoring
Commit: 9d130c9a2abd1305fabab34f1cd37ee33961d408
https://github.com/fluid-project/infusion/commit/9d130c9a2abd1305fabab34f1cd37ee33961d408
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M tests/component-tests/pager/html/PagedTable-test.html
Log Message:
-----------
FLUID-5689: Updated the pager size dropdown in the pager table test file
Commit: d4d739e93ffef926fb6643e0cab28e7ae8df6b67
https://github.com/fluid-project/infusion/commit/d4d739e93ffef926fb6643e0cab28e7ae8df6b67
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M tests/component-tests/pager/js/PagedTableTests.js
Log Message:
-----------
FLUID-5689: Added test cases which are related to the bug fix in FLUID-5689
* Added test cases to verify whether the tolltips are synced with the page size
Commit: ea6030eff6610071447f012c7b15ec7915b7b060
https://github.com/fluid-project/infusion/commit/ea6030eff6610071447f012c7b15ec7915b7b060
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-04-30 (Sat, 30 Apr 2016)
Changed paths:
M demos/reorderer/imageReorderer/index.html
M src/components/pager/js/PagedTable.js
M src/components/pager/js/Pager.js
M src/components/pager/js/Table.js
M src/components/progress/js/Progress.js
M src/components/reorderer/js/Reorderer.js
M src/components/slidingPanel/js/SlidingPanel.js
M src/components/tableOfContents/js/TableOfContents.js
M src/components/uploader/js/UploaderCompatibility-Infusion1.2.js
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidIoC.js
M src/framework/core/js/FluidView.js
M src/framework/core/js/ModelTransformation.js
M src/framework/core/js/ModelTransformationTransforms.js
M src/framework/enhancement/js/ContextAwareness.js
M src/framework/preferences/css/stylus/SeparatedPanelPrefsEditor.styl
M src/framework/preferences/css/stylus/utils/Themes.styl
M tests/all-tests.html
M tests/component-tests/progress/js/ProgressTests.js
M tests/component-tests/reorderer/js/LayoutReordererTests.js
M tests/framework-tests/core/js/CachingTests.js
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/FluidIoCTests.js
M tests/framework-tests/core/js/FluidJSTests.js
M tests/framework-tests/core/js/FluidPromisesTests.js
M tests/framework-tests/core/js/FluidViewTests.js
M tests/framework-tests/core/js/ModelTransformationTests.js
M tests/framework-tests/preferences/js/BuilderTests.js
M tests/framework-tests/preferences/js/EnactorsTests.js
M tests/framework-tests/preferences/js/IntegrationTestsCommon.js
M tests/framework-tests/preferences/js/PanelsTests.js
M tests/framework-tests/preferences/js/PrefsEditorTests.js
M tests/framework-tests/renderer/js/RendererUtilitiesTests.js
M tests/test-core/utils/js/IoCTestUtils.js
Log Message:
-----------
Merge branch 'master' into FLUID-5689
Commit: 07e2ee15c11fb7ef249ce7def0888e7a2151a2e8
https://github.com/fluid-project/infusion/commit/07e2ee15c11fb7ef249ce7def0888e7a2151a2e8
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M tests/component-tests/pager/js/PagedTableTests.js
Log Message:
-----------
FLUID-5689: Code Refactoring
* separated method for reusability and readability
* added comments
Commit: 0e74a187ec15165b96778765da799b57a57973b7
https://github.com/fluid-project/infusion/commit/0e74a187ec15165b96778765da799b57a57973b7
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M .gitignore
M demos/keyboard-a11y/js/keyboardDemo.js
M src/components/inlineEdit/js/InlineEdit.js
M src/components/uploader/js/UploaderCompatibility-Infusion1.2.js
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidIoC.js
M src/framework/core/js/ModelTransformation.js
M src/framework/core/js/ModelTransformationTransforms.js
M src/framework/preferences/js/Panels.js
M src/module/fluid.js
M src/module/module.js
M tests/all-tests.html
M tests/framework-tests/core/html/FluidIoCView-test.html
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/FluidIoCTests.js
M tests/framework-tests/core/js/FluidIoCViewTests.js
M tests/framework-tests/core/js/FluidJSTests.js
M tests/framework-tests/core/js/ModelTransformationTests.js
R tests/framework-tests/jqUnit/html/jqUnit-tests.html
R tests/framework-tests/jqUnit/js/jqUnit-tests.js
M tests/framework-tests/preferences/js/IntegrationTestsCommon.js
M tests/framework-tests/preferences/js/PanelsTests.js
M tests/node-tests/basic-node-tests.js
A tests/node-tests/node_modules/test-module2/index.js
A tests/node-tests/node_modules/test-module2/package.json
M tests/test-core/jqUnit/js/jqUnit.js
A tests/test-core/testTests/html/jqUnit-test.html
A tests/test-core/testTests/js/jqUnitTests.js
M tests/test-core/utils/js/IoCTestUtils.js
Log Message:
-----------
Merge branch 'master' into FLUID-5689
Commit: dc57337a262a2a3d153e69757f2a48c9c3e1f13a
https://github.com/fluid-project/infusion/commit/dc57337a262a2a3d153e69757f2a48c9c3e1f13a
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-06-07 (Tue, 07 Jun 2016)
Changed paths:
M tests/component-tests/pager/js/PagedTableTests.js
Log Message:
-----------
FLUID-5689: Code refactoring in pager test cases
Commit: 136a1cada7a3bc7802cee7b67c312d60c10486b0
https://github.com/fluid-project/infusion/commit/136a1cada7a3bc7802cee7b67c312d60c10486b0
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M tests/component-tests/pager/js/PagedTableTests.js
Log Message:
-----------
FLUID-5689: Separated the pager tooltip tests to another grade.
Commit: 726e35047ab56e40487aa42998fa7725dcd215db
https://github.com/fluid-project/infusion/commit/726e35047ab56e40487aa42998fa7725dcd215db
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-07-07 (Thu, 07 Jul 2016)
Changed paths:
M tests/component-tests/pager/js/PagedTableTests.js
Log Message:
-----------
FLUID-5689: Changed the test case message
Commit: 237180940b4b4b9665dc10c9b75349a5557ba41a
https://github.com/fluid-project/infusion/commit/237180940b4b4b9665dc10c9b75349a5557ba41a
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-07-07 (Thu, 07 Jul 2016)
Changed paths:
M tests/test-core/jqUnit/js/jqUnit-browser.js
Log Message:
-----------
FLUID-5689: Removed the additional message appending to the length verification of nodes
Commit: f4ba2017dfd220c83eee2f1a0e60bb9d87daf709
https://github.com/fluid-project/infusion/commit/f4ba2017dfd220c83eee2f1a0e60bb9d87daf709
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-07-07 (Thu, 07 Jul 2016)
Changed paths:
A .eslintignore
A .eslintrc.json
R .jshintignore
R .jshintrc
M Gruntfile.js
M README.md
M Vagrantfile
M demos/prefsFramework/index.html
M demos/prefsFramework/js/changeClass.js
M demos/prefsFramework/lib/html5shiv/js/html5shiv.js
M demos/renderer/js/rendererDemo.js
M demos/reorderer/gridReorderer/js/gridReordererDemo.js
M demos/shared/js/overviewWrapper.js
M demos/uiOptions/index.html
R examples/framework/preferences/conditionalAdjusters-singlePanel/index.html
A examples/framework/preferences/conditionalAdjusters-singlePanel/jQueryUI.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/js/auxiliarySchema.js
A examples/framework/preferences/conditionalAdjusters-singlePanel/nativeHTML.html
R examples/framework/preferences/conditionalAdjusters/index.html
A examples/framework/preferences/conditionalAdjusters/jQueryUI.html
M examples/framework/preferences/conditionalAdjusters/js/auxiliarySchema.js
A examples/framework/preferences/conditionalAdjusters/nativeHTML.html
M examples/framework/preferences/minimalEditor/index.html
A examples/framework/preferences/shared/html/SeparatedPanelPrefsEditorFrame-jQueryUI.html
A examples/framework/preferences/shared/html/SeparatedPanelPrefsEditorFrame-nativeHTML.html
R examples/framework/preferences/shared/html/SeparatedPanelPrefsEditorFrame.html
A examples/framework/preferences/shared/html/slider-template-jQueryUI.html
A examples/framework/preferences/shared/html/slider-template-nativeHTML.html
R examples/framework/preferences/shared/html/slider-template.html
A examples/framework/preferences/shared/js/contextAwareAuxSchemas.js
M examples/framework/preferences/usingGrades/index.html
M package.json
M provisioning/vars.yml
M src/components/inlineEdit/js/InlineEdit.js
M src/components/inlineEdit/js/InlineEditIntegrations.js
M src/components/pager/js/PagedTable.js
M src/components/pager/js/Pager.js
M src/components/reorderer/js/GeometricManager.js
M src/components/tabs/js/Tabs.js
M src/components/textfieldSlider/js/TextfieldSlider.js
M src/components/textfieldSlider/textfieldSliderDependencies.json
M src/framework/core/frameworkDependencies.json
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/FluidDocument.js
M src/framework/core/js/FluidIoC.js
M src/framework/core/js/FluidPromises.js
M src/framework/core/js/FluidRequests.js
M src/framework/core/js/FluidView.js
M src/framework/core/js/FluidViewDebugging.js
M src/framework/core/js/JavaProperties.js
M src/framework/core/js/ModelTransformationTransforms.js
A src/framework/core/js/ResourceLoader.js
M src/framework/core/js/jquery.standalone.js
A src/framework/preferences/html/PrefsEditorTemplate-lineSpace-jQueryUI.html
A src/framework/preferences/html/PrefsEditorTemplate-lineSpace-nativeHTML.html
R src/framework/preferences/html/PrefsEditorTemplate-lineSpace.html
A src/framework/preferences/html/PrefsEditorTemplate-textSize-jQueryUI.html
A src/framework/preferences/html/PrefsEditorTemplate-textSize-nativeHTML.html
R src/framework/preferences/html/PrefsEditorTemplate-textSize.html
A src/framework/preferences/html/SeparatedPanelPrefsEditorFrame-jQueryUI.html
A src/framework/preferences/html/SeparatedPanelPrefsEditorFrame-nativeHTML.html
R src/framework/preferences/html/SeparatedPanelPrefsEditorFrame.html
M src/framework/preferences/js/AuxBuilder.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/js/StarterGrades.js
M src/framework/preferences/js/StarterSchemas.js
M src/framework/preferences/js/URLUtilities.js
M src/framework/renderer/js/RendererUtilities.js
M src/framework/renderer/js/fluidParser.js
M src/framework/renderer/js/fluidRenderer.js
M src/module/fluid.js
M src/module/module.js
M tests/all-tests.html
M tests/component-tests/inlineEdit/js/InlineEditTests.js
M tests/component-tests/reorderer/js/GeometricManagerTests.js
M tests/component-tests/reorderer/js/LayoutReordererTests.js
M tests/component-tests/tableOfContents/js/TableOfContentsTests.js
M tests/component-tests/textfieldSlider/html/TextfieldSlider-test.html
M tests/component-tests/textfieldSlider/js/TextfieldSliderTests.js
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/component-tests/uploader/js/DemoUploadManagerTests.js
M tests/component-tests/uploader/js/UploaderCompatibilityTests.js
M tests/framework-tests/core/all-tests.html
A tests/framework-tests/core/data/testTemplate1.html
A tests/framework-tests/core/data/testTemplate2.html
A tests/framework-tests/core/html/ResourceLoader-test.html
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/FluidDebuggingTests.js
M tests/framework-tests/core/js/FluidIoCTests.js
M tests/framework-tests/core/js/FluidJSTests.js
M tests/framework-tests/core/js/FluidViewTests.js
M tests/framework-tests/core/js/ModelTransformationTests.js
A tests/framework-tests/core/js/ResourceLoaderTests.js
M tests/framework-tests/core/js/WebWorkerTests-Worker.js
M tests/framework-tests/preferences/html/AuxBuilder-test.html
M tests/framework-tests/preferences/html/Builder-test.html
M tests/framework-tests/preferences/html/Enactors-test.html
M tests/framework-tests/preferences/html/FullNoPreviewPrefsEditor-test.html
M tests/framework-tests/preferences/html/FullPreviewPrefsEditor-test.html
M tests/framework-tests/preferences/html/PageEnhancer-test.html
M tests/framework-tests/preferences/html/Panels-test.html
M tests/framework-tests/preferences/html/PrefsEditor-test.html
M tests/framework-tests/preferences/html/SelfVoicingEnactor-test.html
M tests/framework-tests/preferences/html/SelfVoicingPanel-test.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditor-test.html
A tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorFrame-nativeHTML.html
R tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorFrame.html
M tests/framework-tests/preferences/html/UIEnhancer-test.html
M tests/framework-tests/preferences/js/AuxBuilderTests.js
M tests/framework-tests/preferences/js/BuilderTests.js
A tests/framework-tests/preferences/js/CompositePanelTestsGrades.js
M tests/framework-tests/preferences/js/FullNoPreviewPrefsEditorTests.js
M tests/framework-tests/preferences/js/FullPreviewPrefsEditorTests.js
M tests/framework-tests/preferences/js/IntegrationTestsCommon.js
M tests/framework-tests/preferences/js/PanelsTests.js
M tests/framework-tests/preferences/js/PrefsEditorTests.js
M tests/framework-tests/preferences/js/PrefsEditorTestsCommon.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
M tests/framework-tests/preferences/js/URLUtilitiesTests.js
M tests/framework-tests/preferences/testResources/html/checkboxTemplate.html
M tests/framework-tests/renderer/js/RendererTests.js
M tests/framework-tests/renderer/js/RendererUtilitiesTests.js
M tests/lib/qunit/js/qunit.js
M tests/manual-tests/components/reorderer/dynamic/js/dynamicReorderer.js
M tests/manual-tests/framework/core/performance-fastInvokers/js/performance-test.js
M tests/manual-tests/framework/core/performance-get/js/performance-test.js
A tests/manual-tests/framework/preferences/assortedContent/index-jQueryUI.html
A tests/manual-tests/framework/preferences/assortedContent/index-nativeHTML.html
R tests/manual-tests/framework/preferences/assortedContent/index.html
M tests/manual-tests/framework/preferences/assortedContent/js/assortedContent.js
A tests/manual-tests/framework/preferences/fullPage-schema/index-jQueryUI.html
A tests/manual-tests/framework/preferences/fullPage-schema/index-nativeHTML.html
R tests/manual-tests/framework/preferences/fullPage-schema/index.html
A tests/manual-tests/framework/preferences/fullPage/index-jQueryUI.html
A tests/manual-tests/framework/preferences/fullPage/index-nativeHTML.html
R tests/manual-tests/framework/preferences/fullPage/index.html
M tests/node-tests/basic-node-tests.js
M tests/node-tests/node_modules/test-module/index.js
M tests/node-tests/node_modules/test-module2/index.js
M tests/test-core/jqUnit/js/jqUnit-browser.js
M tests/test-core/jqUnit/js/jqUnit.js
M tests/test-core/testTests/js/jqUnitTests.js
M tests/test-core/utils/js/IoCTestUtils.js
Log Message:
-----------
Merge branch 'master' into FLUID-5689
# Conflicts:
# tests/test-core/jqUnit/js/jqUnit-browser.js
Commit: df007873519f6813f22431c9a0058c4475e50a55
https://github.com/fluid-project/infusion/commit/df007873519f6813f22431c9a0058c4475e50a55
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-07-09 (Sat, 09 Jul 2016)
Changed paths:
M tests/test-core/jqUnit/js/jqUnit-browser.js
Log Message:
-----------
FLUID-5689: Updated the test message in assertNode
Commit: dcd1a8a1d15e895706cf7bfe45dbfe5307780a2f
https://github.com/fluid-project/infusion/commit/dcd1a8a1d15e895706cf7bfe45dbfe5307780a2f
Author: Dinuka De Silva <dinuka.2013513 at iit.ac.lk>
Date: 2016-07-12 (Tue, 12 Jul 2016)
Changed paths:
M src/components/pager/js/PagedTable.js
M tests/component-tests/pager/js/PagedTableTests.js
M tests/test-core/jqUnit/js/jqUnit-browser.js
Log Message:
-----------
FLUID-5689: update the copyright sections
Commit: dacc70fc5318f4f944c54ea7c316b61a307be221
https://github.com/fluid-project/infusion/commit/dacc70fc5318f4f944c54ea7c316b61a307be221
Author: Justin Obara <obarajustin at gmail.com>
Date: 2016-07-14 (Thu, 14 Jul 2016)
Changed paths:
M src/components/pager/js/PagedTable.js
M tests/component-tests/pager/html/PagedTable-test.html
M tests/component-tests/pager/js/PagedTableTests.js
M tests/test-core/jqUnit/js/jqUnit-browser.js
Log Message:
-----------
Merge remote-tracking branch 'Dinuka2013513/FLUID-5689'
* Dinuka2013513/FLUID-5689:
FLUID-5689: update the copyright sections
FLUID-5689: Updated the test message in assertNode
FLUID-5689: Removed the additional message appending to the length verification of nodes
FLUID-5689: Changed the test case message
FLUID-5689: Separated the pager tooltip tests to another grade.
FLUID-5689: Code refactoring in pager test cases
FLUID-5689: Code Refactoring
FLUID-5689: Added test cases which are related to the bug fix in FLUID-5689
FLUID-5689: Updated the pager size dropdown in the pager table test file
FLUID-5689: Code Refatoring
FLUID-5689: Changed the message of the test case
FLUID-5689: Updated unwanted modelListeners
FLUID-5689: Updated test cases of pager
FLUID-5689: Pager demo tooltips out of sync with table
Compare: https://github.com/fluid-project/infusion/compare/3f148ee5baa5...dacc70fc5318
More information about the Commits
mailing list