winter icon indicating copy to clipboard operation
winter copied to clipboard

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.

Results 230 winter issues
Sort by recently updated
recently updated
newest added

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...

Status: Response Needed
Type: Conceptual Enhancement

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...

Type: Conceptual Enhancement
Status: Revision Needed

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...

Type: Maintenance
Status: Review Needed

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...

Type: Maintenance
Status: Review Needed

### 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,...

Type: Bug

### 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...

help wanted
Type: Bug

### 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....

Status: Response Needed
Type: Bug

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...

Status: Response Needed
Type: Maintenance

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...

enhancement

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...

enhancement