5752 Commits

Author SHA1 Message Date
Daniel Hawton
cca9829ed2
Improve password reset validation (#55)
Fixes #32. Credit to @dhawton
2021-03-21 00:07:58 -06:00
Luke Towers
07863c0437
Add support for pivot data in deferred bindings (#47)
Requires: wintercms/storm@e7e8da2

Refs: octobercms/library#555, octobercms/october#5466. Fixes octobercms/october#1409.
2021-03-20 23:50:18 -06:00
Romain 'Maz' BILLOIR
a3c58d12ee
Update footer copyright in demo theme (#54) 2021-03-19 00:22:04 -06:00
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
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
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
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
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