Replaced contenttypes with icons on history page
Icons picked from Tango Library ( GPL Licensed http://tango.freedesktop.org/Tango_Desktop_Project )
- As there was previously some mime-classes defined in the css file, so i just modified there itself, which will also get reflected in the global index page.
- This screenshot has icons corresponding to all major mime types in Moin ( text,image,audio,video,draw,pdf,zip,tar,application).
- And if someone might not get the idea of mime-type from icons, so for them i am thinking of putting a title text over the item name, which will show the actual contenttype of item on mouseover event.
And in doing this, I found a bug in my grouping code, as in case of renaming action, the comment of latest revision is somehow getting forwarded to the earlier revision, So in the mean time i will try to fix it.