File tree Expand file tree Collapse file tree 10 files changed +62
-870
lines changed Expand file tree Collapse file tree 10 files changed +62
-870
lines changed Original file line number Diff line number Diff line change 10
10
< img src ="/img/vimeo.png " class ="wordmark-replace ">
11
11
< span translate ="post.video.video_url "> video URL</ span >
12
12
</ p >
13
- < input type ="text " ng-model ="videoUrl " ng-change ="constructIframe(videoUrl) " placeholder ="https://youtu.be/123456 ">
13
+ < input type ="text " ng-model ="videoUrl " ng-blur ="constructIframe(videoUrl) " placeholder ="https://youtu.be/123456 ">
14
14
15
15
< div id ="{{previewId}} " class ="form-field-preview " ng-show ="videoUrl ">
16
16
< div class ="video_embed-fluid ">
Original file line number Diff line number Diff line change 1
1
< fieldset overflow-toggle has-overflow ="forms.length > 1 " ng-model-options ="{ updateOn: 'default' } ">
2
2
< label translate ="app.surveys "> Survey</ label >
3
-
3
+
4
+ < div class ="form-field checkbox " ng-show ="forms.length > 5 ">
5
+ < label >
6
+ < input type ="checkbox " name ="selectedForms " ng-model ="all "> < em > < span translate ="category.select_all "> </ span > </ em >
7
+ </ label >
8
+ </ div >
4
9
< div class ="form-field checkbox " ng-repeat ="(index, form) in forms ">
5
10
< label >
6
- < input checklist-value ="form.id " checklist-model ="selectedForms " type ="checkbox " name ="selectedForms "> < bdi > {{ ::form.name }}</ bdi >
11
+ < input checklist-value ="form.id " checklist-model ="selectedForms " type ="checkbox " name ="selectedForms " ng-checked =" all " > < bdi > {{ ::form.name }}</ bdi >
7
12
</ label >
8
13
</ div >
9
14
< div class ="form-field checkbox ">
10
15
< label >
11
- < input checklist-value ="'none' " checklist-model ="selectedForms " type ="checkbox " name ="selectedForms " > < span translate ="nav.unknown "> Unknown</ span >
16
+ < input checklist-value ="'none' " checklist-model ="selectedForms " type ="checkbox " name ="selectedForms " ng-checked =" all " > < span translate ="nav.unknown "> Unknown</ span >
12
17
</ label >
13
18
</ div >
14
19
</ fieldset >
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ <h4 class="dropdown-menu-title" translate="app.filter_by"></h4>
25
25
<!-- end: filter options -->
26
26
</ div >
27
27
< div class ="form-field filter-actions ">
28
- < button type ="button " class ="button-link " ng-click ="clearFilters() " translate > global_filter.restore_defaults</ button >
28
+ < button type ="button " class ="button-beta " ng-click ="clearFilters() " translate > global_filter.restore_defaults</ button >
29
29
< button type ="submit " class ="button-alpha " ng-disabled ="disableApplyButton() " translate > app.apply_filters</ button >
30
30
</ div >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h2 class="listing-item-title">
31
31
< div class ="listing-item-image ">
32
32
< img class ="icon " src ="/img/twitter.png " alt ="">
33
33
</ div >
34
- < h2 class ="listing-item-title "> < a target ="_blank " ng-href ="https://twitter.com/home?status ={{shareUrlEncoded}} "> Twitter</ a > </ h2 >
34
+ < h2 class ="listing-item-title "> < a target ="_blank " ng-href ="https://twitter.com/intent/tweet?url ={{shareUrlEncoded}} "> Twitter</ a > </ h2 >
35
35
</ div >
36
36
</ div >
37
37
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ <h2 class="form-sheet-title" translate>
35
35
<!-- TODO: Revisit and condense below structure of translations when migrating to react -->
36
36
< p ng-show ="!showProgress && hxlEnabled ">
37
37
{{'data_export.description_hxl' | translate}}
38
- < a href ="http ://hxlstandard.org/tagging/ " class ="link-blue " target ="_blank ">
38
+ < a href ="https ://hxlstandard.org/standard/1-1final /tagging/ " class ="link-blue " target ="_blank ">
39
39
< svg class ="iconic ">
40
40
< use xlink:href ="/img/iconic-sprite.svg#external-link "> </ use >
41
41
</ svg >
42
42
{{'data_export.hxl_tags' | translate}}
43
43
</ a > ,
44
- < a href ="http ://hxlstandard.org/dictionary/ " class ="link-blue " target ="_blank ">
44
+ < a href ="https ://hxlstandard.org/standard/1-1final /dictionary/ " class ="link-blue " target ="_blank ">
45
45
< svg class ="iconic ">
46
46
< use xlink:href ="/img/iconic-sprite.svg#external-link "> </ use >
47
47
</ svg >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -36,8 +36,9 @@ function (
36
36
}
37
37
} ;
38
38
$rootScope . setLayout ( 'layout-c' ) ;
39
+ window . scrollTo ( 0 , 0 ) ;
39
40
$scope . switchTab = switchTab ;
40
- $scope . activeTab = 'demo ' ;
41
+ $scope . activeTab = 'basic ' ;
41
42
$translate ( 'nav.plan_settings' ) . then ( function ( title ) {
42
43
$scope . title = title ;
43
44
$rootScope . $emit ( 'setPageTitle' , title ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ function (
27
27
'surveyor' : 'Surveyor' ,
28
28
'responder' : 'Responder' ,
29
29
'free-pre-jun-2016' : 'Mapper (Legacy)' ,
30
- 'zerorated' : 'Social Impact'
30
+ 'zerorated' : 'Social Impact' ,
31
+ 'demo_1' : 'Ushahidi Demo' ,
32
+ 'level_1' : 'Ushahidi Basic'
31
33
} ;
32
34
$scope . dataExportTitle = 'settings.settings_list.export' ;
33
35
$scope . dataExportDescription = 'settings.settings_list.export_desc' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ushahidi-platform-client" ,
3
- "version" : " 3.10.0 " ,
3
+ "version" : " 4.4.1 " ,
4
4
"description" : " Ushahidi Platform Official Web Client" ,
5
5
"main" : " gulpfile.js" ,
6
6
"repository" : {
85
85
"sass-loader" : " ^8.0.0" ,
86
86
"style-loader" : " ^1.1.2" ,
87
87
"supports-color" : " ^3.1.2" ,
88
- "svg-url-loader" : " ^4 .0.0 " ,
88
+ "svg-url-loader" : " ^3 .0.3 " ,
89
89
"transifex" : " ^1.6.6" ,
90
90
"uglifyjs-webpack-plugin" : " ^2.2.0" ,
91
91
"url-loader" : " ^3.0.0" ,
128
128
"sortablejs" : " 1.10.0" ,
129
129
"tui-editor" : " ^1.4.7" ,
130
130
"underscore" : " ^1.7.0" ,
131
- "ushahidi-platform-pattern-library" : " ^4.2.0 "
131
+ "ushahidi-platform-pattern-library" : " ^4.4.1 "
132
132
},
133
133
"engines" : {
134
134
"node" : " >=10.0"
Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ module.exports = {
64
64
{
65
65
test : / \. s v g / ,
66
66
use : {
67
- loader : 'svg-url-loader?limit=1' ,
68
- options : { esModule : false }
67
+ loader : 'svg-url-loader?limit=1'
69
68
}
70
69
} ,
71
70
{
You can’t perform that action at this time.
0 commit comments