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

When using a Short URL – the ‘Detail template’ is being pulled through as the Slug. For example: Visavvi.com/avaas should go to Visavvi.com/av-in-the-workplace/Av-as-a-service However it goes to Visavvi.com/technology-area/Av-as-a-service Two templates...

Right now, we use magic in `Kernel.php` to define the contenttype routes like `/pages`, `/pages/4`, etc. It is a hefty operation that also parses yaml files, it happens here: https://github.com/bolt/core/blob/master/src/Kernel.php#L124-L142...

🎩 refactor

I upgrade to 5.1 with `composer update` and then I see the message to run the Doctrine migrations command. When I run this command, it fails. Details ------- | Question...

In the Bolt docs [(https://docs.boltcms.io/5.0/fields/select#making-the-selected-values-sortable),](url) the way to make values in a select sortable is described as: ``` somevalue: type: select values: programme/{title} sort: name autocomplete: true limit: 1000 ```...

🐛 tag: bug

When using the `sortable: true` option for a select field the drag and drop functionality doesn't work (anymore) in Chrome and in Edge. When testing it in Firefox it does...

**I don’t know where to PR this so I put my suggestion here.** I notice that after installation the CLI says ``` // You can start a webserver by running...

Console crash when bolt installed on nfs or cifs mounted fs. **Error message** : " The file "." does not exist (in: "")." before "_You have requested a non-existent parameter...

Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version | 5.0.6 | Install type | Composer install | PHP version | 7.4 | | Web server...

Getting locations to directories: https://github.com/bolt/core/blob/master/src/Configuration/FileLocations.php Generating links using the URL generator Describe better the `record_route` feature

📙 tag: documentation