core
core copied to clipboard
🧿 Bolt 5 core
_Very much_ proof of concept 
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...
The menus in the Bolt admin area close when you try to move your mouse to the sub menu. This is a well-known UX issue known as "the diagonal problem",...
When using the redactor field type as CHIEF_EDITOR, a copy paste image insertion causes the redactor to display a broken image. Saving the record subsequently will insert a login form...
Hi!! As far as I know you can get the extension, title, filename, path, etc from a File field value, but no file size. Maybe it would be nice to...
The verify_peer parameter in config.yml seems to be ignored while the same variable in the .env file seems to work: ``` ###> symfony/mailer ### MAILER_DSN=smtp:[address]?verify_peer=false ###< symfony/mailer ### ``` Details...
At present, https://github.com/bolt/users is patchy. We need to make it work better, as well as easier. Proper documentation too.