Hi XWiki users,
There are some simple ways to contribute to XWiki (see http://dev.xwiki.org/xwiki/bin/view/Community/Contributing)
and one of them is help spread the word about XWiki.
* And one way that helps is for example to click on the "I use this"
button on Ohloh:
http://www.ohloh.net/projects/xwiki
Right now there are only 20 users who taken the time to click on it.
I'm sure we could increase this number easily with your help! Go, go
go :)
* Another way is to create a reference page on http://www.xwiki.org/xwiki/bin/view/References/
(very easy to do), just use the template there.
* We also have a XWiki user map on frappr:
http://www.frappr.com/xwikiusers
* Of course blogging, tweeting and talking to people about XWiki helps
tremendously too. So if you want to see XWiki continue and grow you
know what you have to do!
Thanks a lot for your help
-Vincent on behalf of the XWiki project
Hello,
Seems to me there is a bug with this snippet. It renders fine, displays the
existing tags, etc. The problem arises when you try to add new tags using
this.
Ex:
I replace the 'Tag Panel' code with the snippet code, and change the 'panel
type' to 'view', then add the panel to one of the menu bars (left or right).
I browse to a space that has no tags on it, and use the panel to add 2 new
tags (type the tags in the textbox and press 'update' button). The two tags
were like this:
tag_1|tag_2
But, when I click the 'update' button, it applies the tag to the page, but
instead of seeing two tags titled 'tag_1' and 'tag_2', I see one tag titled
'tag_1 tag_2'.
Has anyone else seen this problem, or know how to fix it? The code snippet
is available here.
--
View this message in context: http://n2.nabble.com/Problem-with-%27Inline-Tag-Edition-Snippet%27-tp149934…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
Can someone help me?
I need urgent two HQL queries:
1. Query for all "wanted pages" - pages that have been linked to, but are
not yet written - new pages (links with the question mark next to them);
2. The version number of the document I restored/rolled back to.
Thanks in advance,
adoro
--
View this message in context: http://n2.nabble.com/Please%2C-badly-need-help-with-HQL...-tp1493848p149384…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Greetings
I have a simple doubt. There is a way to give the privilage of creating new XWiki pages to a user, but
forbidden him of creating tags in new pages?
Thanks in advance
Bruno Neves
Hi, I'm trying to implement xwiki for the first time in our environment. We
have an OpenLDAP server that I would like to use for authentication. I have
been able to get xwiki to authenticate via LDAP for users that already exist
in the xwiki database, but there are a few things that still are not right.
1. I can not log in to xwiki unless the user already exists in the xwiki
database. This would not be a problem (and in fact is probably prefered)
except...
2. When xwiki is configured to use LDAP, I can not add a user to the
database. I also can not change xwiki group membership or permissions for
any user when xwiki is configured for LDAP. Everything related to users
seems to be locked while xwiki is on LDAP.
3. Users can authenticate using their LDAP password or the password that is
stored in the xwiki database. I know that has to do with the
'xwiki.authentication.ldap.trylocal=1' setting, but without that it, the
login form gives no feedback as to why the login failed. ex. "Wrong user
name" etc.
Right now it seems to me that the only way for me to add a new user to xwiki
would be to:
1. take xwiki off LDAP
2. add user to xwiki database
3. set permissions
4. put xwiki back on LDAP
There has to be an easier way to do this. Some of the threads I've been
reading indicate that users are automatically created when authenticated via
LDAP. This would be fine with me as long as the default group had no
permissions, and I could later assign the user to the appropriate group.
I've included an excerpt from my xwiki.cfg file. Please let me know if I'm
doing something wrong.
Thanks.
FYI my xwiki version number is 1.6.1.13621
-------------------
Excerpt from xwiki.cfg:
#-------------------------------------------------------------------------------------
# LDAP
#-------------------------------------------------------------------------------------
#-# new LDAP authentication service
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
#-# Turn LDAP authentication on - otherwise only XWiki authentication
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap=1
#-# LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.)
xwiki.authentication.ldap.server=192.168.xxx.xxx
xwiki.authentication.ldap.port=389
#-# LDAP login, empty = anonymous access, otherwise specify full dn
#-# {0} is replaced with the username, {1} with the password
xwiki.authentication.ldap.bind_DN=cn=manager,dc=[domain],dc=[TLD]
xwiki.authentication.ldap.bind_pass=xxxxxxxxxxx
#-# Force to check password after LDAP connection
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap.validate_password=0
#-# only members of the following group will be verified in the LDAP
#-# otherwise only users that are found after searching starting from the
base_DN
#
xwiki.authentication.ldap.user_group=cn=developers,ou=groups,o=MegaNova,c=US
#-# [Since 1.5RC1, XWikiLDAPAuthServiceImpl]
#-# only users not member of the following group can autheticate
# xwiki.authentication.ldap.exclude_group=cn=admin,ou=groups,o=MegaNova,c=US
#-# base DN for searches
xwiki.authentication.ldap.base_DN=ou=Users,dc=percipenz,dc=com
#-# Specifies the LDAP attribute containing the identifier to be used as the
XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=uid
#-# [Since 1.5M1, XWikiLDAPAuthServiceImpl]
#-# Specifies the LDAP attribute containing the password to be used "when
xwiki.authentication.ldap.validate_password" i$
# xwiki.authentication.ldap.password_field=userPassword
#-# [Since 1.5M1, XWikiLDAPAuthServiceImpl]
#-# The potential LDAP groups classes. Separated by commas.
#
xwiki.authentication.ldap.group_classes=group,groupOfNames,groupOfUniqueNames,dynamicGroup,dynamicGroupAux,groupWiseDi$
#-# [Since 1.5M1, XWikiLDAPAuthServiceImpl]
#-# The potential names of the LDAP groups fields containings the members.
Separated by commas.
# xwiki.authentication.ldap.group_memberfields=member,uniqueMember
#-# retrieve the following fields from LDAP and store them in the XWiki user
object (xwiki-attribute=ldap-attribute)
#-# ldap_dn=dn -- dn is set by class, caches dn in XWiki.user object for
faster access
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=displayName,email=mail
#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki otherwise
this happens only once when the XWiki accou$
xwiki.authentication.ldap.update_user=1
#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# mapps XWiki groups to LDAP groups, separator is "|"
#
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=AdminRole,ou=groups,o=MegaNova,c=US|\
#
XWiki.Organisation=cn=testers,ou=groups,o=MegaNova,c=US
#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# time in s after which the list of members in a group is refreshed from
LDAP (default=3600*6)
# xwiki.authentication.ldap.groupcache_expiration=21800
#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# - create : synchronize group membership only when the user is first
created
#-# - always: synchronize on every login
# xwiki.authentication.ldap.mode_group_sync=always
#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# if ldap authentication fails for any reason, try XWiki DB authentication
with the same credentials
xwiki.authentication.ldap.trylocal=1
#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# SSL connection to LDAP server
#-# 0: normal
#-# 1: SSL
# xwiki.authentication.ldap.ssl=0
#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# The keystore file to use in SSL connection
# xwiki.authentication.ldap.ssl.keystore=
#-# [Since 1.5M1, XWikiLDAPAuthServiceImpl]
#-# The java secure provider used in SSL connection
#
xwiki.authentication.ldap.ssl.secure_provider=com.sun.net.ssl.internal.ssl.Provider
--
View this message in context: http://n2.nabble.com/New-users-and-LDAP-tp1482130p1482130.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hallo,
can someone help me - how to get a real comment from revision version if I
do rollback (in this case in history it will be always "Rollback to version
...").
Best Regards,
adoro
--
View this message in context: http://n2.nabble.com/How-to-get-a-comment-from-revision-version--tp1489643p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Just looking at the new WYSIWYG editor - just one question - will there be
an option to make it easy to link to a file on a network drive i.e. via
file:// ? Yes I know one could insert files into the wiki itself, but some
people (those new to wikis) prefer the flexibility of storing files on
network drives and it also provides a means of using the wiki as a way of
indexing files on network drives and commenting on what the files are.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Jean-Vincent Drean
Sent: 13 November 2008 11:51
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 2 Released
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.7 Milestone 2. Second milestone of the XWiki Enterprise
1.7 version.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes:
* Work in progress on the new XWiki Syntax v2.0.
* Work in progress on the new WYSIWYG editor.
* Added a ROOT webapp to the standalone distribution.
Important bug fixes:
* SMTP server address is not re-read when it's changed in global preferences
* Watchlist update sent by email does not contain the full path to a
changed attachment
Note that general goals for XWiki Enterprise 1.7 are:
* Working and usable (i.e. users can use them for their day to day
work instead of the old Syntax and old WYSIWYG editor) versions of new
rendering and new WYSIWYG editor.
* Working JCR (can be used for day to day work instead of Hibernate).
* French XE
* Blog revamping
* Webdav integration
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise17M2
Thanks,
The XWiki dev team
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on sender's telephone number above
and delete it and all copies from your system. We accept no responsibility
for changes to any e-mail which occur after it has been sent. Attachments
to this e-mail may contain software viruses which could damage your system.
We therefore recommend you virus-check all attachments before opening.
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi,
I was running in similar problems. By now i'm using hibernate.cfg.xml with
pure JDBC connection.
DataSource was working up to 1.5.2 - and is not working since 1.6zzz.
JBoss (4.2.1, 4.2.2) shows JNDI reference but it is not recognized by xwiki.
Should I raise a JIRA?
regards,
Rudi
semasont wrote:
>
> Hi all,
>
> since xwiki 1.6 release I'm keen on having fun with it, but there is a
> problem while setting it up.
> I'm running Jboss (vers. 4.2.1) and I've already successfully installed
> xwiki 1.1.1 on it. My plan was
> to "upgrade" simply by implementing the new .war of the 1.6 (like
> described in Admin'sGuide and Admin's
> Guide/JBoss). I configuered my hibernate-config-xml, web.xml and xwiki.cfg
> with my old settings (I'm using
> DataSource). When everything is set and I want to start the run.bat all
> seems ok, but one "WARN" appears:
>
> WARN [javax.enterprise.resource.webcontainer.jsf.config] Unable to
> process deployment descriptor for context 'null' (from server.log)
>
> when I try to start xwiki via browser(http://localhost:8080/xwiki)
> exception 404 is thrown
>
> So, does anyone here tried out xwiki with the upper combination, or knows
> smth I did wrong???
> I'd be really happy and thankful for some help/advice =)
>
> greetz markus
>
--
View this message in context: http://n2.nabble.com/Problems-with-migration-to-xwiki-1.6.war-in-jboss-4.2.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Ik was wondering if it would be useful to allow userpages (including
XWiki.XWikiUserClass) in another space than the XWiki 'system' space. I
tried this, but logging on only seems to work if users are in the XWiki
space. I would like them to be in a seperate space to allow users to
edit content on their own page and others to comment on them.
Regards,
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)
Hello community,
This may be a bit of an easy/stupid question, but bear with me! Is there a
way to assess what page is currently being viewed by the user (with
Velocity), so that I may be able to do something like this:
#if (currentPage = someOtherPage)
...do this...
#else
... do something else...
#end
Any input on this would be amazing! Cheers once again to the XWiki
community.
--
View this message in context: http://n2.nabble.com/How-to-assess-what-page-is-currently-being-viewed-by-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Also is there going to be an table properties option to set the table border
on/off, border line widths/colours, table cell colours, column, row widths,
column headings, etc - our users would like the flexibility of tables to
help layout their wiki pages (hiding the table borders) to mimic magazine
layouts.
Richard
-----Original Message-----
From: goldring, richard
Sent: 13 November 2008 13:56
To: 'XWiki Users'
Subject: RE: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 2
Released
Just looking at the new WYSIWYG editor - just one question - will there be
an option to make it easy to link to a file on a network drive i.e. via
file:// ? Yes I know one could insert files into the wiki itself, but some
people (those new to wikis) prefer the flexibility of storing files on
network drives and it also provides a means of using the wiki as a way of
indexing files on network drives and commenting on what the files are.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Jean-Vincent Drean
Sent: 13 November 2008 11:51
To: XWiki Developers; XWiki Users
Subject: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 2 Released
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.7 Milestone 2. Second milestone of the XWiki Enterprise
1.7 version.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes:
* Work in progress on the new XWiki Syntax v2.0.
* Work in progress on the new WYSIWYG editor.
* Added a ROOT webapp to the standalone distribution.
Important bug fixes:
* SMTP server address is not re-read when it's changed in global preferences
* Watchlist update sent by email does not contain the full path to a
changed attachment
Note that general goals for XWiki Enterprise 1.7 are:
* Working and usable (i.e. users can use them for their day to day
work instead of the old Syntax and old WYSIWYG editor) versions of new
rendering and new WYSIWYG editor.
* Working JCR (can be used for day to day work instead of Hibernate).
* French XE
* Blog revamping
* Webdav integration
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise17M2
Thanks,
The XWiki dev team
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on sender's telephone number above
and delete it and all copies from your system. We accept no responsibility
for changes to any e-mail which occur after it has been sent. Attachments
to this e-mail may contain software viruses which could damage your system.
We therefore recommend you virus-check all attachments before opening.
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.7 Milestone 2. Second milestone of the XWiki Enterprise
1.7 version.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes:
* Work in progress on the new XWiki Syntax v2.0.
* Work in progress on the new WYSIWYG editor.
* Added a ROOT webapp to the standalone distribution.
Important bug fixes:
* SMTP server address is not re-read when it's changed in global preferences
* Watchlist update sent by email does not contain the full path to a
changed attachment
Note that general goals for XWiki Enterprise 1.7 are:
* Working and usable (i.e. users can use them for their day to day
work instead of the old Syntax and old WYSIWYG editor) versions of new
rendering and new WYSIWYG editor.
* Working JCR (can be used for day to day work instead of Hibernate).
* French XE
* Blog revamping
* Webdav integration
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise17M2
Thanks,
The XWiki dev team
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!
Hi users,
We can't get a consensus between the developers, so we need your opinion
about this (as fast as possible):
What is the best term:
1. blog post
2. blog entry
3. blog article
Thank you.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi,
We are busy building a multilanguage xWiki.
My polish friends are complaining about the fact that the words are
not displaying correctly
Is it due to ApplicationResources_pl.properties supplied in xWiki 1.6.1?
Or is a setting ?
Gerritjan