[TYPO3-bugs] RFC: alphabetically sorted TS tree in TS Object Browser

Ingo Renner typo3 at ingo-renner.com
Tue Dec 5 02:40:41 CET 2006


Martin Kutschker wrote:

Hi Martin,

>> The attached patch sorts the tree / list alphabetically.
>> This also affects all other TS trees in TYPO3 which after searching 
>> though the code where the changed method is called affects
>>
>> * the User TS tree in the user admin module under tools
>> * page TS tree under web->info
>> * and of course the TS Object browser
> 
> Won't it affect all pared TS code? Technically the ordering if the array 
> should never matter as the only ordered TS "elements" are COAs and the 
> likes which order its elements with "numbered" arrays.
> 
> Wait! It may affect the loading of style sheets. They are not sorted by 
> numbers but by source code appearance.

as I mentioned I run a search over the whole code and the modified 
method is only called in places were a tree is built to display in the BE...

AFAIK - and checked on one of my sites - CSS files are ordered already:

page.includeCSS {
   file1 = ...
   file2 = ...

...

   file100 = ...

}


Ingo



More information about the TYPO3-team-bugs mailing list