news icon indicating copy to clipboard operation
news copied to clipboard

TYPO3 Extension news

Results 137 news issues
Sort by recently updated
recently updated
newest added

TYPO3v12 loading of bigger category tree show AJAX error. This is mentioned in Forge tickets: https://forge.typo3.org/issues/99455 ( https://forge.typo3.org/issues/97003 ) https://forge.typo3.org/issues/100219

label `LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.description_formlabel` has been moved with https://review.typo3.org/c/Packages/TYPO3.CMS/+/81826

Avoid error: TYPO3\CMS\Extbase\Persistence\Generic\Query::logicalAnd(): Argument #1 must be of type TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface, array given, called in /var/www/html/vendor/georgringer/news/Classes/Domain/Repository/AbstractDemandedRepository.php on line 177

## Bug Report **Current Behavior** In TYPO3 11 i'm using a hook to extend news flexform for newsslider column settings. All works fine. I mirgrated the hook to an eventListener...

## Bug Report **Current Behavior** In the news list, when you go to a page, the canonical tag is rendered without the page designation: URL: https://aksenovaa.ru/portfolio/ canonical: with pagination URL:...

## Bug Report I want to use indexed_search. When I put ``` ``` in my pagetemplate the error GeorgRinger\News\Xclass\ExtensionServiceXclassed::getPluginNameByAction(): Argument #1 ($extensionName) must be of type string, null given, called...

## Feature Request Currently it's not possible to define individuals plugin settings per CType. All 6 news CTypes are using the TS settings defined under: ``` plugin.tx_news.settings { ... }...

## Bug Report **Current Behavior** I get the following error message when I try to determine the number of entries by a demand object ``` TYPO3\CMS\Extbase\Persistence\Generic\Query::logicalAnd(): Argument #1 must be...

Currently, the functional tests for `main` fail on my local machine: ```bash ./Build/Scripts/runTests.sh -s functional ``` ``` There was 1 error: 1) GeorgRinger\News\Tests\Functional\Repository\NewsRepositoryTest::findRecordsForDateMenu Doctrine\DBAL\Exception\SyntaxErrorException: An exception occurred while executing 'SELECT...

## Bug Report I am not sure if it is a news or Typo3 bug. But since Typo 12 the mapping of the overwriteDemand parameters in combination with the NewsCategoryMapper...