Pedro Martins

Results 117 issues of Pedro Martins

There is a companion PR for this in: https://github.com/Laravel-Backpack/PRO/pull/217 ![image](https://github.com/Laravel-Backpack/FileManager/assets/7188159/32e61d2c-06fa-4a6b-a321-7bef395f82e1) ![image](https://github.com/Laravel-Backpack/FileManager/assets/7188159/9893b673-ec7f-4c47-b107-65ba2b6822c2)

bug
Priority: MUST

This adds back the elfinder to ckeditor field.

Found here: https://github.com/Laravel-Backpack/docs/pull/563 We should remove the instructions to publish the `public` assets in v6, as we are no longer using them... for quite some time 😞

Priority: MUST
documentation

docs for https://github.com/Laravel-Backpack/PRO/pull/237

docs for https://github.com/Laravel-Backpack/PRO/pull/217 & https://github.com/Laravel-Backpack/FileManager/pull/47

bug
Priority: MUST

Our fields and columns support an ever growing list of attributes. Like everything, it started small: `name, type, label, hint` ... and we now have `validationRules, pivotSelect, subfields, data_source` I...

Priority: SHOULD
Priority: COULD

This PR aims to make the generation of the cache busting string configurable with maximum flexibility (that a config can't quite provide). It introduces a `CacheBusterInterface` that any CacheBuster can...

Priority: MUST
enhancement

In development mode, it would be very useful if we could internalize all the external files + zips for example. (external because they are external .. zips because they are...

Someone I was having a conversation in discord suggested me that we use `getTraceAsString()` to help developers by providing more meaningful error messages. Our errors messages are pretty fine I...

enhancement

Start framework to add uploaders tests. Some weird things going on here, like not being possible to test crud core functions like login, without requiring a theme. Thing we can't...