Bart Vandeputte

Results 12 issues of Bart Vandeputte

There are occasions where I need this to work for `intendedTemplate()` as well. What do you think?

In `worker.php`, `bootstrap.php` and the path to the Kirby folder are based on the _default_ locations and cannot be altered. This will give problems to people who have a non-default...

Add search methods on the queue class to search for jobs (id / data keys)

`->translation(code)->exists()` doesn't work with virtual pages. This fix makes it also compatible with virtual pages that don't have translations in all the site's languages.

**Describe the bug** The `add()` method in a pages section only checks global pages create permission. The consquence is that the Add button is never shown if the role/editor does...

Hey! Thanks for this plugin. Is it compatible with Kirby when [page caching](https://getkirby.com/docs/guide/cache#caching-pages) is switched on? As you check for allowed cookies via PHP, this gets cached the first time....

Hi, I'm having this weird type inference whilst using in2csv: Excel file with a cell with value `611A_M46___EXT050.png | 611A_M46___FIN300.png ` is being changed into `6101-01-01T05:00:00` (Date ?) when using...

documentation
Normal Priority

This plugin doesn't work when the color field is used as field in a structure... Error shown: `Cannot read properties of undefined (reading 'rgba')`. Easy to replicate; add following in...

## Description In the past we could require language variables from an externalized file like this: ```php // in /site/languages/en.php 'translations' => Yaml::decode(F::read(kirby()->root('storage').'/language-vars/en.yml')) ``` This worked really well with the...

type: enhancement ✨

Please first update mzur/kirby-form dependency with https://github.com/mzur/kirby-form/pull/16 Afterwards, with this PR we should be able to bypass CSRF for headless form validation. Also see: https://forum.getkirby.com/t/uniform-deactivate-csrf-check-for-headless-usecases/20643 Thanks! 🙌