Re: [xwiki-users] theoretical question about a data model

2008-05-04 Thread Jan Kodera
Hi, I think one way is this. As a connector for this classes use xwiki document. I mean you have two xwiki classes. One is FishProvider and other one is Fishes or for each fish species one class. You connect both of them by adding them to some xwiki document. So you will get unique connection for

Re: [xwiki-users] Multiple file attaching

2008-05-02 Thread Jan Kodera
Hi, i made a plugin which is capable to get email from pop3 and loaded to xwiki as a page. It works with attachments too. So you can easy forward your mails to xwiki from outlook. It is not ready for publish, because it is not document well. But in a couple of weeks I will publish it on xwiki.org

[xwiki-users] groovy script as xpage

2008-04-16 Thread Jan Kodera
Hi All, i just wondering i cant use groovy when i call page from parameter xpage? I mean, when I call something like this http://localhost:8080/xwiki/bin/view/Test/?xpage=myPage the groovy script is written like normal text. What am i doing wrong? Or I have missed something? Thanks, Honza

Re: [xwiki-users] New product proposal and request for volunteers

2008-02-06 Thread Jan Kodera
Hi, I used XWiki for my diploma thesis. I mean, my teacher was checking my progress in xwiki. I used following schema. Every chapter was one wiki page. There was one page, where were all links to chapters. Some sort of main page. When the chapter is in one page, makes comments is easy. You know

[xwiki-users] wiki to latex

2008-01-04 Thread Jan Kodera
Hi, I just searched for some LaTex stuff, and I found this http://goessner.net/articles/wiky/ . *Wiky* is a clientside Wiki http://en.wikipedia.org/wiki/Wiki markup to HTML converter written in javascripthttp://en.wikipedia.org/wiki/JavaScript. As it is bidirectional, it can convert Wiki

Re: [xwiki-users] rights of current user

2007-12-17 Thread Jan Kodera
Hi, i think the problem is, that space preferences is in ${space}.WebPreferences page and not in WebHome. Your script just find, if the user have rights to WebHome page not for entire space. WebPreferences has object global rights and i think there you have to do some sql query to find out, if

Re: [xwiki-users] German letters changed to ? by pdf export

2007-12-13 Thread Jan Kodera
Hi, i think, that problem is in class which generate PDFs. In the class is preset to encoding latin-1. The problem is in this line tidy.setCharEncoding(Configuration.LATIN1); in PdfExportImpl class. So only solution is change this line and recompile the xwiki. Or maybe compile only this

[xwiki-users] Database List Class

2007-11-25 Thread Jan Kodera
Hi All, i want use database list class as property in my class. I tried hibernate query to fill in values of property. After this, the select box was empty. I think there is no problem in query (Select doc from XWikiDocument as doc) and I filled in value (doc.name) and id (doc.id) and also i

[xwiki-users] wikimanger problem

2007-10-23 Thread Jan Kodera
Hi All, i have installed WikiManger. But always, when I click to wikimanger webhome i get this error Error number 4001 in 4: Error while parsing velocity page WikiManager.WebHome Wrapped Exception: Invocation of method 'get' in class com.xpn.xwiki.api.XWiki threw exception