Re: [xwiki-users] Change Numbering in TOC Macro
Clemens Klein-Robbenhaar wrote > to avoid confusion with a numbered list in the navigation I had to > restrict the numbering to the content-area, like: > > #xwikicontent ol { list-style-type: none; counter-reset: say; } > #xwikicontent ol li:before { counter-increment: say; content: > counters(say,".") ". "; } Thank you, this did the trick. This time, the original example also displayed the numbering, but wrong as you stated. Not sure why it didn't have any effect last time, I tried different browser. I briefly tried different settings for "Caching policy" and "use this extension", but all combinations seem to work now. I will update the documentation of the TOC macro. -- View this message in context: http://xwiki.475771.n2.nabble.com/Change-Numbering-in-TOC-Macro-tp7601718p7601734.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
[xwiki-users] Is it possible to clean xwikistatvisit table ?
Hi, We use statistic on our xwiki, but we need only statistic in xwikstatsdoc. Is it possible to clean xwikistatvisit table ? (This table take large disk space and have bad perfomance) And if yes then for which period of time we must keep the data in the xwikistatvisit for correctly filling xwikstatsdoc ? -- View this message in context: http://xwiki.475771.n2.nabble.com/Is-it-possible-to-clean-xwikistatvisit-table-tp7601735.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Re: [xwiki-users] Is it possible to clean xwikistatvisit table ?
AFAIK there's no relation between xwikstatsdoc and xwikistatvisit. So you should be able to clean xwikistatvisit and continue using xwikstatsdoc without any problem. Of course, backup your database before doing any clean up. Hope this helps, Marius On Mon, Oct 31, 2016 at 1:34 PM, aleksey-s wrote: > Hi, > > We use statistic on our xwiki, but we need only statistic in xwikstatsdoc. > Is it possible to clean xwikistatvisit table ? (This table take large disk > space and have bad perfomance) > And if yes then for which period of time we must keep the data in the > xwikistatvisit for correctly filling xwikstatsdoc ? > > > > -- > View this message in context: http://xwiki.475771.n2.nabble. > com/Is-it-possible-to-clean-xwikistatvisit-table-tp7601735.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > ___ > users mailing list > users@xwiki.org > http://lists.xwiki.org/mailman/listinfo/users > ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users