- 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 16, 2017
-
-
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 04, 2017
-
-
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
-
Daniel Siepmann authored
-
Daniel Siepmann authored
TASK: Use test class for each sniff. See merge request !87
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* To have them much shorter, enabling full title to show up in gitlab ui.
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* As test was added to develop, also migrate it.
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
- May 02, 2017
-
-
Daniel Hürtgen authored
# Conflicts: # Documentation/source/features.rst
-
Daniel Hürtgen authored
Feature/74 check removed typoscript constants Closes #74 and #76 See merge request !85
-
Daniel Hürtgen authored
# Conflicts: # Documentation/source/features.rst
-
Daniel Hürtgen authored
Feature/41 check removed classes Closes #41 See merge request !80
-
Daniel Hürtgen authored
# Conflicts: # Documentation/source/features.rst
-
Daniel Hürtgen authored
Feature/71 refactor removed code Closes #71 See merge request !79
-
Daniel Siepmann authored
Resolves: #45
-
Daniel Siepmann authored
* Ass missing colon.
-
Daniel Siepmann authored
* Update docs, add sniff and test. * Add first configuration. Relates: #45
-