core icon indicating copy to clipboard operation
core copied to clipboard

🧿 Bolt 5 core

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

Hi all!! I have updated a project from v4.2 to v5.0.0 beta 7 and the site seems partly broken. I'm getting the following error: ![Error](https://user-images.githubusercontent.com/6607455/121314939-27d31b80-c908-11eb-83d9-bb744ca32ea4.PNG) At first I thought I...

Stale

The method is making _too_ many things, including calls to the database, which slows down things like `{{ record.title }}`. How can it be refactored? Can we do less there?...

🎩 refactor
Stale

In Chinese, in a contenttype using ``` (...) slug: type: slug uses: title ``` hitting "generate slug from title" does not generate a slug. Wanted to mention it because having...

Stale

Details ------- Currently checkbox in admin listings are rendered with empty labels. https://github.com/bolt/core/blob/4.1/assets/js/app/listing/Components/Filter.vue#L8 That leads to bad accessibiltiy. | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version |...

I have a contenttype with a templateselect field like this: ``` fields: template: type: templateselect filter: 'blok*.twig' ``` In my theme folder I have a folder with corresponding templates where...

Stale

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...

💡RFC

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...

Hello there, I'm trying to install Bolt 4 on a Ionos (1and1) shared hosting. Everything seems to go fine until, near the end I run into this error: `Script php...

❓ question

When navigating to a 404 page the menu item URI's are all pointing to the 404 page path. Details ------- | Question | Answer |----------------- | ------ | Relevant Bolt...

🐛 tag: bug
Stale

Upon running `composer require ...`, it will be very convenient if Bolt can recognise the package as a Bolt theme, and run the install script already :-)

💡RFC