-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08b71c3
commit 39d0514
Showing
3 changed files
with
33 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
<html><ul> | ||
<li>015de72 [T3CMS] Upgrade platform to 2020.1.1 (Cedric Ziel)</li> | ||
<li>c9319f4 [Fluid] Read files with standard methods (Cedric Ziel)</li> | ||
<li>ad3d3cb [T3CMS] Use conventional inspection name (Cedric Ziel)</li> | ||
<li>1d71a54 [T3CMS] Enhance TYPO3 project detection (Cedric Ziel)</li> | ||
<li>21ab178 [T3CMS] Update Module inspections to respect plugin activation (Cedric Ziel)</li> | ||
<li>9af4f52 [T3CMS] Add displayName getter to fix MissingModulePHPInspection (Cedric Ziel)</li> | ||
<li>b820cdc [T3CMS] Correct inspection short names (Cedric Ziel)</li> | ||
<li>662e4ba [T3CMS] Add inspection for missing JavaScript modules (Cedric Ziel)</li> | ||
<li>e91323e [T3CMS] Add more coverage for JavaScriptUtil (Cedric Ziel)</li> | ||
<li>946d508 [T3CMS] Cache JS ModuleMap in project (Cedric Ziel)</li> | ||
<li>8950ad2 [T3CMS] Cache module name on psiFile (Cedric Ziel)</li> | ||
<li>4ab67dd [T3CMS] Add autocompletion for requireJS modules (Cedric Ziel)</li> | ||
<li>fc43152 [T3CMS] Add inspection for referencing module names in PHP (Cedric Ziel)</li> | ||
<li>763ebfe [T3CMS] Add references to RequireJS module names (Cedric Ziel)</li> | ||
<li>bfacb72 [Fluid] Use correct char for colon (Cedric Ziel)</li></ul></html> | ||
<li>a2dbf0d [ALL] Drop support for platforms prior to 2020.2 (Cedric Ziel)</li> | ||
<li>93d9354 [T3CMS] Remove ExtbaseModelCollectionReturnTypeProvider (Cedric Ziel)</li> | ||
<li>08d2ccd [T3CMS] Adapt LineMarkerProvider.collectionNavigationMarkers signature (Cedric Ziel)</li> | ||
<li>6f5a612 [All] Upgrade components to 2020.2 (Cedric Ziel)</li> | ||
<li>ed0455b [All] Upgrade components to 2020.2 EAP (Cedric Ziel)</li> | ||
<li>0f50b62 [T3CMS] Apply cleanups (Cedric Ziel)</li> | ||
<li>2441b8d [T3CMS] Add dictionary provider (Cedric Ziel)</li> | ||
<li>9450c25 [T3CMS] Cleanups based on inspections (Cedric Ziel)</li> | ||
<li>c8c44bf [T3CMS] Disable roaming for project-level persistent state (Cedric Ziel)</li> | ||
<li>2c87b12 [T3CMS] Migrate project-components to ProjectManagerListeners (Cedric Ziel)</li> | ||
<li>2d37e3b [T3CMS] Add test for PhpTypeProviderUtilTest (Cedric Ziel)</li></ul></html> |
26 changes: 11 additions & 15 deletions
26
lang-typoscript/src/main/resources/META-INF/change-notes.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
<html><ul> | ||
<li>015de72 [T3CMS] Upgrade platform to 2020.1.1 (Cedric Ziel)</li> | ||
<li>c9319f4 [Fluid] Read files with standard methods (Cedric Ziel)</li> | ||
<li>ad3d3cb [T3CMS] Use conventional inspection name (Cedric Ziel)</li> | ||
<li>1d71a54 [T3CMS] Enhance TYPO3 project detection (Cedric Ziel)</li> | ||
<li>21ab178 [T3CMS] Update Module inspections to respect plugin activation (Cedric Ziel)</li> | ||
<li>9af4f52 [T3CMS] Add displayName getter to fix MissingModulePHPInspection (Cedric Ziel)</li> | ||
<li>b820cdc [T3CMS] Correct inspection short names (Cedric Ziel)</li> | ||
<li>662e4ba [T3CMS] Add inspection for missing JavaScript modules (Cedric Ziel)</li> | ||
<li>e91323e [T3CMS] Add more coverage for JavaScriptUtil (Cedric Ziel)</li> | ||
<li>946d508 [T3CMS] Cache JS ModuleMap in project (Cedric Ziel)</li> | ||
<li>8950ad2 [T3CMS] Cache module name on psiFile (Cedric Ziel)</li> | ||
<li>4ab67dd [T3CMS] Add autocompletion for requireJS modules (Cedric Ziel)</li> | ||
<li>fc43152 [T3CMS] Add inspection for referencing module names in PHP (Cedric Ziel)</li> | ||
<li>763ebfe [T3CMS] Add references to RequireJS module names (Cedric Ziel)</li> | ||
<li>bfacb72 [Fluid] Use correct char for colon (Cedric Ziel)</li></ul></html> | ||
<li>a2dbf0d [ALL] Drop support for platforms prior to 2020.2 (Cedric Ziel)</li> | ||
<li>93d9354 [T3CMS] Remove ExtbaseModelCollectionReturnTypeProvider (Cedric Ziel)</li> | ||
<li>08d2ccd [T3CMS] Adapt LineMarkerProvider.collectionNavigationMarkers signature (Cedric Ziel)</li> | ||
<li>6f5a612 [All] Upgrade components to 2020.2 (Cedric Ziel)</li> | ||
<li>ed0455b [All] Upgrade components to 2020.2 EAP (Cedric Ziel)</li> | ||
<li>0f50b62 [T3CMS] Apply cleanups (Cedric Ziel)</li> | ||
<li>2441b8d [T3CMS] Add dictionary provider (Cedric Ziel)</li> | ||
<li>9450c25 [T3CMS] Cleanups based on inspections (Cedric Ziel)</li> | ||
<li>c8c44bf [T3CMS] Disable roaming for project-level persistent state (Cedric Ziel)</li> | ||
<li>2c87b12 [T3CMS] Migrate project-components to ProjectManagerListeners (Cedric Ziel)</li> | ||
<li>2d37e3b [T3CMS] Add test for PhpTypeProviderUtilTest (Cedric Ziel)</li></ul></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
<html><ul> | ||
<li>015de72 [T3CMS] Upgrade platform to 2020.1.1 (Cedric Ziel)</li> | ||
<li>c9319f4 [Fluid] Read files with standard methods (Cedric Ziel)</li> | ||
<li>ad3d3cb [T3CMS] Use conventional inspection name (Cedric Ziel)</li> | ||
<li>1d71a54 [T3CMS] Enhance TYPO3 project detection (Cedric Ziel)</li> | ||
<li>21ab178 [T3CMS] Update Module inspections to respect plugin activation (Cedric Ziel)</li> | ||
<li>9af4f52 [T3CMS] Add displayName getter to fix MissingModulePHPInspection (Cedric Ziel)</li> | ||
<li>b820cdc [T3CMS] Correct inspection short names (Cedric Ziel)</li> | ||
<li>662e4ba [T3CMS] Add inspection for missing JavaScript modules (Cedric Ziel)</li> | ||
<li>e91323e [T3CMS] Add more coverage for JavaScriptUtil (Cedric Ziel)</li> | ||
<li>946d508 [T3CMS] Cache JS ModuleMap in project (Cedric Ziel)</li> | ||
<li>8950ad2 [T3CMS] Cache module name on psiFile (Cedric Ziel)</li> | ||
<li>4ab67dd [T3CMS] Add autocompletion for requireJS modules (Cedric Ziel)</li> | ||
<li>fc43152 [T3CMS] Add inspection for referencing module names in PHP (Cedric Ziel)</li> | ||
<li>763ebfe [T3CMS] Add references to RequireJS module names (Cedric Ziel)</li> | ||
<li>bfacb72 [Fluid] Use correct char for colon (Cedric Ziel)</li></ul></html> | ||
<li>a2dbf0d [ALL] Drop support for platforms prior to 2020.2 (Cedric Ziel)</li> | ||
<li>93d9354 [T3CMS] Remove ExtbaseModelCollectionReturnTypeProvider (Cedric Ziel)</li> | ||
<li>08d2ccd [T3CMS] Adapt LineMarkerProvider.collectionNavigationMarkers signature (Cedric Ziel)</li> | ||
<li>6f5a612 [All] Upgrade components to 2020.2 (Cedric Ziel)</li> | ||
<li>ed0455b [All] Upgrade components to 2020.2 EAP (Cedric Ziel)</li> | ||
<li>0f50b62 [T3CMS] Apply cleanups (Cedric Ziel)</li> | ||
<li>2441b8d [T3CMS] Add dictionary provider (Cedric Ziel)</li> | ||
<li>9450c25 [T3CMS] Cleanups based on inspections (Cedric Ziel)</li> | ||
<li>c8c44bf [T3CMS] Disable roaming for project-level persistent state (Cedric Ziel)</li> | ||
<li>2c87b12 [T3CMS] Migrate project-components to ProjectManagerListeners (Cedric Ziel)</li> | ||
<li>2d37e3b [T3CMS] Add test for PhpTypeProviderUtilTest (Cedric Ziel)</li></ul></html> |