[xwiki-users] Office-Importer Test Server.

2008-11-17 Thread Asiri Rathnayake
Hi All,

I have setup a test server for testing the new xwiki-office-importer feature
@ http://91.121.237.216/xwiki/bin/view/Main/

Please note that this is the same server used for testing xwiki-webdav
interface.

Known issues for office-importer :

* Table support is limited due to :
http://jira.xwiki.org/jira/browse/XWIKI-2804 
http://jira.xwiki.org/jira/browse/XWIKI-2834
* List support is limited due to :
http://jira.xwiki.org/jira/browse/XWIKI-2812
* Image links (links with images as labels) are not supported yet :
http://jira.xwiki.org/jira/browse/XWIKI-2832

Please help us improve office importer by testing it out and reporting as
many bugs as you can ;)

Thanks.

- Asiri
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Recent changes in What's new

2008-11-17 Thread Mike A.
Hi!
In recent changes, we've got a lot of changes like username in XWiki
 2008 Nov 11 at 11:49 User Name  . It's created when the users logs
in (authentication is using LDAP). So, any way to disable these kind
of changes from showing in What's new?
 Best regards, Mike
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] hierarchy between tags

2008-11-17 Thread Bruno Neves
Greetings

It's possible to set an hierarchy between tags? For example, make a tag parent 
of another one, like we can do
with the documents.

Best regards
Bruno Neves

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Recent changes in What's new

2008-11-17 Thread Thomas Mortagne
Hi Mike,

On Mon, Nov 17, 2008 at 2:17 PM, Mike A. [EMAIL PROTECTED] wrote:
 Hi!
 In recent changes, we've got a lot of changes like username in XWiki
  2008 Nov 11 at 11:49 User Name  . It's created when the users logs

When user logs in with LDAP its profile is updated if anything changed
on LDAP side (and only when something changed).

You can define the fields to synchronize or disable it in xwiki.cfg
file. See 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HGenericLDAPconfiguration
To disable the update set xwiki.authentication.ldap.update_user=0.

But It should be saved as minor edit (which is the real problem here
because minor edits are not listed in news) and I created
http://jira.xwiki.org/jira/browse/XWIKI-2845. So thanks for the report
;)

 in (authentication is using LDAP). So, any way to disable these kind
 of changes from showing in What's new?
  Best regards, Mike
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users


-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Clean URL and WYSIWYG Issues

2008-11-17 Thread Jonathan Rudenberg
I sent this a few days ago. Did anyone get a chance to take a look?

Jonathan

On Wed, Nov 12, 2008 at 16:54, Jonathan Rudenberg [EMAIL PROTECTED] wrote:

 /tiny_mce/tiny_mce.js
 /wiki_editor/wiki_editor.js


 On Wed, Nov 12, 2008 at 16:49, Sergiu Dumitriu [EMAIL PROTECTED] wrote:

 Jonathan Rudenberg wrote:
  Now, when I try to edit a page with the WYSIWYG editor it doesn't show
 up,
  and I get  wikiEditor is not defined in firebug.
 

 There seems to be a hard-coded URL left somewhere (or several), although
 we checked for this a long time ago. Can you look with firebug what URLs
 are accessed, and which ones end with 404 responses?

 --
 Sergiu Dumitriu
 http://purl.org/net/sergiu/



___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] DocumentTree Plugin

2008-11-17 Thread Vincent Massol
Should be ok now. Someone (hel) had made some invalid modifications to  
the page I believe. I have reverted it.

Thanks
-Vincent

On Nov 17, 2008, at 2:19 PM, Bruno Neves wrote:

 Greetings

 I saw this page 
 http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin 
  in the Xwiki Code Zone /
 Plugins.
 In the document instructions says:
 - Copy the jar-Archive to the %xwikipath%/WEB-INF/lib/ directory of  
 your xwiki installation and add
 com.xpn.xwiki.plugin.doctree.DocumentTreePlugin to the xwiki.cfg.
 So I search for the link of the plugin, and I saw this note in the  
 top of the page:
 - This plugin cannot currently be downloaded separately
 It cannot be downloaded from where separately from where?

 Can anyone give me some clue abou it?

 Thanks in advance
 Bruno Neves
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] hierarchy between tags

2008-11-17 Thread Vincent Massol
Hin

On Nov 17, 2008, at 2:25 PM, Bruno Neves wrote:

 Greetings

 It's possible to set an hierarchy between tags? For example, make a  
 tag parent of another one, like we can do
 with the documents.

No this is not possible ATM.

I'm interested in your use case. Could you elaborate on the need?

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [xwiki-devs] Office-Importer Test Server.

2008-11-17 Thread Guillaume Lerouge
Hi Asiri,

I just tested it and got an exception:
http://91.121.237.216/xwiki/bin/view/Test/WikiDeveloppeurs

I can send you the original file if you wish. Could the exception be related
to the presence of bulleted lists in the original document? I checked the
JIRA issue related to lists but it didn't seem to be the same one.

Guillaume

On Mon, Nov 17, 2008 at 12:57 PM, Asiri Rathnayake 
[EMAIL PROTECTED] wrote:

 Hi All,

 I have setup a test server for testing the new xwiki-office-importer
 feature
 @ http://91.121.237.216/xwiki/bin/view/Main/

 Please note that this is the same server used for testing xwiki-webdav
 interface.

 Known issues for office-importer :

 * Table support is limited due to :
 http://jira.xwiki.org/jira/browse/XWIKI-2804 
 http://jira.xwiki.org/jira/browse/XWIKI-2834
 * List support is limited due to :
 http://jira.xwiki.org/jira/browse/XWIKI-2812
 * Image links (links with images as labels) are not supported yet :
 http://jira.xwiki.org/jira/browse/XWIKI-2832

 Please help us improve office importer by testing it out and reporting as
 many bugs as you can ;)

 Thanks.

 - Asiri
 ___
 devs mailing list
 [EMAIL PROTECTED]
 http://lists.xwiki.org/mailman/listinfo/devs




-- 
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://blog.xwiki.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [xwiki-devs] Office-Importer Test Server.

2008-11-17 Thread Asiri Rathnayake
Hi Guillaume L,



On Mon, Nov 17, 2008 at 7:55 PM, Guillaume Lerouge [EMAIL PROTECTED]wrote:

 Hi Asiri,

 I just tested it and got an exception:
 http://91.121.237.216/xwiki/bin/view/Test/WikiDeveloppeurs

 I can send you the original file if you wish. Could the exception be
 related
 to the presence of bulleted lists in the original document? I checked the
 JIRA issue related to lists but it didn't seem to be the same one.


Nope, this seems to be a different issue.

This is the exception thrown at the back-end :

dump
org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with
id [/templates/contentview.vm]
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:107)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1600)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:654)
at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:107)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1600)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
at com.xpn.xwiki.plugin.webdav.DavFilter.doFilter(DavFilter.java:68)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)

[xwiki-users] OpenID?

2008-11-17 Thread Dale McDiarmid
Hello...

I'm trying to find out if XWiki is right for us. We need OpenID  
authentication. Is this something XWkiki supports?

I'm new to both XWiki and OpenID, but am relatively literate in linux  
and sql.

Thx,
D.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Can't use comments, attachments, history or information

2008-11-17 Thread Samuel Lee
I'm running an XWiki Farm with 3 XWikis.  I upgraded to the latest version
of the XWiki, but now I can't use the Comments, Attachements, History or
Information Tabs (buttons).  I click on them and it sends me to the url
domain/xwiki/bin/view/Main/#Attachments, but it doesn't show anything. 
These were working before the upgrade.

Any ideas?

Sam

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't use comments, attachments, history or information

2008-11-17 Thread Vincent Massol
Hi Samuel,

On Nov 17, 2008, at 6:28 PM, Samuel Lee wrote:

 I'm running an XWiki Farm with 3 XWikis.  I upgraded to the latest  
 version
 of the XWiki, but now I can't use the Comments, Attachements,  
 History or
 Information Tabs (buttons).  I click on them and it sends me to the  
 url
 domain/xwiki/bin/view/Main/#Attachments, but it doesn't show anything.
 These were working before the upgrade.

 Any ideas?

We've changed the UI for displaying comments/attachments/history/info.

How did you perform the upgrade? (I think you missed something).

Thanks
-Vincent
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't use comments, attachments, history or information

2008-11-17 Thread Samuel Lee
I upgraded it using the documentation here:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradinganXWikiInstallation

When I did the upgrade, the XWikis were empty, so I had to do a mysql dump
from backups to repopulate the farm.

What could I have missed?

Sam

On Mon, 17 Nov 2008 19:04:28 +0100, Vincent Massol [EMAIL PROTECTED]
wrote:
 Hi Samuel,
 
 On Nov 17, 2008, at 6:28 PM, Samuel Lee wrote:
 
 I'm running an XWiki Farm with 3 XWikis.  I upgraded to the latest
 version
 of the XWiki, but now I can't use the Comments, Attachements,
 History or
 Information Tabs (buttons).  I click on them and it sends me to the
 url
 domain/xwiki/bin/view/Main/#Attachments, but it doesn't show anything.
 These were working before the upgrade.

 Any ideas?
 
 We've changed the UI for displaying comments/attachments/history/info.
 
 How did you perform the upgrade? (I think you missed something).
 
 Thanks
 -Vincent
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't use comments, attachments, history or information

2008-11-17 Thread Sergiu Dumitriu
Samuel Lee wrote:
 I upgraded it using the documentation here:
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradinganXWikiInstallation
 
 When I did the upgrade, the XWikis were empty, so I had to do a mysql dump
 from backups to repopulate the farm.
 
 What could I have missed?
 

Did you update the skin also? The new comments/attachments sections need
some new templates on the skin.

 
 On Mon, 17 Nov 2008 19:04:28 +0100, Vincent Massol [EMAIL PROTECTED]
 wrote:
 Hi Samuel,

 On Nov 17, 2008, at 6:28 PM, Samuel Lee wrote:

 I'm running an XWiki Farm with 3 XWikis.  I upgraded to the latest
 version
 of the XWiki, but now I can't use the Comments, Attachements,
 History or
 Information Tabs (buttons).  I click on them and it sends me to the
 url
 domain/xwiki/bin/view/Main/#Attachments, but it doesn't show anything.
 These were working before the upgrade.

 Any ideas?
 We've changed the UI for displaying comments/attachments/history/info.

 How did you perform the upgrade? (I think you missed something).

 Thanks
 -Vincent


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] looking for an XWiki developer in London

2008-11-17 Thread Yishay Mor
Hi,

I hope this isn't inappropriate. I need some help with XWiki development on
http://patternlanguagenetwork.myxwiki.org, roughly half-time for 4 months.
All code / components developed will be open source and will be contributed
back to the community when useful. Please email me if interested in more
details, or if you have any suggestions where I can find someone.

thanks,

- Yishya

___
 Yishay Mor, Researcher, London Knowledge Lab
  http://www.lkl.ac.uk/people/mor.html
  http://www.google.com/calendar/embed?src=yishaym%40gmail.com
  +44-20-7837 x5737
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [xwiki-devs] Office-Importer Test Server.

2008-11-17 Thread Asiri Rathnayake
Hi Guillaume,

On Mon, Nov 17, 2008 at 7:55 PM, Guillaume Lerouge [EMAIL PROTECTED]wrote:

 Hi Asiri,

 I just tested it and got an exception:
 http://91.121.237.216/xwiki/bin/view/Test/WikiDeveloppeurs

 I can send you the original file if you wish. Could the exception be
 related
 to the presence of bulleted lists in the original document? I checked the
 JIRA issue related to lists but it didn't seem to be the same one.


It's the following content that is causing the exception to be thrown :

Par exemple:*#if($context.user == «XWiki.Admin»)Vous êtes l'administrateur
par défaut de ce wiki!#else Vous êtes un utilisateur classique.#end*

Note that the velocity sample code is in italics, and this gets converted
into xwiki syntax as follows :

Par exemple://#if($context.user == «XWiki.Admin»)Vous êtes l'administrateur
par défaut de ce wiki!#else Vous êtes un utilisateur classique.#end//

And this causes the following exception when rendering :

dump
Caused by: java.lang.RuntimeException: Failed to parse link
[exemple://#if($context.user]
at
org.xwiki.rendering.internal.parser.wikimodel.XDOMGeneratorListener.parseLink(XDOMGeneratorListener.java:571)
at
org.xwiki.rendering.internal.parser.wikimodel.XDOMGeneratorListener.onReference(XDOMGeneratorListener.java:433)
at
org.xwiki.rendering.internal.parser.wikimodel.XDOMGeneratorListener.onReference(XDOMGeneratorListener.java:414)
at
org.wikimodel.wem.impl.InternalWikiScannerContext.onReference(InternalWikiScannerContext.java:745)
at
org.wikimodel.wem.impl.WikiScannerContext.onReference(WikiScannerContext.java:302)
at
org.wikimodel.wem.xwiki.javacc.XWikiScanner.line(XWikiScanner.java:1350)
at
org.wikimodel.wem.xwiki.javacc.XWikiScanner.lines(XWikiScanner.java:1247)
at
org.wikimodel.wem.xwiki.javacc.XWikiScanner.paragraph(XWikiScanner.java:1146)
at
org.wikimodel.wem.xwiki.javacc.XWikiScanner.docElements(XWikiScanner.java:699)
at
org.wikimodel.wem.xwiki.javacc.XWikiScanner.doParse(XWikiScanner.java:590)
at
org.wikimodel.wem.xwiki.javacc.XWikiScanner.parse(XWikiScanner.java:45)
at org.wikimodel.wem.xwiki.XWikiParser.parse(XWikiParser.java:43)
at
org.xwiki.rendering.internal.parser.wikimodel.AbstractWikiModelParser.parse(AbstractWikiModelParser.java:50)
... 99 more
Caused by: org.xwiki.rendering.parser.ParseException: Invalid URL format
[exemple://#if($context.user]
at
org.xwiki.rendering.internal.parser.XWikiLinkParser.parseURI(XWikiLinkParser.java:159)
at
org.xwiki.rendering.internal.parser.XWikiLinkParser.parse(XWikiLinkParser.java:94)
at
org.xwiki.rendering.internal.parser.wikimodel.XDOMGeneratorListener.parseLink(XDOMGeneratorListener.java:568)
... 111 more
Caused by: java.net.MalformedURLException: unknown protocol: exemple
at java.net.URL.init(URL.java:574)
at java.net.URL.init(URL.java:464)
at java.net.URL.init(URL.java:413)
at
org.xwiki.rendering.internal.parser.XWikiLinkParser.parseURI(XWikiLinkParser.java:157)
... 113 more
/dump

The issue here is that the rendering mechanism thinks
exemple://#if($context.user
 is a url and tries to parse it...

I think this is something that has to be handled in the rendering module.
We'll wait for vincent's opinion on this.

Thanks.

- Asiri
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users