[xwiki-users] missing com.xpn.xwiki.platform:xwiki-build-xar-handlers:jar:1.8-SNAPSHOT

2007-12-24 Thread Rice Yeh
Hi,
  I just svn checkout xwiki from ***
http://svn.xwiki.org/svnroot/xwiki/trunks** and follow the document
http://dev.xwiki.org/xwiki/bin/view/Community/Building to build it. I get
the following error:

Missing:
--
1) com.xpn.xwiki.platform:xwiki-build-xar-handlers:jar:1.8-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file
-DgroupId=com.xpn.xwiki.platform-DartifactId=xwiki-build-xar-handlers
\
  -Dversion=1.8-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) com.xpn.xwiki.platform:xwiki-externals:pom:UNVERSIONED
2) com.xpn.xwiki.platform:xwiki-build-xar-handlers:jar:1.8-SNAPSHOT

--
1 required artifact is missing.

for artifact:
  com.xpn.xwiki.platform:xwiki-externals:pom:UNVERSIONED

from the specified remote repositories:
  xwiki-releases (http://maven.xwiki.org/releases),
  central (http://repo1.maven.org/maven2),
  xwiki-snapshots (http://maven.xwiki.org/snapshots),
  xwiki-externals (http://maven.xwiki.org/externals)


Any clue?

Regards,
Rice
*
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Registration mails sources ?

2007-12-24 Thread Ludovic Dubost

Validation:

Subject: XWiki.com account validation
To: $email

The user $xwikiname registered on XWiki.com (http://www.xwiki.com) using 
the following email: $email

If you are this person, you can continue the registration by clicking on 
the following link:

http://www.xwiki.com/xwiki/bin/view/XWiki/RegisterNewUserConfirmation?xwikiname=${xwikiname}&validkey=$validkey

You can also copy-paste the following validation code: ${validkey} in 
the form on the following page:

http://www.xwiki.com/xwiki/bin/view/XWiki/RegisterNewUserConfirmation

Thank you
The XWiki.com team


Confirmation:

Subject: Welcome to the XWiki.com community
To: $email

Your account on XWiki.com has been confirmed.

Your account: $xwikiname
Your password: $password
Your email: $email

In case of problems or questions, contact the technical support at the 
following address: [EMAIL PROTECTED]

Thanks for your support
The XWiki.com team


I don't have an invitation email around

Ludovic


Paul Libbrecht wrote:
> Ping !
>
> I'd be greatly helped if someone could send me example content for the 
> validation, confirmation, and invitation mail velocity scripts.
>
>
> thanks!
>
> paul
>
>
>>> You need to have programming rights to execute this code. So if
>>> $context.hasProgrammingRights() returns false, try to do this in a 
>>> local
>>> install with the Admin user.
>> Sure, and programming worked as the toString of context works but the 
>> loop was empty...
 context is [EMAIL PROTECTED]
>>> for
 context is $context
 #foreach($prop in $context.vcontext.getKeys()) $prop #end
 #foreach($prop in $context.context.keySet()) $prop #end
> 
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>   



-- 
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] RSS feed = Security problem?

2007-12-24 Thread guillaume
Hi Robert, as everything else in XWiki RSS feeds are generated through
scripts. The easier way to stop them is to delete their pages (remove
?xpage=rdf at the end of the feed url to access the wiki page
underneath). Then you can either delete the page or try to play with
it in wiki edition mode to add velocity hasAdmin checks for instance.
My knowledge of XWiki scripting alas isnt good enough to provide you
with the precise modification to make there. Hope this helps,
Guillaume

On 23/12/2007, Robert Hercz <[EMAIL PROTECTED]> wrote:
> It seems that the RSS feed publishes whatever is changed, even from Spaces
> which are non-public. This means that anyone subscribing to RSS feeds will
> get document titles of new/changed pages, even if they are not among the
> users who have the right to view the pages.
>
> Is this a "feature" in XWiki, i.e. that all changes are published
> indiscriminately if RSS is available?
>
> If so, is there a way to disable RSS and/or to decide which page changes
> should be published?
>
> Best regards,
> Robert
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>


-- 
http://wikibc.blogspot.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users