Bug #47848
Task #47756: Remove require / require_once fallback layers for namespaced classes
Remove dummy files from ext:install
Status: | Resolved | Start date: | 2013-05-02 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Associated revisions
[TASK] Remove dummy files from ext:install
The install tool is always bootstrap'ed by typo3/install/index.php,
we can rely on the class loader to find files, so the removed
require_once calls are ok.
The eidHandler for the random key calculation runs through FE
bootstrap, so this is also ok to not require manually.
Change-Id: I45ed37a19039418b1edc440b735809182833ce2d
Resolves: #47848
Related: #47756
Releeases: 6.2
Reviewed-on: https://review.typo3.org/20441
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
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 https://review.typo3.org/20441
#2 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/20441
#3 Updated by Christian Kuhn over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a35b7653c5a4d26cb9a224bc962e5b59886c49b5.