5737 Commits

Author SHA1 Message Date
Luke Towers
9866f5ce4f Revert "Fixed tooltip in first column of Lists widget not working."
This reverts commit 1d82a5a93bf109cafa5b90a33d324cfd0fcceac9.
2021-03-12 08:35:28 -06:00
meesiris
712843d3c2
Support arbitrary depth of dependsOn fields (#34)
Fixes #8. Credit to @meesiris!
2021-03-12 01:17:00 -06:00
Luke Towers
1d82a5a93b Fixed tooltip in first column of Lists widget not working.
Refs: octobercms/october#5515. Credit to @rubenvanerk for the initial report and demonstration, and @daftspunk for the fix.
2021-03-12 00:37:47 -06:00
Luke Towers
a8a093ade4 Remove requirements for winter/storm from the module composer files 2021-03-11 23:46:36 -06:00
Luke Towers
38c769fb14 Updated readme and docblock comment.
Thanks to @meesiris for pointing out the incorrect comment.
2021-03-11 23:09:51 -06:00
Luke Towers
a2dbe31caa More composer installers fixes 2021-03-11 21:31:02 -06:00
Luke Towers
b1d45dc983 fix composer installers compatibility 2021-03-11 21:08:17 -06:00
Luke Towers
d0ec0d94f2 Limit trustedHosts verification to backend password resets by default for better compatibility 2021-03-11 20:56:28 -06:00
Luke Towers
dd9c394fee Ensure that the winter-* installers are loaded 2021-03-11 12:29:18 -06:00
Luke Towers
e94fd84177
finalize composer.json for develop 2021-03-11 10:08:54 -06:00
Luke Towers
409def02bd
Adjust link to packagist 2021-03-11 10:03:09 -06:00
Ben Thomson
f9d2b32936
Add Splitsh utility for subsplits 2021-03-11 17:58:22 +08:00
Ben Thomson
0623745e02
Use correct Composer branch name 2021-03-11 17:41:23 +08:00
Ben Thomson
a9165ad435
Merge branch 'develop' into 1.1 2021-03-11 17:35:21 +08:00
Ben Thomson
9f2377c2f6
Fix some links and package names in README 2021-03-11 17:33:59 +08:00
Ben Thomson
3cd0a8cae4
Remove manual library switch from tests 2021-03-11 17:28:52 +08:00
Ben Thomson
d4096c3816
Re-add testing / PHPCS utilities, fix tests 2021-03-11 17:24:52 +08:00
Luke Towers
84dfe2363a Merge branch 'develop' into 1.1 2021-03-11 01:19:01 -06:00
Luke Towers
9654e0e427
Merge pull request #7 from wintercms/wip/rebrand-develop
WIP: Rebrand develop October -> Winter
2021-03-11 01:06:54 -06:00
Luke Towers
c0e416fa62 fix tests 2021-03-11 00:32:23 -06:00
Luke Towers
3f605f19c0 Apply recommended changes to PHPUnit config from PHPUnit 2021-03-11 00:29:48 -06:00
Luke Towers
c047f34156 Merge branch 'wip/rebrand-1.0' into wip/rebrand-develop
# Conflicts:
#	.github/workflows/code-quality-pr.yaml
#	.github/workflows/code-quality-push.yaml
#	.github/workflows/tests.yml
#	README.md
#	composer.json
#	modules/backend/behaviors/ImportExportController.php
#	modules/backend/behaviors/ReorderController.php
#	modules/backend/composer.json
#	modules/backend/models/ExportModel.php
#	modules/cms/ServiceProvider.php
#	modules/cms/classes/Asset.php
#	modules/cms/classes/CmsObject.php
#	modules/cms/classes/CmsObjectCollection.php
#	modules/cms/composer.json
#	modules/system/ServiceProvider.php
#	modules/system/aliases.php
#	modules/system/assets/js/lang/lang.es.js
#	modules/system/assets/js/lang/lang.it.js
#	modules/system/assets/js/lang/lang.zh-tw.js
#	modules/system/assets/ui/storm-min.js
#	modules/system/classes/CombineAssets.php
#	modules/system/classes/ErrorHandler.php
#	modules/system/classes/SystemController.php
#	modules/system/classes/UpdateManager.php
#	modules/system/composer.json
#	modules/system/console/WinterFresh.php
#	modules/system/console/WinterUtil.php
#	modules/system/controllers/updates/_list_toolbar.htm
#	modules/system/providers.php
#	tests/UiTestCase.php
#	tests/functional/backend/AuthTest.php
#	tests/functional/phpunit.xml
#	tests/unit/backend/classes/NavigationManagerTest.php
#	tests/unit/cms/classes/CmsObjectTest.php
#	tests/unit/cms/classes/ControllerTest.php
#	tests/unit/cms/classes/ThemeTest.php
#	tests/unit/plugins/database/PluginModelTest.php
#	tests/unit/plugins/database/ValidationModelTest.php
#	tests/unit/system/console/WinterEnvTest.php
2021-03-11 00:22:09 -06:00
Luke Towers
32d0702f11 Added missing registerAssetBundles() method 2021-03-10 23:32:08 -06:00
Ben Thomson
edfafd0e63
Merge branch 'develop' into wip/rebrand-develop 2021-03-11 13:04:09 +08:00
Ben Thomson
05222755b2
Fix missing Storm dependency 2021-03-11 13:03:22 +08:00
Ben Thomson
42374293ed
Add Composer changes directly to develop so we can get Composer going 2021-03-11 13:00:46 +08:00
Luke Towers
b7dcfd7016 temporarily remove module requirements so that the tests can run 2021-03-10 15:28:24 -06:00
Luke Towers
1e8cfb47af Manual comb through and rebrand following up the bulk patch rebrand 2021-03-10 15:25:57 -06:00
Luke Towers
cfa763b714 Initial rebrand commit generated from the 1.0 rebrand branch patch file 2021-03-10 15:02:53 -06:00
Luke Towers
57b8702b1e re-add modules to composer.json 2021-03-10 13:25:26 -06:00
Luke Towers
b66e75ad43 Update minimum requirements in composer 2021-03-10 11:47:14 -06:00
Luke Towers
f541aebc09 Fix support for browser-based validation of checkboxes and radio options
Credit to @meesiris, refs: https://github.com/octobercms/october/pull/5520
2021-03-10 11:29:08 -06:00
Luke Towers
2cdccb7c3a Rebrand CSS & LESS 2021-03-10 11:14:36 -06:00
Luke Towers
53fb9fcf67 More rebranding 2021-03-10 03:35:10 -06:00
Luke Towers
1c44459dee Fix issues with the NavigationManager & SettingsManager aliasing 2021-03-10 03:28:59 -06:00
Luke Towers
a6f14241da Add alias support to SettingsManager 2021-03-10 02:58:27 -06:00
Luke Towers
ca5600f094 missed from last commit 2021-03-10 02:36:51 -06:00
Luke Towers
88d45bb191 Add aliasing support to AuthManager permission registration and fixed an issue where the permission cache wasn't cleared after changing the available permissions 2021-03-10 02:36:38 -06:00
Jack Wilkinson
05b2b68690 Added patch for phpunit v6.5 asserts and rebranded test cases 2021-03-09 22:29:57 +00:00
Luke Towers
2fbd5eee05 Obtained the winter\ namespace 2021-03-09 14:37:09 -06:00
Luke Towers
4f95183df2 replaced theme preview image 2021-03-09 14:30:48 -06:00
Luke Towers
687a6bb626 Added missing CMS asset bundles 2021-03-09 14:21:32 -06:00
Luke Towers
a77e8b3b66 Add support for NavigationManager owner aliasing.
Written by @jaxwilko in #4
2021-03-09 14:12:25 -06:00
Luke Towers
cb4cfe31d4 Swap out marketplace endpoints 2021-03-09 13:34:48 -06:00
Luke Towers
f7fd47ac7e Compiled assets 2021-03-09 10:48:15 -06:00
Ben Thomson
d10cda3e3c
Re-enable skipped test 2021-03-09 10:48:18 +08:00
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