5737 Commits

Author SHA1 Message Date
Ben Thomson
99389b9504 Drop guarded attribute test
This is being tested in the library and guarded attributes appear to be working correctly, so this test isn't needed.
2021-03-08 22:33:46 +08:00
Ben Thomson
aec567b62d Fix Navigation Manager tests 2021-03-08 22:32:24 +08:00
Ben Thomson
a705f9ba4d Ensure Storm's helpers are given higher priority than Laravel's helpers 2021-03-08 22:00:38 +08:00
Luke Towers
ca2c5a321e typo fix 2021-03-08 03:41:59 -06:00
Luke Towers
508ae3fdbf fix db tests 2021-03-08 03:41:38 -06:00
Ben Thomson
66d5d89017
Enusre PHP version is shown in CI actions 2021-03-08 17:40:08 +08:00
Ben Thomson
2d7a3208c6
Drop October demo plugin 2021-03-08 17:34:15 +08:00
Ben Thomson
5ccae0990f
Cancel previous incomplete workflows, force Composer 1 for 1.0 branch 2021-03-08 17:29:12 +08:00
Ben Thomson
3022591080
Fix mispelling 2021-03-08 17:26:06 +08:00
Ben Thomson
1c7da5b51a
Fix testing structure for 1.0 2021-03-08 17:24:29 +08:00
Ben Thomson
2ea05585d5
Ensure Zip library is installed 2021-03-08 17:19:04 +08:00
Ben Thomson
ebcdfeb55c
Merge branch 'wip/rebrand-1.0' of github.com:wintercms/winter into wip/rebrand-1.0 2021-03-08 17:16:07 +08:00
Ben Thomson
9e4412c72c
Fix vendor directory in library reset 2021-03-08 17:16:03 +08:00
Luke Towers
3fd94045d6 fix vendor path 2021-03-08 03:15:28 -06:00
Luke Towers
d136c1fbcc fix winter detection path 2021-03-08 03:11:41 -06:00
Luke Towers
61ecd3c34d fix links to storm library 2021-03-08 03:07:44 -06:00
Luke Towers
8186fcb1e1 temporarily remove modules from composer.json file to check tests status 2021-03-08 03:02:02 -06:00
Luke Towers
75facce841 Fix composer 2021-03-08 03:01:31 -06:00
Luke Towers
048413382c $.oc to $.wn 2021-03-08 02:48:10 -06:00
Luke Towers
d52ea0ccf8 further WIP on rebrand 2021-03-08 02:41:13 -06:00
Luke Towers
62fbbdc182 Further WIP on October -> Winter rebrand 2021-03-07 02:24:21 -06:00
Luke Towers
3b471b9b0c Replace october.png -> winter.png 2021-03-06 16:27:08 -06:00
Luke Towers
8a78cd01cd Swap october.png in theme to winter.png 2021-03-06 16:25:17 -06:00
Luke Towers
3e6055a425 Remove files present in the org .github repo 2021-03-06 16:24:46 -06:00
Ben Thomson
d2c8102bbb
Ensure zip extension is installed for CI tests 2021-03-06 19:43:07 +08:00
Luke Towers
7d80b771fe Initial work on Winter rebrand for 1.0 branch 2021-03-06 04:06:19 -06:00
Luke Towers
8555eb1ae6 Fix URL to the version manifest files 2021-03-06 03:26:27 -06:00
Luke Towers
7e383e7c45 Auto detect editor to use in CMS template editing section 2021-03-06 03:24:39 -06:00
Luke Towers
924b4ce844 Revert 1fac424f71.
Refs: https://github.com/octobercms/october/issues/5457
2021-03-06 03:09:32 -06:00
Luke Towers
b458cb7fdb Improve French translation.
Refs: b33a659689. Credit to @najbo
2021-03-06 03:04:59 -06:00
Luke Towers
ecbdb98997 Improve plugin uninstallation stability when removing plugins with dependencies by reversing the migration order to put dependent plugin's down() methods first.
Refs: daf281df41. Credit to @gitlog
2021-03-06 03:02:46 -06:00
Luke Towers
116165c46d Add support for specifying the perPageOptions for a Lists widget.
Refs: 9d06eb5c7d. Credit to @thomas4bitcraft
2021-03-06 03:00:16 -06:00
Luke Towers
5c4bebccc5 Fix Composer 2.0 support.
Credit to @VolCh
2021-03-06 02:52:09 -06:00
Luke Towers
b2b7978aff Add default value for winter:install database selection question.
Refs: 3b650b7ebd. Thanks to @hune2021.
2021-03-06 02:50:30 -06:00
Luke Towers
3ae78a23ce back to list 2021-03-06 02:40:18 -06:00
Ben Thomson
c71e1e3e69 Remove experimental flag 2021-03-01 23:17:25 +08:00
Ben Thomson
4f5d5426ec Test PHP 8 on both Linux and Windows 2021-03-01 23:14:22 +08:00
Ben Thomson
61df8cf321 Add stubs for renamed PHPUnit methods in PHPUnit 9 2021-03-01 23:09:16 +08:00
Ben Thomson
5c757340ae Adjust dev dependencies
- No longer need AssertGD in main repo, as it was only used for library tests.
- Allow different version of ArraySubset asserts depending on PHP version
2021-03-01 22:57:02 +08:00
Ben Thomson
24a49890cd Remove platform lock for PHP version.
Since we are now relying on different versions of some dependencies depending on whether PHP 7 or 8 is used, we can no longer lock the PHP version down.
2021-03-01 22:51:28 +08:00
Ben Thomson
e9e29c05cf Force PHP version 7.2.9 as per PHP 8 changes to library 2021-03-01 22:44:25 +08:00
Ben Thomson
09b07dcbab Merge remote-tracking branch 'origin/develop' into wip/php-8-testing 2021-03-01 22:39:35 +08:00
Marc Jauvin
00f65ca725
Honor cms.linkPolicy config in ImageResizer (#5401) 2021-02-26 13:53:18 -06:00
Saifur Rahman Mohsin
59de6e1d25
Respect user-defined admin password during october:install(#5481)
During the regular october install using october:install, the user-defined password is overwritten with the random generated string password. Instead, now it uses random password only if the user-defined password defaults to *admin* and if a user did set a custom password, that is used instead.
2021-02-26 13:49:52 -06:00
Ben Thomson
6be9bca5e1
Remove duplicated word 2021-02-22 11:26:44 +08:00
Luke Towers
0311203776
Consistency 2021-02-21 09:58:10 -06:00
Luke Towers
e3cf0e5843
Improvements to the contribution guide 2021-02-21 09:57:42 -06:00
Luke Towers
6a9e60dd49
Update PHP platform to support Laravel 6.20+
Refs: b1555ed43f
2021-02-15 02:54:00 -06:00
Tolkam
05ff39b30e
Fixed call_user_func_array() named parameters mismatch that came from BackendController (#5493)
Co-authored-by: Kanstantsin K <kk@tolkam.by>
2021-02-08 11:43:30 +08:00
Ruben van Erk
623cfe191a
Improve Dutch translation (#5497) 2021-02-07 11:59:07 -06:00