- Jun 01, 2017
-
-
Daniel Siepmann authored
Relates: #82
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* As old globals are not used anymore, we use the API to use our fixture file to be returned for tests. Relates: #82
-
- May 30, 2017
-
-
Daniel Siepmann authored
* Use namespace in configuration, as classes are now namespaced. * Also use namespace in code for referenced to own sniffs. * Do not use identifiers with further dots as this is no longer supported, use ":" instead. Relates: #82
-
Daniel Siepmann authored
* Use hash, not version, as version contains bug that not a single custom sniff can be executed. That would break our tests. * Also add auto loading for tests to work, as phpcs removed autoloading support for composer. * Move all sniffs to namespace to allow processing through phpcs. * Adjust already some class names of phpcs to new conventions. Relates: #82
-
- May 18, 2017
-
-
Daniel Siepmann authored
FEATURE: Add checks for deprecated/removed extensions Closes #44 See merge request !70
-
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
-