[xwiki-users] Does XWiki has capability to monitor users who view pages and download stuffs off the website?

2008-01-31 Thread Eduardo Dela Rosa
Hi All, I know that XWiki Enterprise has the ability to record user views. But does it have the capability to monitor users (say remote IP Address or logged-in users) who download stuffs off the website? If there isn't, can this be a good candidate for Plug-in development (is it possible)? Cheer

Re: [xwiki-users] copy the rigths

2008-01-31 Thread raffovi
Sorry I make a mistake writing the mail the used code is: Vector XWikiRights = doc.getObjects("XWiki.XWikiRights"); for (Object singleObj : XWikiRights) { Object entry = targetDoc.newObject("XWiki.XWikiRights"); entry.set("groups",singleObj.getProperty("groups").getValue());

Re: [xwiki-users] copy the rigths

2008-01-31 Thread Sergiu Dumitriu
- Don't create the entry Object after each line; you create 4 objects instead of 1 - Don't put all the values in the "groups" property Vector right = doc.getObjects("XWiki.XWikiRights"); for (Object singleObj : right) { Object entry = targetDoc.newObject("XWiki.XWikiRights"); ent

Re: [xwiki-users] Preliminary Toucan Skin

2008-01-31 Thread Vincent Massol
On Jan 31, 2008, at 6:10 PM, Vincent Massol wrote: > > On Jan 31, 2008, at 6:05 PM, Vincent Massol wrote: > >> Hi everyone, >> >> If some are you are interesting in testing out the new Toucan skin >> (the skin on xwiki.org) on your install you can download a preview >> here >> http://tinyurl.co

Re: [xwiki-users] velocity tools access

2008-01-31 Thread Sergiu Dumitriu
You can look at the patch from http://jira.xwiki.org/jira/browse/XWIKI-1695 rssh wrote: > On Wed, 30 Jan 2008 23:24:21 +0100, Sergiu Dumitriu wrote >> Hi, >> >> Velocity tools is not enabled yet. However, this is planned (I was >> about to do it in the 1.2 timeframe, but didn't have time to commi

Re: [xwiki-users] getting documents "I've been involved in"

2008-01-31 Thread Sergiu Dumitriu
Hi, The code from the "My recent modifications" panel doesn't help much, as it lists only documents which have the user as the most recent author, and not those that were sometime edited by the user. A proper query would be: select distinct doc.fullName from XWikiDocument doc, XWikiRCSNodeInfo

Re: [xwiki-users] Preliminary Toucan Skin

2008-01-31 Thread Vincent Massol
On Jan 31, 2008, at 6:05 PM, Vincent Massol wrote: > Hi everyone, > > If some are you are interesting in testing out the new Toucan skin > (the skin on xwiki.org) on your install you can download a preview > here > http://tinyurl.com/yts6gr > > Just unzip it in your skins/ directory next to the

[xwiki-users] Preliminary Toucan Skin

2008-01-31 Thread Vincent Massol
Hi everyone, If some are you are interesting in testing out the new Toucan skin (the skin on xwiki.org) on your install you can download a preview here http://tinyurl.com/yts6gr Just unzip it in your skins/ directory next to the albatross/ directory. Please report any issue you have here: http

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Vincent Massol
On Jan 31, 2008, at 4:17 PM, Vanek Martin wrote: Hi, it's Martin. I don't know why in this strange country is first name written as second in full name, but i think it is some dark ages communistic and bureaucratic superstition or something like that. We even walk on hands, and write with

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Esbach, Brandon
For me, there's only ever been one time I've had a problem running an update, and that was when the history issue was resolved. Thats running a database that was generated manually for 0.9 over 2 years ago, and going through the updates over the last year as they're approved for release on our net

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Vanek Martin
Hi, it's Martin. I don't know why in this strange country is first name written as second in full name, but i think it is some dark ages communistic and bureaucratic superstition or something like that. We even walk on hands, and write with legs! Don't ask how we eat. Well my former question t

[xwiki-users] [ANN] XWiki Enterprise Manager 1.0 final released

2008-01-31 Thread Thomas Mortagne
The XWiki development team is pleased to announce the release of XWiki Enterprise Manager 1.0 final. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This is the first stable version of XWiki Enterprise Manager. The main goal of this product is to easily manage wikis farms. This v

Re: [xwiki-users] velocity tools access

2008-01-31 Thread Vincent Massol
I forgot to mention that I've just added a bridge to access xwiki components from non component code, see http://jira.xwiki.org/jira/browse/XWIKI-2050 -Vincent On Jan 31, 2008, at 3:08 PM, Vincent Massol wrote: On Jan 31, 2008, at 10:45 AM, rssh wrote: On Thu, 31 Jan 2008 10:05:52 +0100,

Re: [xwiki-users] velocity tools access

2008-01-31 Thread Vincent Massol
On Jan 31, 2008, at 10:45 AM, rssh wrote: > On Thu, 31 Jan 2008 10:05:52 +0100, Vincent Massol wrote >> On Jan 31, 2008, at 9:58 AM, rssh wrote: >> >>> On Thu, 31 Jan 2008 09:13:32 +0100, Vincent Massol wrote On Jan 31, 2008, at 7:41 AM, rssh wrote: > On Wed, 30 Jan 2008 23:24:21 +0

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Vincent Massol
Hi Martin (or is it Vanek?), On Jan 31, 2008, at 2:24 PM, Vanek Martin wrote: Hello Will 1.3 strem have same database schema as 1.2? For the moment yes it's not planned to change it but even if it's changed we now have an automated migration system in place so that'll be transparent (bar

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Vanek Martin
Hello Will 1.3 strem have same database schema as 1.2? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Vincent Massol Sent: Wednesday, January 30, 2008 5:16 PM To: XWiki Developers; XWiki Users Subject: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 R

Re: [xwiki-users] Macros in XWiki.org dev guide

2008-01-31 Thread Jerome Velociter
>> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf >> Of Jerome Velociter >> Sent: Wednesday, January 30, 2008 3:37 PM >> To: XWiki Users >> Subject: Re: [xwiki-users] Macros in XWiki.org dev guide >> >> Hello, >> >> > The dev guides do a fine job explain

Re: [xwiki-users] copy the rigths

2008-01-31 Thread raffovi
Thanks a lot, the previous problem is solved but the code that I use to copy the page's rights on another page seems doesn't work. Vector right = doc.getObjects("XWiki.XWikiRights"); for (Object singleObj : right) { Object entry = targetDoc.newObject("XWiki.XWikiRights"); entr

Re: [xwiki-users] velocity tools access

2008-01-31 Thread rssh
On Thu, 31 Jan 2008 10:05:52 +0100, Vincent Massol wrote > On Jan 31, 2008, at 9:58 AM, rssh wrote: > > > On Thu, 31 Jan 2008 09:13:32 +0100, Vincent Massol wrote > >> On Jan 31, 2008, at 7:41 AM, rssh wrote: > >> > >>> On Wed, 30 Jan 2008 23:24:21 +0100, Sergiu Dumitriu wrote > Hi, > >

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Vincent Massol
Hi Mihails, On Jan 31, 2008, at 9:59 AM, Mihails Agafonovs wrote: Also, LDAP user is not added to XWikiAllGoup group (like in version 1.1.2), so there is no use of it until user is added to the group by admin. Could you please create a jira issue and explain what the problem is in there

Re: [xwiki-users] velocity tools access

2008-01-31 Thread Vincent Massol
On Jan 31, 2008, at 9:58 AM, rssh wrote: > On Thu, 31 Jan 2008 09:13:32 +0100, Vincent Massol wrote >> On Jan 31, 2008, at 7:41 AM, rssh wrote: >> >>> On Wed, 30 Jan 2008 23:24:21 +0100, Sergiu Dumitriu wrote Hi, Velocity tools is not enabled yet. However, this is planned (I was >>

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Vincent Massol
On Jan 31, 2008, at 9:51 AM, Mihails Agafonovs wrote: "Clean up the Skins, make it easy to create new skins and add the new xwiki.org skin" Maybe I've smth misunderstood? Yes but you missed the lines before ;) "Note that general goals for XWiki Enterprise 1.3 are:" This is "First milesto

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Mileston e 1 Released

2008-01-31 Thread Mihails Agafonovs
Also, LDAP user is not added to XWikiAllGoup group (like in version 1.1.2), so there is no use of it until user is added to the group by admin. Quoting Vincent Massol : /**/ On Jan 31, 2008, at 9:42 AM, Mihails Agafonovs wrote: Hi! Just installed new XWiki, but there is no new skin, only

Re: [xwiki-users] velocity tools access

2008-01-31 Thread rssh
On Thu, 31 Jan 2008 09:13:32 +0100, Vincent Massol wrote > On Jan 31, 2008, at 7:41 AM, rssh wrote: > > > On Wed, 30 Jan 2008 23:24:21 +0100, Sergiu Dumitriu wrote > >> Hi, > >> > >> Velocity tools is not enabled yet. However, this is planned (I was > >> about to do it in the 1.2 timeframe, but di

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Mileston e 1 Released

2008-01-31 Thread Mihails Agafonovs
"Clean up the Skins, make it easy to create new skins and add the new xwiki.org skin" Maybe I've smth misunderstood? Quoting Vincent Massol : /**/ On Jan 31, 2008, at 9:42 AM, Mihails Agafonovs wrote: Hi! Just installed new XWiki, but there is no new skin, only the old albatross skin. W

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Vincent Massol
On Jan 31, 2008, at 9:42 AM, Mihails Agafonovs wrote: Hi! Just installed new XWiki, but there is no new skin, only the old albatross skin. Where can I get the new one? There's no new skin. Why did you expect one? :) -Vincent Quoting Vincent Massol <[EMAIL PROTECTED]>: The XWiki developm

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Milestone 1 Released

2008-01-31 Thread Mihails Agafonovs
Hi! Just installed new XWiki, but there is no new skin, only the old albatross skin. Where can I get the new one? Quoting Vincent Massol : /**/ The XWiki development team is pleased to announce the release of XWiki Enterprise1.3 Milestone 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/

Re: [xwiki-users] velocity tools access

2008-01-31 Thread Vincent Massol
On Jan 31, 2008, at 7:41 AM, rssh wrote: > On Wed, 30 Jan 2008 23:24:21 +0100, Sergiu Dumitriu wrote >> Hi, >> >> Velocity tools is not enabled yet. However, this is planned (I was >> about to do it in the 1.2 timeframe, but didn't have time to commit >> the code). >> > > O - are you have ready p