[xwiki-users] Ontology editing or associations with Xwiki

2010-05-11 Thread Peter McLarty
Hi In our organisation we are looking to implement Xwiki, my choice. A discussion came up about manging how information gets stored and linking it. A discussion came up about managing the information written to the wiki leading to the use of ontologies to determine what data the business has. W

Re: [xwiki-users] HTML Export - how to apply skin ?

2010-05-11 Thread Vincent Massol
Hi, On May 11, 2010, at 9:26 PM, H.-Dirk Schmitt wrote: > Hi! > > I have exported a whole space to html and found it great. > If I deploy this export I can provide it at static content via plain > http without authentication and for editing the links shows to the live > xwiki instance. > Really

[xwiki-users] HTML Export - how to apply skin ?

2010-05-11 Thread H.-Dirk Schmitt
Hi! I have exported a whole space to html and found it great. If I deploy this export I can provide it at static content via plain http without authentication and for editing the links shows to the live xwiki instance. Really nice! But I have one problem - the skin from the live version isn't appl

Re: [xwiki-users] Display external data using LiveTable Macro

2010-05-11 Thread Ryszard Łach
2010/5/11 Guillaume Lerouge > > Have you looked at > http://platform.xwiki.org/xwiki/bin/view/DevGuide/LiveTable too? > > Yes, it wasn't very helpful for me. I expected, that it would be easy possible to write a small piece of code to fetch some rows from an external table and use LiveTable macr

Re: [xwiki-users] Questions about HQL and "order by" issues

2010-05-11 Thread Colesnicov Eugen
For the first question, I think, I already found the solution: #set ($hql = ", BaseObject as obj, StringProperty as prop, StringProperty as otherprop where (obj.name=doc.fullName and obj.className='UAProjectManagementCode.StepClass' and obj.name not like '%ClassTemplate') and (obj.id=prop.id.

Re: [xwiki-users] Display external data using LiveTable Macro

2010-05-11 Thread Guillaume Lerouge
Hi Ryszard, On Tue, May 11, 2010 at 13:31, Ryszard Łach wrote: > Hi! > Does anybody know how to display some external data using LiveTable macro? > I > can see in doc, that there is an 'url' alternative datasource (alternative > to className and resultsPage), but I cannot find any examples using

[xwiki-users] Questions about HQL and "order by" issues

2010-05-11 Thread Colesnicov Eugen
Hello everybody! I need a few help about HQL issues. 1) I have own class XWiki, and make query with sorting results by the class properties values, BUT not only one property. I wrote: #set ($hql = ", BaseObject as obj, StringProperty as prop where obj.name=doc.fullName and obj.className='XWiki.P

[xwiki-users] Display external data using LiveTable Macro

2010-05-11 Thread Ryszard Łach
Hi! Does anybody know how to display some external data using LiveTable macro? I can see in doc, that there is an 'url' alternative datasource (alternative to className and resultsPage), but I cannot find any examples using it. I've tried to write to the text file the JSON output used by the macro

Re: [xwiki-users] Formula Macro - rendering methods

2010-05-11 Thread Marine Julian
Hi ! I've always had this infinite loading for the native renderer with this configuration : XWiki enterprise 2.1.25683 standalone, Windows 7, TeXLive and ImageMagick. I tried on an other machine with Windows XP, XWiki Enterprise (Manager) 2.2.6.28650, MikteK (http://miktex.org/) and ImageMagick.

Re: [xwiki-users] help with Dynamic Chart generation

2010-05-11 Thread Thomas Mortagne
On Tue, May 11, 2010 at 01:51, Christophe FRAULE wrote: > Hello, > > Trying the following with XWiki syntax 2.0: > > === TEST MACRO === > > (% id="table3" %) > | |X |Y |Z > |Q1|1.2|3.4|1.3 > |Q2|4.5|3.4|2.3 > |Q3|1.2|4.5|9.0 > |Q4|3.4|1.2|1.2 > > {{chart type="bar" params="table:table3;range:B2

Re: [xwiki-users] panel extensions

2010-05-11 Thread Thomas Mortagne
On Mon, May 10, 2010 at 22:45, Wouter Boasson wrote: > Hi, > > I extended two panels in a way that makes life more easy for the common > user (XWiki/XE 2.2.4): create panel, documenent info (editor). > > 1. The create page panel (Panels.NewPage) > -shows current spacename > -'create space' option