basteyy
basteyy
Implement the ContentParser Interface to make that bridge compatible.
As discussed in #16
Add [Plates Local Assets Copy Extension](https://github.com/basteyy/plates-local-assets-copy)
According to the [documentation of mysql](https://dev.mysql.com/doc/refman/8.0/en/datetime.html) the engine is unable to handle php-like DateTime Objects. That's why I add a fix for that. The fix turns the DateTime-Object into a...
While developing, I often need to check the results inside the JSON. In bigger files, it's hard to keep an overview. So, I suggest adding the option [JSON_PRETTY_PRINT](https://www.php.net/manual/de/json.constants.php#constant.json-pretty-print) (by default...
This fix put the primary keys into an array while building the object. From this array, the values will be used to create the criteria for updating. After updating an...
Currently, the `ExtensionInterface` requires only one method (`register`). In [L102 from Func.php](https://github.com/thephpleague/plates/blob/v3/src/Template/Func.php#L102) , the script tries to assign the `Template $template` to the extension's variable `$template`. If strict mode is...
### Describe your problem ``` Deprecated: Creation of dynamic property DateInterval::$w is deprecated in /var/www/html/bludit/bl-kernel/page.class.php on line 666 ``` ### Steps to reproduce the problem 1. Setup Bludit from main/master...
### Describe your problem While uploading a cover, it is stored inside `/bl-content/uploads/pages/pagekey/filename`, like defined in the fronted https://github.com/bludit/bludit/blob/main/bl-kernel/admin/views/editor/file-manager.php#L98. But the `page.class.php` is not handling this correct and points the...