Hi,
I think viewheader.vm is not used anymore. I couldn't find any reference of it in
other vm nor in skins.
However it's still referenced from XWiki.java, in getSkinClass() (and from
ApplicationResources*.properties files):
needsUpdate |= bclass.addTemplateField("viewheader.vm", "View
Header");
But I think this field is now not only useless but even misleading since filling it will
have no effect AFAIK.
Could someone confirm this? Does it mean people with custom skin will find their skin not
working anymore?
Anyone knows when viewheader.vm was stopped to be used because AFAICS this will break all
existing custom skins?
What new properties should we add t o the XWikiSkins class?
Thanks
-Vincent