Bug #65341
closedExtensionmanager update-button missing
100%
Description
The extensionmanager in TYPO2 6.2.9 doesn't show the update button to a new version, if the installed version exist no longer in the repository.
My Example:
After an update from TYPO3 4.5 to 6.2 we want to upgrade the extension l10nmgr to the new version 3.6.3. But there is no update button.
At the moment version 3.3.4 is installed. I think we received this version directly from the developers. It is possible, that this version never showed up in TER.
If I change the Versionnumber of l10nmgr in ext_emconf to 3.3.3, which exists in TER, the update-button appears.
Solution: The update-button should always be visible, whether the older extensionversion is in TER or not.
Updated by Alexander Opitz over 9 years ago
- Status changed from New to In Progress
- Assignee set to Alexander Opitz
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37236
Updated by Alexander Opitz over 9 years ago
HowTo test the patch with master:
As you normaly won't have an extension with a unknown version, you need to do following to test. Example for extension "news".
1.) Set the version of your example extension to a lower version then latest one, which also do not exists.
edit ext_emconf.php of news extension and set version to 3.0.99.
2.) Look into Extension manager, no updates shown for your example extension.
3.) Apply patch and look to your example extension, now you should see an update to latest version of example extension (for news it should be 3.1.0).
4.) Try updating to this version (3.1.0).
If this works all is fine.
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37236
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37236
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37236
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37236
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37236
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37236
Updated by Gerrit Code Review over 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37236
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38284
Updated by Alexander Opitz over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5b1d98dbc1cb60fee421d641ad5e86de37f72141.