On Sat, Oct 25, 2014 at 10:58 PM, Bruno Raoult <[email protected]> wrote:
> Hi, > > I am very sorry to be new on this list, and looking at the code to > understand it will take a few more days. > > However, the problems I can see in mod_autoindex.c are the following (they > are related): > 1) The "^^DIRECTORY^^" check for icon is not available for description. I > think Icon and Description should follow the same rules. > 2) Using "IndexStyleSheet" option does not set any CSS class when > description is empty > > Therefore, it is impossible (for instance) to hide the "Description" > column with pure CSS (as empty descs will have no CSS class). > > I suppose this was omitted on purpose, or maybe a bug? Before going on > source code, I would like to know more about this decision to have icons > and description having different algorithms. > For (2) I believe the problem could be lines 1773-1786 (code version 2.4.6), and the block itself: Class is not emitted if ar[x]->desc is null (line 1785). br. -- 2 + 2 = 5, for very large values of 2.
