winter
winter copied to clipboard
Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
At the moment only ol > li HTML structure is supported if one needs to implement reordering of sortable items. Having support for tbody > tr structure would came at...
This PR adds new method `index_onCopy` method to `ListController` behavior. This method can be used to mass copy checked list elements like mass deletion works. I also added a list...
This PR changes the global backend assets that were originally specified directly in the "head" template for the Backend, and uses the `AssetMaker` to load them instead. This should allow...
Fixes https://github.com/wintercms/winter/issues/992 The new Markdown parser (CommonMark) applies some escaping logic for links and some HTML attributes. This prevents the curly bracket variables working in these, as they are escaped...
### Winter CMS Build 1.2 ### PHP Version 8.1 ### Database engine MySQL/MariaDB ### Plugins installed Winter.Sitemap, Winter.Pages, Winter.TinyPNG, Winter.Translate, Winter.Redirects, Aic.Globals, Aic.ExtendWinterPages, Aic.Blog, Aic.Team, Aic.Account, Aic.Contact, Aic.Invoice, Aic.Discount, Aic.Aftersales,...
### Winter CMS Build 1.2 ### PHP Version 8.1 ### Database engine SQLite ### Plugins installed _No response_ ### Issue description When saving a model, the following code causes the...
### Winter CMS Build 1.2 ### PHP Version 8.1 ### Database engine SQLite ### Plugins installed _No response_ ### Issue description My project is configured to store file on s3....
Previously, the condition `elseif (!$readOnly && count($fieldOptions))` would prevent valid options being rendered when the `$readOnly` var is `true` (`$readOnly = $this->previewMode || $field->readOnly || $field->disabled;`). This seems to be...
This PR adds a video preview image for `mediafinder` fields that have their `mode` config set to `video`. It renders the video screenshot by loading the first 10 seconds of...
Fixes #431. This PR introduces the Monaco editor in replacement of the Ace Editor. At this stage for the PR, we are aiming for parity with the functionality previously provided...