[BUGFIX] Fix content sliding returning empty records collection
[BUGFIX] Fix content sliding returning empty records collection
NamelessCoder
2023-03-23
[BUGFIX] Prevent warnings from PHP 8 (#1850)
[BUGFIX] Prevent warnings from PHP 8 (#1850)
* [TASK] Prevent Passing null to parameter of type string
Prevents Passing null to parameter ($haystack) of type string in function strpos() if argument "alternative" is null
* [BUGFIX] Prevents accessing an undefined array key (PHP >8)
---------
Co-authored-by: Claus Due <[email protected]>
DavidR93
2023-03-16
[TASK] Regenerate ViewHelper documentation
[TASK] Regenerate ViewHelper documentation
NamelessCoder
2023-03-16
[TASK] Update XSD schema
[TASK] Update XSD schema
NamelessCoder
2023-03-16
[FEATURE] Add "pretty" argument on v:format.json.encode
[FEATURE] Add "pretty" argument on v:format.json.encode
If argument is TRUE, encodes JSON with JSON_PRETTY_PRINT.
NamelessCoder
2023-03-16
[TASK] Fix test failures on TYPO3 12.2
[TASK] Fix test failures on TYPO3 12.2
NamelessCoder
2023-02-16
[BUGFIX] Handle method signature change in TYPO3 12.2
[BUGFIX] Handle method signature change in TYPO3 12.2
NamelessCoder
2023-02-16
[TASK] Regenerate ViewHelper documentation
[TASK] Regenerate ViewHelper documentation
NamelessCoder
2023-02-16
[TASK] Update XSD schema
[TASK] Update XSD schema
NamelessCoder
2023-02-16
[FEATURE] Add "graceful" argument to image ViewHelpers
[FEATURE] Add "graceful" argument to image ViewHelpers
When set to true, causes ViewHelpers to no longer throw an exception
if a given image cannot be loaded through ContentObjectRenderer.
Instead, the image(s) will be ignored/skipped.
NamelessCoder
2023-02-16
[BUGFIX] Guard against possible non-int, non-null argument
[BUGFIX] Guard against possible non-int, non-null argument
NamelessCoder
2023-02-06
[BUGFIX] Infer asset type from path in getAssetSettings
[BUGFIX] Infer asset type from path in getAssetSettings
NamelessCoder
2023-02-05
[BUGFIX] Infer asset type from path in Asset class
[BUGFIX] Infer asset type from path in Asset class
NamelessCoder
2023-02-05
[BUGFIX] Infer type of asset from file extension
[BUGFIX] Infer type of asset from file extension
NamelessCoder
2023-02-05
[BUGFIX] Use constructor for DI in Asset class
[BUGFIX] Use constructor for DI in Asset class
NamelessCoder
2023-02-05
[BUGFIX] Fix problem with identity argument in v:render.cache
[BUGFIX] Fix problem with identity argument in v:render.cache
NamelessCoder
2023-02-03
[TASK] Clean up and cover two base VH classes
[TASK] Clean up and cover two base VH classes
NamelessCoder
2023-01-30
[TASK] Remove unused imports
[TASK] Remove unused imports
NamelessCoder
2023-01-30
[TASK] Add DummyQueryBuilder fixture
[TASK] Add DummyQueryBuilder fixture
NamelessCoder
2023-01-30
[TASK] Clean up a couple of tests
[TASK] Clean up a couple of tests
NamelessCoder
2023-01-30