[xwiki-users] Including a page from another space and having access to its objects

2010-08-24 Thread Radek Rekas
it only sees news posts that are in the Main space rather than in the News space. Many thanks Radek Rekas ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Ampersands in livetable filtering column bug

2010-02-23 Thread Radek Rekas
[key] to: for(key in this.filters){if(!existing[key]this.filters[key]!=){filterString+=+key+=+this.filters[key].gsub('','%26') This seems to have fixed it for select lists, input boxes etc. Radek Rekas - Original Message - From: Vincent Massol vinc...@massol.net Sent: Tue, 23/2/2010 6

[xwiki-users] Ampersands in livetable filtering column bug

2010-02-22 Thread Radek Rekas
We're using xwiki 2.03 and text with ampersands in it breaks the livetable filtering feature. Is there any fix to properly escape the text that gets entered into the filtering fields on livetables or can anyone give me a pointer on where to start looking in order to fix this? Thanks, Radek

[xwiki-users] RESTful api - Uploading Attachments

2010-02-09 Thread Radek Rekas
attachment data. Also none of the xml resource representations are loading, I keep getting 404 errors: http://www.xwiki.org/rel/attachmentDatahttp://www.xwiki.org/rel/attachments Can anyone provide any tips on how to upload an attachment to a page using the restful api? Thanks, Radek Rekas

[xwiki-users] Attachment links on page incorrectly linking to ClassSheet

2010-02-03 Thread Radek Rekas
viewed rather than the ClassSheet page that is being included from the parent page. Radek Rekas ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] how do I apply theme colouring to the Panel macros.

2010-01-27 Thread Radek Rekas
Hi, I'm trying to use the panelheader() and panelfooter() macros inside my htmlheader.vm file however the boxes that get displayed do not have the skin's colour scheme applied to them. They appear correctly but in plain white instead of the blue tint that has been setup for the toucan skin. I

[xwiki-users] Is it possible to programatically change xwiki class properties

2010-01-24 Thread Radek Rekas
Hi, I am trying to change the values for a static list field in a wiki class programatically but so far I have only figured out how to display them. Is it possible to set class property values for static list fields programatically through velocity or groovy code? The code that I'm using to

[xwiki-users] Livetable filtering format

2010-01-06 Thread Radek Rekas
) of the gridresultwithmacro() macro should be in. The livetable displays all records correctly if I leave the $filterfrom and $filterwhere parameters blank. Can anyone offer any hints or point me to any relevant documentation? Thanks, Radek Rekas ___ users mailing list

[xwiki-users] Reserved names for fields in livetables

2009-12-22 Thread Radek Rekas
) Radek Rekas ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Restful API create object

2009-12-22 Thread Radek Rekas
#? Radek Rekas VFMFocus Developer eVALUA Pty Ltd 66B Maryborough St Fyshwick, ACT, Australia T: +61 2 6228 1904 F: +61 2 6228 1131 Http://www.evalua.com.au ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] XWiki on an Ingres database

2009-12-17 Thread Radek Rekas
Exception: could not execute query Wrapped Exception: ca.gcf.util.SqlEx: Table 'xwikidbversion' does not exist or is not owned by you. Radek Rekas VFMFocus Developer eVALUA Pty Ltd 66B Maryborough St Fyshwick, ACT, Australia T: +61 2 6228 1904 F: +61 2 6228 1131 Http://www.evalua.com.au

[xwiki-users] Restful API create object parameters

2009-11-24 Thread Radek Rekas
Hi, I'm trying to create an instance of a class using the restful api however I keep getting back http error 400 bad request messages. We are posting a string of propertyname=value pairs seperated by ampersands with a className property at the end set to the type of xwiki class that we would

Re: [xwiki-users] XEclipse syntax highlighting and code completion

2009-11-10 Thread Radek Rekas
XEclipse 1.2.0 RC1 Radek - Original Message - From: Vincent Massol vinc...@massol.net Sent: Tue, 10/11/2009 6:30pm To: XWiki Users users@xwiki.org Subject: Re: [xwiki-users] XEclipse syntax highlighting and code completion Hi Radek, On Nov 10, 2009, at 7:23 AM, Radek Rekas wrote: Hi, I

[xwiki-users] XEclipse syntax highlighting and code completion

2009-11-09 Thread Radek Rekas
Hi, I can't seem to get the syntax highlighting and code completion working in XEclipse, is there anything that needs to be done to get this working or should it work out of the box? Thanks, Radek ___ users mailing list users@xwiki.org

[xwiki-users] Grid/LiveTable edit restrictions

2009-11-01 Thread Radek Rekas
Hi, I'd like to use the Grid/LiveTable components to list data and create links to edit pages for that data. I would also like to add restrictions so that only users who created that data can edit it. From my understanding it is not possible to restrict edits for individual xwiki class