- Apr 09, 2017
-
-
Daniel Siepmann authored
* Using double quotes with method call didn't work the way. * Use normal string concatenation instead.
-
- Apr 08, 2017
-
-
Daniel Hürtgen authored
Feature/42 deprecated constants
-
- Apr 06, 2017
-
-
Daniel Siepmann authored
* No longer use trait but static methods due to lack of Dependency Injection. * Adjust all calls. * Also don't use yield any longer but return array of file names. Relates: #42
-
Daniel Siepmann authored
* Make option trait cleaner, remove duplicate logic and use methods for same logic. * Also fix issue in readme pointing to non existing config name. Relates: #42
-
Daniel Siepmann authored
Feature/38 add typoscript tokenizer
-
Daniel Siepmann authored
-
- Apr 04, 2017
-
-
Daniel Hürtgen authored
FEATURE: Migrate legacy class names in use statements
-
Daniel Hürtgen authored
BUGFIX: Allow multiple type hints in php docs
-
Daniel Hürtgen authored
Feature/33 deprecated handling
-
Daniel Siepmann authored
* As this is just an example and we want to have a clean state. * Also cleanup imported interface which is not in use anymore.
-
Daniel Siepmann authored
Resolves: #49
-
Daniel Siepmann authored
* Provide tokens for TypoScript. * Provide first basic example of a working sniff. Relates: #38
-
Daniel Siepmann authored
* Add new feature to docs. Resolves: #42
-
Daniel Siepmann authored
* Respect possible separation by "|" and handle each of them. Resolves: #48
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* Removed functions and constants are working now. Relates: #42
-
Daniel Siepmann authored
* Add configuration. * Refactor common base for functions and constants. * Add constants handling. Relates: #42
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
Relates: #33
-
- Mar 30, 2017
-
-
Daniel Hürtgen authored
-
Daniel Hürtgen authored
Feature/36 namespace migration
-
Daniel Siepmann authored
* Add docs for new feature. Relates: #33
-
Daniel Siepmann authored
* Refactor afterwards Relates: #42
-
Daniel Siepmann authored
* First try to add tokenizer to code sniffer Relates: #38
-
Daniel Siepmann authored
-
Daniel Siepmann authored
* As we check removed functions, the folder and code should reflect that. Relates: #33
-
Daniel Siepmann authored
* Adjust structure of deprecated functions yaml. * Add version of removal to message for removed functions. Relates: #33
-
Daniel Siepmann authored
-
- Mar 28, 2017
-
-
Daniel Siepmann authored
* Configure further deprecated calls for TYPO3 7.0 * Remove todo as it's already done. Relates: #33
-
Daniel Siepmann authored
* Add parsing of YAML-files. * Check matching deprecated calls. * Provide necessary information for PHPCS and user. Relates: #33
-
Daniel Siepmann authored
* To provide a way to adjust deprecations without touching standard. * Provide an option defining the path to lookup the configuration files. * Parse yaml files containing deprecations. Relates: #33
-
Daniel Siepmann authored
* Remove line breaks from output, as syntastic will not parse them. * It's up to the report to format the messages, not the Sniff. Relates: #33
-
Daniel Siepmann authored
* Use a single generic sniff with configuration. Relates: #33
-
Daniel Siepmann authored
* Provide a generic sniff with configuration (property) containing all deprecated calls. * Check function calls and provide warning with information. Relates: #33
-
Daniel Siepmann authored
Relates: #33
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
- Mar 23, 2017
-
-
Daniel Siepmann authored
* As we use it in parent class, define it there.
-