Hello,
I am building a documentation wiki and have hundreds of pages being
generated by scripts.
In generating the pages I have used an existing unique identifier as the
name of the document.
Now when using the Insert/edit link dialog in the Wysiwyg editor, I can
only see the short
name (i.e. the unique identifier). Since this makes it difficult for my
users to recognize which
document to link to, I would prefer to see the title in this dialog. Is
there any way to change
this? Is a velocity template being used for this dialog.
Thanks,
Henk
--
==
Henk F. Schouten, ICT-architect, Dienst ICT
room: SL 2.32, phone (31) 70 4457611, email: H.F.Schouten(a)hhs.nl
De Haagse Hogeschool, Johanna Westerdijkplein 75, 2521 EN the Hague (NL)
Hey everyone,
While using XWiki version 1.1.2.5797 to document some software, the
following problem occurred:
I tried to insert snippets of a XSL file into a XWiki page using a {code}
macro. As far as I know this macro treats input as plaintext, which would
be exactly what I need. However, it turned out to work differently. It
parsed HTML entities, so instead of displaying inputs like
<!ENTITY Auml "&#196;">
exactly as they are, the HTML parts are parsed to
<!ENTITY Auml "Ä">
Having failed with the {code} macro, I tried {pre} and \, but none of them
worked. The same problem occurred when I used XWiki 1.7 which is running
on a test server in the company I work for. Does anyone of you know how to
make XWiki display HTML and XML entities as plaintext?
I could not find anything about this problem in the documentation, the
FAQ, or in the mailing list archive. Did I simply miss something? Since I
read some threads about issues with the WYSIWYG editor, let me add that I
use the XWiki editor, not the WYSIWYG editor.
Any help would be greatly appreciated!
Best regards,
Sascha
Hi all,
I use XWS version 1.1 or 1.2M with the same problem since few days :-(
There is no problem for locals users (even or simple user), but when users
auth via LDAP (openldap), when they connect, there is an error :
You cannot create a personnal space since your not registered on this wiki!
whereas they are connected ...
I didn't find any clues to solve the problem and never see this error in the
archives ...
Here is the ldap config :
xwiki.authentication.ldap=1
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
xwiki.authentication.ldap.server=ldap.test.com
xwiki.authentication.ldap.port=391
xwiki.authentication.ldap.bind_DN=uid={0},ou=people,dc=uhp-nancy,dc=fr
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.validate_password=0
xwiki.authentication.ldap.base_DN=ou=people,dc=uhp-nancy,dc=fr
xwiki.authentication.ldap.UID_attr=uid
xwiki.authentication.ldap.group_classes=groupOfNames
xwiki.authentication.ldap.group_memberfields=member
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.trylocal=1
xwiki.authentication.ldap.ssl=0
Here is the debug, we can find an error "New XWiki user created: null" :
18:48:59,211
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Found user dn with the
user object: null
18:48:59,212
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Searching for the user
in LDAP: user:massenot base:ou=people,dc=uhp-nancy,dc=fr
query:(uid=massenot) uid:uid
18:48:59,212
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-1] DEBUG ldap.XWikiLDAPConfig - Ready to create user
from LDAP with fields
last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
18:48:59,216
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - LDAP attributes will
be used to update XWiki attributes.
18:48:59,216
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Creating new XWiki
user based on LDAP attribues located at
uid=massenot,ou=people,dc=uhp-nancy,dc=fr
18:48:59,216
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-1] DEBUG ldap.XWikiLDAPConfig - Ready to create user
from LDAP with fields
last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
18:48:59,266
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - New XWiki user
created: null
18:48:59,435
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/$!redirect]
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Found user dn with the
user object: uid=massenot,ou=people,dc=uhp-nancy,dc=fr
18:48:59,435
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/$!redirect]
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - LDAP attributes will
be used to update XWiki attributes.
18:48:59,435
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/$!redirect]
[http-8080-1] DEBUG ldap.XWikiLDAPConfig - Ready to create user
from LDAP with fields
last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
18:48:59,437
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/$!redirect]
[http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Updating existing user
with LDAP attribues located at uid=massenot,ou=people,dc=uhp-nancy,dc=fr
18:48:59,437
[http://172.22.123.8:8080/xwiki/bin/loginsubmit/XWiki/$!redirect]
[http-8080-1] DEBUG ldap.XWikiLDAPConfig - Ready to create user
from LDAP with fields
last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
18:48:59,615 [http://172.22.123.8:8080/xwiki/bin/view/Main/] [http-8080-1]
DEBUG LDAP.XWikiLDAPAuthServiceImpl - Found user dn with the user object:
uid=massenot,ou=people,dc=uhp-nancy,dc=fr
18:48:59,616 [http://172.22.123.8:8080/xwiki/bin/view/Main/] [http-8080-1]
DEBUG LDAP.XWikiLDAPAuthServiceImpl - LDAP attributes will be used to
update XWiki attributes.
18:48:59,616 [http://172.22.123.8:8080/xwiki/bin/view/Main/] [http-8080-1]
DEBUG ldap.XWikiLDAPConfig - Ready to create user from LDAP with
fields
last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
18:48:59,618 [http://172.22.123.8:8080/xwiki/bin/view/Main/] [http-8080-1]
DEBUG LDAP.XWikiLDAPAuthServiceImpl - Updating existing user with LDAP
attribues located at uid=massenot,ou=people,dc=uhp-nancy,dc=fr
18:48:59,618 [http://172.22.123.8:8080/xwiki/bin/view/Main/] [http-8080-1]
DEBUG ldap.XWikiLDAPConfig - Ready to create user from LDAP with
fields
last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
Any clues ?
I have try the old method for LDAP
(com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl), the result is different
but not correct ...)
Thx.
(Sorry if you received twice, i didn't validate my account in the list the
first one ...).
--
View this message in context: http://n2.nabble.com/You-cannot-create-a-personnal-space-since-your-not-reg…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm running XWiki 1.6.1 as a root application in Jetty. I've made all the
modifications on http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs,
but prototype.js is getting included as "/prototype.js", which returns a not
found message.
In the comments on the Short URLs article, someone mentions that they had
the same issue, and had to add another servlet mapping. How do I do this?
Jonathan
Hallo Community,
perhaps a stupid question:
I have created a new class, e.g. "XwikiTestClass"
How can I add an object from this class to all documents in my Wiki (or to
some selected spaces) ?
Thanks in advance
Alla
--
View this message in context: http://n2.nabble.com/Add-object-tp1489281p1489281.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
no solution jet. I also think the jar-File is corrupted.
Greetings Helmut
Florian Rhomberg wrote:
>
> Hi!
> I have the same problem when I tried to install the plugin yesterday. Have
> you already found a solution? I believe that the jar file is corrupted.
>
> Greetings,
> Florian
>
>
--
View this message in context: http://n2.nabble.com/DocumentTree-Plugin-tp1111723p1125613.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
I have created a class and multiple documents under that. Is there any way
in XWiki to get mostly viewed documents of this particular class ? Please
help. i am using XE 1.6
Regards
Syam
--
View this message in context: http://n2.nabble.com/Getting-Most-accessed-documents-tp1489044p1489044.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Does anyone know of some way to limit concurrent use of a user account? I
need to prevent the same user account being used by more than one person at
the same time.
Thanks
--
View this message in context: http://n2.nabble.com/Concurrent-users-tp1477107p1477107.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello community,
I'm not sure if this is a bug, or a feature, but the behavior is puzzling to
me. My company has set our XWiki site on a domain name, which is working
perfectly for us.
As you browse through the website, the domain name is always present in the
address bar and does not reveal the IP address of the server. However, when
a user elects to 'Edit' a page, they are then transferred to the editor they
chose (Wiki/Wysiwyg/objects/etc.), and when they are transferred, the domain
name in the address bar is replaced with the IP address. This behavior is
frustrating as we would like to keep the IP address of the server private,
so the users are not privy to that information. Has anybody else
experienced this behavior? And, is there a way to avoid or change this?
Also, I've noticed that all links generated by XWiki use the IP address of
the server machine as well. For instance, when you hover over any of the
links generated by the XWiki rendering engine, the address can be seen by
the user in the bottom left hand corner in the information panel, and they
always use the IP address. This again defeats the purpose of using a domain
name. Is there a way to change this also?
Thanks in advance
--
View this message in context: http://n2.nabble.com/Domain-name-in-address-bar-changed-to-IP-address-when-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Please help!
Have to edit the registration. I have added Xwiki registration and started
off by copying registerinline.vm into it, and removing the outer if clause
I have added several properties to the xwikiuser class, and by looking at
the code in registration have got the new fields in.
I have added the new fields to the profile pages too.
When I register a new user and go to their profile all the new fields are
blank - they display their boxes, but nothing in them.
Have I missed a step somewhere???
Very happy to share code if needs be but I am really stuck!
Could somebody please help!