5931 Commits

Author SHA1 Message Date
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
Samuel Georges
a3bf139d64 Clarify IP ownership
Luke Towers did not author October CMS
2021-03-04 14:58:22 +11:00
Samuel Georges
3e83fbab71 Luke has left the project 2021-03-04 14:57:17 +11:00
Sam Geo
fb918449e0
Update license with acceptable attribution 2021-03-04 14:50:01 +11:00
Jan Boech
b33a659689
Update lang.php - groups_comment in french (#5525)
Wrong comment on groups_comment in french. Missuse with role comment. Groups can't be changed granuraly in user permission.
2021-03-04 14:09:25 +11:00
Sam Geo
9f13f2581b
Tidy up funding options
It makes sense to support October directly. If you are looking for ways to contribute financially, please contact us via email
2021-03-04 12:35:33 +11:00
Sam Geo
def99f6902
Core team to handle security reports 2021-03-04 12:33:16 +11: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
Michał Płodowski
62dd76b3ef
Update pikaday to version 1.8.2 (#5395)
Fixes #5388
2021-02-05 13:16:29 -06:00
Marc Jauvin
c02346b3d5
Disable customize button on inactive themes (#5492) 2021-02-04 10:35:01 -06:00
Tolkam
26b231cad9
PHP 8 compatibility fixes (#5454)
Co-authored-by: Kanstantsin K <kk@tolkam.by>
2021-02-04 11:59:44 +08:00
Romain 'Maz' BILLOIR
becb688123
Fix docblocks of addCss/Js: add array to $name type (#5491) 2021-02-03 20:53:12 -06:00
Kallef Alexandre
e4a6fcc24a
Improve Brazilian Portuguese translations (#5490) 2021-02-03 14:35:12 -06:00
Szabó Gergő
533e17775a
Improvements to the Hungarian translation (#5475) 2021-02-01 07:43:42 +08:00