storm icon indicating copy to clipboard operation
storm copied to clipboard

The library powering Winter CMS

Results 25 storm issues
Sort by recently updated
recently updated
newest added

This PR allows people to define Laravel-style relations using methods that return `Relation` objects. So instead of: ```php public $belongsTo = [ 'user' => User::class, ]; ``` You may use:...

Type: Enhancement
Status: Review Needed

Fixes wintercms/winter#1047 Replaces https://github.com/wintercms/winter/pull/1071

Type: Maintenance

Implements path enumeration hierarchy for models, operating similar to nested set models but not requiring the rigid left/right values. This is in preparation for some work towards database storage of...

enhancement

[Discussion #1139](https://github.com/orgs/wintercms/discussions/1139) @mjauvin

Type: Enhancement
Status: Review Needed

# Addition of a new revisionIgnoreSameValue property: This property is a boolean flag that allows you to enable or disable the functionality of ignoring revisions where the old value is...

Type: Maintenance
Status: Response Needed

Restore : - https://github.com/wintercms/storm/pull/114/commits/68bb7acc6c0a1377b375d3dc9052310a9d8d02d8 (partially) - https://github.com/wintercms/storm/pull/114/commits/76a4302553cf68a3c955a320a392c8b61bf0e3ba

maintenance

- Use base Model methods instead of re-implementing them ourselves. - Add our before/after events. - Handle model's `$jsonable` array since Laravel doesn't seem to handle this. - Using base...

maintenance

- Do not handle Linux signals if the PCNTL extension is unavailable. Artisan commands can still function without this extension - they just simply cannot handle termination signals. This prevents...

maintenance
needs review