Re: [xwiki-users] How to display strucured Data

2016-01-21 Thread Guillaume Delhumeau
Example: https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/src/main/java/org/xwiki/wiki/internal/descriptor/builder/DefaultWikiDescriptorBuilder.java#L254-254 2016-01-21 14:47 GMT+01:00 Guillaume Delhumeau

[xwiki-users] Fresh XWiki, getting "HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to extract Entity Resource Reference from URL"

2016-01-21 Thread Frank Thommen
Hi, that's what I get, when browsing to our freshly installed XWiki instance "HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to extract Entity Resource Reference from URL" The error appears, after the "XWiki Loading..." status has reached ca 50%. The

[xwiki-users] How to display strucured Data

2016-01-21 Thread Giordano Ninonà
Hi users, Searching and reading plenty of material, I have understood some of the XClass and Sheet behaviour, but I have still some problems because, even if I have created an XClass and a related Sheet (binded adding an "XWiki.ClassSheetBinding" object to the XClass document) and after have

Re: [xwiki-users] How to display strucured Data

2016-01-21 Thread Giordano Ninonà
P.S. I am working on Java, thus in each page I see that the last modification was performed by "Unknown user". 2016-01-21 12:58 GMT+01:00 Giordano Ninonà : > Hi users, > > Searching and reading plenty of material, I have understood some of the > XClass and Sheet

Re: [xwiki-users] How to display strucured Data

2016-01-21 Thread Guillaume Delhumeau
When you save a document with the Java API, you need to set a content author to the document. Otherwise, the change is saved with "Unknow User", which has not the right to write scripts. 2016-01-21 12:59 GMT+01:00 Giordano Ninonà : > P.S. I am working on Java, thus in

[xwiki-users] Fw : Re: How can I get event object through a form (a form to choose and delete manually some events)

2016-01-21 Thread Pascal BASTIEN
--- En date de : Jeu 21.1.16, vinc...@massol.net a écrit : > De: vinc...@massol.net > Arial;font-size:13px;}Very nice Bastien, I > wasn't asking that much! :) np :-) You are right some nice screenshot is always better. > I’ve taken the liberty > of

Re: [xwiki-users] How can I get event object through a form (a form to choose and delete manually some events)

2016-01-21 Thread vinc...@massol.net
Very nice Bastien, I wasn't asking that much! :) I’ve taken the liberty of editing the page to tune the language here and there, I hope you don’t mind. I’ve also used the {{image}} macro which is our best practice in order to have similar images across xwiki.org. Thanks a lot for providing

Re: [xwiki-users] How can I get event object through a form (a form to choose and delete manually some events)

2016-01-21 Thread Pascal BASTIEN
A form to choose and delete manually some event from Activity Stream: http://extensions.xwiki.org/xwiki/bin/view/Extension/CleanActivityStream Bon appetit then! BTW, in inline mode of extension page the link "Extension Compatibility Object" from <> doesn't work. We must add manually

Re: [xwiki-users] Fresh XWiki, getting "HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to extract Entity Resource Reference from URL"

2016-01-21 Thread vinc...@massol.net
Hi Franck, On 21 Jan 2016 at 15:10:59, Frank Thommen (f.thom...@dkfz-heidelberg.de(mailto:f.thom...@dkfz-heidelberg.de)) wrote: > Hi, > > that's what I get, when browsing to our freshly installed XWiki instance > > "HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 11007 in > 0:

Re: [xwiki-users] Fresh XWiki, getting "HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to extract Entity Resource Reference from URL"

2016-01-21 Thread Frank Thommen
Hi Vincent, thanks for your very quick answer On 01/21/2016 03:15 PM, vinc...@massol.net wrote: Hi Franck, On 21 Jan 2016 at 15:10:59, Frank Thommen (f.thom...@dkfz-heidelberg.de(mailto:f.thom...@dkfz-heidelberg.de)) wrote: > Hi, > > that's what I get, when browsing to our freshly

[xwiki-users] document library

2016-01-21 Thread Paul Pinkerton (ACLCO)
We are using a SharePoint site to house a document library. I'd like to move this into our xwiki site, but haven't figured out how to configure pages in a way that would make this viable. We use lists in SP - so people can add documents and when they upload them, they need to add in fields

Re: [xwiki-users] document library

2016-01-21 Thread Aaron Hardy at AC
I can't speak to whether there's a better/more sensible way to do it, but your last idea is certainly workable - on several XWiki sites I've defined a custom class to hold attachment meta-data and then built a submission form that saves meta-data (including the attachment url) along with the

Re: [xwiki-users] document library

2016-01-21 Thread Dmitriy Surdu
STOP lanceofl...@gmail.com 2016-01-21 18:31 GMT+02:00 Aaron Hardy at AC : > I can't speak to whether there's a better/more sensible way to do it, but > your last idea is certainly workable - on several XWiki sites I've defined > a custom class to hold attachment