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

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies
🧹 Chore

Apparently ordering selected items in a multiple select field and relationship field isn't working in Chrome. ![image](https://github.com/bolt/core/assets/6607455/cdddeb0f-7e70-4d14-ba3b-9de37e0d86b6) Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version...

Having the option `limit` set to a value greater than 500 will not display more than 500 items on a select or relationship field. Apparently there are some limitations in...

Bolt treats any URI starting with `bolt.backend_url` string as restricted, even if not immediately followed by a slash. Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt...

I _think_ this occurred in Bolt 5.1.24: This notification mentions the old extension - `contenttypes.yml` should be replaced by `contenttypes.yaml` . That's all! (but maybe there's more notifications under the...

Hi, ### Details Relevant Bolt Version | 4.1.9 Install type | Composer install BC Break | yes/no ??? PHP version | 7.3 Web server | built in ### Reproduction Run...

Prefix and postfix html value not display if the content start with HTML tag Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version | 5.1.24 |...

Tab is not changes anymore when value is required on missing value. Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version | 5.1.24 | Install type...

Can't update/create image field in fixtures ``` protected function load(ContentFactory $factory): void { $content = $this->factory->create('image'); $content->setFieldValue('slug', 'icon'); $content->setFieldValue('image', 'image.png'); $this->factory->save($content); } ``` Details ------- | Question | Answer |------------------------------------------------------...

I find that some french status translation are confusing ``` status.held: Tenu status.timed: Chronométré ``` In my opinion theses translations are literally correct but not really understandable for a French...