winter
winter copied to clipboard
Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
In checkboxlist fields, `.inline-options` is not working. When applied it search for: ``` .field-checkboxlist:not(.is-scrollable) ``` that is the first container, not acting on checkbox items. Others `.field-checkboxlist` classes are specifically...
If plugin migration fails on initial database migrations after modules are seeded but during the plugin migration process then the messages generated during the migration / seeding process are never...
Please see #498 for more information on this PR, and keep this thread only for discussing the technical implementation.
The [Inspector](https://wintercms.com/docs/ui/inspector) widget in Winter CMS is one of the many unique and powerful features of the framework, providing contextual "popup" forms for various elements, most prominently in the configuration...
It would be great to have full coverage of the authentication system. Some pieces to cover: - User login & logout (including destruction of session on logout) - User impersonation...
Refs: octobercms/october#5473. Credit to @filipac for the initial work! I've successfully upgraded a fresh OctoberCMS to use Laravel ^8.0 ( 8.25.0 as of speaking) from Laravel 6 we currently use....
Fixes octobercms/october#5119. Still a work in progress AFAIK
### Winter CMS Build 1.2 ### PHP Version 8.0 ### Database engine MySQL/MariaDB ### Plugins installed Pages ### Issue description Hi, I would like, in a CMS partial, test if...
This also updates the `payload` and `exception` columns to be inline with default the laravel migration. Fixes #696 Let me know if you'd prefer I remove the updates to the...
This PR corrects the following problems: `object` inspector type: properties using `depends` do not refresh. `objectList` inspector type: `itemProperties` using `depends` do not work.