Actions
Bug #95313
closedDistributionWelcome is not shown anymore
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2021-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With the commit https://github.com/TYPO3/typo3/commit/575561a79ff460a9eb1a37f38c434cc7e392c224 the display of the image DistributionWelcome was accidentially removed.
TER still provides the link to this image in https://extensions.typo3.org/fileadmin/ter/extensions.xml.gz as distributionImageWelcome e.g. for ext:introduction:
<version version="2.3.0"> <title>The official Introduction Package</title> <description>This package delivers a new website (page tree) and shows all out-of-the-box features of TYPO3, and includes a theme based on Twitter Bootstrap 3, and a style editor to customize the design. Sample editors and backend groups are added</description> <state>stable</state> <reviewstate>0</reviewstate> <category>distribution</category> <distributionImage>https://extensions.typo3.org/fileadmin/ter/i/n/introduction_2.3.0_Distribution.png</distributionImage> <distributionImageWelcome>https://extensions.typo3.org/fileadmin/ter/i/n/introduction_2.3.0_DistributionWelcome.png</distributionImageWelcome> <downloadcounter>5387</downloadcounter> <lastuploaddate>1458737509</lastuploaddate> <uploadcomment>Compatibility with TYPO3 v7 and v8</uploadcomment> <dependencies>a:2:{i:0;a:3:{s:4:"kind";s:7:"depends";s:12:"extensionKey";s:5:"typo3";s:12:"versionRange";s:12:"7.6.0-8.9.99";}i:1;a:3:{s:4:"kind";s:7:"depends";s:12:"extensionKey";s:17:"bootstrap_package";s:12:"versionRange";s:13:"7.0.0-7.99.99";}}</dependencies> <composerinfo/> <authorname>Introduction Package Team</authorname> <authoremail/> <authorcompany/> <ownerusername>typo3v4</ownerusername> <t3xfilemd5>ae2b84e37dedc42c63dbb5864829d9b4</t3xfilemd5> <documentation_link>https://docs.typo3.org/typo3cms/extensions/introduction/2.3.0</documentation_link> </version>
Attention: for ext:introduction this image is broken for versions higher than 2.3.0!
Actions