Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
T
t3olayout
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 5
    • Merge Requests 5
  • Requirements
    • Requirements
    • List
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • services
  • common
  • t3olayout
  • Issues
  • #614

Closed
Open
Opened Nov 04, 2019 by Andreas Nedbal@pixeldesuDeveloper

Solve deprecations in t3olayout

In order to update typo3.org to v9 as smoothly as possible, all extensions it requires should support v9 properly.

TYPO3Scanner result for t3olayout:

Found 3 matches in 1.81s when checking for changes and deprecations in TYPO3 9

strong	weak	IMPORTANT
0.0% (0)	100.0% (3)	100.0% (3)

Classes/Domain/Finishers/GitlabFinisher.php
Fetch of property "response" (weak)
109 $result = json_decode($res->response, true);
Important: #83869 - Removed request type specific code in Bootstrap
https://docs.typo3.org/typo3cms/extensions/core/Changelog/9.2/Important-83869-RemovedRequestTypeSpecificCodeInBootstrap.html

Fetch of property "response" (weak)
116 $issue = json_decode($issue->response, true);
Important: #83869 - Removed request type specific code in Bootstrap
https://docs.typo3.org/typo3cms/extensions/core/Changelog/9.2/Important-83869-RemovedRequestTypeSpecificCodeInBootstrap.html

Classes/Services/ApiClientService.php
Fetch of property "response" (weak)
130 $client->response = curl_exec($client->handle);
Important: #83869 - Removed request type specific code in Bootstrap
https://docs.typo3.org/typo3cms/extensions/core/Changelog/9.2/Important-83869-RemovedRequestTypeSpecificCodeInBootstrap.html

These deprecations should either be solved in the update branch develop-v9 directly, or have a Merge Request pointed to that branch in the t3olayout repository.

Assignee
Assign to
_Ready for sprint
Milestone
_Ready for sprint (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: services/common/t3olayout#614