[xwiki-users] SVG Macro difficulties

2010-02-08 Thread Jeremie BOUSQUET
Hi, I imported the new SVG macro that seems quite nice, but have some difficulties with edition ... Page XWiki.SVGMacro displays correctly the SVG, but edit button just fails to do anything. In Firebug, I could find that it complains about "ModalBox is not defined". This is strange as a link is p

[xwiki-users] right-to-left (rtl) support?

2010-02-08 Thread Patrick Turcotte
Hi, I was wondering if xwiki had right-to-left (for languages like arabic) support, and if not, where it was on the roadmap. I've search around, only found a reference to a jira ticket that doesn't seem to exist anymore.. Thanks, Patrick ___ users m

[xwiki-users] XWikiAllGroup

2010-02-08 Thread J. Allen Q. Santos
Hi, how do I manually add a user in XWikiAllGroup using Java Code? Thanks in advance. Allen ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] XWikiAllGroup

2010-02-08 Thread Vincent Massol
Hi, On Feb 8, 2010, at 6:03 PM, J. Allen Q. Santos wrote: > Hi, > > how do I manually add a user in XWikiAllGroup using Java Code? > Thanks in advance. This should help you: http://code.xwiki.org/xwiki/bin/view/Snippets/RestoreXWikiAllGroupSnippet -Vincent _

Re: [xwiki-users] XWikiAllGroup

2010-02-08 Thread Guillaume Lerouge
Hi Allen, On Mon, Feb 8, 2010 at 6:03 PM, J. Allen Q. Santos wrote: > Hi, > > how do I manually add a user in XWikiAllGroup using Java Code? > Thanks in advance. > It's the same thing as programatically adding an object to a page and setting its properties. In velocity you would do: #set($allg

Re: [xwiki-users] XWikiAllGroup

2010-02-08 Thread Sergiu Dumitriu
On 02/08/2010 06:18 PM, Guillaume Lerouge wrote: > Hi Allen, > > On Mon, Feb 8, 2010 at 6:03 PM, J. Allen Q. Santos wrote: > >> Hi, >> >> how do I manually add a user in XWikiAllGroup using Java Code? >> Thanks in advance. >> > > It's the same thing as programatically adding an object to a page an

[xwiki-users] XEM throwing 403 Forbidden for "/xwiki/bin" URLs

2010-02-08 Thread Jared Pearson
I have an XEM 2.1.1 installation with two XE instances. Whenever I log into either wiki instances and edit a page, I receive 403 forbidden for any URL with "/xwiki/bin". Below are some of the URLs requested but fobidden. /xwiki/bin/skin/resources/js/xwiki/widgets/modalPopup.css /xwiki/bin/skin/r

Re: [xwiki-users] XEM throwing 403 Forbidden for "/xwiki/bin" URLs

2010-02-08 Thread Thomas Mortagne
On Mon, Feb 8, 2010 at 19:00, Jared Pearson wrote: > I have an XEM 2.1.1 installation with two XE instances.  Whenever I log into > either wiki instances and edit a page, I receive 403 forbidden for any URL > with "/xwiki/bin".  Below are some of the URLs requested but fobidden. You are using URL

Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-08 Thread Thomas Mortagne
On Sun, Feb 7, 2010 at 09:40, Michael Beetz wrote: > Hi all, > > I am running the actual XEM snapshot (159) and tested some of the previous > ones. > > I am facing some (major) problems: > > -          The first line (the top menu line) shows the error message "Error > number 4001 in 4: Error wh

Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-08 Thread Michael Beetz
Good afternoon, - All broken links are fixed, no velocity error anymore, the blog is shown correct. - The editor still offers the 1.0 syntax only - An added subgroup isn't shown in the group editor immediately, even it has been added. Thanks mb -Original Message- From: users-boun...@xw

Re: [xwiki-users] Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []

2010-02-08 Thread Michael Beetz
Thomas, Please see http://n2.nabble.com/Problem-in-XEM-with-entity-references-refactoring-td4530770.html#a4530770 for details. Thanks mb -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Thomas Mortagne Sent: Montag, 8. Februar 2010 7:27 T

Re: [xwiki-users] XEM throwing 403 Forbidden for "/xwiki/bin" URLs

2010-02-08 Thread Jared Pearson
I created a Jira ticket as requested. http://jira.xwiki.org/jira/browse/XAWM-114 Thanks Thomas. On Mon, Feb 8, 2010 at 1:17 PM, Thomas Mortagne wrote: > On Mon, Feb 8, 2010 at 19:00, Jared Pearson > wrote: > > I have an XEM 2.1.1 installation with two XE instances. Whenever I log > into > > ei

[xwiki-users] Variable is shown in input field when other document is inline mode

2010-02-08 Thread Valdis Vītoliņš
I'd like to show different links in panel depending on Xwiki user's Company field. Following code does this #set($myCompany='') #set($obj=$xcontext.getUser()) #set($objdoc = $xwiki.getDocument($obj)) #set($myCompany = $objdoc.company) $myCompany Though when wiki document is opened in inline editi

Re: [xwiki-users] Variable is shown in input field when other document is inline mode

2010-02-08 Thread Vincent Massol
On Feb 8, 2010, at 9:34 PM, Valdis Vītoliņš wrote: > I'd like to show different links in panel depending on Xwiki user's > Company field. > Following code does this > #set($myCompany='') > #set($obj=$xcontext.getUser()) > #set($objdoc = $xwiki.getDocument($obj)) > #set($myCompany = $objdoc.compan

[xwiki-users] Office import error

2010-02-08 Thread Simon Glet
Hello, I am testing XWiki (2.1.1, PostgreSQL, XP SP3) for our organisation and I am running into some problems with the office import feature. The document and am trying to import is an odt document with one line. This is the stack trace I get : 8-Feb-2010 4:05:09 PM net.sf.jodconverter.office.O

Re: [xwiki-users] XWikiAllGroup

2010-02-08 Thread J. Allen Q. Santos
Thanks for all the replies! This would really help. Allen -- From: "Sergiu Dumitriu" Sent: Tuesday, February 09, 2010 1:32 AM To: "XWiki Users" Subject: Re: [xwiki-users] XWikiAllGroup > On 02/08/2010 06:18 PM, Guillaume Lerouge wrote: >> Hi Alle

Re: [xwiki-users] Office import error

2010-02-08 Thread Asiri Rathnayake
Hi, As you have understood it seems the problem is with your OOo installation. Can you try removing your existing OOo installation and installing the latest version from http://www.openoffice.org? This will most probably fix the issue. - Asiri ___ user