Automate code migrations for TYPO3 Extensions
Find a file
Daniel Siepmann d3b612790c
TASK: Make inline replacements work again
* As sometimes not the whole token should be replaces, but only the
  classname within the token, we replace them always this way.
* Before the refactoring, that was done in the concrete sniffs.
* Affected are e.g. php doc comments.

Relates: #72
2017-04-25 13:45:46 +02:00
Documentation TASK: Add hint how to disable warnings for specific deprecations 2017-04-13 12:04:46 +02:00
src TASK: Make inline replacements work again 2017-04-25 13:45:46 +02:00
tests TASK: Shorten test output 2017-04-25 13:41:36 +02:00
.editorconfig TASK: Also support Makefile 2017-04-11 12:25:49 +02:00
.gitignore FEATURE: Provide first basic implementation of classmapping 2017-03-07 13:36:09 +01:00
.gitlab-ci.yml TASK: Use yaml references 2017-04-13 16:13:16 +02:00
composer.json Merge branch 'develop' into 'feature/58-convert-to-php-codesniffer-composer-plugin' 2017-04-11 14:28:06 +02:00
LICENSE Initial commit 2017-03-07 11:41:40 +01:00
Makefile TASK: Make composer available as bin 2017-04-08 23:38:04 +02:00
phpcs.xml.dist TASK: Add further linting 2017-04-09 00:14:27 +02:00
phpmd.xml TASK: Configure phpmd 2017-04-11 08:40:19 +02:00
phpunit.xml.dist WIP|FEATURE: Add further tests 2017-04-06 11:44:15 +02:00
Readme.rst TASK: Update readme 2017-04-13 12:28:33 +02:00

About

Our goal is to provide an automated migration for TYPO3 updates.

This should include source code modifications like adjusting old legacy class names to new ones.

The official project home page can be found at https://git.higidi.com/Automated-TYPO3-Update/automated-typo3-update . Please open new issues and merge requests there. You can login with your Github account.

Github is just used as a mirror for the project.

Check out the official documentation at: https://automated-typo3-update.readthedocs.io