winter
winter copied to clipboard
Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
Replaces #68. Credit to @HitArrowLegend
This is a list of notes for things I would like to add, if anybody has any suggestions please add a comment :) - Add new item under each item...
This is in reference to this discussion: https://github.com/wintercms/winter/discussions/208 This PR will drop the single column indexes and convert them into a composite index for improved performance and convert the `attachment_id`...
### Winter CMS Build dev-develop ### PHP Version 7.4 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description Frontend AJAX handlers currently do not have CSRF protection...
Fix for issue #554 The utilPurgeResizedCache() function is basically a copy of the utilPurgeUploads() function but without the check to skip valid files.
- Winter CMS Build: v1.1.3 - PHP Version: 7.3 - Database Engine: MySql 8.0.21 ### Description: I installed a package [`elfsundae/laravel-hashid`](https://github.com/ElfSundae/laravel-hashid) via `composer require elfsundae/laravel-hashid`. And publish the config file...
### Winter CMS Build dev-develop ### PHP Version 8.0 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description Whn extending the base file class `Winter\Storm\Database\Attach\File` with ids...
I'm currently running an older version that allows including files outside of the theme, but going over newer commits I see that it was patched as a security bug that...
See: - octobercms/october#3952 - octobercms/october#4744