Bug #15006
closedPossibility to add multiple "includeLib" plugins
0%
Description
Currently it's only possible to add one plugin that uses "includeLib", as only one gets assigned to page.1000 in class.t3lib_extmgm.php.
So it's not possible to use some extensions with e.g. the language detection extension.
class.t3lib_extmgm.php line 782
case 'includeLib': $addLine = 'page.1000 = < plugin.'.$cN.$prefix; break;
(issue imported from #M1525)
Files
Updated by Sebastian Kurfuerst about 19 years ago
Hi,
do I get this right this is when you want to create a FE plugin but only say "include library" in kickstarter?
Would it be possible for you to write a patch for this issue?
Greets from Dresden, Sebastian
Updated by Graham Solomon almost 19 years ago
I also would appreciate some work to be done to eliminate this bug, hopefully so it is fixed in TYPO3 4.0.0.
Also so you know it has been this way since version 3.6.2(the earliest source I could find).
Many Thanks,
Graham
Updated by Graham Solomon about 18 years ago
I have just uploaded a patch for this bug, it is tried and tested on our TYPO3 websites using versions 3.8.1 & 4.0.2
Updated by Robert Heel about 15 years ago
Wow, really old bug... Attached updated patch.
Updated by Samuel Koch over 13 years ago
- Target version deleted (
0)
Will this patch ever be integrated into the core? I would welcome that...
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from New to Accepted
- Target version set to 4.6.0
- TYPO3 Version changed from 3.8.0 to 4.5
- PHP Version deleted (
4)
Still valid in 4.6
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Xavier Perseguers almost 13 years ago
- Target version deleted (
4.6.2)
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8927
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8927
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8927
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8927
Updated by Benni Mack over 11 years ago
- Status changed from Under Review to Rejected
This function is hardly in use anymore (hopefully), can be solved better and cleaner these days, and thus will not be fixed, as it is very very low priority.