Joanis Rt

Results 7 issues of Joanis Rt

- Client - [x] JSON-RPC instead of XML-RPC for PHP8 native support - [x] Tests - DBAL - [x] DBAL features architecture update - [x] Schema - [ ] Tests...

enhancement

Issue #18 **Reason** All classes in folder ```src/Ripcord/Documentor``` and ```src/Ripcord/Parsers``` have a wrong namespace definition following psr-4 specifications for classes autoloading. **Resolution** - Renamed all occurences of ```Documentator``` by ```Documentor```...

**Describe the bug** Rendering filters fails on nested entity fields. **To Reproduce** Create a nested association field and try to display filters. ```php yield AssociationField::new('entity.subEntity', 'My sub entity')->setCrudController(MySubEntityCrudController::class); ``` An...

**Describe the bug** The option `choice_translation_domain` is ignored on field of type `ChoiceField`. **To Reproduce** ```php yield ChoiceField::new('myFieldName') ->setChoices(['abc' => 'abc']) ->setFormTypeOption('choice_translation_domain', false); ``` In the profiler toolbar, the value...

bug
status: unconfirmed
status: waiting feedback

**Short description of what this feature will allow to do:** On CRUD INDEX page: be able to hide/show column. Then, a collapsed checklist (in actions area or table header row...

**Describe the bug** The form diseappears on global form error. **To Reproduce** Create an entity and the CRUD controller. Create a class constraint with a GLOBAL error (no associated property)...

**Describe the bug** `PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated` (line 366 and 479). https://github.com/instasent/sms-counter-php/blob/a0f017d6fa776a33e18a4e36257fb5d6453897ef/SMSCounter.php#L366 https://github.com/instasent/sms-counter-php/blob/a0f017d6fa776a33e18a4e36257fb5d6453897ef/SMSCounter.php#L479 **To reproduce** Run the library on PHP8,...