[TYPO3-core] RFC #15489: remove code warnings about XCLASS and naming annoyances

Franz Holzinger franz at ttproducts.de
Thu Aug 19 14:32:35 CEST 2010


This is an SVN patch request.

Type: Bug

http://bugs.typo3.org/view.php?id=15489

Branches: trunk

Problem:
The EM gives information containing code warnings and naming annoyances. 
A normal user will get frightened by such warning messages. So they will 
send emails to the extension authors. It is not the task of the EM to 
show this information.

Here an example with the extension div2007:
------
Class names:  	tx_div2007
tx_div2007_alpha
tx_div2007_alpha5
tx_div2007_alpha_browse_base
tx_div2007_alpha_language_base
tx_div2007_cobj
tx_div2007_ff
tx_div2007_ff_php4
tx_div2007_hooks_cms
tx_double6	
Namen der PHP-Klassen

Zeigt an, welche PHP-Klassen innerhalb von .php- oder .inc-Dateien 
gefunden wurden.
Code warnings:
(developer-relevant) 	The XCLASS filename-key 
"ext/div2007/hooks/class.tx_div2007_hooks_cms.phpp" was different from 
"ext/div2007/hooks/class.tx_div2007_hooks_cms.php" which it should have 
been!
Class filename "hooks/class.tx_div2007_hooks_eval.php" did NOT contain 
the class "tx_div2007_hooks_eval"!	
Fehler

Zeigt an, ob durch das Installieren der Erweiterung Fehler aufgetreten sind.
Naming annoyances:
(developer-relevant)
--------

Solution:
Move the code warnings, naming annoyances and locallang info into the 
extension ExtDevEval which is for developers only.

How to test:
* Click on an extension in the EM
* Click the select box 'Information'

Kind regards,
Franz

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 15489-1.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100819/98c879c3/attachment.txt>


More information about the TYPO3-team-core mailing list