Ben Thomson
00968a42ba
Move include priority plugin to require-dev
2021-03-09 10:48:05 +08:00
Ben Thomson
c7ab3837a6
Hopefully finally fix code quality checks
2021-03-08 22:47:34 +08:00
Ben Thomson
1f9d04a579
Fix code quality checks in 1.0
2021-03-08 22:42:00 +08:00
Ben Thomson
9b85e3490a
Fix unit tests in 1.0
...
Refs: 3d4b451744
2021-03-08 22:37:34 +08:00
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
Samuel Georges
c9c58d2858
Rollback #4908
2021-03-08 18:25:13 +11: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
huna2021
3b650b7ebd
Fixes missing default value ( #5507 )
2021-03-06 10:04:00 +11:00
Samuel Georges
1b704e0e23
Merge branch 'develop' into 1.1
2021-03-06 08:59:55 +11:00
Samuel Georges
848e99b59b
Pump the gas on trusted hosts
...
Although a nice idea, this is an overreach of the platform's area of concern and we will come up with a better solution for it soon
2021-03-06 08:42:02 +11:00
Vladimir Chernyshev
16ed9705a9
Permanent Composer 2 compatibility ( #5506 )
2021-03-05 18:21:40 +11:00
Ben Thomson
92ab25c582
PHP 8 compatibility ( #5357 )
...
PHP support
2021-03-05 18:20:44 +11:00
Samuel Georges
64a2742246
Nuke cruft
2021-03-05 14:22:34 +11:00
thomas4Bitcraft
9d06eb5c7d
Dynamically configure per page options ( #5528 )
...
* added perPageOptions to allowed config attributes
* Update Lists.php
Updated List Widget to be able to change perPageOptions according to lists config
2021-03-05 12:29:27 +11:00
GitLog
daf281df41
Fix: Rollback plugins ( #5192 )
2021-03-04 22:13:32 +11:00
Samuel Georges
ded5c13452
Warm up to composer integration
...
Make note about response time
2021-03-04 21:31:30 +11:00
Sam Geo
7a628f409c
Remove support option
2021-03-04 15:07:27 +11:00