[xwiki-users] Workspace Users not found

2012-06-04 Thread mathieu.canzerini
Hello everybody, Here is my problem : I'm in a workspace. I've created a class with a database list field. I've written the HQL query : - select obj.name from BaseObject obj where obj.className='XWiki.XWikiUsers' And when i'm in edit mode, the suggest says me : no results ! when i'm writing a

Re: [xwiki-users] Workspace Users not found

2012-06-04 Thread mathieu.canzerini
Thanks for your answer. If I set the wiki to query with this API, I will get all of the users of the main wiki in the suggests. But I want only get the workspace users. Is it possible ? Thank you. On Mon, 4 Jun 2012 16:02:01 +0200, Ludovic Dubost ludo...@xwiki.com wrote: Yes, your users

Re: [xwiki-users] Workspace Users not found

2012-06-05 Thread mathieu.canzerini
I really thank you for your help. I understand a little bit more the difference between global and local users and how to get them. Now I get successfully the workspaces users as i want. Thank you. Mathieu On Tue, 5 Jun 2012 12:38:07 +0300, Eduard Moraru enygma2...@gmail.com wrote: Hi

Re: [xwiki-users] Filter a livetable

2012-06-05 Thread mathieu.canzerini
Hello, Maybe by adding : extraParams:name=Stéphanie I'm not sure but you can try Mathieu On Tue, 5 Jun 2012 06:21:43 -0700 (PDT), Stéphanie stephanie.roull...@gmail.com wrote: Hello, I've a table with some fields, and one of its fields is name. When I load my livetable, I want to only

[xwiki-users] how to generate XML from a velocity script page ?

2012-06-07 Thread mathieu.canzerini
Hello everybody, i need to use Ajax but i can not generate XML from a velocity script page. Here is a piece of my script : {{velocity}} $response.setContentType('application/xml') #set ($out = $response.getOutputStream()) $out.write(?xml version='1.0' encoding='ISO-8859-1'?testtest/test) ...

Re: [xwiki-users] how to generate XML from a velocity script page ?

2012-06-07 Thread mathieu.canzerini
Now it works good thank you ! Mathieu On Thu, 7 Jun 2012 15:45:42 +0200, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Jun 7, 2012 at 3:43 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 06/07/2012 09:28 AM, mathieu.canzer...@intech.lu wrote: Hello everybody, i need to use Ajax

[xwiki-users] how to escape quote in velocity for javascript ?

2012-06-11 Thread mathieu.canzerini
Hello everybody, I've a simple problem. I've a text input where people can enter some text. After, I want to send that text as a param to a javascript function. However, when user types a quote (simple or double), there is a problem in my javascript syntax. I've tred to add backslash but no

Re: [xwiki-users] how to escape quote in velocity for javascript ?

2012-06-12 Thread mathieu.canzerini
Thank you for your response. I have already used the escapetool but he doesn't seem work : this tool adds one backslash before the quote but the script looks wrong. (onclick=function(\param\,callback); doesn't work) I've read this page :

Re: [xwiki-users] how to escape quote in velocity for javascript ?

2012-06-12 Thread mathieu.canzerini
Okay i'm going to try your suggestion. Thank you for your help. Mathieu On Tue, 12 Jun 2012 03:13:22 -0400, Sergiu Dumitriu ser...@xwiki.com wrote: On 06/12/2012 02:51 AM, mathieu.canzer...@intech.lu wrote: Thank you for your response. I have already used the escapetool but he doesn't seem

[xwiki-users] indented bulleted list does not work

2012-06-28 Thread mathieu.canzerini
Hello everybody, I use a WYSIWYG editor for a TextArea field. When I want to write indented bulleted list like that : ° Item °° Item °° Item ° Item °° Item °° Item I get this text in view mode : ° Item Item (bold) °°Item ° Item Item (bold) °°Item I think that the text is

Re: [xwiki-users] indented bulleted list does not work

2012-06-28 Thread mathieu.canzerini
My XWiki version : XWIKI ENTERPRISE 4.1.1 The syntax : 2.1 So I think that is a problem in my code ? On Thu, 28 Jun 2012 09:55:01 +0200, Thomas Mortagne thomas.morta...@xwiki.com wrote: I can't reproduce this (see http://tuska.myxwiki.org/xwiki/bin/view/Test/List). What version of XWiki is

Re: [xwiki-users] indented bulleted list does not work

2012-06-28 Thread mathieu.canzerini
I understand a little bit more my problem. Actually, I didn't write my text but i pasted it from an Excel document. This text was already in bold in the Excel doc but no more in the WYSIWYG editor. I think that it was a problem about that. Now it works good. Thanks for your help. Mathieu

[xwiki-users] Search suggest in Lyrebird

2012-07-24 Thread mathieu.canzerini
Hello everyone, I installed the Lyrebird Skin and i would like to know if it's possible to have the Search Suggest application in the top bar (as colibri) ? Thanks Mathieu ___ users mailing list users@xwiki.org