4904 Commits

Author SHA1 Message Date
Ben Thomson
a3d40d4067 Add description of some Winter commands, add attribution 2021-04-02 10:27:48 +08:00
Ben Thomson
906d4d65c0
Add support for version forks in "winter:version" command (#1) 2021-04-01 09:05:15 -06:00
Luke Towers
8c4297af4b Merge branch 'october-develop' into develop
* october-develop:
  Support readonly and disabled fields when value is an array (#4683)
  Exception handling
  Improve configuration files (#5544)
  Update Dutch (nl) translations (#5543)

# Conflicts:
#	config/mail.php
#	modules/system/classes/MailManager.php
2021-03-31 10:20:40 -06:00
Pete Halverson
baa7fdc99d
Support readonly and disabled fields when value is an array (#4683)
Issue #4330
2021-03-31 17:48:43 +11:00
Luke Towers
0ebe3bc074 Revert "Add version.yaml processing for Symfony/Yaml v4 support (#65)"
This reverts commit 181f2130797a1c19db4ce176c0f79d5b3de546ee.
2021-03-28 20:31:19 -06:00
Marc Jauvin
672dfef507
Only engage system mailer modifications on string template names (#64)
Credit to @mjauvin
2021-03-27 21:27:38 -06:00
Ben Thomson
181f213079
Add version.yaml processing for Symfony/Yaml v4 support (#65)
Fixes #13
Follows on from wintercms/storm#16

Moves the version.yaml processing into the System module and updates all version file parsing to use this new processor.
2021-03-27 21:25:42 -06:00
Luke Towers
2ddfd28c65 Improve media library path validation 2021-03-25 14:43:51 -06:00
Luke Towers
596c6901e6 Fix issues with PluginManager->getRegistrationMethodValues()
On PHP 7.4 method_exists can return true for protected (i.e. not callable) methods. Additionally, some plugins already implemented their own registerValidationRules method not implementing the expected return type, so that needed to be handled more gracefully
2021-03-24 11:27:08 -06:00
Luke Towers
1992e9de84 Improve Dutch translations 2021-03-24 11:21:30 -06:00
Samuel Georges
7688215f84 Exception handling
Fixes #5482
2021-03-24 17:04:50 +11:00
Alwin Drenth
2a7c7190d4
Update Dutch (nl) translations (#5543) 2021-03-24 15:47:35 +11:00
Luke Towers
4507bef574 Automatically determine the appropriate key column to use for the recordfinder FormWidget.
Follow up to octobercms/october#1768 and replaces octobercms/docs#268.
2021-03-23 11:39:59 -06:00
Luke Towers
61b974a76a
Support specifying step, min, and max attributes on number inputs for list filters (#63)
Documented by https://github.com/wintercms/docs/pull/6, credit to @zaxbux
2021-03-23 11:19:38 -06:00
Romain 'Maz' BILLOIR
18e34fbbe7
Move media rename and move actions' translation key from cms to backend (#62) 2021-03-23 09:42:41 -06:00
Marc Jauvin
dd290243f6
Add support for registerValidationRules in Plugin.php (#46)
Credit to @SaifurRahmanMohsin. Originally octobercms/october#5513.
2021-03-22 16:29:43 -06:00
Luke Towers
2e511f7b8f
Add support for configuring the default backend locale & timezone in winter:install (#12)
Related: octobercms/october#5366
2021-03-22 15:59:10 -06:00
Marc Jauvin
4e2fa8d047
Implement artisan winter:util purge orphans (#44)
Credit to @mjauvin
2021-03-22 14:36:05 -06:00
Luke Towers
06b91d16f2 Merge branch 'october-develop' into develop
# Conflicts:
#	.github/FUNDING.yml
#	.github/ISSUE_TEMPLATE/0_IMMEDIATE_SUPPORT.md
#	LICENSE
#	README.md
#	SECURITY.md
#	composer.json
#	modules/backend/composer.json
#	modules/backend/helpers/Backend.php
#	modules/cms/composer.json
#	modules/system/assets/ui/js/popup.js
#	modules/system/assets/ui/less/checkbox.less
#	modules/system/assets/ui/storm.css
#	modules/system/composer.json
#	modules/system/console/WinterInstall.php
#	modules/system/console/WinterVersion.php
#	modules/system/database/migrations/2021_10_01_000025_Db_Add_Pivot_Data_To_Deferred_Bindings.php
#	package.json
#	tests/fixtures/plugins/database/tester/updates/create_tags_table.php
2021-03-22 14:35:20 -06:00
HitArrowLegend
3bcb33cad6
Small improvements of the French translation (#61)
Credit to @HitArrowLegend
2021-03-22 11:54:36 -06:00
Web-VPF
1af6d2024a
Update Russian language (#5540) 2021-03-22 10:35:27 +11:00
Jan Boech
39fe913db8
Improve French translations (#56)
Credit to @najbo
2021-03-21 11:43:59 -06:00
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
jacobdekeizer
ae647ca50b
Fix dependency injection for component on cms page (#5060) 2021-03-19 14:40:12 +11:00
Marten
83c63f93b4
Allow DI in console command constructor (#4920)
Allow DI in console command constructor
2021-03-18 15:59:30 +11:00
Marc Jauvin
27c632034a
implement artisan october:util purge orphans (#5465)
* implement october:util purge orphan
2021-03-18 15:20:39 +11: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
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
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