Stefan Bürk
Stefan Bürk
## Feature Request **Is your feature request related to a problem? Please describe.** In a few installations(instances) we use the strategy to avoid cache clear on backend actions. This is...
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | n/a #### Summary QueryBuilder may be used in a decorator pattern, to enhance the provided...
This pull-requests contains * enable Laravel 9.x and 10.x combat in parallel for #108, slightly different then #107 * includes bugfix for #103 TypeRegistry in another flavor then #106 *...
This package contains some unit- and integration tests. Sadly, they are not executed automatically on pushes and for pull-requests, which opens for the possibility to miss broken tests. GitHub action...
[BUGFIX] Respect language based style names on reading Word files Microsoft Office saves Office document with language based style mappings for default styles. For example, if a german based Word...
This change ensures that `w:sdt->w:sdtContent` wrapped table cell content is properly read and respected.
With commit [1] development dependencies have been removed from the `composer.json`, but not from the `composer.lock`. This indicates a inproper use of `composer` and should be taken care in review...
Nodes can be nested or directly provided for the document structure. Until now, the `sdt->sdtContent` wrapping have not been respected. This change moves the node parsing for a document to...
It seems that in newer formats it's possible that the `w:r` for an pStyle can be deeper nested as a sibling of the parent note. Older versions: ``` Überschrift 1...
## Goal I as a developer want to have cross dbms testing ## Acceptance Criteria - [ ] testing cross dbms is implemented - [ ] functional tests are running...