Hello Community,
I have a important question: How can i customize my generated PDFs?
I know, that I can edit the pdf.vm, pdfheader.vm and so on..
But I need to include two Images in the header and the footer, which should
be used as background.
Also, I can't set the hight of head and footer.
Does anybody know, how I can do that?
And I have read, that you can include a CSS in the PDF generation process.
How can I Do that?
Sorry for my number of questions, but i haven't found any useful infos about
this questions..
Greetings,
Greg
I can't seem to get my XWiki to recognize my AD usernames. Can anyone
take a look at my xwiki.cfg to see if I'm doing something wrong?
When I try to log into the xwiki, I get a "Wrong User name", and the
user i'm using is in the crbs-admin group, which I've mapped to the
XWiki.XWikiAdminGroup group.
Thanks,
Sam
#-# new LDAP authentication service^M
xwiki
.authentication
.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
#-# Turn LDAP authentication on - otherwise only XWiki authentication
#-# 0: disable
#-# 1: enable^M
xwiki.authentication.ldap=1
#-# LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.)^M
xwiki.authentication.ldap.server=ldap.ad.xxxx.yyy
xwiki.authentication.ldap.port=636
#-# LDAP login, empty = anonymous access, otherwise specify full dn ^M
#-# {0} is replaced with the username, {1} with the password
#
xwiki
.authentication
.ldap
.bind_DN
=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP^M
xwiki.authentication.ldap.bind_DN={0}
xwiki.authentication.ldap.bind_pass={1}
#-# Force to check password after LDAP connection
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap.validate_password=0
^M
#-# only members of the following group will be verified in the LDAP^M
# otherwise only users that are found after searching starting from
the base_DN^M
#
xwiki
.authentication
.ldap.user_group=cn=developers,ou=groups,o=MegaNova,c=US^M
^M
#-# base DN for searches^M
xwiki.authentication.ldap.base_DN=OU=CRBS,DC=AD,DC=XXXX,DC=YYY
^M
#-# Specifies the LDAP attribute containing the identifier to be used
as the XWiki name (default=cn)^M
xwiki.authentication.ldap.UID_attr=sAMAccountName
#-# [SINCE 1.5M1, XWikiLDAPAuthServiceImpl]
#-# Specifies the LDAP attribute containing the password to be used
"when xwiki.authentication.ldap.validate_password" is set to 1
# 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,groupWiseDistributionList
#-# [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^M
^M
#-# 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^M
xwiki
.authentication
.ldap
.fields_mapping
=
name
=
sAMAccountName
,last_name
=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
^M
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki
otherwise this happens only once when the XWiki account is created.^M
xwiki.authentication.ldap.update_user=1
^M
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# mapps XWiki groups to LDAP groups, separator is "|"^M
xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=CN=crbs-
admin,OU=CRBS,DC=AD,DC=XXXX,DC=YYY|XWiki.XWiki.AllGroup=CN=crbs-
users,OU=CRBS,DC=AD,DC=XXXX,DC=YYY
#
XWiki.Organisation=cn=testers,ou=groups,o=MegaNova,c=US^M
^M
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# time in s after which the list of members in a group is refreshed
from LDAP (default=3600*6)^M
# xwiki.authentication.ldap.groupcache_expiration=21800^M
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]^M
#-# - create : synchronize group membership only when the user is
first created
#-# - always: synchronize on every login^M
# xwiki.authentication.ldap.mode_group_sync=always^M
^M
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# if ldap authentication fails for any reason, try XWiki DB
authentication with the same credentials^M
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
hello,
I'm trying connect xwiki to the ldap using this manual
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HGeneric…
but have problem with auth..
i'm using:
slapd 2.3.30-5+etch2
apache-tomcat-6.0.18
xwiki-enterprise-web-1.7-milestone-1.war
jdk1.6.0_07
xwiki.cfg ldap section:
#-------------------------------------------------------------------------------------
# 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=127.0.0.1
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={0},ou=people,dc=xxx,dc=com
xwiki.authentication.ldap.bind_pass={1}
#-# 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=people,dc=xxx,dc=com
#-# Specifies the LDAP attribute containing the identifier to be used as
the XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=cn
#-# [Since 1.5M1, XWikiLDAPAuthServiceImpl]
#-# Specifies the LDAP attribute containing the password to be used
"when xwiki.authentication.ldap.validate_password" is set to 1
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,groupWiseDistributionList
#-# [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=fullName,email=mail,ldap_dn=dn
#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki
otherwise this happens only once when the XWiki account is created.
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
java LDAP debug module exeption:
/
21:07:39,624 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG LDAP.XWikiLDAPAuthServiceImpl - LDAP
authentication failed: login null
21:07:39,627 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG ldap.XWikiLDAPConnection - Connection to LDAP
server [127.0.0.1:389]
21:07:39,641 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG ldap.XWikiLDAPConnection - Binding to LDAP
server with credentials login=[cn=user1,ou=people,dc=xxx,dc=com ]
password=[user1]
21:07:39,644 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Found user dn with
the user object: cn=user1,ou=people,dc=xxx,dc=com
21:07:39,646 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG LDAP.XWikiLDAPAuthServiceImpl - LDAP attributes
will be used to update XWiki attributes.
21:07:39,646 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG ldap.XWikiLDAPConfig - Ready to create
user from LDAP with fields
last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
21:07:39,649 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Updating existing
user with LDAP attribues located at cn=user1,ou=people,dc=xxx,dc=com
21:07:39,650 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG ldap.XWikiLDAPConfig - Ready to create
user from LDAP with fields
last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
21:07:39,651 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Local LDAP
authentication failed.
java.lang.NullPointerException
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.updateUserFromLDAP(XWikiLDAPAuthServiceImpl.java:730)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.syncUser(XWikiLDAPAuthServiceImpl.java:497)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:410)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:198)
at
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:149)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:239)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:165)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:148)
at
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:205)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3564)
at
com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:139)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3572)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4478)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:190)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
21:07:39,653 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin]
[http-8080-7] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Trying
authentication against XWiki DB/
In ldap logs:
/Oct 23 21:07:39 ubot slapd[4919]: conn=216 fd=11 ACCEPT from
IP=127.0.0.1:41337 (IP=0.0.0.0:389)
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=0 BIND
dn="cn=user1,ou=people,dc=xxx,dc=com" method=128
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=0 BIND
dn="cn=user1,ou=people,dc=xxx,dc=com" mech=SIMPLE ssf=0
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=0 RESULT tag=97 err=0 text=
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=1 EXT oid=0.0.0.0
Oct 23 21:07:39 ubot slapd[4919]: do_extended: unsupported operation
"0.0.0.0"
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=1 RESULT tag=120 err=2
text=unsupported extended operation
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=2 BIND anonymous
mech=implicit ssf=0
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=2 BIND
dn="cn=user1,ou=people,dc=xxx,dc=com" method=128
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=2 BIND
dn="cn=user1,ou=people,dc=xxx,dc=com" mech=SIMPLE ssf=0
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=2 RESULT tag=97 err=0 text=
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=3 SRCH
base="cn=user1,ou=people,dc=xxx,dc=com" scope=0 deref=0
filter="(objectClass=*)"
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=3 SRCH attr=sn givenName
fullName mail dn
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=3 SEARCH RESULT tag=101
err=0 nentries=1 text=
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=4 ABANDON msg=93
Oct 23 21:07:39 ubot slapd[4919]: conn=216 op=5 UNBIND
Oct 23 21:07:39 ubot slapd[4919]: conn=216 fd=11 closed
/Somebody can help me? Thanks and Greetings,
Bart
--
Bartłomiej Radziszewski
mobile: +48 509 561 540
e-mail: br(a)debian.linux.pl
JID: br(a)debian.linux.pl
ICQ: #305569725
Okay, so having a bit of difficulty with this...
I have a space 'Peoples', with a class/sheet/template associated with it.
I can create a new instance of this object, and it is created in the
'People' space, that's all fine and dandy...
In this class there is a property 'location', that is a static list, single
selection only in a drop down box.
For example's sake, I'll say there are 3 locations, 'X', 'Y', 'Z'.
On the 'Peoples' space's main page, where a user may create a new instance,
or see a list of already created 'People', I'm trying to create this list
divided by the three locations.
I tried to calculate the number of 'People' instances with the location 'X'
in the following manner:
#set ($whereClauseX = "obj.name=doc.fullName and
obj.name<>'Peoples.PeopleClassTemplate' and
obj.className='Peoples.PeopleClass' and prop.id.id = obj.id and
prop.id.name='location' and prop.value='X' order by doc.creationDate desc")
#set ($numX = "select count(distinct doc) from XWikiDocument doc, BaseObject
as obj, LargeStringProperty as prop where $whereClauseX")
Now, I know there are instances of 'People' objects in this space that have
the value 'X' for the 'location' property, but whenever I access this
variable, it is always being calculated as 0.
Can someone point out my problem with that block of code?
Also, this affects my later code I think as, when it hits the following
block of code, nothing appears on screen, and I get some errors in the
Tomcat screen. Code:
#if ($numX > 0)
<h3>Location X:</h3>
#set ($sql = ", BaseObject as obj, LargeStringProperty as prop where
$whereClauseX")
#set($bentrydoc = $xwiki.getDocument($item))
#set($bentryobj = $bentrydoc.getObject("Peoples.PeopleClass", "language",
$language, true))
#foreach ($item in $xwiki.searchDocuments($sql))
* [${bentrydoc.display("first_name","view",$bentryobj)}
${bentrydoc.display("last_name","view",$bentryobj)}|$item]
#end
#end
And the Tomcat error(s):
WARNING: Parameters: Invalid chunk ignored.
[ERROR] Left side of '>=' operation is not a Numbere. Peoples.WebHome [line
82, column 15]
However, no where in my code am I using the operator '>='...
Any kind person with a helping hand would be appreciated. Thanks again
community!
--
View this message in context: http://n2.nabble.com/Help-with-Velocity-HQL-query-tp1372223p1372223.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have noticed that the Watchlist update sent by email does not contain
the full path to a changed attachment.
e.g. I received the following watchlist update email:
(Note: I removed all the styles for better readability)
...
<tr>
<td>
<a href="http://localhost
:8080/xwiki/bin/view/TestSpace/TestPage">TestPage</a><br/><span>TestSpace.TestPage</span>
</td>
<td>
modified by Reto Hotz on 2008/10/24 11:03 , comment : Upload new
attachment <a
href="/xwiki/bin/downloadrev/TestSpace/TestPage/test.pdf?rev=1.1">test.pdf</a>
</td>
</tr>
...
As you can see, the test.pdf link href does not include the domain. The
link to the TestPage though is correct.
Is this a bug or a misconfiguration?
Thanks
Reto
I saw this code snippet for setting rights on a page. Does someone know the equivalent for setting the right on the space. How to get the space object(something equivalent to the first line in the snippet)
http://code.xwiki.org/xwiki/bin/view/Snippets/SettingRightsSnippet
thanks.
sharan.
Hi all,
Hopefully somebody has come across this before.
I am trying to create a line chart that can have repeated data in each
column e.g
{table}
id | number
22 | 23 |
22 | 23 |
25 | 24 |
{table}
My problem is the graph will only get rendered if one column has unique
data.
Charting exception: Error number 0 in 5: X-value already exists. Wrapped
Exception: X-value already exists. com.xpn.xwiki.XWikiException: Error
number 0 in 5: X-value already exists. Wrapped Exception: X-value already
exists. at
com.xpn.xwiki.plugin.charts.ChartingMacro.exception(ChartingMacro.java:143)
at com.xpn.xwiki.plugin.charts.ChartingMacro.execute(ChartingMacro.java:80)
at com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48) at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89) at
org.radeox.filter.FilterPipe.filter(FilterPipe.java:169) at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:92)
at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:118)
If i make all the data unique in one column above then the chart renders ok.
Is there a parameter that i can use to allow repeated data or is the
charting macro designed to have one column with unique data?
Regards,
John Carroll
--
View this message in context: http://www.nabble.com/Chart-macro-problem-tp18191025p18191025.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
If at all possible, is there a more comprehensive look at all the
datatypes/properties that a Class can be composed of.
In the DevGuide's
http://platform.xwiki.org/xwiki/bin/view/DevGuide/DataModel Data Model ,
there is a list of the supported datatypes, but it does not mention any of
the options/configurations for the said properties.
An in depth look at these datatypes would be highly beneficial for new XWiki
users trying to create structured content, as this feature is one of the
main attractions to XWiki. Some of the datatypes are self explanitory, but
others are more advanced, and have configuration options that the
average/new XWiki user would not know about.
If anyone has any information on these datatypes, I would be greatly
appreciative, or if there is a plan for a more formal documentation of the
datatypes, I'm sure many others would be highly pleased as well!
Thanks very much.
--
View this message in context: http://n2.nabble.com/Documentation-of-Class-Properties-for-Structured-Conte…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
How to modify administration page style? I can completely it remove
(##$xwiki.ssx.use("XWiki.AdminSheet")) and create my own, but I still
want to find the stylesheet attached to it.
Ar cieņu, Mihails
Hi,
Sorry to answer only now I had lot's of work and not that much with
Internet access ;)
On Tue, Oct 21, 2008 at 4:04 PM, <ramongb(a)mp.go.gov.br> wrote:
> Hi Thomas,
>
> First I would congratulate you guys for such a powerful and top-of-mind tool like Xwiki. I'm the leader of the team here on my Company in Brazil (a Court government institute) that is implementing a wiki tool, and my first - and de-facto - choice was Xwiki. We're on ongoing works on it for integration with our AD infrastucture and it shows to be a complete and very powerful tool to fulfill our requirements.
> This AD integration (and the ACL's Xwiki provides through AD imported groups) is the decisive feature for our needs. And on this subject, some questions came in mind. I've installed your last 1.6-SNAPSHOT, that corrects the bug regarding the AD authentication and seems to work (and log) well. But my question is about reseting the LDAP password through Xwiki. As I could notice, when I reset
a password from a AD user through the "Forgot your password" feature,
it doesn't reset the AD user password, but it resets (or creates?) the
user password only in the internal database.
Yes XWiki does not write/modify anything in LDAP server and it as to
remain like this IMO. But you are right there is a problem with
"Forgot your password" feature that should be disabled for LDAP users
on XWiki.
I will investigate this, thanks for the report.
> The logs show that
it can't authenticate anymore on the LDAP, but it tries to log on the
Xwiki database and succeeds. Because of this, one can get two
out-of-sync working passwords: one through LDAP (and it permits that
his AD attributes be refreshed on every login - just what we need) and
other through Xwiki database, which does not provide LDAP attributes
refresh (once the authentication fails).
> Does the last Xwiki 1.6 have this capability of password sync'ing? Is it a bug? I know sure that this could be a serious security breach (once one knows the username of another, the LDAP password can be compromised). This leads to another questions and we're touch them later. My mails is too big already :-)
>
> By the way, I'm gonna provide the Brazilian Portuguese translation for the project :-)
Great !
> I'm looking forward to your response.
> Thanks in advance,
>
> Ramon Gomes Brandão
>
I'm forwarding also in users(a)xwiki.org mailing list as this can be
interesting for anyone.
--
Thomas Mortagne
On Mon, Oct 20, 2008 at 11:17 AM, Bey Youcef <youcef.bey(a)gmail.com> wrote:
> Hi All,
>
> How to "get" and "set" category of documents using the XWiki API.
>
I guess you're talking about XWS here, right ?
JV.
I was about to answer to your "Panel Wizard problem" email, I can't
reproduce the problem but it could be on your side if you've
modifications on templates and skin.
On Wed, Oct 22, 2008 at 3:46 PM, Azzedine Ait Khelifa
<aaitkhelifa(a)yahoo.fr> wrote:
>
> Thanx ! I have it in previous version ... And now the Panel Wizard seem
> working ...
>
> Perhaps And now I can work on template and skins :)
>
> Regards,
>
> AAK
>
> --- En date de : Mer 22.10.08, Jean-Vincent Drean <jv(a)xwiki.com> a écrit :
>
> De: Jean-Vincent Drean <jv(a)xwiki.com>
> Objet: Re: [xwiki-users] Re : [ANN] XWiki Enterprise 1.7 Milestone 1
> Released
> À: Aaitkhelifa(a)yahoo.fr, "XWiki Users" <users(a)xwiki.org>
> Date: Mercredi 22 Octobre 2008, 15h29
>
> Hi,
>
> You need to have the MySQL JDBC Driver JAR (named
> mysql-connector-java*.jar installed in XWiki's WAR file. If this file
> isn't present in XWiki's WEB-INF/lib directory you'll need to
> download
> it and copy it
> there.
> Quoted from
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
>
> JV.
>
> On Wed, Oct 22, 2008 at 3:24 PM, Azzedine Ait Khelifa
> <aaitkhelifa(a)yahoo.fr> wrote:
>>
>> I have an issue ...
>>
>> The mysql driver mysql-connector-java-5.1.6-bin is missing in the last
> install XWiki Enterprise 1.7 Milestone 1 Released in the WEB-INF\lib
> directory ...
>>
>> Regards;
>>
>> AAK
>>
>>
>> --- En date de : Mer 22.10.08, Vincent Massol <vincent(a)massol.net> a
> écrit :
>> De: Vincent Massol <vincent(a)massol.net>
>> Objet: Re: [xwiki-users] Re : [ANN] XWiki Enterprise 1.7 Milestone 1
> Released
>> À: Aaitkhelifa(a)yahoo.fr, "XWiki Users" <users(a)xwiki.org>
>> Date: Mercredi 22 Octobre 2008, 15h06
>>
>> On Oct 22, 2008, at 2:51 PM, Azzedine Ait Khelifa wrote:
>>
>>>
>>> Hi
> Jean-vincent,
>>>
>>> I uninstall et reinstall ...
>>>
>>> it's working !
>>>
>>> But when I change the hibernate.cfg.xml settings to point to mysql
>>> Db ...
>>>
>>> I have a new error
>>> HTTP ERROR: 500Error number 3 in 0: Could not initialize main XWiki
>>> context
>>> Wrapped Exception: Error number 3001 in 3: Cannot load class
>>> com
>>> .xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
>>> from param xwiki.store.migration.manager.class
>>
>> I think this mean you have a wiki.store.migration.manager.class
>> parameter defined in your xwiki.cfg and it's not valid. Just remove
> it.
>>
>> Maybe you've tried to do some fancy stuff in the past? :)
>>
>> Thanks
>> -Vincent
>>
>>>
>>> Wrapped Exception: Error number 0 in 3: Exception while
> hibernate
>>> execute
>>> Wrapped Exception: Could not parse mapping document from resource
>>> xwiki.hbm.xml
>>> RequestURI=/xwiki/bin/view/Main/
>>> The database is from an undermined previous version ... I thinck <
>>> 1.6 ...
>>>
>>>
>>> --- En date de : Mer 22.10.08, Jean-Vincent Drean <jv(a)xwiki.com>
> a
>>> écrit :
>>> De: Jean-Vincent Drean <jv(a)xwiki.com>
>>> Objet: Re: [xwiki-users] Re : [ANN] XWiki Enterprise 1.7 Milestone 1
>>> Released
>>> À: Aaitkhelifa(a)yahoo.fr, "XWiki Users"
> <users(a)xwiki.org>
>>> Date: Mercredi 22 Octobre 2008, 13h23
>>>
>>> Hi,
>>>
>>> I'm not able to reproduce with
>>> xwiki-enterprise-hsqldb-1.7-milestone-1, can you give use some details
>>> like :
>>> - which distribution are you using ?
>>> - have you done a
> migration from a previous version ?
>>>
>>> Thanks,
>>> JV.
>>>
>>> On Wed, Oct 22, 2008 at 12:55 PM, Azzedine Ait Khelifa
>>> <aaitkhelifa(a)yahoo.fr> wrote:
>>>> HTTP ERROR: 500Failed to load component
>>> [org.xwiki.rendering.parser.SyntaxFactory] for hint [default]
>>>> RequestURI=/xwiki/bin/view/Main/
>>>> Powered by Jetty://
>>>>
>>>> --- En date de : Mar 21.10.08, Jean-Vincent Drean
> <jv(a)xwiki.com>
>> a
>>> écrit :
>>>> De: Jean-Vincent Drean <jv(a)xwiki.com>
>>>> Objet: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 1
> Released
>>>> À: "XWiki Users" <users(a)xwiki.org>, "XWiki
>>> Developers" <devs(a)xwiki.org>
>>>> Date: Mardi 21 Octobre 2008, 21h56
>>>>
>>>> The XWiki development team is pleased to announce the
> release of
>>>> XWiki
>>>> Enterprise 1.7 Milestone 1.
>>>>
>>>> Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
>>>>
>>>> First milestone of the XWiki Enterprise 1.7 version.
>>>>
>>>> Main changes:
>>>>
>>>> * Work in progress on the new XWiki Syntax v2.0
>>>> * XWiki Syntax 2.0 allow wiki syntax inside links
>>>> * Work in progress on the new experimental WYSIWYG editor.
>>>>
>>>> Important bug fixes:
>>>>
>>>> * Saving a blank wiki page throws exception in Oracle
>>>> * Registration is still possible when right to register for
>>>> Unregistered user is explicit set to deny
>>>> * Documents with name with spaces or other special chars can't
>>>> properly save added image in WYSIWYG editor
>>>> * Support of
> dots in ldap login has introduce a security hole
>>>>
>>>> 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/ReleaseNotesXWikiEnterprise17M1
>>>>
>>>> Thanks,
>>>> The XWiki dev team
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>>
> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>>
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
--
Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.7 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First milestone of the XWiki Enterprise 1.7 version.
Main changes:
* Work in progress on the new XWiki Syntax v2.0
* XWiki Syntax 2.0 allow wiki syntax inside links
* Work in progress on the new experimental WYSIWYG editor.
Important bug fixes:
* Saving a blank wiki page throws exception in Oracle
* Registration is still possible when right to register for
Unregistered user is explicit set to deny
* Documents with name with spaces or other special chars can't
properly save added image in WYSIWYG editor
* Support of dots in ldap login has introduce a security hole
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/ReleaseNotesXWikiEnterprise17M1
Thanks,
The XWiki dev team
The XWiki development team is pleased to announce the release of XWiki
Enterprise Manager 1.4.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release is based on XWiki Enterprise 1.6.1.
Changes from 1.3:
* As usual the main news is on XE side (from 1.5.1 to 1.6.1)
* Some UI improvements on information panels
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM14
Thanks
-The XWiki dev team
Hi All,
We need your support to make FoXWiki a public extension at
addons.mozilla.org. The new version of FoXWiki includes all the features of
previous version plus support for webdav. All you need to do is to try out
new FoXWiki and rate / review the extension.
Steps :
1. You need to have an account at addons.mozilla.org (this is the ugly part)
2. login to addons.mozilla.org and install
https://addons.mozilla.org/en-US/firefox/addon/2358
3. Test FoXWiki using our test server located @
http://91.121.237.216/xwiki/bin/view/Main/ (Refer to screenshots provided at
the plugin's location)
4. Rate / Review the extension :)
Please keep in mind that webdav support is not yet included in official XE
releases.
Let us know if you have any trouble.
Thanks.
- Asiri
ps : Introduction to FoXWiki (old) :
http://soal.xwiki.com/xwiki/bin/view/Code/FoXWiki
Hello all,
2 questions :
- How to set the right panel at left panel ?
- I have a probleme with panel wizard on the wiki preferences (http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences) ... when I click on the icon, nothing is happend ...
Thanx ...
Hi,
We'll be two XWiki guys in the valley Monday <-> Wednesday. Anybody
interested in a meetup on monday or tuesday evening ?
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Up until the point, we've had only 1 wildcard SSL cert for our site
because we've only had one domain we were using, say example.com. But
we've just added a wiki to our farm which is going to be using a
different domain, say newdomain.org. We've obtained the certs for
them, but I don't know where or how to configure apache/ssl to
recognize the certs for the new wiki. I assume it's in the ssh.conf
file. Has anyone done this successfully?
Sam
Hi,
I am currently developing a program documentation system based on xwiki.
I am able to create pages which describes programs. For each program
which has to be described I programatically creates a page and populate
a object with static program information. But I need to document which
database files the program uses, with links to the relevant database
file descriptions (a list). For that I want to use a database list
class. I also want to show a call graph. for that I want to use a
database tree class. But I am not able to find any documentation on
these class properties. Can anyone give an example of use for each of
these two properties or give pointers to relevant examples.
The article http://www.theserverside.com/tt/articles/article.tss?l=XWiki
on the server side were a very good introduction! But it didn't treat
the property Custom Display. Are there any documentation on this property?
Cheers
/Thorbjørn Konstantinovitz
--
W: http://kodefabrikken.dk
If you failing to plan, then you´re planning to fail.
Hi Amer
> Dear Youcef,
> Hope you are doing fine,
> kindly be informed that I have problem with Arabic user name like عامر
> ,يوسف..............
> please find the attachment as reference.
> please can you help me to resolve this problem.....
>
Arabic name and content work very well on my workspace.
Take look to the attached image that I just produced using the same login
name information.
In fact, we have got discussion since more than 2 years ago about how to set
XWiki on UTF-8 for supporting Chenese and Arabic.... I've sent very long
mail explaining how to do so. Another poeple have extended it for another
servlet container and RDMS.
Here is the link: "
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding" (please follow
also the web link at the bottom of the page).
If you follow these steps, I'm sure that you overcome this problem. Please
let me know about it.
Enjoy arabizing the XWiki :-)
ps. - this issue don't need to be put in the JIRA because it has been solved
longtime ago.
- not that the size on xwiki mailing list is fixed at 100 ko. I
changed thus the size of screenshots. But you can contact me on my personal
@ mail
Sincerely yours.
-- Youcef BEY
Hi All,
How to "get" and "set" category of documents using the XWiki API.
I'm using "xwiki workspace".
Thanks in advances.
ps. sorry for mail duplication
Youcef
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.1.1
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug-fix release. It does correct the following bugs :
* XWS-176 - Cannot access history of a wiki page when only "reader"
* XWS-183 - When creating a space, sample wiki page and blog post last modification date is not updated
* XWS-184 - Events from archived spaces do appear on dashboards and are clickables
* XWS-188 - When we attach a new image in an existing gallery, in the activity stream the message is "created" when it should be "updated"
* XWS-190 - On dashboards, the links to photo gallery images lead to an empty page
For more information see the Release Notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces111
Regards
-The XWiki dev team