Re: [xwiki-users] Dashboard does not remember layout

2013-05-24 Thread Hamster
Right, I have been able to narrow the problem down to a custom macro I have created. As soon as I add this macro to the page, the columns of the dashboad are overruled by this macro! This macro is using the {{container}} macro to display all the child-pages of a page. My guess is that a page

Re: [xwiki-users] Dashboard does not remember layout

2013-05-24 Thread Hamster
Succes!!! Using the Column Macro instead of the Container Macro fixed the issue!!! I can now (indepedantly) set the number of columns for my TOC (Column Macro) and my Dashboard (which uses the Contrainer Macro)! -- View this message in context:

Re: [xwiki-users] [xwiki-devs] [ANN] XWiki 4.5.4 released

2013-05-24 Thread Thomas Mortagne
On Fri, May 24, 2013 at 12:42 AM, Sergiu Dumitriu ser...@xwiki.org wrote: The XWiki development team is proud to announce the availability of XWiki 4.5.4. This is a bugfix release for the 4.5.x cycle, hopefully the last on the 4.x cycle. Affected areas include the distribution wizard and the

Re: [xwiki-users] [xwiki-devs] [ANN] XWiki 4.5.4 released

2013-05-24 Thread Thomas Mortagne
On Fri, May 24, 2013 at 8:46 AM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Fri, May 24, 2013 at 12:42 AM, Sergiu Dumitriu ser...@xwiki.org wrote: The XWiki development team is proud to announce the availability of XWiki 4.5.4. This is a bugfix release for the 4.5.x cycle, hopefully

[xwiki-users] get JSON with REST API

2013-05-24 Thread pierrick.bena
Hi everybody, I am new at XWiki and I would like to know if it's possible to build a JSON object in a velocity script and get later this JSON via the REST API. This is my script : {{velocity}} #if($xcontext.action == 'get' $!{request.outputSyntax} == 'plain')

Re: [xwiki-users] get JSON with REST API

2013-05-24 Thread Thomas Mortagne
You are mixing too things, REST API access data. There is no support for providing official REST reources from pages yet. If you want to get the result of your script you need to access it through http://myhost/xwiki/get/MySpace/MyDocument?ouputSyntax=plain On Fri, May 24, 2013 at 9:54 AM,

Re: [xwiki-users] get JSON with REST API

2013-05-24 Thread pierrick.bena
Ok, it solves my problem. Thanks a lot Thomas ! I have an other question : is it possible to specify the wiki when we do a hql or xwql query ? I saw there is a setWiki() method which works only if the user have programming rights. Is it possible to do this without these rights ? On Fri, 24

Re: [xwiki-users] get JSON with REST API

2013-05-24 Thread Thomas Mortagne
On Fri, May 24, 2013 at 10:37 AM, pierrick.b...@intech.lu wrote: Ok, it solves my problem. Thanks a lot Thomas ! I have an other question : is it possible to specify the wiki when we do a hql or xwql query ? I saw there is a setWiki() method which works only if the user have programming

Re: [xwiki-users] get JSON with REST API

2013-05-24 Thread Marius Dumitru Florea
On Fri, May 24, 2013 at 10:54 AM, pierrick.b...@intech.lu wrote: Hi everybody, I am new at XWiki and I would like to know if it's possible to build a JSON object in a velocity script and get later this JSON via the REST API. This is my script : {{velocity}} #if($xcontext.action == 'get'

Re: [xwiki-users] get JSON with REST API

2013-05-24 Thread Thomas Mortagne
On Fri, May 24, 2013 at 10:54 AM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: On Fri, May 24, 2013 at 10:54 AM, pierrick.b...@intech.lu wrote: Hi everybody, I am new at XWiki and I would like to know if it's possible to build a JSON object in a velocity script and get later

[xwiki-users] Xwiki with postgres 8.4.9

2013-05-24 Thread vanessa2013
Hi, I would like to update my Xwiki project version 1.4 (very old version) to a new one that can support Postgres 8.4.9? I have try 4.5.3 version and I had database version problem Which version I should download? Thank, -- View this message in context:

Re: [xwiki-users] Xwiki with postgres 8.4.9

2013-05-24 Thread Thomas Mortagne
According to http://dev.xwiki.org/xwiki/bin/view/Community/DatabaseSupportStrategy we support 9.x officially. On Fri, May 24, 2013 at 11:27 AM, vanessa2013 gault...@gmail.com wrote: Hi, I would like to update my Xwiki project version 1.4 (very old version) to a new one that can support

Re: [xwiki-users] Xwiki with postgres 8.4.9

2013-05-24 Thread vanessa2013
Hi and thanks for response, Well when I use version 4.5.3, I only configure my hybernate.cfg.xml : -Comment the default database section !-- Configuration for the default database. -Uncomment the !-- PostgreSQL configuration. and configure it I also add in WEB-INF/lib the driver I add for 1.4 :

[xwiki-users] Searching only on current wiki

2013-05-24 Thread Denis Gotthans
Hallo, is it possible to configure the lucene search for searching only in the current wiki in a virtual wiki mode environment? Thanks Denis Gotthans -- Denis Gotthans Software Development EsPresto AG Breite Str. 30-31 10178 Berlin/Germany Tel: +49.(0)30.90 226.750 Fax: +49.(0)30.90

Re: [xwiki-users] Attachments Macro not showing

2013-05-24 Thread Ricardo.Julio.Rodriguez.Fernandez
Are your attachments stored in the database or in the file system of the server? Database Attachment Store is the default, but perhaps anybody has change this setting! It is the only setting I can figure out could cause, in any way, this behaviour... HTH! Ricardo

Re: [xwiki-users] Subwikis on a New Schema

2013-05-24 Thread Ricardo.Julio.Rodriguez.Fernandez
So, finally hove you got a new XWiki 4.1.4 installation up and running (correctly) with the database backed up in your dump file? I'm trying to understand your situation. Greetings, Ricardo From: users-boun...@xwiki.org [users-boun...@xwiki.org] On

Re: [xwiki-users] Subwikis on a New Schema

2013-05-24 Thread mgiamtandil
Yes, i have a XWiki 4.1.4 installation up and running (correctly) with the data restored from the dump. Then when i replace the xwiki.war i get that error. 2013/5/24 rrodriguezIDIS [via XWiki] ml-node+s475771n7585374...@n2.nabble.com So, finally hove you got a new XWiki 4.1.4 installation

Re: [xwiki-users] About Use of Livetable Macro

2013-05-24 Thread Ricardo.Julio.Rodriguez.Fernandez
Why not? :-) The only problem is to generate the right source of data. http://extensions.xwiki.org/xwiki/bin/view/Extension/List+Children+Of+Current+Document http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro#HDocumentIndex Greetings! Ricardo

[xwiki-users] [myxwiki] Navigation Menu

2013-05-24 Thread Kévin Laîné
Hi ! I'm trying to put a navigation menu to my Xwiki on myxwiki. www.familleassociative.fr I tried this extension but it doesn't work well : http://extensions.xwiki.org/xwiki/bin/view/Extension/Navigation+Menu+Wiki+Macro I discover that putting a piece of code in Header by editing the Default

Re: [xwiki-users] Searching only on current wiki

2013-05-24 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi! I think the answer is yes! Have you checked this? http://extensions.xwiki.org/xwiki/bin/view/Extension/Lucene+Search+Application#HSearchAdministration Cheers! Ricardo -- Ricardo Rodríguez Research Management and Promotion Technician Technical Secretariat Health Research Institute of

Re: [xwiki-users] Attachments Macro not showing

2013-05-24 Thread Hamster
??? The macro is working for me, but *only* when I view the page from my pc. If I log into XWiki on a different PC, the macro does not work... -- View this message in context: http://xwiki.475771.n2.nabble.com/Attachments-Macro-not-showing-tp7585339p7585379.html Sent from the XWiki- Users

[xwiki-users] HQL query on DBTreeList

2013-05-24 Thread pierrick.bena
Hi again ! I have several Blog.BlogPostClass objects and I try to make an HQL query in order to get BlogPosts which belong to a particular category. This is the category property of my objects : property type=DBTreeList name=category link rel=self

[xwiki-users] AUTO: Claude Ledermann is out of the office (returning 08.07.2013)

2013-05-24 Thread Claude Ledermann
I am out of the office until 08.07.2013. Note: This is an automated response to your message users Digest, Vol 70, Issue 46 sent on 24.05.2013 13:01:38. This is the only notification you will receive while this person is away. ___ users mailing

Re: [xwiki-users] Searching only on current wiki

2013-05-24 Thread Denis Gotthans
Thanks, I find out that searching on different wikis are only possible for global users. That makes sense and solves my problem. Ok, it would be nice that for local usere, the search result page doesent shows the wiki name, but this can be simple changed in the LuceneSearch-Page.

[xwiki-users] [ANN] XWiki 5.0.2 released

2013-05-24 Thread Thomas Mortagne
The XWiki development team is proud to announce the availability of XWiki 5.0.2. This is a bugfix release for the 5.0.x cycle. The blocking bugs that leaded to this release are about PostgreSQL support and new multiwiki behavior. You can download it here:

[xwiki-users] Disable Virtual Mode XWiki 5.0M2

2013-05-24 Thread Mauro Javier Giamberardino Fernandez
Hello! I have unpgraded form 4.x.x to 5.x.x and i have an error like: th wiki [xxx] does not exist. I want to know if i can disable de Virtual Mode on XWiki 5.0M2. thanks regards -- *Mauro J Giamberardino* * * * * * * * * * * * * ___ users mailing

Re: [xwiki-users] Disable Virtual Mode XWiki 5.0M2

2013-05-24 Thread Sergiu Dumitriu
On 05/24/2013 12:58 PM, Mauro Javier Giamberardino Fernandez wrote: Hello! I have unpgraded form 4.x.x to 5.x.x and i have an error like: th wiki [xxx] does not exist. I want to know if i can disable de Virtual Mode on XWiki 5.0M2. thanks regards See

Re: [xwiki-users] [myxwiki] Navigation Menu

2013-05-24 Thread Marius Dumitru Florea
On Fri, May 24, 2013 at 4:43 PM, Kévin Laîné kevinla...@yahoo.fr wrote: Hi ! I'm trying to put a navigation menu to my Xwiki on myxwiki. www.familleassociative.fr I tried this extension but it doesn't work well :

Re: [xwiki-users] [myxwiki] Navigation Menu

2013-05-24 Thread Kévin Laîné
thanks but I'm on Xwiki farm and can't edit in object mode and don't have programming rights. Am I right ? This extension don't work anymore with Xwiki 5.0.1 on myxwiki : http://extensions.xwiki.org/xwiki/bin/view/Extension/Navigation+Menu+Wiki+Macro I installed it a time and can see a

Re: [xwiki-users] [myxwiki] Navigation Menu

2013-05-24 Thread Kévin Laîné
I Just discover how to switch to advanced mode : http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing maybe it will help me De : Kévin Laîné kevinla...@yahoo.fr À : Marius Dumitru Florea mariusdumitru.flo...@xwiki.com; users@xwiki.org

Re: [xwiki-users] Disable Virtual Mode XWiki 5.0M2

2013-05-24 Thread Mauro Javier Giamberardino Fernandez
Thanks, its wroks. I just readed that this bug was corrected on 5.0.2 version released today. :) Thanks for your help. 2013/5/24 Sergiu Dumitriu ser...@xwiki.org On 05/24/2013 12:58 PM, Mauro Javier Giamberardino Fernandez wrote: Hello! I have unpgraded form 4.x.x to 5.x.x and i have an

Re: [xwiki-users] Disable Virtual Mode XWiki 5.0M2

2013-05-24 Thread Sergiu Dumitriu
On 05/24/2013 03:41 PM, Mauro Javier Giamberardino Fernandez wrote: Thanks, its wroks. I just readed that this bug was corrected on 5.0.2 version released today. I hope so, but I'm not entirely sure that it was indeed that bug that caused the problem. It would be great if someone can confirm

Re: [xwiki-users] Disable Virtual Mode XWiki 5.0M2

2013-05-24 Thread Mauro Javier Giamberardino Fernandez
I have installed 5.0.2 version on with the same database of 5.0.1 and it works great. I had to remove de XWikiServerXwiki because it was breaking all, so the 5.0.2 solve the failOnWikiDoesNotExists for me. Thanks!! 2013/5/24 Sergiu Dumitriu ser...@xwiki.org On 05/24/2013 03:41 PM, Mauro