- May 18, 2017
-
-
Daniel Siepmann authored
Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions
-
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 Siepmann authored
FEATURE: Globals Closes #77 See merge request !90
-
Daniel Siepmann authored
-
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: #77
-
Daniel Siepmann authored
* To reflect new feature. Relates: #77
-
Daniel Siepmann authored
* Add feature, tests and configuration. * Refactor to follow DRY, move prepareStructure to abstract. Resolves: #77
-
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
-