4968 Commits

Author SHA1 Message Date
Ruben van Erk
2bb5d44eb5
Fixed tooltip in first column of Lists widget not working. (#43)
Credit to @rubenvanerk. Refs: 9866f5ce4f, 1d82a5a93b, & https://github.com/octobercms/october/issues/5515
2021-03-16 13:59:04 -06:00
Samuel Georges
02f431b42f Faux hide the native element for client side validation
Note that the hidden element is now 'clickable' and can be misaligned in some instances. If this becomes a problem, explore ways to reduce its footprint
2021-03-15 13:27:24 +11:00
meesiris
5cc3307165
Radio and checkbox didn't show popup "Please select one of these options." when field definitions required: true. Because it can not focus. (#5520)
Use display:block;opacity:0 instead of display:none
2021-03-15 13:20:19 +11:00
Luke Towers
74ca35355d Add support for modifying the RichEditor's allowed attributes list through the EditorSettings in the backend
Refs: https://github.com/rainlab/pages-plugin/issues/473#issuecomment-798830224 & octobercms/october#2576
2021-03-14 01:51:20 -06:00
Daniel Hawton
d305aab043
Rebrand winter:install (#38)
Fixes #37
2021-03-12 13:43:40 -06:00
Marc Jauvin
3d094c0a1a
Add October namespace in validateModel for compatibility (#36) 2021-03-12 13:42:38 -06:00
Luke Towers
e57397f5fc Rebrand winter:install 2021-03-12 13:33:36 -06:00
Luke Towers
72f87f2dad improve asset aliasing 2021-03-12 09:27:01 -06:00
Luke Towers
df7ec62402 Alias october.* assets to winter.* 2021-03-12 09:15:24 -06:00
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
dd9c394fee Ensure that the winter-* installers are loaded 2021-03-11 12:29:18 -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
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
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
Samuel Georges
b30c7d5b37 Simplify module packages definitions
This has potential for recursion in composer lookups and should be directed by the main composer file or rain library

Also removed Luke from authors, he added himself and this was never authorized by us
2021-03-10 15:05:03 +11:00
Luke Towers
2fbd5eee05 Obtained the winter\ namespace 2021-03-09 14:37:09 -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
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
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
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
Ben Thomson
92ab25c582
PHP 8 compatibility (#5357)
PHP support
2021-03-05 18:20:44 +11:00