Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for TYPO3 9 LTS #4

Open
3 tasks
josefglatz opened this issue Nov 21, 2018 · 2 comments
Open
3 tasks

Support for TYPO3 9 LTS #4

josefglatz opened this issue Nov 21, 2018 · 2 comments

Comments

@josefglatz
Copy link

The following tasks have to be done from my perspective as a minimum

  • Update composer.json, ext_emconf.php, README.rst
  • Add logic to retrieve deprecationLogFileName if TYPO3 >= 9.0
  • Check if the parsing of the deprecationlogfile lines needs to be adjusted for TYPO3 >= 9.0 and adjust if necessary
josefglatz added a commit to josefglatz/deprecationloganalyzer that referenced this issue Nov 21, 2018
- update misc. extension files to allow TYPO3 9 LTS
- update README
- remove ext_tables TYPO3_MODE as suggested in the
  official docs.
- remove superfluous fluid namespace declaration
- add support to retrieve deprecationLog file if TYPO3 version
  is >= 9.0

Related: georgringer#4
@josefglatz
Copy link
Author

The first two tasks are available as PR @georgringer

josefglatz added a commit to josefglatz/deprecationloganalyzer that referenced this issue Nov 21, 2018
- update misc. extension files to allow TYPO3 9 LTS
- update README
- remove ext_tables TYPO3_MODE as suggested in the
  official docs.
- remove superfluous fluid namespace declaration
- add support to retrieve deprecationLog file if TYPO3 version
  is >= 9.0

Related: georgringer#4
@jpgreth
Copy link

jpgreth commented May 8, 2019

The following tasks have to be done from my perspective as a minimum

  • Update composer.json, ext_emconf.php, README.rst
  • Add logic to retrieve deprecationLogFileName if TYPO3 >= 9.0
  • Check if the parsing of the deprecationlogfile lines needs to be adjusted for TYPO3 >= 9.0 and adjust if necessary

Yes, that would be great! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants