Bug #43244
Support for class.ext_update.php missing in new EM in TYPO3 6.0
Status: | Resolved | Start date: | 2012-11-23 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Francois Suter | % Done: | 100% |
|
Category: | Extension Manager | Spent time: | - | |
Target version: | 6.0.2 | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: | medium |
Description
As far as I can see there is currently no support for class.ext_update.php in the new extension manager in TYPO3 6.0
Related issues
Associated revisions
[BUGFIX] Restore support for Update script
The new EM is missing support for the class.ext_update.php script.
This patch restores it, giving it its own icon in the extension
list view.
Change-Id: Id5ea243bb689882959aa85cdbe700e784d83b2c0
Resolves: #43244
Releases: 6.1, 6.0
Reviewed-on: https://review.typo3.org/16780
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
[BUGFIX] Restore support for Update script
The new EM is missing support for the class.ext_update.php script.
This patch restores it, giving it its own icon in the extension
list view.
Change-Id: Id5ea243bb689882959aa85cdbe700e784d83b2c0
Resolves: #43244
Releases: 6.1, 6.0
Reviewed-on: https://review.typo3.org/17938
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
#1 Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16780
#2 Updated by Nicole Cordes over 2 years ago
As this wasn't merged to the final 6.0 yet I'll take care of that one. Will add an own icon for update script (and therefore an own Controller and take care about compat layer for old extensions)
- Introduce new class naming: namespace + class ExtensionUpdate
- Maybe we should add an interface for that as well to make sure access() and main() function > isAccessible() and render() are always part of the class Compat mode for ext_update -> register own extensionmanager cache and rewrite old files to have an extension depending class which can be loaded by em
#3 Updated by Philipp Gampe over 2 years ago
Sounds cool, but now make it a too big change :)
#4 Updated by Philipp Gampe over 2 years ago
Any progress here?
#5 Updated by Francois Suter over 2 years ago
- Priority changed from Should have to Must have
- Target version changed from 6.0.0 to 6.0.1
#6 Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/16780
#7 Updated by Francois Suter over 2 years ago
- Assigned To set to Francois Suter
- PHP Version set to 5.3
- Complexity set to medium
Nicole, your idea is good, but I would proceed in 2 steps. The first one is to restore support for the update script in the new EM, which is really an important feature (it's a wonder how it could be forgotten). A second step would be to improve this as you suggest. It is indeed an area which needs to be cleaned up, but I would apply such change only to 6.1.
#8 Updated by Ingo Renner over 2 years ago
- Target version changed from 6.0.1 to 6.0.2
#9 Updated by Gerrit Code Review over 2 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/16780
#10 Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/16780
#11 Updated by Gerrit Code Review over 2 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/16780
#12 Updated by Gerrit Code Review over 2 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/16780
#13 Updated by Gerrit Code Review over 2 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/16780
#14 Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17938
#15 Updated by Francois Suter over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1f5563d6ef2ffbc41c37a60ff3db05f47b5bd677.