Pedro Martins

Results 118 issues of Pedro Martins

## WHY ### BEFORE - What was wrong? What was happening before this PR? When basset is in Dev mode, calling `Basset::basset($asset)` marks it as loaded even if not internalized....

Bug
Priority: MUST

Some of my latest changes in the upgrade to Laravel 11, made the DB schema class a little to eager to get the table information, that was requesting information from...

Bug
Priority: MUST

at least mariadb and pgsql

Priority: MUST

While working on #5478 @karandatwani92 found out an inconsistency between this two field types. Both fields store full paths on database, so for a field with `prefix => 'images'`, the...

breaking change
v7

This is a future PR to completely remove dbal functions from our codebase, we can only do this next version. The reason to do this is that Laravel also removel...

breaking change
Priority: MUST
v7

## WHY ### BEFORE - What was wrong? What was happening before this PR? Optional parameters before required are deprecated. They are "technically" required as pointed in #5458 . ###...

breaking change
Priority: MUST
v7

Checkbox and Checkbox fields don't use the BS class `form-check-input`. Adding the class for Tabler was a non-issue because adding the form-check-input does not break anything and we are able...

v7

I just wanted to spend some time and thank you @ziming for creating this package. I think open-source developers sometimes don't get the full praise they deserve. I know words...

## WHY ### BEFORE - What was wrong? What was happening before this PR? RevisionOperation didn't take into account translatable attributes so it would attempt to save the whole translations...

bug
Priority: SHOULD