8db7a8bb1f
TASK: Split legacy mapping into two files
...
* One files is provided by us for TYPO3 mappings.
* Second one keeps as is and contains the generated mappings.
Relates: #43
2017-05-04 10:44:49 +02:00
34bf941a21
Merge branch 'develop' into feature/15-check-all-possible-occurences-of-class
2017-05-04 08:21:37 +02:00
Daniel Hürtgen
95da568935
Merge branch 'develop' into 'feature/74-check-removed-typoscript-constants'
...
# Conflicts:
# Documentation/source/features.rst
2017-05-02 22:12:23 +02:00
299c33a075
FEATURE: Add warning for removed TypoScript Constants
...
* Configure removed constants in TYPO3 7.x.
* Add code / sniff.
* Add test.
* Update docs.
Resolves: #74
2017-05-02 12:44:04 +02:00
afd6f78196
FEATURE: Detect classes in strings
...
* Detect class names in strings.
* Attach feature to new detection.
* Only add warnings for classes in strings, they might be table names.
Closes: #15
2017-05-02 11:52:42 +02:00
4fdc15d715
TASK: Add removed classes for TYPO3 7.5
...
Relates: #41
2017-04-27 16:41:22 +02:00
cfdf58f7d4
TASK: Add removed classes for TYPO3 7.5
...
Relates: #41
2017-04-27 16:33:55 +02:00
3663af3755
TASK: Add removed classes for TYPO3 7.3
...
Relates: #41
2017-04-27 16:33:36 +02:00
98b9331652
TASK: Add removed classes for TYPO3 7.3
...
Relates: #41
2017-04-27 16:20:14 +02:00
0e3f487681
TASK: Add removed classes in 7.0
...
Relates: #41
2017-04-27 16:10:28 +02:00
f972533e04
WIP|FEATURE: Check for removed php classes.
...
* Add feature to existing code base and logic, see #72 .
* Add first removed classes for TYPO3 7.0 as example.
* Adjust first test to make sure basic implementation works.
Relates: #41
2017-04-27 11:23:29 +02:00
69bb97ad94
Merge branch 'feature/72-refactor-sniff-architecture' into feature/54-add-checks-for-typoscript
2017-04-25 15:50:04 +02:00
efd5d9114f
TASK: Migrate MissingNamespaceSniff
...
* Make MissingNamespaceSniff work again.
* Move to old namespace as it's a custom sniff, not a general one.
* Do not use new feature here, implement logic internal.
* Remove message from ruleset, use it directly.
Relates: #72
2017-04-25 14:11:40 +02:00
2f6dc2304a
WIP: Refactor code to new architecture
...
* Migrate class names.
* Add new architecture of "Features".
* Configure old assignments for new features.
* Rename necessary parts.
Relates: #72
2017-04-25 12:58:19 +02:00
6e602cf5f5
TASK: Add all remaining TypoScripts
...
Resolves: #54
2017-04-13 16:02:40 +02:00
5387e553c5
TASK: Add remaining TypoScript changes for 7.1
...
Relates: #54
2017-04-13 15:51:01 +02:00
7c5d95d0e0
TASK: Update test
...
* Make sure test is running again with new additions of cObjects.
* Also fix description containing dot at the end.
Relates: #54
2017-04-13 15:30:42 +02:00
3e9d8c01c8
TASK: Rename TypoScript sniff
...
* As we not only check ObjectIdentifier's anymore, but also further
parts, renamce sniff to be more generic.
* Also rename configuration and tests accordingly.
Relates: #54
2017-04-13 15:27:25 +02:00
ca4d687155
FEATURE: Also check TypoScript objects
...
* Not only check paths, but also objects like cObjects.
* Update test input for verification.
* Add further breaking changes for 7.1
2017-04-13 15:22:38 +02:00
2e7f155b8d
TASK: Configure all 7.0 breaking changed for ObjectIdentifier
...
Relates: #54
2017-04-13 14:57:33 +02:00
e1b3f31c78
FEATURE: Add second TypoScript check
...
* Extend test to show what's possible and covered and what is not
covered yet.
Relates: #54
2017-04-13 14:20:36 +02:00
7a999212e2
FEATURE: Add first TypoScript sniff
...
* Add configuration for removed object identifiers.
* Add sniff for removed object identifiers.
Relates: #54
2017-04-13 13:32:20 +02:00
Daniel Hürtgen
be4b76c192
BUGFIX: Adjust TYPO3 docs urls
2017-04-11 12:53:02 +02:00
99840b080f
FEATURE: Finish refactoring
...
* Removed functions and constants are working now.
Relates: #42
2017-04-04 10:21:16 +02:00
1a081900b2
WIP|FEATURE: Add removed constants
...
* Add configuration.
* Refactor common base for functions and constants.
* Add constants handling.
Relates: #42
2017-04-04 09:59:28 +02:00
93c0cff635
TASK: Rename deprecated to removed for functions
...
* As we check removed functions, the folder and code should reflect
that.
Relates: #33
2017-03-30 11:08:42 +02:00
21b7c09416
FEATURE: Add removed functions for TYPO3 7.x.
...
* Adjust structure of deprecated functions yaml.
* Add version of removal to message for removed functions.
Relates: #33
2017-03-30 11:03:30 +02:00
4c162af3d4
TASK: Finish 7.0 breaking changes
2017-03-30 08:08:41 +02:00
81fc7f7608
WIP|FEATURE: Add further deprecated calls
...
* Configure further deprecated calls for TYPO3 7.0
* Remove todo as it's already done.
Relates: #33
2017-03-28 16:41:15 +02:00
b652137e96
FEATURE: Provide code to handle deprecated method calls
...
* Add parsing of YAML-files.
* Check matching deprecated calls.
* Provide necessary information for PHPCS and user.
Relates: #33
2017-03-28 15:29:26 +02:00
cd434ac639
WIP|FEATURE: Provide configuration files for deprecated functions
...
* 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
2017-03-28 12:52:14 +02:00