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.
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
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
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
Say thanks to someone of the website of itaca where i found the source code ;-)
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de Hesediel
Envoyé : lundi 27 avril 2009 11:34
À : users(a)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(a)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
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=xar&history=false&name="+$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="$parametros">Exportar</a>
#end
-------------
Hope it helps
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de Hesediel
Envoyé : lundi 27 avril 2009 11:10
À : users(a)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=xar&name=Panels.v1&pages=Panels.Panels%E8&pages=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(a)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
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=xar&name=Panels.v1&pages=Panels.Panels%E8&pages=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.
Hi everyone,
I've noticed one thing about WYSIWYG 2.0 (the editor used when the page
syntax is xwiki2.0) : we don't have the option to merge the cells. In
WYSIWYG 1.0, we had the possibility to do this.
Is this functionnality abandonned ?
Another thing, in WYSIWYG 1.0 we had the possibility to do that BUT it
didn't work : when we "validated" the creation/edition of our page, the
table didn't display the same way as it was displaying on WYSIWYG 1.0 (for
merge cells).
I didn't know if I had to post a Jira minor bug for this (if the
functionnality is abandonned for WYSIWYG 2.0, there's no interests to do
that).
Thanks in advance,
Hesediel.
--
View this message in context: http://n2.nabble.com/Merge-Cells-in-WYSIWYG-2.0-tp2691526p2691526.html
Sent from the XWiki- Users mailing list archive at Nabble.com.