[xwiki-users] Google Analytics

2009-04-27 Thread Vitantonio Messa
Hi all,

how can I embed the Google Analytics code in XWiki?
Thanks,

Vito

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


Re: [xwiki-users] Google Analytics

2009-04-27 Thread Vitantonio Messa
And what about a wiki-farm?

My problem is that I have to use this for one wiki in our wiki-farm: I 
guess if I put that code in the templates/analytics.vm it will index all 
the wikis in the farm.

Is it possible to embed the code in template/analytics.vm directly on 
the page of the wiki I want to address? We need to count visits only on 
the main page of the wiki.

Vito


Sergiu Dumitriu wrote:
 Vitantonio Messa wrote:
 Hi all,

 how can I embed the Google Analytics code in XWiki?
 Thanks,


 Check out templates/analytics.vm

 All you need to do is uncomment the code (remove #* and *#) and put 
 the right _uacct value.


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


[xwiki-users] [myxwiki] XWiki Enterprise 1.8.2 Upgrade

2009-04-27 Thread Jean-Vincent Drean
Hello,

myxwiki.org has been upgraded to XE 1.8.2, if you own a wiki hosted
there you should have a look at :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise182

We also strongly recommend an upgrade to the latest wiki version. To
upgrade you must download XE 1.8.2 XWiki XAR from :
http://www.xwiki.org/xwiki/bin/view/Main/Download
And follow the upgrade guide available at :
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HUpgradingwikidocuments

To be notified of the myxwiki.org server upgrade you can follow
myxwiki on twitter:
http://twitter.com/myxwiki

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


Re: [xwiki-users] Export Spaces

2009-04-27 Thread PERINAUD Christophe
Hi,

I got same problem than you with space export application (Unable to select 
documents after selecting a space)
So i created a new page with this code in it :
-
#if(!$request.space)
  #set($space = All)
#else
  #set($space = $request.space)
#end
#set($spacesText = {})
#set($spaces = $xwiki.spaces)
#set($ok = $spacesText.put(All,All))
#foreach($space in $spaces)
  #set($ok = $spacesText.put($space,$space))
#end

#macro(spaceoption $space $selectspace $spacesText)
  option value=$spacesText.get($space) #if($selectspace == 
$spacesText.get($space))selected=selected#end$space/option
#end

#macro(spaceselect $selectspace $spaces $spacesText)
  select name=space
#spaceoption(All $selectspace $spacesText)
#foreach($space in $spaces)
  #spaceoption($space $selectspace $spacesText)
#end
  /select
#end

form action=
  {pre}
div class=centered
  Space #spaceselect($space $spaces $spacesText) input type=submit 
value=Export/
/div
  {/pre}
/form

#if ($request.space)
1.1 List of docs that will be Exported

  #set($parametros = ?format=xarhistory=falsename=+$space)

  #foreach ($item in $xwiki.getSpaceDocsName($request.space))
 * $item
 #set( $parametros = $parametros + pages= + $space + . + $item )
  #end
#set( $parametros=$doc.getURL(export)+$parametros )
#set( $parametros=$parametro.toString.replace(/view/,/export/))
a href=$parametrosExportar/a
#end
-

Hope it helps

-Message d'origine-
De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de 
Hesediel
Envoyé : lundi 27 avril 2009 11:10
À : users@xwiki.org
Objet : [xwiki-users] Export Spaces


Hi everyone,

I've tried another solution in order to solve my problem of exporting a few
spaces/pages. The solution is to use the API in xwiki. In order to import a
few pages, I modify the url like this :

export/Panels/SpaceName?format=xarname=Panels.v1pages=Panels.Panels%E8pages=Panels.Panels2%E8

With that, I've a xar containing the folder Panels and the file package.xml.
In the folder Panels, I have my two pages and there is no problems to import
them in xwiki.

My question is : Which argument have I to set in order to save a whole space
? I've tried spaces but it didn't work.

Thanks in advance,

Hesediel.
-- 
View this message in context: 
http://n2.nabble.com/Export-Spaces-tp2723943p2723943.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Export Spaces

2009-04-27 Thread Hesediel

Hi everyone,

I've tried another solution in order to solve my problem of exporting a few
spaces/pages. The solution is to use the API in xwiki. In order to import a
few pages, I modify the url like this :

export/Panels/SpaceName?format=xarname=Panels.v1pages=Panels.Panels%E8pages=Panels.Panels2%E8

With that, I've a xar containing the folder Panels and the file package.xml.
In the folder Panels, I have my two pages and there is no problems to import
them in xwiki.

My question is : Which argument have I to set in order to save a whole space
? I've tried spaces but it didn't work.

Thanks in advance,

Hesediel.
-- 
View this message in context: 
http://n2.nabble.com/Export-Spaces-tp2723943p2723943.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


Re: [xwiki-users] Export Spaces

2009-04-27 Thread PERINAUD Christophe
Say thanks to someone of the website of itaca where i found the source code ;-)

-Message d'origine-
De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de 
Hesediel
Envoyé : lundi 27 avril 2009 11:34
À : users@xwiki.org
Objet : Re: [xwiki-users] Export Spaces


Hi Christophe,

First of all, thanks for this quick answer :-). Your code works well in
order to save a whole space. 

There is one but : it only works with Xwiki 1.0. In XE 1.8.1, the conversion
of your code in Xwiki2.0 doesn't work. It must be a problem whith macros you
use in it.

Anyway, thanks for all, it really helps me.

Hesediel.
-- 
View this message in context: 
http://n2.nabble.com/Export-Spaces-tp2723943p2724310.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Export Spaces

2009-04-27 Thread Hesediel

Hi Christophe,

First of all, thanks for this quick answer :-). Your code works well in
order to save a whole space. 

There is one but : it only works with Xwiki 1.0. In XE 1.8.1, the conversion
of your code in Xwiki2.0 doesn't work. It must be a problem whith macros you
use in it.

Anyway, thanks for all, it really helps me.

Hesediel.
-- 
View this message in context: 
http://n2.nabble.com/Export-Spaces-tp2723943p2724310.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

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


[xwiki-users] Group Management

2009-04-27 Thread berkessel
Hey everybody,
We recently upgraded our company's XWiki from version 1.2 to 1.8. To keep
the migration as comfortable as possible for our users (and to save some
work), we decided to export not only the contents but also the user
accounts and rights settings (i.e. the whole 'XWiki' space) of the old
version, and import them into the new version.
Doing so brought up a problem we couldn't solve: After importing the
XWiki.xar, it is impossible to change the group settings (edit group
members...) using the dialog that opens when clicking the 'edit' symbol
(the pen on the right). Instead, we have to use the 'edit objects'
functionality to manually edit the group members.
Moreover, creating a new group using the 'add new group' dialog, the newly
created group exists, but doesn't show up in the list of groups as long as
it hasn't got any members.
Does anyone of you know how to solve that problem? Any help would be
appreciated.
Best regards,
Sascha

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


[xwiki-users] LDAP users authentication

2009-04-27 Thread PERINAUD Christophe
Hello,

I have a strange thing in my wiki farm. I sent to a user (that never used any 
wiki) a link to a page in one of my virtual wikis.
The first thing he is able to see is a login window on the main wiki (even if 
there is no access restriction on the page)
After log in the system he comes back on the page with a message saying he has 
no right to access the page but the administrate menu is available (and he is 
not one of the administrators). In the local users of the virtual wiki i am not 
able to see him. In the global i can (i guess that's ok as he logged in the 
main wiki)

I went on the main wiki, i deleted his local profile and asked him to go on the 
main page of the virtual wiki and click on the login link (of the virtual 
wiki). He is now able to see the page discussed previously and no more 
administrate menu is displayed (everything is fine)

Is there any restriction about the method users have to connect and identify 
them the first time ?

Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 1.8 from the pack Jetty/HSQL




This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Does myxwiki support jcaptcha??

2009-04-27 Thread Ajdin Brandic
Is jcaptcha enabled on myxwiki ???

Thanks
Ajdin
 
 


NOTICE

This message and any files transmitted with it is intended for the addressee 
only and may contain information that is confidential or privileged. 
Unauthorised use is strictly prohibited. If you are not the addressee, you 
should not read, copy, disclose or otherwise use this message, except for the 
purpose of delivery to the addressee. 

Any views or opinions expressed within this e-mail are those of the author and 
do not necessarily represent those of Coventry University.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] LDAP users authentication

2009-04-27 Thread Sergiu Dumitriu
PERINAUD Christophe wrote:
 Hello,
 
 I have a strange thing in my wiki farm. I sent to a user (that never used any 
 wiki) a link to a page in one of my virtual wikis.
 The first thing he is able to see is a login window on the main wiki (even if 
 there is no access restriction on the page)
 After log in the system he comes back on the page with a message saying he 
 has no right to access the page but the administrate menu is available (and 
 he is not one of the administrators). In the local users of the virtual wiki 
 i am not able to see him. In the global i can (i guess that's ok as he logged 
 in the main wiki)
 
 I went on the main wiki, i deleted his local profile and asked him to go on 
 the main page of the virtual wiki and click on the login link (of the virtual 
 wiki). He is now able to see the page discussed previously and no more 
 administrate menu is displayed (everything is fine)
 
 Is there any restriction about the method users have to connect and identify 
 them the first time ?

No, there's no reason for this. A possible explanation:

- The link followed was somehow wrong, pointing to a non-existing wiki.
- This normally redirects to the main wiki to a page explaining that 
this wiki does not exist.
- The administration menu could only appear if the rights on your main 
wiki are wrongly set. I'd advise you revise your rights, since this is a 
potential security issue.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] LDAP users authentication

2009-04-27 Thread PERINAUD Christophe
Hi,

 No, there's no reason for this. A possible explanation:
 
 - The link followed was somehow wrong, pointing to a non-existing
wiki.

Given to another user (that has already connect in), the link works

 - This normally redirects to the main wiki to a page explaining that 
  this wiki does not exist.

The wiki exists. After login the message is that the user has no right
to view the page

  - The administration menu could only appear if the rights on your
main 
 wiki are wrongly set. I'd advise you revise your rights, since this is
a 
 potential security issue.

But in this case why after deleting local profile on the main wiki and
asking the user to connect on the virtual wiki, everything goes fine
(able to see and no admin rights) ? I did not change rights before
deleting.
I checked the rights space and the rights page and there is no
restriction. On the main wiki, only unregistered users have restriction
(no edition)


This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Does myxwiki support jcaptcha??

2009-04-27 Thread Sergiu Dumitriu
Ajdin Brandic wrote:
 Is jcaptcha enabled on myxwiki ???
 

Yes, if you enable it on your wiki.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] LDAP users authentication

2009-04-27 Thread Sergiu Dumitriu
PERINAUD Christophe wrote:
 Hi,
 
 No, there's no reason for this. A possible explanation:

 - The link followed was somehow wrong, pointing to a non-existing
 wiki.
 
 Given to another user (that has already connect in), the link works

I'm not saying that the link is wrong, but that it got wrong somewhere 
in the process: bad copy/paste in the mail, bad copy/paste in the 
browser, etc.

 - This normally redirects to the main wiki to a page explaining that 
  this wiki does not exist.
 
 The wiki exists. After login the message is that the user has no right
 to view the page

Can you tell me what was the name of the page that was displayed to the 
user? The one from the main wiki.

  - The administration menu could only appear if the rights on your
 main 
 wiki are wrongly set. I'd advise you revise your rights, since this is
 a 
 potential security issue.
 
 But in this case why after deleting local profile on the main wiki and
 asking the user to connect on the virtual wiki, everything goes fine
 (able to see and no admin rights) ? I did not change rights before
 deleting.

This is normal behavior. Connecting to a local wiki is just that, 
connecting to a local wiki, there's no relation to the main wiki and its 
rights. The fact that the first time the user ended up on the main wiki 
is an exceptional case, which must be investigated. Ignore the normal 
behavior, it is working fine. Debug the main wiki rights issue.

 I checked the rights space and the rights page and there is no
 restriction. On the main wiki, only unregistered users have restriction
 (no edition)

There's no reason why visiting a local wiki should redirect to the 
global one, except the one that I stated above. Try logging in on the 
main wiki, to see what's happening. Try using that user's account on 
both the global and local wiki.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Does myxwiki support jcaptcha??

2009-04-27 Thread Ajdin Brandic
Oh, enable by going to
/xwiki/bin/edit/XWiki/XWikiPreferences?editor=objectclassname=XWiki.XWi
kiPreferencesobject=0 
and setting Anonymous and Registered (all of them) to Image.

Thanks
Ajdin

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
Of Sergiu Dumitriu
Sent: 27 April 2009 15:32
To: XWiki Users
Subject: Re: [xwiki-users] Does myxwiki support jcaptcha??

Ajdin Brandic wrote:
 Is jcaptcha enabled on myxwiki ???
 

Yes, if you enable it on your wiki.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
 
 


NOTICE

This message and any files transmitted with it is intended for the addressee 
only and may contain information that is confidential or privileged. 
Unauthorised use is strictly prohibited. If you are not the addressee, you 
should not read, copy, disclose or otherwise use this message, except for the 
purpose of delivery to the addressee. 

Any views or opinions expressed within this e-mail are those of the author and 
do not necessarily represent those of Coventry University.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] new wiki request

2009-04-27 Thread Sergio Ciccolella
Description:  This is for use with software and processes to assist in the
operation of the community and non-profit Day Worker Center of Mountain
View described in http://www.dayworkercentermv.org/



I registered as sergioc but don't know where to specify the name for the
wiki dayworkercentermv which will be used with
dayworkercentermv.myxwiki.org


Thanks,


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