Luke Towers
Luke Towers
This has been merged and deployed: https://wintercms.com/docs
@bennothommo thoughts?
Closing this for now, ping to have it reopened if this is still an issue.
@interworks-morr could you provide the listener that was making changes and the test case that was failing?
What does your filesystem disk configuration look like along with the configuration for your CMS file folders?
@lackneets can you try replacing the problem lines in ImageResizer.php with the following: ```php // Ensure that a properly encoded URL is returned $url = \Winter\Storm\Router\UrlGenerator::buildUrl($url); ```
@lackneets are you able to test my proposed fix? If it works I can merge it. Otherwise it'll have to wait until I or someone else can reproduce the original...
@damsfx what do you think about instead adding date filters to the list itself and then making a PR to add support for a special "select all" mode that allows...
Could even make the select all text even more useful by adding a count to it ("Select all records that match this search (402)")
The search behaviour can be configured by setting `searchable: false` on columns that you don't want to be searched on. I'd prefer the expanded selection logic to be added to...