winter
winter copied to clipboard
Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
### Winter CMS Build 1.2 ### PHP Version 8.1 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description i am trying to upload image but i am...
### Package targeted Winter CMS ### Description Twig filters `| imageWidth` and `| imageHeight` are not working until the resized image is generated (on cold cache) as they fail to...
Depends on https://github.com/wintercms/storm/pull/175 Use our overriden Process class that will warn users when open_basedir restrictions are in effect, and let the process be created without TTY mode enabled.
…(wintercms#1132) ### Package targeted Winter CMS ### Description If the query fails not because of a base table or view not found, the getSettingsRecord() function tries to access a $record...
### Package targeted Winter CMS ### Description If the query fails not because of a base table or view not found, the getSettingsRecord() function tries to access a $record variable...
Will add method docbloc once this is confirmed viable.
Revert changes to original behavior - too many problems. Addresses: #1222 Related: #927 #950 #1036 #1099
Add the following events for the primary RelationController widgets: ``` - relation.extendViewWidget - relation.extendManageWidget - relation.extendPivotWidget ``` Questions: - do we need the global events? - do we need the...
Adds support for JSON columns descriptionFrom: name descriptionFrom: json.name descriptionFrom: json[name]
Is there a reason we still use version 2.2 of wikimedia/minify? It is currently breaking in a weird spot with one of our combined files, causing JavaScript errors. It appears...