Project

General

Profile

Actions

Bug #15006

closed

Possibility to add multiple "includeLib" plugins

Added by Wolfgang Klinger about 19 years ago. Updated over 11 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2005-10-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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

patch.diff (531 Bytes) patch.diff Administrator Admin, 2006-10-17 11:38
0001525_multiple_includeLib.diff (1.12 KB) 0001525_multiple_includeLib.diff Administrator Admin, 2009-09-15 12:14
1525_multiple_includeLib_45.diff (1.13 KB) 1525_multiple_includeLib_45.diff Administrator Admin, 2011-02-26 02:44
Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

Updated by Robert Heel about 15 years ago

Wow, really old bug... Attached updated patch.

Actions #5

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...

Actions #6

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

Actions #7

Updated by Tolleiv Nietsch over 13 years ago

  • Complexity set to easy
Actions #8

Updated by Chris topher about 13 years ago

  • Target version changed from 4.6.0 to 4.6.1
Actions #9

Updated by Chris topher almost 13 years ago

  • Target version changed from 4.6.1 to 4.6.2
Actions #10

Updated by Xavier Perseguers almost 13 years ago

  • Target version deleted (4.6.2)
Actions #11

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

Actions #12

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

Actions #13

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

Actions #14

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

Actions #15

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.

Actions

Also available in: Atom PDF