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 185 winter issues
Sort by recently updated
recently updated
newest added

Plugin migrations are currently executed by the UpdateManager calling the VersionManager which calls `Winter\Storm\Database\Updater` which is an extremely simplified version of the Laravel `Migrator` class and is missing several pieces...

Type: Conceptual Enhancement
Priority: Low

This is a proposal to revamp the authentication events system within Winter CMS. Feedback and suggestions very much welcome. Related: https://github.com/wintercms/wn-user-plugin/pull/11 & https://github.com/wintercms/storm/pull/48 The current events are as follows: -...

help wanted

Datatable widget generates wrong attribute data-field-name. In my case, I extend form with fields with keys (data[1][row], data[2][row]), and widget generates name "Report[data[1][row]]". It's because of logic on 155 string...

Status: Archived
Type: Unconfirmed Bug
Status: Response Needed

When uploading a file through the mediafinder widget the uploaded file is not automatically selected after the upload is completed. This is not intuitive and can cause issues with users...

Type: Conceptual Enhancement
Status: Accepted

At this stage, translations for the plugin are useless. It is controlled from javascript. Here are all the script lines that need to be localized: https://github.com/wintercms/wn-notes-plugin/blob/f9937edf69e078127276d2ee5aca1a9cca59337f/formwidgets/notes/assets/js/notes.js#L314 https://github.com/wintercms/wn-notes-plugin/blob/f9937edf69e078127276d2ee5aca1a9cca59337f/formwidgets/notes/assets/js/notes.js#L401 https://github.com/wintercms/wn-notes-plugin/blob/f9937edf69e078127276d2ee5aca1a9cca59337f/formwidgets/notes/assets/js/notes.js#L453 https://github.com/wintercms/wn-notes-plugin/blob/f9937edf69e078127276d2ee5aca1a9cca59337f/formwidgets/notes/assets/js/notes.js#L459 https://github.com/wintercms/wn-notes-plugin/blob/f9937edf69e078127276d2ee5aca1a9cca59337f/formwidgets/notes/assets/js/notes.js#L496...

Type: Enhancement
Type: Discussion
Status: Accepted

I think this has been discussed before, but couldn't find the discussion/issue, so adding it here for future reference. Since the rich editor widget is generally meant as a representation...

Type: Conceptual Enhancement
Status: Review Needed

### Winter CMS Build 1.1 ### PHP Version 7.4 ### Database engine MySQL/MariaDB ### Plugins installed Builder, Debugbar, User ### Issue description If a Relation controller is defined with deferredBinding:...

Type: Unconfirmed Bug
Status: Review Needed

Currently the ExportModel works with temporary files to generate the file and then provide a download in a response, but it would be great if the files could either be...

Type: Conceptual Enhancement
Status: Review Needed

### Winter CMS Build 1.1 ### PHP Version 7.4 ### Database engine MySQL/MariaDB ### Plugins installed Builder ### Issue description Select2 dropdown library does not load i18n localization (e.g., message...

Type: Unconfirmed Bug
Status: Review Needed

Depends on with One to Many supported. ![image](https://user-images.githubusercontent.com/75523139/113903138-d53b8d00-97fa-11eb-9bb7-f2cf0a66a910.png) Create Plugin, Model and Controller ``` php artisan create:plugin Meesiris.Plan php artisan create:model Meesiris.Plan Dependency php artisan create:controller Meesiris.Plan Dependencies ``` create_dependencies_table.php...

Type: Enhancement
Status: Review Needed