[xwiki-users] Repository Extension: How to import an extension from a maven repository

2012-10-12 Thread Richard Hierlmeier
Hi, I like to use the Extension Repository Application in XWiki 4.2 to host our homemade XWiki extensions. For this purpose I configured our Apache archiva instance in xwiki.properties as extension repository:

[xwiki-users] Notification on comment

2012-10-12 Thread Mark Zimmermann
Hi, I am looking for some code, an extension or something else to get a notification if there is a new comment written. This notification should be send by email to the creator or the Space abonents. Maybe someone has an idea. Thank you very much! Best regads Mark

[xwiki-users] macros and wiki links in xhtml

2012-10-12 Thread Maxwell Terpstra
Hi all, I'm trying to import xhtml pages from an existing site into wiki pages. Parts of these pages have dynamically generated content which I want to keep dynamic in the wiki. I've created macros that can replicate the dynamic bits, but I'm having trouble getting the pages themselves across.

Re: [xwiki-users] programming rights in xwiki farm

2012-10-12 Thread Thomas Mortagne
Hi, I don't know AppWithinMinutes very well but I don't really see exactly what it has to do with the rest of the mail. AFAIK you don't need PR to use AppWithinMinutes. Also what I said is that a user from subwiki does not have programming right but you can save a page from any wiki using a

Re: [xwiki-users] Notification on comment

2012-10-12 Thread Thomas Mortagne
Here is some documentation about events http://extensions.xwiki.org/xwiki/bin/view/Extension/Observation+Module+Local. You will find some examples in there. The event you need to listen to in your case is com.xpn.xwiki.internal.event.CommentAddedEvent (located in xwiki-platform-oldcore module).

Re: [xwiki-users] Repository Extension: How to import an extension from a maven repository

2012-10-12 Thread Thomas Mortagne
On Fri, Oct 12, 2012 at 8:39 AM, Richard Hierlmeier rhierlme...@googlemail.com wrote: Hi, I like to use the Extension Repository Application in XWiki 4.2 to host our homemade XWiki extensions. For this purpose I configured our Apache archiva instance in xwiki.properties as extension

Re: [xwiki-users] [myxwiki] new wiki request

2012-10-12 Thread Thomas Mortagne
You can access your new wiki on http://utopia.myxwiki.org. Enjoy ! On Thu, Oct 11, 2012 at 12:08 PM, Fabien-Kenzo Sato kenz...@gmail.com wrote: Hi, I would like to use XWiki for the members of the citizen association Utopia. We coproduce a lot of documents with our members and a wiki would

Re: [xwiki-users] [myxwiki] new wiki request

2012-10-12 Thread Fabien-Kenzo Sato
Thanks! 2012/10/12 Thomas Mortagne thomas.morta...@xwiki.com You can access your new wiki on http://utopia.myxwiki.org. Enjoy ! On Thu, Oct 11, 2012 at 12:08 PM, Fabien-Kenzo Sato kenz...@gmail.com wrote: Hi, I would like to use XWiki for the members of the citizen association

Re: [xwiki-users] Notification on comment

2012-10-12 Thread Vincent Massol
Hi Mark, On Oct 12, 2012, at 8:54 AM, Mark Zimmermann m.zimmerm...@trox.de wrote: Hi, I am looking for some code, an extension or something else to get a notification if there is a new comment written. This notification should be send by email to the creator or the Space abonents. Maybe

Re: [xwiki-users] Repository Extension: How to import an extension from a maven repository

2012-10-12 Thread Richard Hierlmeier
Hi Thomas, thank you for your fast reply. Am 12.10.2012 09:26, schrieb Thomas Mortagne: On Fri, Oct 12, 2012 at 8:39 AM, Richard Hierlmeier rhierlme...@googlemail.com wrote: Hi, I like to use the Extension Repository Application in XWiki 4.2 to host our homemade XWiki extensions. For this

Re: [xwiki-users] Repository Extension: How to import an extension from a maven repository

2012-10-12 Thread Thomas Mortagne
On Fri, Oct 12, 2012 at 10:51 AM, Richard Hierlmeier rhierlme...@googlemail.com wrote: Hi Thomas, thank you for your fast reply. Am 12.10.2012 09:26, schrieb Thomas Mortagne: On Fri, Oct 12, 2012 at 8:39 AM, Richard Hierlmeier rhierlme...@googlemail.com wrote: Hi, I like to use the

[xwiki-users] mail server error in 4.2?

2012-10-12 Thread Dmitry Bakbardin
Hi All! XE 3.5.1 - sends mail via Share mail option in XWiki's top menu. XE XEM 4.2 - gives an error The message could not be sent to haru_mamb...@mail.ru: email server error. All tests done at the same server: Ubuntu 12.x XE 3.5.1 standalone XE 4.2 standalone XEM 4.2 + MySQL clean

Re: [xwiki-users] mail server error in 4.2?

2012-10-12 Thread Sergiu Dumitriu
On 10/12/2012 11:39 AM, Dmitry Bakbardin wrote: Hi All! XE 3.5.1 - sends mail via Share mail option in XWiki's top menu. XE XEM 4.2 - gives an error The message could not be sent to haru_mamb...@mail.ru: email server error. All tests done at the same server: Ubuntu 12.x XE 3.5.1 standalone

[xwiki-users] Dynamic number of fields in Class

2012-10-12 Thread poppakap
This post has NOT been accepted by the mailing list yet. Hello all, if this has already been answered, please let me know where, I have searched all over the place!! I want to have a class that contains a dynamic number of multiple fields. Think of it like say a shopping cart. You have one

Re: [xwiki-users] Dynamic number of fields in Class

2012-10-12 Thread Jerome Velociter
Hi, The scenarios you describe are definitely possible to achieve with XWiki. The way to realize what you want is to have a several objects per item type (and not several fields of the same object). For example, for a shopping cart you would have for each page with a cart : - An object of

Re: [xwiki-users] Dynamic number of fields in Class

2012-10-12 Thread poppakap
Thank you so much. I am ALMOST able to understand, sorry for being a newbie here... but I have an AppWithinMinutes application. There is a ShoppingCartHome with a livetable containing multiple ShopptingCarts. The livetable works great, and allows you to edit a shopping cart in its list. When