From 9d929e04681005fffcfca88673b24d56ffe18c8b Mon Sep 17 00:00:00 2001 From: himil-vasava Date: Tue, 10 Mar 2020 11:51:13 +0530 Subject: [PATCH 1/9] Select all button in the filter --- app/main/posts/views/filters/filter-form.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/main/posts/views/filters/filter-form.html b/app/main/posts/views/filters/filter-form.html index c5de2bc24a..4d51066893 100644 --- a/app/main/posts/views/filters/filter-form.html +++ b/app/main/posts/views/filters/filter-form.html @@ -3,12 +3,17 @@
+
+
+
From 4c8fce09467fc3b3eb44487f793ee6091e3cf5ca Mon Sep 17 00:00:00 2001 From: himil-vasava Date: Thu, 12 Mar 2020 00:38:06 +0530 Subject: [PATCH 2/9] Select all option --- app/main/posts/views/filters/filter-form.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/main/posts/views/filters/filter-form.html b/app/main/posts/views/filters/filter-form.html index 4d51066893..8ce707aac6 100644 --- a/app/main/posts/views/filters/filter-form.html +++ b/app/main/posts/views/filters/filter-form.html @@ -1,19 +1,19 @@
- -
+ +
-
+
From 1d3d17db959905fac00caaf559be18ad21a2dfe5 Mon Sep 17 00:00:00 2001 From: noone0212 Date: Fri, 13 Mar 2020 02:32:08 +0530 Subject: [PATCH 3/9] "Added opaque filter actions bar" --- app/main/posts/modify/post-data-editor.directive.js | 2 +- app/main/posts/views/filters/filters-dropdown.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main/posts/modify/post-data-editor.directive.js b/app/main/posts/modify/post-data-editor.directive.js index 975f9ddb9a..6466bcaa8c 100644 --- a/app/main/posts/modify/post-data-editor.directive.js +++ b/app/main/posts/modify/post-data-editor.directive.js @@ -407,7 +407,7 @@ function PostDataEditorController( }); }); } - + function cancel() { $state.go('posts.data.detail',{postId: $scope.post.id}); } diff --git a/app/main/posts/views/filters/filters-dropdown.html b/app/main/posts/views/filters/filters-dropdown.html index 2f85191e13..3bf0758532 100644 --- a/app/main/posts/views/filters/filters-dropdown.html +++ b/app/main/posts/views/filters/filters-dropdown.html @@ -25,6 +25,6 @@
- +
From 5d05748d67fda4041958730619c4fce07d477b47 Mon Sep 17 00:00:00 2001 From: noone0212 Date: Fri, 13 Mar 2020 02:43:27 +0530 Subject: [PATCH 4/9] "Added UI visualization for important fields in user create in platform client." --- app/main/posts/modify/post-data-editor.directive.js | 2 +- app/settings/users/users-edit.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/main/posts/modify/post-data-editor.directive.js b/app/main/posts/modify/post-data-editor.directive.js index 975f9ddb9a..6466bcaa8c 100644 --- a/app/main/posts/modify/post-data-editor.directive.js +++ b/app/main/posts/modify/post-data-editor.directive.js @@ -407,7 +407,7 @@ function PostDataEditorController( }); }); } - + function cancel() { $state.go('posts.data.detail',{postId: $scope.post.id}); } diff --git a/app/settings/users/users-edit.html b/app/settings/users/users-edit.html index 6f5a03090b..75b0c28b9d 100644 --- a/app/settings/users/users-edit.html +++ b/app/settings/users/users-edit.html @@ -40,7 +40,7 @@

app.add_user

-
+
app.add_user
-
- +
+
app.add_user
-
- +
+ user.update_password From 9e50f9ea784eeb715ef85d349522ffb9cfcd9b4a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 12:33:20 +0000 Subject: [PATCH 5/9] chore(package): update file-loader to version 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d9c561496..00c10c05ac 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dotenv": "^8.2.0", "eslint": "^6.7.1", "fancy-log": "^1.3.3", - "file-loader": "^5.0.2", + "file-loader": "^6.0.0", "fs-walk": "0.0.2", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", From 92bfc154b5aca6f9ddb63c30da6d1c37b156a32b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 12:56:27 +0000 Subject: [PATCH 6/9] chore(package): update url-loader to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d9c561496..c1b87b33da 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "svg-url-loader": "^4.0.0", "transifex": "^1.6.6", "uglifyjs-webpack-plugin": "^2.2.0", - "url-loader": "^3.0.0", + "url-loader": "^4.0.0", "webpack": "^4.41.4", "webpack-dev-middleware": "^3.7.2", "webpack-hot-middleware": "^2.25.0" From 6d2ab693abfd550d018b739c00b6d210f1285d99 Mon Sep 17 00:00:00 2001 From: noone0212 Date: Wed, 18 Mar 2020 03:38:16 +0530 Subject: [PATCH 7/9] "Enabling User to type rather than only pasting." --- app/main/posts/modify/video.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/posts/modify/video.html b/app/main/posts/modify/video.html index 5f1724e0d0..de2d1e3b58 100644 --- a/app/main/posts/modify/video.html +++ b/app/main/posts/modify/video.html @@ -10,7 +10,7 @@ video URL

- +
From 2a2423dbe09c9ced2ebafeb73080ce15858449ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Sun, 22 Mar 2020 13:40:11 +0100 Subject: [PATCH 8/9] Fix "Share with Twitter" button Currently the link to share with twitter does not work because the url is wrong. I have solved the problem by changing the url, following the Twitter documentation at https://developer.twitter.com/en/docs/twitter-for-websites/tweet-button/overview --- app/main/posts/views/share/share-menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/posts/views/share/share-menu.html b/app/main/posts/views/share/share-menu.html index de1dbf0492..32a4932fea 100644 --- a/app/main/posts/views/share/share-menu.html +++ b/app/main/posts/views/share/share-menu.html @@ -31,7 +31,7 @@

-

Twitter

+

Twitter

From 7a5671f83c7c1b34157868a499c108766754715c Mon Sep 17 00:00:00 2001 From: Himil Vasava <55590415+himil-vasava@users.noreply.github.com> Date: Mon, 23 Mar 2020 17:58:25 +0530 Subject: [PATCH 9/9] Select all option for surveys --- app/main/posts/views/filters/filter-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/posts/views/filters/filter-form.html b/app/main/posts/views/filters/filter-form.html index 8ce707aac6..2a25257bc7 100644 --- a/app/main/posts/views/filters/filter-form.html +++ b/app/main/posts/views/filters/filter-form.html @@ -1,7 +1,7 @@
-
+