[xwiki-users] Is Intermap not anymore supported in Syntax 2.0 ?

2009-04-17 Thread Reto Hotz
Hi, I just updated to XWiki Syntax 2.0 (XWiki 1.8.1) and it looks like the intermap syntax is not supported anymore. Is this correct? Will there be a replacement? Thanks Reto ___ users mailing list users@xwiki.org

[xwiki-users] Questions about custom authentication

2009-04-17 Thread Mathias Herberts
Hi, I'm in the process of evaluating XWiki and I'm trying to integrate it with our SSO. I've so far written a class that extends XWikiAuthServiceImpl and I'm seeing calls to checkAuth and showLogin, but I don't really understand the logic behind those different calls. checkAuth seems to be

[xwiki-users] [Fwd: Re: XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax]

2009-04-17 Thread Marius Dumitru Florea
Forgot to click reply all. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Encoding problem with external database

2009-04-17 Thread Zik23
Hi, I am using XWiki with external database with my own data. I am using SQL plugin. When I run this simple script: #set ($mydb=$xwiki.sql.getDatabase(jdbc/xwiki_conference)) $mydb.executeUpdate(UPDATE table SET title =

Re: [xwiki-users] Is Intermap not anymore supported in Syntax 2.0 ?

2009-04-17 Thread Vincent Massol
Hi Reto, On Apr 17, 2009, at 10:49 AM, Reto Hotz wrote: Hi, I just updated to XWiki Syntax 2.0 (XWiki 1.8.1) and it looks like the intermap syntax is not supported anymore. Is this correct? Will there be a replacement? Were you using it? (I have never seen someone use it before so I'm

Re: [xwiki-users] XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax

2009-04-17 Thread Jonas Almfeldt
Hi Maurius, On Fri, Apr 17, 2009 at 12:47 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Hi Jonas, Jonas Almfeldt wrote: Hi Maurius and Guillaume, I'm sending this to you in order to not spam the mailing list. We can post final results to the list if/when we have a

Re: [xwiki-users] XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax

2009-04-17 Thread Jonas Almfeldt
Hi, On Fri, Apr 17, 2009 at 1:58 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Hi Jonas Jonas Almfeldt wrote: [snip] Where can I find those templates? in the .war file or in the database? Yes, in the war, in templates directory. Have you changed editwysiwygnew.vm or

Re: [xwiki-users] Encoding problem with external database

2009-04-17 Thread Sergiu Dumitriu
Zik23 wrote: Hi, I am using XWiki with external database with my own data. I am using SQL plugin. When I run this simple script: #set ($mydb=$xwiki.sql.getDatabase(jdbc/xwiki_conference))

Re: [xwiki-users] XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax

2009-04-17 Thread Marius Dumitru Florea
Jonas Almfeldt wrote: Hi, On Fri, Apr 17, 2009 at 1:58 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com mailto:mariusdumitru.flo...@xwiki.com wrote: Hi Jonas Jonas Almfeldt wrote: [snip] Where can I find those templates? in the .war file or in the

Re: [xwiki-users] Invalid URL after a $xwiki.getURL() + deconnection

2009-04-17 Thread Jean Couteau
I finally found what was the problem... Ludovic, after seeing you at Solutions Linux, I had a look with firebug... In fact, i was not disconnected, it was just that the invalid url page is displayed as if I was logged out (not any trace of delete cookie as you thought). Regarding the invalid

Re: [xwiki-users] XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax

2009-04-17 Thread Marius Dumitru Florea
Hi Jonas, Marius Dumitru Florea wrote: Jonas Almfeldt wrote: Hi, On Fri, Apr 17, 2009 at 1:58 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com mailto:mariusdumitru.flo...@xwiki.com wrote: Hi Jonas Jonas Almfeldt wrote: [snip] Where can I find those

[xwiki-users] IE6 iframe security issue

2009-04-17 Thread twk3
Possibly related to a very old issue: http://jira.xwiki.org/jira/browse/XWIKI-1072 The issue: From within an IE6 iframe, xwiki makes some of it's file requests to the parent domain.(In my case, they have all been css file request.) My setup: XWiki Enterprise is running on an offsite server,

Re: [xwiki-users] XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax

2009-04-17 Thread Jonas Almfeldt
On Fri, Apr 17, 2009 at 4:05 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Jonas Almfeldt wrote: [snip] Then something wrong happens in wysiwyginput.vm template. This is what I have http://pastebin.com/m118b997b . Can try the following: (1) Replace line 16 with

Re: [xwiki-users] XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax

2009-04-17 Thread Jonas Almfeldt
Yeahh! I figured out a temporary (?) solution to the problem: I added =true after render at line #73 of See http://pastebin.com/m78e1155c I changed #set($inputURLQueryString = $inputURLQueryString + render) to #set($inputURLQueryString = $inputURLQueryString + render=true) It looks like query

Re: [xwiki-users] XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax

2009-04-17 Thread Marius Dumitru Florea
Hi Jonas, Jonas Almfeldt wrote: On Fri, Apr 17, 2009 at 4:05 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Jonas Almfeldt wrote: [snip] Then something wrong happens in wysiwyginput.vm template. This is what I have http://pastebin.com/m118b997b . Can try the

Re: [xwiki-users] XWiki 1.8.1 Editor problem, lost line breaks and escaped wiki syntax

2009-04-17 Thread Marius Dumitru Florea
Jonas Almfeldt wrote: Yeahh! I figured out a temporary (?) solution to the problem: I added =true after render at line #73 of See http://pastebin.com/m78e1155c I changed #set($inputURLQueryString = $inputURLQueryString + render) to #set($inputURLQueryString = $inputURLQueryString +