[Commits] [fluid-project/infusion] 946319: FLUID 4713: fileSizeLimit specifies a size files m...
GitHub
noreply at github.com
Tue Feb 28 21:01:21 UTC 2017
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: 946319c129823a4a46def680deadedc283a09acb
https://github.com/fluid-project/infusion/commit/946319c129823a4a46def680deadedc283a09acb
Author: Aashay Singhal <aashay225 at gmail.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
M src/components/uploader/js/HTML5UploaderSupport.js
Log Message:
-----------
FLUID 4713: fileSizeLimit specifies a size files must be smaller than, rather than the max size
changed the greater than equal to sign to greater only in HTML5UploaderSuppoprt.js
Commit: 49e419b35991f150da265b5eb10b25946fbb12d9
https://github.com/fluid-project/infusion/commit/49e419b35991f150da265b5eb10b25946fbb12d9
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2017-02-22 (Wed, 22 Feb 2017)
Changed paths:
M src/framework/core/js/DataBinding.js
M tests/framework-tests/core/js/DataBindingTests.js
Log Message:
-----------
FLUID-6127: Fix and test cases for faulty mapping of "DELETE" changes by wildcard modelListeners
Commit: 9f1d79dc00dc129baac7995767ee362867819a16
https://github.com/fluid-project/infusion/commit/9f1d79dc00dc129baac7995767ee362867819a16
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2017-02-22 (Wed, 22 Feb 2017)
Changed paths:
M src/framework/core/js/FluidIoC.js
M tests/framework-tests/core/js/FluidIoCTests.js
Log Message:
-----------
FLUID-6128: Fix and test case for failure when issuing root IoCSS selector with more than 2 components
Commit: 75ec0f2aab4ec25974e281eacb7e663989824760
https://github.com/fluid-project/infusion/commit/75ec0f2aab4ec25974e281eacb7e663989824760
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2017-02-22 (Wed, 22 Feb 2017)
Changed paths:
M tests/framework-tests/core/js/FluidIoCTests.js
Log Message:
-----------
FLUID-6128: Added extra test check following review
Commit: 9d867e455d661db3b0a18df06e5d3c00a64284f1
https://github.com/fluid-project/infusion/commit/9d867e455d661db3b0a18df06e5d3c00a64284f1
Author: Aashay Singhal <aashay225 at gmail.com>
Date: 2017-02-22 (Wed, 22 Feb 2017)
Changed paths:
M src/components/uploader/js/HTML5UploaderSupport.js
Log Message:
-----------
FLUID 4713: fileSizeLimit specifies a size files must be smaller than, rather than the max size
changed the greater than equal to sign to greater only in HTML5UploaderSuppoprt.js
Commit: 46d3244bc7fd8d92c4d63e519688353ce1c5c55d
https://github.com/fluid-project/infusion/commit/46d3244bc7fd8d92c4d63e519688353ce1c5c55d
Author: Aashay Singhal <aashay225 at gmail.com>
Date: 2017-02-22 (Wed, 22 Feb 2017)
Log Message:
-----------
Merge branch 'FLUID-4713' of https://github.com/aashay201297/infusion into FLUID-4713
Commit: 2e25e9c825d3b6be7098439df57e44d47f8b8c3d
https://github.com/fluid-project/infusion/commit/2e25e9c825d3b6be7098439df57e44d47f8b8c3d
Author: Aashay Singhal <aashay225 at gmail.com>
Date: 2017-02-23 (Thu, 23 Feb 2017)
Changed paths:
M tests/component-tests/uploader/js/HTML5UploaderSupportTests.js
Log Message:
-----------
FLUID-4713: fileSizeLimit should be the maximum size allowed.
modified tests so as to test my changes made
Commit: 2a78030e26d60bbe622bc76d6c39eafb0ec15491
https://github.com/fluid-project/infusion/commit/2a78030e26d60bbe622bc76d6c39eafb0ec15491
Author: Aashay Singhal <aashay225 at gmail.com>
Date: 2017-02-24 (Fri, 24 Feb 2017)
Changed paths:
M tests/component-tests/uploader/js/HTML5UploaderSupportTests.js
Log Message:
-----------
FLUID-4713: fileSizeLimit should be the maximum size allowed.
changed the limit to 1024 instead of 1000 and added test for a file of size just above the limit.
Commit: 8b152fbca04e5e044cf1db0b36a430e30a6c3716
https://github.com/fluid-project/infusion/commit/8b152fbca04e5e044cf1db0b36a430e30a6c3716
Author: Aashay Singhal <aashay225 at gmail.com>
Date: 2017-02-27 (Mon, 27 Feb 2017)
Changed paths:
M tests/component-tests/uploader/js/HTML5UploaderSupportTests.js
Log Message:
-----------
FLUID-4713: fixed grammar issues in comments and changed the name of specified file.
Commit: c9be76471be807d25c170d0f9f2705dbd530cbaf
https://github.com/fluid-project/infusion/commit/c9be76471be807d25c170d0f9f2705dbd530cbaf
Author: Aashay Singhal <aashay225 at gmail.com>
Date: 2017-02-27 (Mon, 27 Feb 2017)
Changed paths:
M tests/component-tests/uploader/js/HTML5UploaderSupportTests.js
Log Message:
-----------
FLUID-4713: reintroduced empty file for the testing
Commit: 81f4a143870966fda0ce8384916efd6eedc75586
https://github.com/fluid-project/infusion/commit/81f4a143870966fda0ce8384916efd6eedc75586
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-02-28 (Tue, 28 Feb 2017)
Changed paths:
M src/components/uploader/js/HTML5UploaderSupport.js
M tests/component-tests/uploader/js/HTML5UploaderSupportTests.js
Log Message:
-----------
Merge remote-tracking branch 'aashay201297/FLUID-4713'
* aashay201297/FLUID-4713:
FLUID-4713: reintroduced empty file for the testing
FLUID-4713: fixed grammar issues in comments and changed the name of specified file.
FLUID-4713: fileSizeLimit should be the maximum size allowed.
FLUID-4713: fileSizeLimit should be the maximum size allowed.
FLUID 4713: fileSizeLimit specifies a size files must be smaller than, rather than the max size
FLUID-6128: Added extra test check following review
FLUID-6128: Fix and test case for failure when issuing root IoCSS selector with more than 2 components
FLUID-6127: Fix and test cases for faulty mapping of "DELETE" changes by wildcard modelListeners
FLUID 4713: fileSizeLimit specifies a size files must be smaller than, rather than the max size
Compare: https://github.com/fluid-project/infusion/compare/095ff9ff2dd7...81f4a1438709
More information about the Commits
mailing list