core icon indicating copy to clipboard operation
core copied to clipboard

🧿 Bolt 5 core

Results 141 core issues
Sort by recently updated
recently updated
newest added

The order of the `action.view` translation is not correct. As example in the submenu of the pages contenttype it will be rendered as `Ansehen pages` but it should be `Pages...

I've just found an bug with logging in. When you have 2 localhost running, for example localhos:8000 and localhost:8001 and on both localhost you need to login, you enter the...

The translation fallback implementation currently does not work, as the `isEmpty` check in the doctrine behaviour dependency uses `empty` to determine whether the translation value is empty. It breaks as...

Trying to insert an file into a page doesn't work. In dev tools this JS error is given: ``` Uncaught TypeError: Cannot read property 'search' of undefined at p._truncateUrl (filelink.min.js:1)...

Hi all, It seems the `allow_html` option does not default to true in the redactor field. The content is being rendered with the HTML tags in it. Details ------- |...

`{% setcontent mypage = "pages" where {locale: "mylocale", slug: "myslug"} %}` It is intended to work like this: it searches for a slug match in the language set by the...

tag: feature request

https://github.com/jwagner/smartcrop.js

💡RFC

Most content in Bolt is being double encoded, i.e. it shows `&` on the page, or `&` in the HTML. Details ------- | Question | Answer |----------------- | ------ |...

(Work in progress) Bolt has an event mechanism that allows developers to get notified and execute code when content or users are getting changes. But these events are currently dispatched...

That'll hopefully become a fix for #2104. Committing the WIP version, so that it's reproducible. @bobdenotter maybe we can take a look together at fixing the `Cast.php` parsing issue?