[TYPO3] Duplicate L-variable in links

Michael Stucki michael at typo3.org
Sun Apr 20 10:43:04 CEST 2008


Dmitry Dulepov [typo3] wrote:

>> would give. For other resources, example if IMAGE resource would be used
>> like this:
>> 
>> temp.foo = IMAGE
>> temp.foo {
>>  fiile = fileadmin/images/myimage.png
>> }
>> 
>> where there is typo included
> 
> There is no such thing I afraid. At least I do not know about any such
> validator/parser. I hard something about TS debugger but it was long time
> ago.

The TS debugger can be found as part of the admin panel, but it doesn't
really help you find such errors. It's more a help to see what's being
done, and how long each operation will take to get rendered.

Additionally, the object browser is highlighting some errors, for example if
it finds out that a property misses an equal mark, or if brackets are not
closed again.

However, detecting spelling errors like mentioned above is currently not
possible, though it might be pretty easy to implement.

It would require a whitelist of all allowed properties for each object. We
could even read that information from TSref and the extension manuals (if
they contain some documentation).

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-english mailing list