- May 18, 2017
-
-
Daniel Siepmann authored
* As discussed in PR, fetch possible extension names and lookup only them, not all parts of class name. Relates: #44, !70
-
- May 16, 2017
-
-
Daniel Siepmann authored
Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions
-
Daniel Hürtgen authored
FEATURE: Detect classes in strings Closes #15 and #43 See merge request !84
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
BUGFIX: Allow PhpDocCommentSniff to work find all classnames in comment See merge request !92
-
Daniel Hürtgen authored
FEATURE: Improve namespace migration See merge request !91
-
Daniel Hürtgen authored
FEATURE: Add FQObjectIdentifier to TypoScript tokens Closes #66 See merge request !83
-
Daniel Hürtgen authored
FEATURE: Removed signals and hooks Closes #45 See merge request !86
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
- May 11, 2017
-
-
Daniel Siepmann authored
* Before only the first classname was returned. * All class names are returned now. * This allows to fix Extbase type annotations for relations.
-
Daniel Siepmann authored
* E.g. prevent migration for ux_ classes which do not follow the convention. * Add test to make sure it works as expected.
-
Daniel Siepmann authored
* To improve report results even during searching. * By moving namespace mapping to search from fixing.
-
- May 09, 2017
-
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
* Just check T_STRING as this are all function calls. * Remove unused line of code. * Limit position to current statement to not return later classname multiple times. Relates: #44
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
* Due to copy and paste the identifier was not indicating a removed extension. * Identifier and tests were adjusted accordingly. Relates: #44
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
Relates: #44
-
Daniel Siepmann authored
* Also update getBefore method of AbstractClassnameChecker to make lookups before, like in StaticCallSniff work. Relates: #44
-
Daniel Siepmann authored
* Check that the sniff works with new feature of removed extension. Relates: #44
-
Daniel Siepmann authored
* Move generic logic to abstract class. * As not only UseSniff but also all others have the same logic, if method is not overwritten. * Therefore all other sniffs should work with new feature of removed extension. Relates: #44
-
Daniel Siepmann authored
* Integrate feature and adjust code as needed. * We need to find the class names inside of type hints more accurate. * Also tests need to cover the new feature. Relates: #44
-
Daniel Siepmann authored
* Detect removed extensions in use statements. Relates: #44
-
Daniel Siepmann authored
* Adjust expected result to match result. * Remove example usage of "use" as this is part of a feature and not this sniff. Relates: #44
-
- May 04, 2017
-
-
Daniel Siepmann authored
* Adjust to latest develop state of project. * Provide basic implementation. Relates: #44
-
Daniel Siepmann authored
Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions
-
Daniel Siepmann authored
* We now check class names case sensitive in strings. * This will prevent issues with stuff like TCA, as class names mathing table names are written in lower case. * Also add further tests and fix issues. * Extend test to check that lower version is not replaced but mentioned as warning. * Expected class names in Tx_ format are reported as fixable error. Resolves: #15
-
Daniel Siepmann authored
* Configure code coverage for new tested class. * Fix usage of class with new insensitivity lookup. * Add further tests.
-
Daniel Siepmann authored
* Add minimum phpdoc. * Add tests. * Fix issue in class. * Fix phpmd issues.
-
Daniel Hürtgen authored
TASK: Rename ci documentation jobs See merge request !88
-
Daniel Siepmann authored
* One files is provided by us for TYPO3 mappings. * Second one keeps as is and contains the generated mappings. Relates: #43
-
Daniel Siepmann authored
-