Luke Towers
Luke Towers
@petehalverson the point of running composer from the root instead of in each plugin is to make sure that all plugin dependencies are considered in addition to the core dependencies...
Those points are fair enough. I agree that replace might be the way to go, my annoyance with the current process is just as a result of having plugins with...
@kharanenka If you don't want to have a default.htm file because you're concerned that people would use it without overriding it and then you might break their sites in the...
The solution would probably be to make the query generators take `keyType` into account when type casting prepared data so that MySQL is passed `'3785'` instead of `3785`. See https://github.com/wintercms/storm/commit/026d4bb511f4b4ce4162363937f1d28c9af359f8....
@kdzone the reason the field is varchar to begin with is to support relationships with records that have string keys, so if you know that won't happen for your specific...
You can use my forked package instead, then you'll be able to just add it through the config file, along with having default support for HTML5: https://packagist.org/packages/luketowers/purifier It looks like...
@jplew Are you using my package? If so, log an issue on my repository then please: https://github.com/LukeTowers/Purifier
@prjctnxt instead of just adding a +1, could you try playing around with the code mentioned [here](https://github.com/LukeTowers/Purifier/issues/2#issuecomment-338259837) and see if you can figure out the issue?
@evanlihou the update file isn't yet available from the marketplace API, should be available in a week at most.
@evanlihou updated the blog post, thanks!