Lars

Results 8 issues of Lars

The class `\ApacheSolrForTypo3\Solr\System\Logging\SolrLogManager` should be removed in favor for writer configuration and processor. Using TYPO3 standards allows to implement the interface `LoggerAwareInterface`. The method `GeneralUtility::makeInstance()` checks if this interface exists...

# What this pr does Remove deprecated function calls and TYPO3 9 LTS compatibility. # How to test Please add a testing instruction here Fixes: #2767

needs rebase

Changing the visibility of a parent record (or a record within the root line) should effect the child records. Note: TYPO3 currently behaves a little bit different, and allows to...

The parser for minified JavaScript files sometimes calculate the name of the package incorrectly. This issue seems to occurred in two cases 1. The format of the comment with the...

needs contributor

The image within the RTE CKEditor get lost after try to link the image with a page ## How to test 1. Create a simple text element and add an...

bug
help wanted
TYPO3 v11
upstream

**Is your feature request related to a problem? Please describe.** In some TYPO3 installations it is not possible to access the Solr core. This becomes an issues to verfify the...

The command `cmsig:seal:index-create` currently failed in case that an index or schema already exists. During a deployment process where the index is created automatically it would be usefull to have...

Integration: Symfony
Integration: Laravel
Integration: Spiral
Integration: Mezzio
Integration: Yii

The file `ext_tables.sql` defines the column `tx_filefill_identifier` on table `sys_file`. The corresponding TCA configuration is currently missing, which leads to the exception `Unknown column 'tx_filefill_identifier' in 'field list'` **How to...