winter
winter copied to clipboard
Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
### Winter CMS Build Other (please specify below) ### PHP Version 7.4 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description Hello everyone. I have a model...
### Winter CMS Build 1.1 ### PHP Version 7.4 ### Database engine SQLite ### Plugins installed _No response_ ### Issue description If you have an error in a component, the...
- Winter CMS Build: October build 471 - PHP Version: 7.4.3 - Database Engine: MySQL - Plugins Installed: RainLab.Builder 1.0.26, RainLab.GoogleAnalytics 1.3.0, PanaKour.SendGrid 1.0.0 ### Description: I'm trying to migrate...
This will be a collection of various ideas around static file generation & deployment of assets to CDNs. Ideas: - Add support to the `winter:mirror` command to publish a filtered...
RelationControllers display the toolbar buttons in every context. The toolbar buttons should be hidden when you are previewing the record. Right now, the toolbar buttons are displayed and you can...
1. Add timestamp in preview mode. 2. Display the date better in secondaryTabs: - Bigger date width - Smaller time width Perhaps not the correct way. Doesn't include AM/PM if...
Need to integrate with https://github.com/darylldoyle/svg-sanitizer to automatically sanitize SVGs on upload and then re-add them to the list of allowed defaultExtensions, assetExtensions, and imageExtensions. Original october#5261
### Winter CMS Build 1.1 ### PHP Version 7.4 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description When a model has two fields that are dependent...
Calling partial() as a function to check for the existence of a partial fully executes the partial
Calling `partial(path)` as [documented to determine if `path` exists](https://wintercms.com/docs/markup/tag-partial) and can be run as a partial fully executes the partial which includes any `put` statements (i.e. `put scripts`) which can...