t3monitoring
t3monitoring copied to clipboard
Monitoring service of TYPO3 extensions
## For example ext:sourceopt I have installed the extension from github. The extension itself is available on TER, except the actually installed version. I think it would be helpful to...
Fixes: #227
The tag property in the client model is declared as "Tag" model which is not correct in regards to the TCA. Thus an error is thrown in the t3monitor listings...
If I adjust the QueryBuilder in the findByDemand function in the ExtensionRepository, the problem is solved. $statement = $queryBuilder->executeQuery(); // while ($row = $queryBuilder->executeQuery()->fetchAssociative()) { while ($row = $statement->fetchAssociative()) {...
Hey, when I use the form to filter my clients (and only with the form!) the page gets a total reload, so that I have two TYPO3 Sidebars. I can...
The $tag Property of _Client_ is not an ObjectStorage anymore, which leads to an error in the Statistics View.
Hello, I think that this would be a great feature which - as far I can see - @hoermannklaus built for a former Version of this extension. I guess that...