[TYPO3-core] RFC: #10333: Configurable Subcategories for ext_conf_template.txt

Stefan Geith typo3dev2008.nospam1 at geithware.de
Tue Feb 3 14:08:11 CET 2009


Hi,

this is a SVN patch request.

Branches: trunk

Type: Feature

BT reference: http://bugs.typo3.org/view.php?id=10333

Problem:
The ExtensionMangers configuration page for plugins sometimes looks a 
bit 'unorganized', especially with long ext_conf_template files.
This is (partly) due to the hardcoded subCategory names, defined in 
"class.t3lib_tsparser_ext.php": "enable", "dims", "file", "typo", 
"color", "links" and "language".

Solution:
I added support for user-defined subCategory names.
Example "ext_conf_template.txt":

     # customsubcat=beconf=LLL:EXT:sg_plugin/locallang_extconf.php:BEconf
     ...
     # cat=basic/beconf/1; type=boolean; label= Enable Page-Titles
   enablePageTitles = 0

Patch against trunk - Revison 4930 appended.

Notice:
The Subcategory-Names must be defined in "ext_conf_template.txt" files, 
before use (naturally); best at he top of the file.

Back-Compatibility to Typo3 prior to 4.3 is given, because this 
additional information will simply be ignored and the subcategory will 
be named 'others'.

-

Stefan
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0010333-subcats_in_conf_templates.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090203/8e21073f/attachment.txt 


More information about the TYPO3-team-core mailing list