Nico Hoffmann ෴.

Results 198 issues of Nico Hoffmann ෴.

## Description This highlights some problems in our test setup: Tests classes linked to `EmailKirbyTagTest` are only supposed to cover the code from `config/tags.php`. However, there is no (known) way...

## Description ### Summary of changes - Use `CoversClass` and `DataProvider` PHPUnit PHP attributes instead of DocBlock annotations in the `Kirby\Plugin` package ### Reasoning Switching over package by package (or...

## Description ### Summary of changes - Use `CoversClass` and `DataProvider` PHPUnit PHP attributes instead of DocBlock annotations in the `Kirby\Sane` package ### Reasoning Switching over package by package (or...

## Description ### Todo - [ ] No way to overwrite default field methods anymore - an issue? - Was possible before, though documented that one cannot do this -...

## Description ### Todo - [ ] Decide on term for `handler` key ### Summary of changes - Backend PHP `Panel\Ui` classes for all dialogs and drawers - Dialog and...

Currently, the backend part of the dialog only validates the field if a published page not a draft will be created (correct). However, the native browser validation still kicks in...

## Description ### Summary of changes - All fields have received a `novalidate` prop which sets the `formnovalidate` attribute - Custom fields for the page create dialog are set to...

It seems like that the properties for the sub-fields of a block are being gathered without providing the values of those fields to the form. Resulting in false prop values...

```php Kirby::plugin( name: 'my/plugin', extends: [ 'dialogs' => [...], 'drawers' => [...], 'buttons' => [...] ] ); ```

Meta issue to tie together issues around the conversion between different block types