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

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

Type: Unconfirmed Bug
Status: Response Needed

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

help wanted
needs response

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.

Status: Blocked
Type: Maintenance

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

Type: Conceptual Enhancement
Status: Review Needed

Will add method docbloc once this is confirmed viable.

enhancement

Revert changes to original behavior - too many problems. Addresses: #1222 Related: #927 #950 #1036 #1099

maintenance

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

enhancement
needs review

Adds support for JSON columns descriptionFrom: name descriptionFrom: json.name descriptionFrom: json[name]

maintenance
needs test case

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

Type: Question