- 23 Aug, 2017 1 commit
-
-
Add 2 new rules * no_superfluous_elseif * no_useless_else Both rules only apply if the if-statement contains a return. If this is the case the obsolete else/elseif part is dropped. Resolves: #82183 Releases: master,8.7 Change-Id: I94dfa6b5b96cbc3e350bd778f1796dda1a4d955a Reviewed-on: https://review.typo3.org/53791 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 30 Mar, 2017 1 commit
-
-
DataHandler's hook processDatamap_afterDatabaseOperations is processed in two ways. In case modifications do not contain any new relation that just has been created, the hook is executed directly. If that's not the case, executing this hook is deferred and will happen after the remap stack has been processed. Calling the hook directly happens exactly once for each modified record, where invocations in DataHandler::processRemapStack() might happen more than once, depending on the amount of relation fields that contain new references and have been remapped. This change coalesces these invocations which results that the hooks processDatamap_afterDatabaseOperations is exactly called once for each modified record - which is the expected behavior. Change-Id: Ib7e65ce170c8f9ba8f7577b79073b1ed9213a0b9 Resolves: #79635 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/51552 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
- 27 Mar, 2017 1 commit
-
-
Change-Id: I69beabad3e4b9419778d1ed7d1b181349089b139 Resolves: #80494 Releases: master Reviewed-on: https://review.typo3.org/52190 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-