Re: [xwiki-users] PDF with UTF characters

2010-02-04 Thread Valdis Vītoliņš
Many thanks Sergiu! I solved this. My comments are inline. > Even the FOP developers say that generating font metrics is not needed, > and deprecated. FOP should correctly find and use system fonts, and > should correctly work with TTF fonts. I checked this and that's correct. > The problem i

Re: [xwiki-users] Custom properties for XWikiUsers class

2010-02-04 Thread Valdis Vītoliņš
> > >> For custom application I need to add more properties > > >> for ../xwiki/bin/edit/XWiki/XWikiUsers?editor=class > > >> Do you have any experience? > > > - Create a XWiki.ExtendUserClass holding your properties > > > - Add an object from this class to your user profiles > > > - Us

Re: [xwiki-users] Custom properties for XWikiUsers class

2010-02-04 Thread Valdis Vītoliņš
> >> For custom application I need to add more properties > >> for ../xwiki/bin/edit/XWiki/XWikiUsers?editor=class > >> Do you have any experience? > > - Create a XWiki.ExtendUserClass holding your properties > > - Add an object from this class to your user profiles > > - Use it to stor

Re: [xwiki-users] New blog entry overwrites old

2010-02-04 Thread Rieken, Joshua
> -Original Message- > From: users-boun...@xwiki.org > [mailto:users-boun...@xwiki.org] On Behalf Of Sergiu Dumitriu > Sent: Thursday, February 04, 2010 11:22 AM > To: XWiki Developers > Cc: XWiki Users > Subject: Re: [xwiki-users] New blog entry overwrites old > > On 02/04/2010 06:02 PM,

Re: [xwiki-users] New blog entry overwrites old

2010-02-04 Thread Sergiu Dumitriu
On 02/04/2010 06:02 PM, Guillaume Lerouge wrote: > Hi Daniel, > > On Thu, Feb 4, 2010 at 5:45 PM, Daniel Johanssonwrote: > >> >> Indeed, I just tried in 2.2M2 and it tells you the document exists. in 2.04 >> I >> did not delete the older post, it got overwritten so now I had 2 posts with >> the exa

[xwiki-users] JSPwiki 2 Xwiki extension

2010-02-04 Thread chrisjasp
Has anyone used this extension? If so, how do you implement it. There is no documentation on how to implement this extension and I would like to try it out. -- View this message in context: http://n2.nabble.com/JSPwiki-2-Xwiki-extension-tp4514844p4514844.html Sent from the XWiki- Users mailing

Re: [xwiki-users] New blog entry overwrites old

2010-02-04 Thread Guillaume Lerouge
Hi Daniel, On Thu, Feb 4, 2010 at 5:45 PM, Daniel Johansson wrote: > > Indeed, I just tried in 2.2M2 and it tells you the document exists. in 2.04 > I > did not delete the older post, it got overwritten so now I had 2 posts with > the exact same title and content in the News category, it's still

Re: [xwiki-users] New blog entry overwrites old

2010-02-04 Thread Daniel Johansson
Indeed, I just tried in 2.2M2 and it tells you the document exists. in 2.04 I did not delete the older post, it got overwritten so now I had 2 posts with the exact same title and content in the News category, it's still here in our wiki. And I actually updated the first post which updated both po

Re: [xwiki-users] Jump to Page not displayed on pages with xwiki/2.0

2010-02-04 Thread Sergiu Dumitriu
On 02/04/2010 02:37 PM, Reto Hotz wrote: > Hi, > > Thanks for the replies. I'll have a look at it again, as soon as I find > some time. > > BTW: The "Jump to page" is a really nice feature! Yep, not as impressive as, say, the Office Importer, but very useful, and a good productivity enhancer. >

Re: [xwiki-users] PDF with UTF characters

2010-02-04 Thread Sergiu Dumitriu
On 02/04/2010 01:32 PM, Valdis Vītoliņš wrote: > I learned how to add custom TTF font and metrics for FOP. > Test project can be downloaded from http://odo.lv/ftp/temp/FOP.zip > There are FOP jars and "Lucida Sans Unicode" TTF font with generated > metrics file. > Metrics can be created using gener

Re: [xwiki-users] Jump to Page not displayed on pages with xwiki/2.0

2010-02-04 Thread Reto Hotz
Hi, Thanks for the replies. I'll have a look at it again, as soon as I find some time. BTW: The "Jump to page" is a really nice feature! Greetings Reto On 02.02.2010 16:35, Sergiu Dumitriu wrote: > On 02/02/2010 03:45 PM, Reto Hotz wrote: >> Hi, >> >> After migrating our XWiki from 1.8.3 -->

Re: [xwiki-users] PDF with UTF characters

2010-02-04 Thread Valdis Vītoliņš
I learned how to add custom TTF font and metrics for FOP. Test project can be downloaded from http://odo.lv/ftp/temp/FOP.zip There are FOP jars and "Lucida Sans Unicode" TTF font with generated metrics file. Metrics can be created using generate_font_metrics.bat script. Test PDF can be generated wi

Re: [xwiki-users] New blog entry overwrites old

2010-02-04 Thread Bubulina
Hello, I just tested what you said, and in xwiki2.1.1 the behaviour described by you did not replicate. i created a test page and then tried several times to create another test page, but i kept getting the message "page already exists" may it be possible that you deleted the article in the first

Re: [xwiki-users] embed nabble

2010-02-04 Thread Bubulina
Hello, i don't know if i got this right, but you want to integrate nabble forum into a xwiki platform of yours? In theory i guess you have to make an intermediate component to get the xwiki user and syncronize it with nabble...but nabble is not a public software to manipulate, so i don't think it

Re: [xwiki-users] how do I apply theme colouring to the Panel macros.

2010-02-04 Thread Bubulina
hello, A sollution can be this: - see what skin you are using - open the main css file from it and add some new code for what you want. You can replace the color of the panel changing there in the already existing css, or you can use the new ones you are creating. - using firefox firebug, can be m