Hello,
I am trying to move a space and all it's children pages to a different
space, which already exists and has content. If i move the space
Webhome1 to Webhome2 the contents of Webhome1 will become orphaned. Is
this possible without having to rename/move each page manually?
view/Webhome1/* -> view/Webhome2/Webhome1/*
Thanks.
--
Intertainservices
4101 Yonge St., Suite 506
Toronto, Ontario, M2P 1N6
Phone: +1 416 225-8475 x303
Fax: +1 416 535 9094
Cell: +1 416 562 5378
E-mail: mike.jakubik(a)intertainservices.com
This message, including any attachments, is privileged and may contain confidential information intended only for the person(s) named above. Any other distribution, copying or disclosure is strictly prohibited. If you are not the intended recipient or have received this message in error, please notify me immediately by reply email and permanently delete the original transmission, including any attachments, without making a copy.
Hi!
I want to retrieve some content from the web site (on the same domain
as XWiki) using groovy. I've already got success for not protected
site, but when the site requires username/password, then the script
fails. So I somehow need to pass already logged in XWiki user
credentials.
XWiki 1.6, configured LDAP authentication for AD.
Here's the script:
Best regards, Mike
Morning everyone :-),
After discussions in Jira about the same topic :
http://jira.xwiki.org/jira/browse/XWIKI-3660 XWIKI-3660 and
http://jira.xwiki.org/jira/browse/XWIKI-3657 XWIKI-3657 , I have tried the
application contriduted by Ludovic Dubost, which is supposed to aim to that
I want.
I've met several problems with it :
* Problem of view in Firefox : For more precisions about this, please go
to http://jira.xwiki.org/jira/browse/XWIKI-3660 XWIKI-3660 .
* Problem in the code :
It detects all my spaces but when I select one of them in the drop
down list, it doesn't work.
Tomcat says :
[ERROR] Left side ($action) of '==' operation has null value. If a
reference, it may not be in the context.
Operation not possible. Admin.Export [line 24, column 20].
It's not a problem about the xwiki syntax : it doesn't work with xwiki
syntax 1.0 and xwiki syntax 2.0.
Moreover, I've noticed this functionnality is needed since 2006. What's the
state of this application ? (Done/In Process/Abandonned/...)
Thanks in advance,
Hesediel.
--
View this message in context: http://n2.nabble.com/Export-Import-selected-spaces-pages-tp2674816p2674816.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
We are facing issue integrating XWiki against our enterprise LDAP
directories.
The fact is that we can't implement the LDAP group-mapping feature
(xwiki.authentication.ldap.group_mapping)
because xwiki tries to retrieve groups members using the xwiki
logged/authenticated user
who has no access right on the LDAP groups entries.
That's why we configured xwiki to use a "proxy" ldap account
(ldap_dn/ldap_pass) which has
the required access privileges to query the whole ldap.
But unfortunately, Xwiki binds first using this proxy account and
then binds again using the logged user credentials before
actually searching for the mapped groups members.
Please find below the ldap requests made by xwiki I caught using a network
sniffer tool:
1. xwiki binds against the ldap server using the "proxy" account
(bind_dn/bind_pass)
2. xwiki get all members of the "ldap.user_group" xwiki parameter (it works
since still connected with the proxy account)
3. xwiki binds using the credentials provided by the user
4. xwiki search for the user information (ldap.fields_mapping)
5. xwiki get the "ldap.group_mapping" members --> returns no entry
Unfortunatly we are not in charge of the ldap servers administration and we
are not able to change
their configuration and grant read access on the groups entries to all the
users.
Is there any parameter to force xwiki to perform ldap queries (expect to
authenticate the user) using the
proxy account (credential defined in ldap_dn/ldap_pass)?
XWiki should bind first using the users credential to authenticate the user
and then perform
all other required ldap requests using the proxy account.
We are currently evaluating the last stable release 1.8 (but applies to
previous release as well) and
group mapping feature is highly needed.
Any help will be greatly welcome.
Thank you in advance.
Regards,
Laurent
Hi,
new link dialog is great but the "open in new window option" does not work.
It inserts rel="__blank" instead of target"_blank"
hel.
-----
----
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/New-WYSIWYG-%281.8.1%29-tp2664778p2664778.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Since changing the security setting of Xwiki-space i'm a bit in
trouble...
The goal was to secure the xwiki.{username}, since we need to protect
the privacy of our users.
So I revoked the permision of Guests to xwiki space.
But since this I had problems, I can solve them one.by.one by granting
read access of a specific page to guest or group
Now the RSS FEED and notification of the watchlist does not work
anymore, I do not get notifications of changed pages.
How can I set a watchlist on a space? If somebody adds a page or
modifies a page I would like to get notified
Gerritjan
Hi everyone,
Nowadays, to convert a document to xwiki 2.0, we have to select on the drop down list when we're editing a page, slecte xwiki 2.0. So to convert a page to xwiki2.0 syntax, the user (administrator or other) have to do this manipulation himself.
I was thinking when I read in Jira "Continue work on automatic converter from XWiki Syntax 1.0 to XWiki Syntax 2.0" that the user won't have to do the manipulation by himself anymore. But when I read more about this post, I understood it's not really the purpose, it's a improvement of the existing.
Is a "true" automatic converter to xwiki2.0 scheduled ? If yes, for which version of xwiki entreprise ? :-)
I mean by that to convert a page automatically in xwiki2.0 if it's in xwiki1.0 (the user has not to do it by himself).
The thing is I've implemented the basic xwiki xar in order to have my own xwiki. So in my newxwiki.xar, I have a core of pages using xwiki1.0 syntax and I have my new pages using xwiki2.0 syntax. To blend the syntax of all my pages in xwiki2.0 when I update my version of xwiki (1.8) will i need to :
* Solution 1
o Download a basic xwiki xar file using syntax 2.0.
o Recreate all my pages.
* Solution 2
o Import my xar file directly in the new xwiki version (the conversion should happen automatically).
I want to unify the syntax I'm using in my xwiki in order to simplify the life of my users/admistrators (because when you edit a page using xwiki1.0, you haven't the same WYSIWYG editor as the one you have when you edit a page using xwiki2.0 for example).
--
View this message in context: http://n2.nabble.com/Automatic-converter-to-xwiki-syntax-2.0-tp2662524p2662…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I just updated to XWiki Syntax 2.0 (XWiki 1.8.1) and it looks like the
intermap syntax is not supported anymore. Is this correct? Will there be
a replacement?
Thanks
Reto
Your wiki is created. You can access it at http://tugen.myxwiki.org
Enjoy ;)
On Sat, Apr 18, 2009 at 22:29, Jean-Paul Chapalain
<jpchapalain(a)gmail.com> wrote:
> my user.id is "Tugen".
>
> Thk
> --
> -- Jean-Paul Chapalain
> -- Mail to : jpchapalain(a)gmail.com
> --
>
>
>
> On Sat, Apr 18, 2009 at 10:23 PM, Thomas Mortagne
> <thomas.mortagne(a)xwiki.com> wrote:
>> Hi Jean-Paul,
>>
>> What is your user id on myxwiki.org ?
>>
>> On Sat, Apr 18, 2009 at 21:49, Jean-Paul Chapalain
>> <jpchapalain(a)gmail.com> wrote:
>>> HI,
>>>
>>> I'm testing wiki solutions for my company.
>>>
>>> Could you create a wiki for me with url http://tugen.myxwiki.org:8080 ?
>>>
>>> Thank In advance.
>>> --
>>> -- Jean-Paul Chapalain
>>> -- Mail to : jpchapalain(a)gmail.com
>>> --
>>> _______________________________________________
>>> users mailing list
>>> users(a)xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>
>>
>>
>> --
>> Thomas Mortagne
>>
>
--
Thomas Mortagne
HI,
I'm testing wiki solutions for my company.
Could you create a wiki for me with url http://tugen.myxwiki.org:8080 ?
Thank In advance.
--
-- Jean-Paul Chapalain
-- Mail to : jpchapalain(a)gmail.com
--