Re: [xwiki-users] D3js not working on XWiki 5.4

2014-04-09 Thread Hamster
Woot! I finally have a working example! I have updated the D3 Example http://extensions.xwiki.org/xwiki/bin/view/Extension/D3+Example with the the changes I have made to make the example work. Basicly I wrapped the whole existing script in a function which reacts on the d3:loaded event, and I

[xwiki-users] Statistics

2014-04-09 Thread Pascal BASTIEN
Hello Are there a way to exclude all WebHome pages from MostviewedPages statistics table? Add a cron to delete all lines containing *.WebHome in xwikistatsdoc table of my postgres database? Thxs Pascal B ___ users mailing list users@xwiki.org

[xwiki-users] How do you reset sandbox?

2014-04-09 Thread Pascal BASTIEN
Hello, How do you reinit sandbox? With snippet and scheduler or bash + cron  to launch a SQL code on database? Thxs; ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] How do you reset sandbox?

2014-04-09 Thread vinc...@massol.net
Hi, If you’re referring to the sandbox wiki, we do this once to save the mysql data: mysqldump -uxwiki -ppass here --add-drop-database playground /root/playground/playground.sql And then every day with a os-level cron job: /usr/bin/mysql playground /root/playground/playground.sql Thanks

Re: [xwiki-users] How do you reset sandbox?

2014-04-09 Thread Pascal BASTIEN
Ok  but I wanted reset only my space Sandbox everyday. So I suppose I must use an update SQL request then (and delete xx/data_xwiki/storage/xwiki/Sandbox/) . PS: But I think your idea to create a full playground wiki is a goord one (search engine is not polluted by sandbox space) thank you

Re: [xwiki-users] How do you reset sandbox?

2014-04-09 Thread vinc...@massol.net
  On 9 Apr 2014 at 11:45:01, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: Ok but I wanted reset only my space Sandbox everyday. So I suppose I must use an update SQL request then (and delete xx/data_xwiki/storage/xwiki/Sandbox/) . You can easily do that

Re: [xwiki-users] How do you reset sandbox?

2014-04-09 Thread Pascal BASTIEN
Yes but in this case I must  use groovy code. I will work on this solution. Are they a way to launch a jobs scheduled with cron ? (my server center prefer that than use quartz  AND my xwiki scheduler don't work) De : vinc...@massol.net vinc...@massol.net À :

Re: [xwiki-users] Few problems upgrading from 4.X to 5.4

2014-04-09 Thread gjordis
Thanks for the effort, but no. Clearing browser cache does not help. Checked logs for some more errors: On the tree error: And i get similar errors of deprecated use of ... on every page -- View this message in context:

Re: [xwiki-users] Few problems upgrading from 4.X to 5.4

2014-04-09 Thread Marius Dumitru Florea
On Tue, Apr 8, 2014 at 9:41 AM, gjordis harri.hietara...@dicode.fi wrote: I recently upgraded our wiki to 5.4 from 4.X installation. I used the same database and ran the migration process. All the pages work fine, but i was left with some issues I was hoping to get some help with. 1.

Re: [xwiki-users] Statistics

2014-04-09 Thread Marius Dumitru Florea
You can always query the stats tables yourself. See http://extensions.xwiki.org/xwiki/bin/view/Extension/Most+Viewed+Articles . Hope this helps, Marius On Wed, Apr 9, 2014 at 11:03 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote: Hello Are there a way to exclude all WebHome pages from

Re: [xwiki-users] Statistics

2014-04-09 Thread Pascal BASTIEN
Thxs i will try that. De : Marius Dumitru Florea mariusdumitru.flo...@xwiki.com À : Pascal BASTIEN pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org Envoyé le : Mercredi 9 avril 2014 15h10 Objet : Re: [xwiki-users] Statistics You can always query the

Re: [xwiki-users] How to clean-up page history in one click

2014-04-09 Thread Sergiu Dumitriu
On 04/08/2014 11:35 AM, Marius Dumitru Florea wrote: On Tue, Apr 8, 2014 at 6:21 PM, coldserenity rmunt...@softserveinc.com wrote: Hi, We are keeping record of daily team progress in XWiki which is basically a plain document with table listing all active tasks and their changing