File tree 10 files changed +13
-21
lines changed
.github/workflows/utilities
10 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 7
7
Winter's mission is to show the world that web development is not rocket science.
8
8
9
9
![ Stable Build] ( https://github.com/wintercms/winter/workflows/Tests/badge.svg?branch=develop )
10
- [ ![ License] ( https://poser.pugx.org/wintercms/winter/license.svg )] ( https://packagist.org/packages/winter /winter )
10
+ [ ![ License] ( https://poser.pugx.org/wintercms/winter/license.svg )] ( https://packagist.org/packages/wintercms /winter )
11
11
12
12
## Installing Winter
13
13
@@ -18,7 +18,7 @@ Instructions on how to install Winter can be found at the [installation guide](h
18
18
For advanced users, run this in your terminal to install Winter from command line:
19
19
20
20
``` shell
21
- composer create-project winter /winter
21
+ composer create-project wintercms /winter example.com " dev-develop "
22
22
```
23
23
24
24
If you plan on using a database, run this command:
Original file line number Diff line number Diff line change 71
71
| on the Backend password reset flow for security reasons.
72
72
*/
73
73
74
- 'trustedHosts ' => true ,
74
+ 'trustedHosts ' => false ,
75
75
76
76
/*
77
77
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"php" : " >=7.2" ,
27
- "composer/installers" : " ~1.0" ,
28
- "winter/storm" : " ~1.1.0" ,
27
+ "composer/installers" : " dev-main as 1.0" ,
29
28
"laravel/framework" : " ~6.0"
30
29
},
31
30
"autoload" : {
34
33
}
35
34
},
36
35
"extra" : {
37
- "branch-alias" : {
38
- "dev-master" : " 1.0-dev"
39
- }
36
+ "installer-name" : " backend"
40
37
},
41
38
"minimum-stability" : " dev"
42
39
}
Original file line number Diff line number Diff line change @@ -1121,7 +1121,7 @@ protected function getFieldValue($field)
1121
1121
1122
1122
/**
1123
1123
* Checks if default values should be taken from data.
1124
- * This should be done when model exists or when explicitly configured
1124
+ * This should be done when the model does not exist or when explicitly configured
1125
1125
*/
1126
1126
protected function shouldFetchDefaultValues ()
1127
1127
{
Original file line number Diff line number Diff line change 154
154
data : refreshData
155
155
} ) . success ( function ( ) {
156
156
self . toggleEmptyTabs ( )
157
+ $ ( '[data-field-name="' + toRefresh . fields [ 0 ] + '"]' ) . trigger ( 'change' )
157
158
} )
158
159
} , this . dependantUpdateInterval )
159
160
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"php" : " >=7.2" ,
27
- "composer/installers" : " ~1.0" ,
28
- "winter/storm" : " ~1.1.0" ,
27
+ "composer/installers" : " dev-main as 1.0" ,
29
28
"laravel/framework" : " ~6.0"
30
29
},
31
30
"autoload" : {
34
33
}
35
34
},
36
35
"extra" : {
37
- "branch-alias" : {
38
- "dev-master" : " 1.0-dev"
39
- }
36
+ "installer-name" : " cms"
40
37
},
41
38
"minimum-stability" : " dev"
42
39
}
Original file line number Diff line number Diff line change 78
78
} )
79
79
80
80
$ ( this ) . addClass ( options . linkedClass )
81
- link . hide ( ) . after ( link . html ( ) )
81
+ link . after ( link . children ( ) ) . hide ( )
82
82
} )
83
83
84
84
// Add Keyboard Navigation to list rows
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"php" : " >=7.2" ,
27
- "composer/installers" : " ~1.0" ,
28
- "winter/storm" : " ~1.1.0" ,
27
+ "composer/installers" : " dev-main as 1.0" ,
29
28
"laravel/framework" : " ~6.0"
30
29
},
31
30
"autoload" : {
34
33
}
35
34
},
36
35
"extra" : {
37
- "branch-alias" : {
38
- "dev-master" : " 1.0-dev"
39
- }
36
+ "installer-name" : " system"
40
37
},
41
38
"minimum-stability" : " dev"
42
39
}
You can’t perform that action at this time.
0 commit comments