5877 Commits

Author SHA1 Message Date
Luke Towers
2eea776b68
Unbind event handlers upon destruction of the form widget (#49)
Credit to @msimkunas. Refs octobercms/october#5112
2021-03-17 15:16:57 -06:00
Luke Towers
9a12bd8f5a Added missing import 2021-03-17 14:22:49 -06:00
Luke Towers
53f5d2d270 Add Backend::makeCarbon() helper for setting the backend timezone on date values.
Originally: 12520828ba
2021-03-17 14:17:46 -06:00
Samuel Georges
86ef971976 Rename migration 2021-03-18 07:16:59 +11:00
Sergey Kasyanov
d865186ac1
Support saving deferred bindings with pivot data. (#5466)
* Support saving deferred bindings with pivot data.
2021-03-18 06:24:39 +11:00
Samuel Georges
12520828ba Adds helper for backend timezones 2021-03-18 05:21:36 +11:00
Ryan Showers
ef271e1940
call controlUtils.disposeControls in popup.js (#5537)
#5112 adds the necessary cleanup for the formwidget but 'dispose-control' listener is not triggered when a popup is closed
2021-03-18 05:10:09 +11:00
Samuel Georges
ea4ca1802b Rem defect - refs #5112 2021-03-17 19:50:17 +11:00
Mantas Šimkūnas
fbbcbbb32f
Unbind event handlers upon destruction of the form widget (#5112)
* Unbind event handlers upon destruction of the form widget
2021-03-17 19:46:48 +11:00
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
Jack Wilkinson
b53660302e Alerted name in readme 2021-03-13 07:27:49 +00:00
Samuel Georges
7a925f43a9 Remove merge plugin config
No longer needed, see previous commit
2021-03-13 10:44:47 +11:00
Luke Towers
c76edd9acb Update image in readme to point to full logo instead of just snowflake 2021-03-12 13:48:09 -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
d0ec0d94f2 Limit trustedHosts verification to backend password resets by default for better compatibility 2021-03-11 20:56:28 -06:00
Samuel Georges
de897f9748 Remove composer-merge plugin
There was never any good reason to include this, since plugins are installed by

- composer: where dependencies become merged
- gateway: where dependencies are already included
- developers (A): include a custom repo in composer
- developers (B): run composer update in the plugin directory

It makes the system unpredictable and needlessly complex. Also there are reports of it slowing down composer
2021-03-12 07:20:36 +11: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