From 7d990472e367baefd5f4f26bcca47ccdd25c4809 Mon Sep 17 00:00:00 2001 From: John Sotiropoulos Date: Sun, 27 Nov 2016 22:15:52 +0000 Subject: [PATCH 1/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b397b82454..ce3c318db8 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,6 @@ All components are supported in the following browsers: |Edge |13, 14 | |Internet Explorer |11 | -*Concerning Alfresco Upload Component, folder upload currently not supported [firefox known issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1188880 ) +* Due to a [known Firefox issue] (https://bugzilla.mozilla.org/show_bug.cgi?id=1188880),the Alfresco Upload Component does not currently support folder upload functionality on Firefox Please refer to [Browser Support](BROWSER-SUPPORT.md) article for more details. From 50de7ee5ceb82c2caec79f5428719fcb02a7b159 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Mon, 28 Nov 2016 14:48:31 -0800 Subject: [PATCH 2/7] Update aws image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce3c318db8..9e18100e14 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To generate your Alfresco Angular 2 application you can use the following Yeoman To deploy directly on your AWS instance our demo shell click the button below: - + ## Browser Support All components are supported in the following browsers: From 1264a70b70047bc948609518748e965dad71160f Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 7 Dec 2016 12:48:57 +0000 Subject: [PATCH 3/7] Update README.md --- ng2-components/ng2-alfresco-login/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ng2-components/ng2-alfresco-login/README.md b/ng2-components/ng2-alfresco-login/README.md index 8b92b7935e..94c39aa629 100644 --- a/ng2-components/ng2-alfresco-login/README.md +++ b/ng2-components/ng2-alfresco-login/README.md @@ -164,6 +164,9 @@ platformBrowserDynamic().bootstrapModule(AppModule); | --- | --- | --- | --- | --- | `providers` | *string* | ECM | Possible valid value are ECM, BPM or ALL. The default behaviour of this component will logged in only in the ECM . If you want log in in both system the correct value to use is ALL | | `disableCsrf` | *boolean* | false | To prevent the CSRF Token from been submitted. Only for Activiti call | +| `backgroundImageUrl` | *string* | alfresco background | Provide the path of the image with you want to customize the login page background | +| `logoImageUrl` | *string* | alfresco logo |Provide the path of the image with you want to customize the login page logo| + ## Custom logo and background From 43589f3668a44da40b3495dcb911dccc66716148 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 20 Dec 2016 18:33:23 +0000 Subject: [PATCH 4/7] Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e92a15a91e..1e14c4ce25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,9 +52,7 @@ before_script: script: npm run test # Send coverage data to Coveralls after_success: - - if ([ "$TRAVIS_BRANCH" == "development" ] || [ "$TRAVIS_BRANCH" == "master" ]); then - bash <(curl -s https://codecov.io/bash) - fi + bash <(curl -s https://codecov.io/bash) -X gcov cache: directories: From 16846d507ff8108e89846ee0bcf593f59ce41c38 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 20 Dec 2016 18:44:56 +0000 Subject: [PATCH 5/7] Update appveyor.yml --- appveyor.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d697992ac3..461008872c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,21 +56,3 @@ test_script: # Don't actually build. build: off - -cache: - - node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-activiti-form\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-activiti-processlist\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-activiti-tasklist\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-core\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-datatable\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-documentlist\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-login\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-search\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-upload\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-viewer\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-webscript\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-tag\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-activiti-analytics\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-alfresco-userinfo\node_modules - - C:\projects\alfresco-ng2-components\ng2-components\ng2-activiti-diagrams\node_modules From 51eca7d24c77c62462bf2d31d17737829519720a Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 20 Dec 2016 21:16:03 +0000 Subject: [PATCH 6/7] Dev mromano appveyor (#1351) * Update .travis.yml * Update .travis.yml * Update appveyor.yml * fix windows * fix windows * fix windows * fix windows * fix windows * fix windows * fix windows * fix windows * fix windows * fix windows * fix windows * fix windows * fix windows --- appveyor.yml | 5 +---- demo-shell-ng2/package.json | 2 +- ng2-components/ng2-activiti-analytics/tsconfig.json | 3 +++ ng2-components/ng2-activiti-diagrams/tsconfig.json | 3 +++ ng2-components/ng2-activiti-form/tsconfig.json | 3 +++ ng2-components/ng2-activiti-processlist/tsconfig.json | 3 +++ ng2-components/ng2-activiti-tasklist/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-core/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-datatable/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-documentlist/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-login/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-search/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-tag/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-upload/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-userinfo/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-viewer/tsconfig.json | 3 +++ ng2-components/ng2-alfresco-webscript/tsconfig.json | 3 +++ 17 files changed, 47 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 461008872c..cefe10fbfd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,4 @@ # Test against this version of Node.js -branches: - only: - - master environment: nodejs_version: "5" @@ -44,10 +41,10 @@ install: - IF %COMPONENT_NAME% EQU ng2-activiti-tasklist (npm link ng2-alfresco-datatable && npm link ng2-activiti-form) - IF %COMPONENT_NAME% EQU ng2-alfresco-webscript (npm link ng2-alfresco-datatable) - IF %COMPONENT_NAME% EQU ng2-activiti-analytics (npm link ng2-activiti-diagrams) - - npm install # Post-install test scripts. test_script: + - npm install # Output useful info for debugging. - node --version - npm --version diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index ce2e1f0464..8e35ae6db4 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -10,7 +10,7 @@ "clean-build": "rimraf 'app/{,**/}**.js' 'app/{,**/}**.js.map' 'app/{,**/}**.d.ts'", "test": "karma start", "build": "npm run server-versions && rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail", - "server-versions": "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || true", + "server-versions": "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || exit 0", "aws": "node app.js", "tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'", "licensecheck": "license-check" diff --git a/ng2-components/ng2-activiti-analytics/tsconfig.json b/ng2-components/ng2-activiti-analytics/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-activiti-analytics/tsconfig.json +++ b/ng2-components/ng2-activiti-analytics/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-activiti-diagrams/tsconfig.json b/ng2-components/ng2-activiti-diagrams/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-activiti-diagrams/tsconfig.json +++ b/ng2-components/ng2-activiti-diagrams/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-activiti-form/tsconfig.json b/ng2-components/ng2-activiti-form/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-activiti-form/tsconfig.json +++ b/ng2-components/ng2-activiti-form/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-activiti-processlist/tsconfig.json b/ng2-components/ng2-activiti-processlist/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-activiti-processlist/tsconfig.json +++ b/ng2-components/ng2-activiti-processlist/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-activiti-tasklist/tsconfig.json b/ng2-components/ng2-activiti-tasklist/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-activiti-tasklist/tsconfig.json +++ b/ng2-components/ng2-activiti-tasklist/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-core/tsconfig.json b/ng2-components/ng2-alfresco-core/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-core/tsconfig.json +++ b/ng2-components/ng2-alfresco-core/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-datatable/tsconfig.json b/ng2-components/ng2-alfresco-datatable/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-datatable/tsconfig.json +++ b/ng2-components/ng2-alfresco-datatable/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-documentlist/tsconfig.json b/ng2-components/ng2-alfresco-documentlist/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-documentlist/tsconfig.json +++ b/ng2-components/ng2-alfresco-documentlist/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-login/tsconfig.json b/ng2-components/ng2-alfresco-login/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-login/tsconfig.json +++ b/ng2-components/ng2-alfresco-login/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-search/tsconfig.json b/ng2-components/ng2-alfresco-search/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-search/tsconfig.json +++ b/ng2-components/ng2-alfresco-search/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-tag/tsconfig.json b/ng2-components/ng2-alfresco-tag/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-tag/tsconfig.json +++ b/ng2-components/ng2-alfresco-tag/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-upload/tsconfig.json b/ng2-components/ng2-alfresco-upload/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-upload/tsconfig.json +++ b/ng2-components/ng2-alfresco-upload/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-userinfo/tsconfig.json b/ng2-components/ng2-alfresco-userinfo/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-userinfo/tsconfig.json +++ b/ng2-components/ng2-alfresco-userinfo/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-viewer/tsconfig.json b/ng2-components/ng2-alfresco-viewer/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-viewer/tsconfig.json +++ b/ng2-components/ng2-alfresco-viewer/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ diff --git a/ng2-components/ng2-alfresco-webscript/tsconfig.json b/ng2-components/ng2-alfresco-webscript/tsconfig.json index 276e808597..28919f9cc5 100644 --- a/ng2-components/ng2-alfresco-webscript/tsconfig.json +++ b/ng2-components/ng2-alfresco-webscript/tsconfig.json @@ -20,6 +20,9 @@ "es2015", "dom" ], + "typeRoots": [ + "node_modules/@types" + ], "suppressImplicitAnyIndexErrors": true }, "exclude": [ From 001466ffe291447050b710158e15b6b69386919b Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 21 Dec 2016 13:09:08 +0000 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e18100e14..78ddedf590 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To generate your Alfresco Angular 2 application you can use the following Yeoman To deploy directly on your AWS instance our demo shell click the button below: - + ## Browser Support All components are supported in the following browsers: