simongroenewolt
simongroenewolt
This change moves content-type and taxonomy routing config from Kernel + annotations to a RouteLoader service class. By doing so it removes (some of) the dependencies of Kernel.php on config...
Force initialization of ObjectManager for correct spl_object_hash() behavior. Needed to get the correct spl_object_hash in case it is a proxy Still needed: revert some changes that were done as workaround...
I think Bolt doesn't have any form of protection against brute-force password guessing attempts. Symfony has recently added a Rate Limiter component `symfony/rate-limiter` that is usable from version 5.2 and...
The pre/post install commands run the `assets:install` command multiple (?) times. Most of these look like this: php bin/console assets:install --symlink --relative public --ansi The `public` attribute in that command...
Re-enable multiple db table prefixes? - possible fix for old problem with identifying EntityManagers
Will elaborate later. When digging in the code for a way to specify different prefixes for different EntityManagers (a question about prefixes was raised on slack...) I found that this...
This PR updates the Export.php code so it uses a different way to look up (select) field content if it references other contenttypes. This was needed for my project to...
When running app/nut database:export --file=export.yml --users I noticed the output of many 'select' fields was a list of 'empty' fields like this: ``` routes: - slug: 4f33139afbd38339 datecreated: '2020-10-01 10:05:41'...
I've created a fresh project using composer create-project bolt/project myproject "2.0.0-beta.6.1" When running docker compose up I get the following errors: > php_1 | setfacl: config: Not supported > php_1...
As far as I can see https://docs.boltcms.io/5.0/configuration/introduction#dynamic-values-for-config-settings suggests non-existing functionality -- I've seen 2 questions about it on slack recently. I'd suggest at least removing the part that speaks about...