Dear all
we're having problems here with authenticating users against a Windows 2003 active directory.
Our users are located in different OU (organisational units) in the active directory
So i followed the instructions in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication
unfortunatelly without success.
My searchuser as all rights and is perfectly working with OTRS (www.otrs.org)
Here in xWiki, only users in one organisational unit are found?!
For all other users I'm getting the errormessage: user not found
Please find the config attached
Who can help please?
Greetings
Wolfgang Fürtbauer
#-------------------------------------------------------------------------------------
# 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.)
#-# Kann zur Not auf eine fixe IP gesetzt werden
xwiki.authentication.ldap.server=aohdc03.asamer.holding.ah
#xwiki.authentication.ldap.server=asamer.holding.ah
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.check_level=2
#-# 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=xWiKi,OU=ServicesAccounts,DC=asamer,DC=holding,DC=ah
#xwiki.authentication.ldap.bind_pass=xwiki4ldap1
xwiki.authentication.ldap.bind_DN=CN=otrs,OU=ServicesAccounts,DC=asamer,DC=holding,DC=ah
xwiki.authentication.ldap.bind_pass=xxxyyy
#-# 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=DC=asamer,DC=holding,DC=ah
xwiki.authentication.ldap.base_DN=DC=holding,DC=ah
#-# Specifies the LDAP attribute containing the identifier to be used as the XWiki name (default=cn)
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
#-# retrieve the following fields from LDAP and store them in the XWiki user object (xwiki-attribute=ldap-attribute)
# xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=fullName,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 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=xwiki_Admin,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.ViewAllGroup=CN=xwiki_ViewAll,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.ACGroup=CN=xwiki_AC,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.CEGroup=CN=xwiki_CE,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.FNGroup=CN=xwiki_FN,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.HRGroup=CN=xwiki_HR,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.IMGroup=CN=xwiki_IM,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.INGroup=CN=xwiki_IN,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.ITGroup=CN=xwiki_IT,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.ITsecureGroup=CN=xwiki_ITsecure,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.JSGroup=CN=xwiki_JS,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.LDGroup=CN=xwiki_LD,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.PDGroup=CN=xwiki_PD,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.PDsecureGroup=CN=xwiki_PDsecure,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.PRGroup=CN=xwiki_PR,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.PTGroup=CN=xwiki_PT,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah|\
XWiki.QAGroup=CN=xwiki_QA,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah
#-# [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
Kollegen,
Wir haben hier ein Windows 2003 active directory mit usern in
verschiedenen OU's und ein xWiki 1.7.1
Ich habe brav die Anleitungen
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication
befolgt - leider ohne Erfolg.
Mein s earch user funktioniert einwandfrei in einem anderem System (OTRS)
wo quer durch alle OU's die User gefunden werden.
Das xWiki findet nur in einer OU.
Wer kann helfen bitte?
Viele Grüsse
Wolfgang Fürtbauer
Hi all,
I'm a newbie on xwiki. I would like to use xwiki entreprise with an oracle
(10.2.0.4) database. Because of using oracle, I put jdbc drivers (ojdbc14.jar)
in $TOMCAT_HOME/lib/ (by the way, I ve an another error : no ocijdbc10 in
java.library.path (where I set it ?))
When I start xwiki, I've several errors.
Last one is : Wrapped Exception: Could not create a DBCP pool. There is an error
in the hibernate configuration file, please review it.
Here is my hibernate.cfg.xml :
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration
DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- Template for hibernate configuration. processing by maven using profiles.
Replace original src/main/webapp/WEB-INF/hibernate.cfg.xml -->
<hibernate-configuration>
<session-factory>
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<!-- Please refer to the installation guide on
http://www.xwiki.org/xwiki/bin/view/AdminGuide/Installation for
configuring your
database. You'll need to do 2 things:
1) Copy your database driver JAR in WEB-INF/lib or in some shared lib
directory
2) Uncomment the properties below for your specific DB
-->
<!--
<property
name="connection.url">jdbc:hsqldb:file:database/xwiki_db;shutdown=true</property>
<property name="connection.username">sa</property>
<property name="connection.password"></property>
<property name="connection.driver_class">org.hsqldb.jdbcDriver</property>
<property name="dialect">org.hibernate.dialect.HSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
Mapping files
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
<!-- MySQL configuration.
Uncomment if you want to use MySQL and comment out other database
configurations.
Note that the database will be created automatically if it doesn't
already exist.
We need to set the sql_mode to a less strict value, see XWIKI-1945
<property
name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&useUnicode=true&characterEncoding=UTF-8&sessionVariables=sql_mode=''</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
-->
<!-- HSQLDB configuration.
Uncomment if you want to use HSQLDB and comment out other database
configurations.
Note that the database will be created automatically if it doesn't
already exist.
<property
name="connection.url">jdbc:hsqldb:file:/some/path/xwikidb;shutdown=true</property>
<property name="connection.username">sa</property>
<property name="connection.password"></property>
<property name="connection.driver_class">org.hsqldb.jdbcDriver</property>
<property name="dialect">org.hibernate.dialect.HSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
-->
<!-- PostgreSQL configuration.
Uncomment if you want to use PostgreSQL and comment out other database
configurations.
Note that the database will be created automatically if it doesn't
already exist.
<property name="connection.url">jdbc:postgresql:xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
-->
<!-- Oracle configuration.
Uncomment if you want to use Oracle and comment out other database
configurations.
Note: the 2 properties named "hibernate.connection.SetBigStringTryClob"
and
"hibernate.jdbc.batch_size". They are required to tell Oracle to allow
CLOBs larger than
32K.
-->
<property
name="connection.url">jdbc:oracle:oci:@xwiki-server:1521:xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property
name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<property name="hibernate.connection.SetBigStringTryClob">true</property>
<property name="hibernate.jdbc.batch_size">0</property>
<mapping resource="xwiki.oracle.hbm.xml"/>
<mapping resource="feeds.oracle.hbm.xml"/>
<!-- Derby configuration.
Uncomment if you want to use Derby and comment out other database
configurations.
Note that the database will be created automatically if it doesn't
already exist.
<property
name="connection.url">jdbc:derby:/some/path/xwikidb;create=true</property>
<property
name="connection.driver_class">org.apache.derby.jdbc.EmbeddedDriver</property>
<property name="dialect">org.hibernate.dialect.DerbyDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.derby.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
-->
</session-factory>
</hibernate-configuration>
Here is tomcat's error :
Etat HTTP 500 -
type Rapport d'exception
message
description Le serveur a rencontré une erreur interne () qui l'a empêché de
satisfaire la requête.
exception
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error 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
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the
hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:155)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
cause mère
com.xpn.xwiki.XWikiException: Error 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
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the
hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:339)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:400)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:155)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
Help will be really appreciated.
Thanks
Hi,
I have a question about LDAP authentication.
In our enterprise, the user password field is encrypted in the LDAP server.
For example userPassword field may be *{MD5}FF34...* or
*{crypt}DgxGD...*That seems to be a standard way of storing passwords
in a LDAP server (I am
not absolutely sure, but I was told).
The problem is that the XWikiLDAPConnection.checkPassword() method seems to
always compare the content of this field with the clear password which has
been given by the user, in the web login form. Seeing {MD5}, the wiki code
should encode the user password in MD5 and compare it with ldap attribute.
The comparison shouldn't be done in clear text.
Is there a configuration option, a workaround, a way to circumvent it ? I
simply can't go to my IT departement and say : "hey guys, can you put the
password in clear text and change all our infrastructure for the wiki
authentication to work ?"
Is the only solution I see is to hack the xwiki code. Is it true ? I have no
much time to make it, and it will be very difficult to sell this option to
my bosses.
Thank you for all your work anyway. Xwiki is a truly great tool.
Olivier
Hi,
I'm interested in hosting my wiki here, name is "apostiladigital". Username is exerciciosresolvidos.
The wiki's topic is brazilian universities admission exams.
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
H Hi,
I have some issues when saving documents right after migration to 2.0.rc1.
I'm on tomcat 6.0.20, java 1.6, mysql 5.1.38, connector/J 5.1.8.
I removed old webapp, replaced by new xwiki.war, unwar it, copy back the
connector, and checked the configuration in xwiki.cfg and hibernate mapping,
and also deleted tomcat "work" folder.
All configuration is supposed to be "utf-8", except I did not recreate the
mysql database with this encoding.
Now everytime I save a modified document, I get the following errors in the
gui. The documents gets saved, but this is not very user-friendly and I
suppose bad things happen in the background (see below).
It happened also during last migration (1.5->2.0.M2), but disappeared and
was working just fine (but I never found the cause of this).
During page edition, there is only one line in xwikilock table related to
this page, no duplicates. The lock is released after this exception crashes.
Detailed information:
Error number 13007 in 3: Exception while loading lock
Wrapped Exception: a different object with the same identifier value was
already associated with the session:
[com.xpn.xwiki.doc.XWikiLock#-152317460]
com.xpn.xwiki.XWikiException: Error number 13007 in 3: Exception while
loading lock
Wrapped Exception: a different object with the same identifier value was
already associated with the session:
[com.xpn.xwiki.doc.XWikiLock#-152317460]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1698)
at
com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:540)
at
com.xpn.xwiki.doc.XWikiDocument.removeLock(XWikiDocument.java:4209)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:179)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:193)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:213)
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:155)
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:295)
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.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
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:295)
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:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
org.hibernate.NonUniqueObjectException: a different object with the same
identifier value was already associated with the session:
[com.xpn.xwiki.doc.XWikiLock#-152317460]
at
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:150)
at
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:195)
at
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1691)
at
com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:540)
at
com.xpn.xwiki.doc.XWikiDocument.removeLock(XWikiDocument.java:4209)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:179)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:193)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:213)
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:155)
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:295)
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.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
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:295)
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:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
Thanks for help,
Jeremie
Hi,
Because we want to make a standard from vertical-aligned form, this means
the buttons should be left-ordered with the most important action first.
This should be changed also in Toucan and Albatross skin, not only just in
Colibri.
Right now the Edit Actions are "Cancel", "Preview", "Save&Continue",
"Save&View".
What do you think is the right order for them when they are left-aligned?
(A) Save&View, Save&Continue, Preview, Cancel (as it is - just in reverse)
(B) Save&View, Preview, Save&Continue, Cancel
(C) Preview, Save&Continue, Save&View, Cancel
(D) other variation
Remarks:
- "Cancel" should be *last* because it's a terminal (takes you out of the
editor), no-saving action. This is the least important.
- "Save & View" is also a terminal action (takes you out of the editor) -
having it* first* you have the 2 terminal actions at extremities.
- "Preview" is the least damaging action in case of accidental submit
(Silvia + Marta) - should be *first*?
- Some people use ("Preview" + "Save&Continue") {many times} + "Save&View"
{final}
- Other people just use "Save&Continue" + "Save & View" {final}, never
"Preview", etc
- What is the necessity for the "Preview" button in a WYSIYWG editor? On the
other hand "Preview" is very important if you edit in "Wiki" mode.
- Should "Preview" separate the two other SAVING actions? (Marta)
- Should "Save&Continue" separate the two other VIEW actions?
Thanks,
Caty
We'd like to disable the ability for a user to change their password (to prevent easy passwords from being used).
I could just edit XWikiUserSheet and take out the "change password" link, but a user could easily find out that changing the password could be done by typing in the appropriate URL. Is there a better way to disable the change password page?
Thanks,
Trevor
XWiki 2.0 milestone 3
Section editing is not working for sections
starting with a header smaller than level 2 (cp.
http://jira.xwiki.org/jira/browse/XWIKI-4275).
Is there a way to turn on/off section editing below a certain header
level?
Best regards
Philipp
Dear all,
i followed all the instructions from the forums
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCa…
"My users are not located in the same organization unit"
i set the
xwiki.authentication.ldap.bind_DN=
xwiki.authentication.ldap.bind_pass=
to a user which is allowed to search everywhere (and this works in another application fine (OTRS))
Also i read about storing then dn in ldap_dn (and removed it from the config)
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=fullName,email=mail
so i have a specific user which is not found in LDAP who is in another OU
here is the log
20:04:35,393 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - The provided user is null. We don't try to authenticate, it probably means the user is in non logged mode.
20:04:35,393 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG ldap.XWikiLDAPConfig - ldap_group_classes: [groupofnames, groupwisedistributionlist, dynamicgroup, dynamicgroupaux, groupofuniquenames, group]
20:04:35,393 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG ldap.XWikiLDAPConfig - ldap_group_memberfields: [member, uniquemember]
20:04:35,393 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG ldap.XWikiLDAPConnection - Connection to LDAP server [aohdc03.asamer.holding.ah:389]
20:04:35,408 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG ldap.XWikiLDAPConnection - Binding to LDAP server with credentials login=[CN=otrs,OU=ServicesAccounts,DC=asamer,DC=holding,DC=ah]
20:04:35,440 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG ldap.XWikiLDAPUtils - Searching for the user in LDAP: user:naasal base:DC=holding,DC=ah query:(sAMAccountName=naasal) uid:sAMAccountName
20:04:35,440 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG ldap.XWikiLDAPConnection - LDAP search: baseDN=[DC=holding,DC=ah] query=[(sAMAccountName=naasal)] attr=[[sAMAccountName, sn, givenName, fullName, mail]] ldapScope=[2]
20:04:35,455 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG ldap.XWikiLDAPConnection - LDAP Search failed
LDAPReferralException: Automatic referral following not enabled (10) Referral
LDAPReferralException: Server Message: 0000202B: RefErr: DSID-0310063C, data 0, 1 access points
ref 1: 'holding.ah'
LDAPReferralException: Referral: ldap://holding.ah/DC=holding,DC=ah
at com.novell.ldap.LDAPResponse.getResultException(Unknown Source)
at com.novell.ldap.LDAPResponse.chkResultCode(Unknown Source)
at com.novell.ldap.LDAPSearchResults.next(Unknown Source)
at com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection.searchLDAP(XWikiLDAPConnection.java:306)
at com.xpn.xwiki.plugin.ldap.XWikiLDAPUtils.searchUserAttributesByUid(XWikiLDAPUtils.java:548)
at com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:372)
at com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:202)
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:203)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3578)
at com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:139)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3586)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4572)
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:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:135)
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:175)
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:844)
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(Unknown Source)
20:04:35,455 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG ldap.XWikiLDAPConnection - LDAP search found attributes: null
20:04:35,455 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Local LDAP authentication failed.
com.xpn.xwiki.XWikiException: Error number 8001 in 8: Can't find LDAP user DN for [naasal]
at com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:386)
at com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:202)
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:203)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3578)
at com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:139)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3586)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4572)
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:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:135)
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:175)
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:844)
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(Unknown Source)
20:04:35,455 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Trying authentication against XWiki DB
20:04:35,471 [http://asawida/bin/loginsubmit/XWiki/XWikiLogin] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - LDAP authentication failed for user [naasal]
while this is a successfull connection
20:36:49,190 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - Connection to LDAP server [aohdc03.asamer.holding.ah:389]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - Binding to LDAP server with credentials login=[CN=otrs,OU=ServicesAccounts,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Found user dn with the user object: CN=Fürtbauer Wolfgang,OU=Poweruser,DC=asamer,DC=holding,DC=ah
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - LDAP attributes will be used to update XWiki attributes.
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - LDAP search: baseDN=[CN=Fürtbauer Wolfgang,OU=Poweruser,DC=asamer,DC=holding,DC=ah] query=[null] attr=[[sAMAccountName, sn, givenName, fullName, mail]] ldapScope=[0]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - - values for attribute "givenName"
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - |- [Wolfgang]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - - values for attribute "sn"
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - |- [Fürtbauer]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - - values for attribute "mail"
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - |- [W.Fuertbauer(a)asamer.at]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - - values for attribute "sAMAccountName"
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - |- [fuewol]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConnection - LDAP search found attributes: [{name=dn value=CN=Fürtbauer Wolfgang,OU=Poweruser,DC=asamer,DC=holding,DC=ah}, {name=givenName value=Wolfgang}, {name=sn value=Fürtbauer}, {name=mail value=W.Fuertbauer(a)asamer.at}, {name=sAMAccountName value=fuewol}]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Updating existing user with LDAP attribues located at CN=Fürtbauer Wolfgang,OU=Poweruser,DC=asamer,DC=holding,DC=ah
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Start synchronising LDAP profile [[{name=dn value=CN=Fürtbauer Wolfgang,OU=Poweruser,DC=asamer,DC=holding,DC=ah}, {name=givenName value=Wolfgang}, {name=sn value=Fürtbauer}, {name=mail value=W.Fuertbauer(a)asamer.at}, {name=sAMAccountName value=fuewol}]] with user profile based on mapping {mail=email, sn=last_name, givenname=first_name, samaccountname=name, fullname=fullname}
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.XWikiAdminGroup [CN=xwiki_Admin,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.ViewAllGroup [CN=xwiki_ViewAll,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.ACGroup [CN=xwiki_AC,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.CEGroup [CN=xwiki_CE,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.FNGroup [CN=xwiki_FN,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.HRGroup [CN=xwiki_HR,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.IMGroup [CN=xwiki_IM,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.INGroup [CN=xwiki_IN,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.ITGroup [CN=xwiki_IT,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.ITsecureGroup [CN=xwiki_ITsecure,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.JSGroup [CN=xwiki_JS,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.LDGroup [CN=xwiki_LD,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.PDGroup [CN=xwiki_PD,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.PDsecureGroup [CN=xwiki_PDsecure,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.PRGroup [CN=xwiki_PR,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.PTGroup [CN=xwiki_PT,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG ldap.XWikiLDAPConfig - Groupmapping found: XWiki.QAGroup [CN=xwiki_QA,OU=xWiki Groups,DC=asamer,DC=holding,DC=ah]
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Updating group membership for the user: XWiki.fuewol
20:36:49,205 [http://asawida/bin/view/Main/] [http-80-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - The user belongs
Hello,
I would like to test xwiki whether it meets requirements for my future
wiki. There will be only a few texts and attachments.
My user is krokosjablik.
Thank you,
Roman
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.0 RC 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the first release candidate for the XWiki enterprise 2.0
version. It will be followed by a second RC.
133 Jira issues has been closed for this release.
Changes from 2.0 Milestone 4:
* Many improvements and bug fixes in the new Colibri skin
* Many general UI improvements
* Many WYSIWYG improvements
* Many Rendering 2.0 improvements
** Script macro improvements
** Introduce Python macro
* Many Watchlist improvements
* Activity stream improvements
* Blog categories UI improvement
* Update translations: fr, de, ro, sv
As usual we need the community to heavily test this release before the
final release to catch all the remaining issues. You can look at
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/DistributedEventCluster…
to test the
new event based clustering support.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise20RC1
Thanks
-The XWiki dev team
Hello everybody,
I've searched trough the web for the open Office server, and in the xwiki doc there are thigns about teh open office server, but, how do I install it? Is it a normal versión? Does it need admin privileges in the machine that runs it?
Regards,
Francisco
--
Francisco Hernández Cuchí
Jefe de Servicios Sistemas de Información
OFICINA ESPAÑOLA DE PATENTES Y MARCAS
C\ Paseo de la Castella 75
tlf: 913496844
mail: francisco.hernandez(a)oepm.es <mailto:francisco.hernandez@oepm.es>
**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y está dirigido únicamente
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su administrador de correo o con el
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
How can I force XWiki to use skins/toucan/usersandgroups.css
instead of resources/js/xwiki/usersandgroups.css? I have to do that
because the user configuration page looks bad with the latter.
Best regards
Philipp
I am inserting a link to a web page using WYSIWYG and Wiki Syntax 2.0, and have checked "Open in new Window". It inserts "rel=" instead of "target=" into the source and does not open in a new page.
I found it's the same problem described by this bug, which was closed as "fixed": http://jira.xwiki.org/jira/browse/XWIKI-3641
Does this mean it wasn't or will not be fixed in 1.9.x? It lists "fix version" as 1.9M2. We are using XEM 1.7.3, which is XE 1.9.3, is it not?
Thanks,
Trevor
Hello guys,
Is there a way to find all the currently logged in users?
For load testing purposes, it would be nice to know if we could get a head
count of all those who are logged in.
Thank you.
Hi, brief question,
Is there any way to view all the pages created by an user?
Thanks
--
Francisco Hernández Cuchí
**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y está dirigido únicamente
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su administrador de correo o con el
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
Hi,
I just installed Xwiki and Video Macro (uploaded and imported it as
described in the video macro page).
As a result of including the following code:
{{velocity}}
#includeMacros("Macros.Video")
{{/velocity}}
{{velocity wiki="false"}}
#video("http://www.dailymotion.com/video/xr04b_xwiki-round-the-world")
{{/velocity}}
In the rendered page viewed with firefox I get :
<p/>
<div style="border: 1px solid #000; width: 520px; height: 411px;"><object
width="520" height="411"><param name="movie" value="http:~//
www.dailymotion.com/swf/xr04b&v3=1&related=0"></param><param
name="allowFullScreen" value="true"></param><param name="allowScriptAccess"
value="always"></param><embed style="border: 1px solid #000;" src="http:~//
www.dailymotion.com/swf/xr04b&v3=1&related=0"
type="application/x-shockwave-flash" width="520" height="411"
allowFullScreen="true" allowScriptAccess="always"></embed></object></div>
<p/>
Note: this not the result of viewing the source code, this is how the final
page looks like.
I guess the problem is xwiki is not using the result of executing the macro
as part of the source code of the page.
I have also tried setting the "wiki" flag to true.
Can anyone give me some piece of advice?
thanks.
arturo
Hi all,
Running XWiki in a farm, Trifalk Server, using the task application causes the error below creating a new task.
Thanks
mb
Error number 4001 in 4: Error while parsing velocity page TasksCode.NewTask Wrapped Exception: Failed to evaluate content with id New TaskError number 4001 in 4: Error while parsing velocity page TasksCode.NewTask
Wrapped Exception: Failed to evaluate content with id New Task
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page TasksCode.NewTask
Wrapped Exception: Failed to evaluate content with id New Task
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:114)
at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:170)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:159)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:542)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:559)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:451)
at sun.reflect.GeneratedMethodAccessor371.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:191)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:156)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1620)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:191)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:156)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1620)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.trifork.eas.web.container.p.doService(<obfuscated>:333)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:377)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:155)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.trifork.eas.web.container.p.forward(<obfuscated>:145)
at com.trifork.eas.web.container.p.run(<obfuscated>:72)
at com.trifork.eas.web.container.HttpServletRequestImpl$a.run(<obfuscated>:693)
at java.security.AccessController.doPrivileged(Native Method)
at com.trifork.eas.web.container.HttpServletRequestImpl.service(<obfuscated>:712)
at com.trifork.eas.web.container.ReflectiveWebContainer$d.invoke(<obfuscated>:1094)
at com.trifork.eas.web.container.ReflectiveWebContainer.handleRequest(<obfuscated>:1128)
at com.trifork.eas.web.container.ReflectiveWebContainer.access$0(<obfuscated>:1103)
at com.trifork.eas.web.container.ReflectiveWebContainer$a.service(<obfuscated>:112)
at com.trifork.eas.http.g.processRequest(<obfuscated>:228)
at com.trifork.eas.http.a.connectionEstablished(<obfuscated>:235)
at com.trifork.eas.http.g.connectionEstablished(<obfuscated>:162)
at com.trifork.eas.tcp.a.connectionEstablished(<obfuscated>:234)
at com.trifork.eas.tcp.a$a.execute(<obfuscated>:224)
at com.trifork.util.O.performWork(<obfuscated>:134)
at com.trifork.util.O.run(<obfuscated>:113)
at com.trifork.util.O$b.run(<obfuscated>:166)
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'get' in class java.util.Collections$EmptyList threw exception java.lang.IndexOutOfBoundsException: Index: 0 at TasksCode.NewTaskline 2, column 32?
at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:337)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:284)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:191)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:156)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:170)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:159)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:542)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:559)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:451)
at sun.reflect.GeneratedMethodAccessor371.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:191)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:156)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1620)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:191)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:156)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1620)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.trifork.eas.web.container.p.doService(<obfuscated>:333)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:377)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:155)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at com.trifork.eas.web.container.p$a.doFilter(<obfuscated>:375)
at com.trifork.eas.web.container.p.forward(<obfuscated>:145)
at com.trifork.eas.web.container.p.run(<obfuscated>:72)
at com.trifork.eas.web.container.HttpServletRequestImpl$a.run(<obfuscated>:693)
at java.security.AccessController.doPrivileged(Native Method)
at com.trifork.eas.web.container.HttpServletRequestImpl.service(<obfuscated>:712)
at com.trifork.eas.web.container.ReflectiveWebContainer$d.invoke(<obfuscated>:1094)
at com.trifork.eas.web.container.ReflectiveWebContainer.handleRequest(<obfuscated>:1128)
at com.trifork.eas.web.container.ReflectiveWebContainer.access$0(<obfuscated>:1103)
at com.trifork.eas.web.container.ReflectiveWebContainer$a.service(<obfuscated>:112)
at com.trifork.eas.http.g.processRequest(<obfuscated>:228)
at com.trifork.eas.http.a.connectionEstablished(<obfuscated>:235)
at com.trifork.eas.http.g.connectionEstablished(<obfuscated>:162)
at com.trifork.eas.tcp.a.connectionEstablished(<obfuscated>:234)
at com.trifork.eas.tcp.a$a.execute(<obfuscated>:224)
at com.trifork.util.O.performWork(<obfuscated>:134)
at com.trifork.util.O.run(<obfuscated>:113)
at com.trifork.util.O$b.run(<obfuscated>:166)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0
at java.util.Collections$EmptyList.get(Collections.java:2975)
at sun.reflect.GeneratedMethodAccessor490.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
... 93 more
Hi all,
I’ve installed a XWiki farm (milestone 2) in a Trifalk environment.
Running the pages created by the template works fine.
Opening an imported page (task manager application) leads to a popup / download within Firefox to open / save a page called xwiki com.xpn.xwiki.gwt.api.Api.nocache.
The content is nearly empty: “This script is part of module com.xpn.xwiki.gwt.api.Api “
IE shows:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 9 Sep 2009 10:13:22 UTC
Message: Object doesn't support this property or method
Line: 834
Char: 77
Code: 0
URI: http://.....
Thanks for your help in advance.
mb
Hi I'm wondering if there are any other Danish users out there.
I have been considering translating XWiki to Danish, but a joint effort
always yield a better result.
If you are interested you can contact me at rune(a)dpu.dk
-Rune
I would like to grep some data from a file upload, but can't find a way
to do it.
Here are a simple example
{{velocity}}
#foreach($prop in $request.getParameterNames())
request.$prop
#end
{{html}}
<form action="" enctype="multipart/form-data" method="post">
<div>
<fieldset>
<legend>Attach files to this document</legend>
<div>
<input name="a" value="" size="40" type="text">
<input name="b" value="" size="40" type="file">
<input name="c" value="" size="40" type="text">
</div>
<div>
<input value="Attach" class="button" type="submit">
<input value="Cancel" class="button" type="reset">
</div>
</fieldset>
</div>
</form>
{{/html}}
{{/velocity}}
It returns
request.a
request.c
What happened to 'b', is et a bug or a feature? Are there any way to
access the value of 'b'?
I've been looking at the java code but haven't found anything claiming
it should be gone.
-Rune
Hi!
We are thinking about a possible use-case-scenario using xWiki to access
Oracle-Tables:
Read data from a oracle-table and render it as a xWiki-document
(xWiki-table), change the content of a column and save the changes into
the oracle table
Oracle-Table: ---> xWiki-Document (Table) ---> change column
'Comment' --->write changed info back in Oracle-Table
ID
Name
Comment
Is such a scenario possible to implement ?
In what way could something like that be realised ?
Thanks in advance
Matthias
Hello everybody.
Because of a java memory problem when exporting my wiki, I want to do selective space exports. The problem is that there is no easy snippet to do it. I found some code to export one space, and would be great to hace something with chekboxes or similiar to quickly select wich space to export. I am not good at the scripting language yet, so some help would be great.
I attach the code for one space exporting
#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="Ver"/>
</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
--
Francisco Hernández Cuchí
Jefe de Servicios Sistemas de Información
OFICINA ESPAÑOLA DE PATENTES Y MARCAS
**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y está dirigido únicamente
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su administrador de correo o con el
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
Hi all,
I am looking for a way to display in the current document the browsable list
of others documents linking to it.
Example :
- Doc A has a link to doc C
- Doc B has a link to doc C
In doc C, I want to have two generated links "Doc A" and "Doc B" that a user
can click.
Is the solution a velocity or groovy script ?
Many thanks,
Olivier
I have changed a bit the displayDocumentList macro in
xwiki/templates/macros.vm and now it work for me:
#foreach($docName in $docNames)
#set($document = $xwiki.getDocument($docName).getTranslatedDocument())
#if($xwiki.hasAccessLevel("view", $context.user, $document.fullName))
#if(!$blacklistedSpaces.contains($document.getSpace()))
#set($discard = $documentList.add($document))
#end
#end
#end
Try it and tell me if it works for you
thank you very much for the new wiki
i will put it to good use :)
On 6-Sep-09, at 3:00 AM, users-request(a)xwiki.org wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Re: [psiu] new wiki request (Vincent Massol)
> 2. Re: iclei-eval new wiki request (Vincent Massol)
> 3. Re: iclei-eval new wiki request (Nick Fahey)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 5 Sep 2009 13:17:57 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] [psiu] new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <C1D14604-A9CB-4A8C-869C-DA2224ED58AE(a)massol.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hi Jason,
>
> On Sep 3, 2009, at 12:38 PM, Jason Binstock wrote:
>
>> I'd like to start a new wiki for my fraternity to keep us better
>> organized and so I can learn more about the administration of XWiki
>>
>> ideally the server name would be: psiu.myxwiki.org
>>
>> my username for myxwiki.org is jason53
>
> Your wiki has been created:
> http://psiu.myxwiki.org/xwiki/bin/view/Main/
>
> Enjoy it
>
> Thanks
> -Vincent
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 5 Sep 2009 13:33:50 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] iclei-eval new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4DBC926A-4904-4BB7-9D17-F247C71BB93B(a)massol.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hi Nick,
>
> On Sep 5, 2009, at 11:05 AM, Nick Fahey wrote:
>
>> Hi,
>>
>> I'm itching to get an evaluation xwiki instance in place for our
>> not-for-profit organisation. I'm reasonably certain that xwiki will
>> become our intranet platform and I'd like to dress up a dummy site to
>> demonstrate to others in my organisation.
>>
>> For an outline of who ICLEI is and what we do, please see:
>> http://www.iclei.org/index.php?id=global-about-iclei
>>
>> In short, we are a global not-for-profit membership organisation of
>> local governments working on environmental sustainability. We have
>> 250
>> staff across 13 offices, worldwide.
>>
>> My MyXWiki.org username is: NickFahey
>
> Created
> http://iclei.myxwiki.org/xwiki/bin/view/Main/
>
> Enjoy!
> -Vincent
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 06 Sep 2009 08:58:40 +1000
> From: Nick Fahey <nick.fahey(a)iclei.org>
> Subject: Re: [xwiki-users] iclei-eval new wiki request
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4AA2ED20.4040504(a)iclei.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Dear Vincent,
>
> Thanks very much. I'm looking forward to exploring.
>
> Regards,
> Nick
>
> Vincent Massol wrote:
>> Hi Nick,
>>
>> On Sep 5, 2009, at 11:05 AM, Nick Fahey wrote:
>>
>>
>>> Hi,
>>>
>>> I'm itching to get an evaluation xwiki instance in place for our
>>> not-for-profit organisation. I'm reasonably certain that xwiki will
>>> become our intranet platform and I'd like to dress up a dummy site
>>> to
>>> demonstrate to others in my organisation.
>>>
>>> For an outline of who ICLEI is and what we do, please see:
>>> http://www.iclei.org/index.php?id=global-about-iclei
>>>
>>> In short, we are a global not-for-profit membership organisation of
>>> local governments working on environmental sustainability. We have
>>> 250
>>> staff across 13 offices, worldwide.
>>>
>>> My MyXWiki.org username is: NickFahey
>>>
>>
>> Created
>> http://iclei.myxwiki.org/xwiki/bin/view/Main/
>>
>> Enjoy!
>> -Vincent
>>
>> _______________________________________________
>> 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
>
>
> End of users Digest, Vol 26, Issue 12
> *************************************
Hello,
I've got some problems with setting securities on my farm (1.7.2). The
idea is, that I want to grant access to a certain group to only a
certain space in a xwiki on the farm, but not the main one. Let's name
the space ProjectA, and the group ClientA. I want members of group
ClientA to read (View), write (Edit) and Comment all of the ProjectA's
pages, but the home page, witch I want they only read.
What I do is:
in a global rights panel bloc all Unregistered User rights
create local group ClientA,
create user Jim Foobarsky,
add Jim to ClientA group
remove Jim from XAllWikiGroup, because he's assigned there by default,
in a global rights panel disable all ClientA rights
in a space ProjectA rights panel explicitly grant view, comment and edit
rights to group ClientA,
in a ProjectA.WebHome rights panel disable ClientA group edit and
comment rights,
Everything seems to be all right, but Jim Foobarsky cannot access
comment and attachment panels on ProjectA space pages. Those panes are
not disabled, as it should be if comment right is revoked. They are not
displayed at all, probably because of lack of responsible javascript
code, which is not loaded.
Does anyone have some suggestions how to set up proper rights to achieve
mentioned goal.
Robert
----------------------------------------------------
Wygraj bilety do kina na PRZEDPREMIEROWY pokaz filmu
"Bękarty Wojny" Quentina Tarantino!
http://klik.wp.pl/?adr=www.bekartywojny.bloog.pl&sid=848
Hi,
I'm itching to get an evaluation xwiki instance in place for our
not-for-profit organisation. I'm reasonably certain that xwiki will
become our intranet platform and I'd like to dress up a dummy site to
demonstrate to others in my organisation.
For an outline of who ICLEI is and what we do, please see:
http://www.iclei.org/index.php?id=global-about-iclei
In short, we are a global not-for-profit membership organisation of
local governments working on environmental sustainability. We have 250
staff across 13 offices, worldwide.
My MyXWiki.org username is: NickFahey
Thanks in advance.
Regards,
Nick
I'd like to start a new wiki for my fraternity to keep us better
organized and so I can learn more about the administration of XWiki
ideally the server name would be: psiu.myxwiki.org
my username for myxwiki.org is jason53
Thank you,
Jason
Hi Marius,
It just happened in firefox so FF isn't immune.
In this case, I copied the text from IE and pasted into FF.
I've been doing a lot of that lately. If it turns out to be frequent that it
happens when I'm copying from IE and into FF I'll let you know. I'm thinking
that things are smoother when it's an FF to FF copy/paste.
-----Original Message-----
From: clay [mailto:clay@grabafact.com]
Sent: Thursday, September 03, 2009 12:39p
To: users(a)xwiki.org
Cc: mariusdumitru.florea(a)xwiki.com
Subject: Re: [xwiki-users] the links I see don't look like the links I
posted
Marius,
Thanks for responding.
Sorry I'm just now getting back online.
I'm in IE8 compatibility mode right now.
I copied the text enclosed by the comments where 'positive reviews' is a web
link:
/*
published by Gotham Books, is getting some positive reviews.
Murray points out that
*/
and pasted it into the WYSIWYG editor which is also in IE8 compatibility
mode.
After 'Save and View' I get the same results as before:
Display:
positive
reviewshttp://www.businessweek.com/magazine/content/09_36/b4145072739717.htm
Page Source:
<span style="color:#0000ff;">positive
reviews<!--startwikilink:http://www.businessweek.com/magazine/content/09_36/
b4145072739717.htm--><span class="wikiexternallink"><a
href="http://www.businessweek.com/magazine/content/09_36/b4145072739717.htm"
><span
class="wikigeneratedlinkcontent">http://www.businessweek.com/magazine/conten
t/09_36/b4145072739717.htm</span></a></span><!--stopwikilink--></span>
Wiki Source:
(% style="color:#0000ff;" %)positive
reviews[[http://www.businessweek.com/magazine/content/09_36/b4145072739717.h
tm]](%%)
Copying & Pasting the link only gives the same results (displayed).
Repeating in a new, empty page gives the same results (displayed).
I don't use Safari. I have Firefox 3.5 & Chrome 2.0.172.43. Sometimes Chrome
is ID'ed as Safari so that may have been what I was using when I first
posted.
Just pasted the link only in Firefox. New, empty page. No problems.
Pasted link with surrounding text in Firefox. New, empty page. No problems.
The WYSIWYG editor did not display any toolbar buttons in Chrome so I
couldn't test it there.
One thing I might add is that when I first encountered this, one of the
things I tried was using Syntax 1.
I haven't gone back to confirm it but I got the impression that the process
was more reliable in that Syntax.
That's just a hunch though. If you want me to try it out I will.
Message: 3
Date: Mon, 31 Aug 2009 11:24:28 +0300
From: Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
Subject: Re: [xwiki-users] the links I see don't look like the links I
posted
To: XWiki Users <users(a)xwiki.org>
Message-ID: <4A9B88BC.6000909(a)xwiki.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
clay wrote:
>
> I'm using 1.9.3.22597 & Syntax 2.0,
>
> When I paste text like this:
In which editor did you paste? Wiki or WYSIWYG?
>
>
>
http://forum.doityourself.com/general-chats-discussions/273144-painting-hou
> se-numbers-curb.html
>
> done by the city.They leave a
Are the new lines, the tabs and the text after the URL important? I
mean, does this issue reproduce without them (if you paste/write just
the URL)? What happens if you paste/write a URL in an empty page?
What version of Safari do you use? Does this issue reproduce in Firefox?
Thanks,
Marius
>
>
> into a page, after save & view the text shows up like this:
>
>
>
http:~/~/forum.doityourself.com/general-chats-discussions/273144-painting-h
>
ouse-numbers-curb.htmlhttp://forum.doityourself.com/general-chats-discussion
> s/273144-painting-house-numbers-curb.html
>
> done by the city.They leave a
>
>
> where the first http is a label & the 2nd is the link what can I do?
>
>
>
>
> Page Source:
> <div id="xwikicontent">
> <p> </p><p><span
>
style="color:#0000ff;">http:~/~/forum.doityourself.com/general-chats-discuss
>
ions/273144-painting-house-numbers-curb.html<!--startwikilink:http://forum.d
>
oityourself.com/general-chats-discussions/273144-painting-house-numbers-curb
> .html--><span class="wikiexternallink"><a
>
href="http://forum.doityourself.com/general-chats-discussions/273144-paintin
> g-house-numbers-curb.html"><span
>
class="wikigeneratedlinkcontent">http://forum.doityourself.com/general-chats
> -discussions/273144-painting-house-numbers-curb.html</span></a></span><!--
st
> opwikilink--></span></p><p><span class="Apple-style-span" style="WIDOWS:
2;
> TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT:
> 13px verdana; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal;
> COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
> 1px; -webkit-border-vertical-spacing:
> 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
> auto; -webkit-text-stroke-width: 0px">done by the city. They leave a
> note on your door you fill it out and tape it back on the door. They come
> take the note. You do this so they know who's getting it done.</span></p>
> </div>
>
> xWiki Source:
> (% style="COLOR: #0000ff"
>
%)http:~~~~/~~~~/forum.doityourself.com/general-chats-discussions/273144-pai
>
nting-house-numbers-curb.html[[http://forum.doityourself.com/general-chats-d
> iscussions/273144-painting-house-numbers-curb.html]]
>
> (% class="Apple-style-span" style="WIDOWS: 2; TEXT-TRANSFORM: none;
> TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: 13px verdana;
> WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR:
rgb(0,0,0);
> WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
> 1px; -webkit-border-vertical-spacing:
> 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
> auto; -webkit-text-stroke-width: 0px" %)done by the city. They leave a
note
> on your door you fill it out and tape it back on the door. They come take
> the note. You do this so they know who's getting it done.
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hello everybody,
I have a xwiki_db.script of about 1 giga and I want to export the XWIKI to another system. It doesn't mind how much memory I give to the java process, I get the error. Is there any other way of doing the import/export, that will not get the hava heap exception?
Origing: xwiki self contained installer with the jetty installer
Destiny: Oracle Database and Weblogic
I wonder if I could do it just copying all the webdav folders or not?
Thanks,
Francisco
--
Francisco Hernández Cuchí
OFICINA ESPAÑOLA DE PATENTES Y MARCAS
**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y está dirigido únicamente
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su administrador de correo o con el
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
hi,
I'm stumped on this, I have an object property and I can't figure out
how to get hold of the class to get the contenttype field for that property.
Any help would be much appreciated.
Caleb James DeLisle
Marius,
Thanks for responding.
Sorry I'm just now getting back online.
I'm in IE8 compatibility mode right now.
I copied the text enclosed by the comments where 'positive reviews' is a web
link:
/*
published by Gotham Books, is getting some positive reviews.
Murray points out that
*/
and pasted it into the WYSIWYG editor which is also in IE8 compatibility
mode.
After 'Save and View' I get the same results as before:
Display:
positive
reviewshttp://www.businessweek.com/magazine/content/09_36/b4145072739717.htm
Page Source:
<span style="color:#0000ff;">positive
reviews<!--startwikilink:http://www.businessweek.com/magazine/content/09_36/
b4145072739717.htm--><span class="wikiexternallink"><a
href="http://www.businessweek.com/magazine/content/09_36/b4145072739717.htm"
><span
class="wikigeneratedlinkcontent">http://www.businessweek.com/magazine/conten
t/09_36/b4145072739717.htm</span></a></span><!--stopwikilink--></span>
Wiki Source:
(% style="color:#0000ff;" %)positive
reviews[[http://www.businessweek.com/magazine/content/09_36/b4145072739717.h
tm]](%%)
Copying & Pasting the link only gives the same results (displayed).
Repeating in a new, empty page gives the same results (displayed).
I don't use Safari. I have Firefox 3.5 & Chrome 2.0.172.43. Sometimes Chrome
is ID'ed as Safari so that may have been what I was using when I first
posted.
Just pasted the link only in Firefox. New, empty page. No problems.
Pasted link with surrounding text in Firefox. New, empty page. No problems.
The WYSIWYG editor did not display any toolbar buttons in Chrome so I
couldn't test it there.
One thing I might add is that when I first encountered this, one of the
things I tried was using Syntax 1.
I haven't gone back to confirm it but I got the impression that the process
was more reliable in that Syntax.
That's just a hunch though. If you want me to try it out I will.
Message: 3
Date: Mon, 31 Aug 2009 11:24:28 +0300
From: Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
Subject: Re: [xwiki-users] the links I see don't look like the links I
posted
To: XWiki Users <users(a)xwiki.org>
Message-ID: <4A9B88BC.6000909(a)xwiki.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
clay wrote:
>
> I'm using 1.9.3.22597 & Syntax 2.0,
>
> When I paste text like this:
In which editor did you paste? Wiki or WYSIWYG?
>
>
>
http://forum.doityourself.com/general-chats-discussions/273144-painting-hou
> se-numbers-curb.html
>
> done by the city.They leave a
Are the new lines, the tabs and the text after the URL important? I
mean, does this issue reproduce without them (if you paste/write just
the URL)? What happens if you paste/write a URL in an empty page?
What version of Safari do you use? Does this issue reproduce in Firefox?
Thanks,
Marius
>
>
> into a page, after save & view the text shows up like this:
>
>
>
http:~/~/forum.doityourself.com/general-chats-discussions/273144-painting-h
>
ouse-numbers-curb.htmlhttp://forum.doityourself.com/general-chats-discussion
> s/273144-painting-house-numbers-curb.html
>
> done by the city.They leave a
>
>
> where the first http is a label & the 2nd is the link what can I do?
>
>
>
>
> Page Source:
> <div id="xwikicontent">
> <p> </p><p><span
>
style="color:#0000ff;">http:~/~/forum.doityourself.com/general-chats-discuss
>
ions/273144-painting-house-numbers-curb.html<!--startwikilink:http://forum.d
>
oityourself.com/general-chats-discussions/273144-painting-house-numbers-curb
> .html--><span class="wikiexternallink"><a
>
href="http://forum.doityourself.com/general-chats-discussions/273144-paintin
> g-house-numbers-curb.html"><span
>
class="wikigeneratedlinkcontent">http://forum.doityourself.com/general-chats
> -discussions/273144-painting-house-numbers-curb.html</span></a></span><!--
st
> opwikilink--></span></p><p><span class="Apple-style-span" style="WIDOWS:
2;
> TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT:
> 13px verdana; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal;
> COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
> 1px; -webkit-border-vertical-spacing:
> 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
> auto; -webkit-text-stroke-width: 0px">done by the city. They leave a
> note on your door you fill it out and tape it back on the door. They come
> take the note. You do this so they know who's getting it done.</span></p>
> </div>
>
> xWiki Source:
> (% style="COLOR: #0000ff"
>
%)http:~~~~/~~~~/forum.doityourself.com/general-chats-discussions/273144-pai
>
nting-house-numbers-curb.html[[http://forum.doityourself.com/general-chats-d
> iscussions/273144-painting-house-numbers-curb.html]]
>
> (% class="Apple-style-span" style="WIDOWS: 2; TEXT-TRANSFORM: none;
> TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: 13px verdana;
> WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR:
rgb(0,0,0);
> WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
> 1px; -webkit-border-vertical-spacing:
> 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
> auto; -webkit-text-stroke-width: 0px" %)done by the city. They leave a
note
> on your door you fill it out and tape it back on the door. They come take
> the note. You do this so they know who's getting it done.
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hi All,
I want to know how to integrate with other forums in xwiki.ex(Jforum with
xwiki).
or any other forum also fine.But how both can talk to each other in SSO.
Or any other forum plugin is compatible in xwiki.A
Any suggestion will be highly appreciatiable.
Regards,
Debasis
-----
Thanks In Advance
Debasis
--
View this message in context: http://n2.nabble.com/Using-Forums-in-Xwiki-tp3566123p3566123.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi I'm trying to make a page creation dialog. For the sake of clarifying
my question here are the things I would like to do
1. On creation of a new page/object there have to be two
attachments. Preferable with standardized names.
a. So I was thinking of a dialog like "upload attachment 1" and
"upload attachment 2", and save them as attachments in the page with
name 'att1' and 'att2' regardless of their original filenames.
b. Before they get saved, I must resize them due to copyright
protection. And save the original sized attachments someplace where only
admins/privileges user access them.
2. A few fields needs to be filled out (not a must, but should be
best practis to do at this point).
For 2. I have created a normal class, template and sheet.
But for 1. I've a little lost.
Should I write some kind of velocity or groovy script or do I need to
write a new plugin or application?
Especial the name mapping and the fact I would like to save the same
upload different places bugs me, but there must be a simple solution?
Where or how would I save a attachment so only admins can see it? On the
same page (constraints on download link, protected attachment)? Create a
shadow Space.page? Or all in one page? (there will be 12000 +
attachments).
Anny help, thoughts or other suggestions are most welcome
-Rune (pulven)
I have a problem with this solution. I use XWiki Enterprise 1.9.3 and I just
created a new htmlheader.vm with only the lines described. The skin was
destroyed. If I don't create it, the file doesn't exist in the skin. Does
someone know what I have to add to the file to not loose the skin AND have
the Favicon?
I know it's the whole concept behind a "wiki", but is the content of xwiki.org open to anyone for modification? For example, I figured out how to install the Calendar Plugin and Event Calendar Application and thought I could add the installation steps to http://code.xwiki.org/xwiki/bin/view/Plugins/CalendarPlugin since it's not documented. Or is content like that only added through specific people?
Trevor
Hi All,
I am tryiing to install BulletinBoard Application in xwiki.I followed the
installation procedure.
# Step 2 : Tell the wiki where to find the right languages resources.
* In the administration menu, click on the "Preferences" tab.
* Click on the "Advanced" sub-menu.
* Scroll in this menu until you can see "Internationalization Document
Bundles:" written.
* In that field, copy-paste the following text : "BBCode.Translations,"
* Save the page.
The problem here is I am not atall getting a preference Tab and Advanced
submenu.Thats why I am getting the text like
bb_bbcodespace
# b_createnewbbs bb_adminbb
# bb_changelookbbs bb_skinbbs
# bb_changetranslationsbb bb_translationsbb
# bb_apanelisavailable bb_bbpanel. bb_usepanelwizard bb_gotopanelwizard?
Also If I am trying to add a new topic by going to bb_category :
CategoryClassTemplate I am not able to save that.I am encountering with the
following error
java.lang.NullPointerException
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2008)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2022)
at com.xpn.xwiki.XWiki.useDefaultAction(XWiki.java:5822)
at
com.xpn.xwiki.web.XWikiServletURLFactory.addName(XWikiServletURLFactory.java:237)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createURL(XWikiServletURLFactory.java:181)
at com.xpn.xwiki.doc.XWikiDocument.getURL(XWikiDocument.java:1025)
at com.xpn.xwiki.api.Document.getURL(Document.java:590)
at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
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:155)
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.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
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:295)
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(Unknown Source)
Can anybody please help on this.
Thanks
Debasis
--
View this message in context: http://n2.nabble.com/Probem-with-nstallation-of-Bulletin-board-Application-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I've been looking through the XWiki documentation and have been wondering about setting a parent when creating a new page.
I can only see two effects:
1) visually, in the page descriptor (eg. in space "Projects": "Projects: Project Template > Project1" (with a parent) vs " Projects: Project1" (without a parent).
2) in the "document index" tree view where pages are shown in their parent/child hierarchy
Other than that, is there any purpose to setting a parent?
Thanks,
Trevor
Hello,
I'm trying to connect to my XWiki 1.9.2 instance using XWiki Eclipse.
In the XWiki connection settings dialog box, the field "Server URL" is set
to "http://<server>/xwiki". And when I click on Finish, I get the following
error message :
Error connecting to remote XWiki: 'Failed to create input stream: Server
returned HTTP response code: 401 for URL:
http://<real_server>/xwiki/bin/login/XWiki/XWikiLogin;jsessionid=79C01C68A222CC518927BECE744B53F2?srid=W0osUbgb'.
Please check your settings.
I know that 401 is for Unauthorized but my username and password are valid.
Is there something to configure in xwiki.cfg ?
Could anyone help me ? Thank you.
Maxime Mathieu
Maybe somebody can help me for this subject:
As a understand, Xwiki is a platform, on which I can add more and more
applications. I tried to install Xwiki Enterprise (successfully) and also, I
tried different applications on it. All is ok, but I need application "File
Manager" same as in Xwiki Workspace. I think, that I can take this
application separately and will add it to Xwiki Enterprise, same as other
applications. But I didn't find this application separately. I search all
site and all forums but dind't find any solution. Maybe I can import direct
xwiki-workspaces.xar - in this variant, please explain, which documents I
should select in a import process (I think not all of them).
--
View this message in context: http://n2.nabble.com/Using-File-Manager-Application-from-Xwiki-Workspace-in…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am using xwiki with hsqldb.when I am trying create and save the page I am
getting exception.Here exception stack trace goes .
java.lang.NullPointerException
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2008)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2022)
at com.xpn.xwiki.XWiki.useDefaultAction(XWiki.java:5822)
at
com.xpn.xwiki.web.XWikiServletURLFactory.addName(XWikiServletURLFactory.java:237)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createURL(XWikiServletURLFactory.java:181)
at com.xpn.xwiki.doc.XWikiDocument.getURL(XWikiDocument.java:1025)
at com.xpn.xwiki.api.Document.getURL(Document.java:590)
at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
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:155)
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.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
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:295)
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(Unknown Source)
--
View this message in context: http://n2.nabble.com/Unable-to-save-the-any-page-in-Xwiki-with-Hsqldb-tp355…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am trying create a page using "curl", but I need insert the page as a html
macro in content tag, like following:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<page xmlns="http://www.xwiki.org">
<title>Hello world</title>
<content>
* {{html}}
<html xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:html="http://www.w3c.org/1999/xhtml">
<body>test</body>
</html>
{{/html}}*
</content>
</page>
But, it doesn't accept the content inside {{html}} tag, showing as content
only the {{/html}} tag.
How can I create a page this way or must be created of another way?
Thanks,
Alexandre Souza
2009/8/31 <users-request(a)xwiki.org>
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. the links I see don't look like the links I posted (clay)
> 2. Panels in Chronopolys (Anna M Wiese)
> 3. Re: the links I see don't look like the links I posted
> (Marius Dumitru Florea)
> 4. How do I create an ImageMap in Xwiki with Syntax 2.0?
> (Steven Calkins)
> 5. Re: How do I create an ImageMap in Xwiki with Syntax 2.0?
> (Vincent Massol)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 30 Aug 2009 14:30:21 -0500
> From: "clay" <clay(a)grabafact.com>
> Subject: [xwiki-users] the links I see don't look like the links I
> posted
> To: <users(a)xwiki.org>
> Message-ID: <EEEEKPCFNEOKNFCCMDBDIEELCAAA.clay(a)grabafact.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
>
> I'm using 1.9.3.22597 & Syntax 2.0,
>
> When I paste text like this:
>
>
>
> http://forum.doityourself.com/general-chats-discussions/273144-painting-hou
> se-numbers-curb.html<http://forum.doityourself.com/general-chats-discussions/273144-painting-hou…>
>
> done by the city.They leave a
>
>
> into a page, after save & view the text shows up like this:
>
>
> http:~/~/
> forum.doityourself.com/general-chats-discussions/273144-painting-h
>
> ouse-numbers-curb.htmlhttp://forum.doityourself.com/general-chats-discussion
> s/273144-painting-house-numbers-curb.html<http://forum.doityourself.com/general-chats-discussions/273144-painting-h%0…>
>
> done by the city.They leave a
>
>
> where the first http is a label & the 2nd is the link what can I do?
>
>
>
>
> Page Source:
> <div id="xwikicontent">
> <p> </p><p><span
> style="color:#0000ff;">http:~/~/
> forum.doityourself.com/general-chats-discuss
> ions/273144-painting-house-numbers-curb.html<http://forum.doityourself.com/general-chats-discuss%0Aions/273144-painting-…>
> <!--startwikilink:http://forum.d
>
> oityourself.com/general-chats-discussions/273144-painting-house-numbers-curb
> .html--><span class="wikiexternallink"><a
> href="
> http://forum.doityourself.com/general-chats-discussions/273144-paintin
> g-house-numbers-curb.html<http://forum.doityourself.com/general-chats-discussions/273144-paintin%0Ag-…>
> "><span
> class="wikigeneratedlinkcontent">
> http://forum.doityourself.com/general-chats
> -discussions/273144-painting-house-numbers-curb.html<http://forum.doityourself.com/general-chats%0A-discussions/273144-painting-…>
> </span></a></span><!--st
> opwikilink--></span></p><p><span class="Apple-style-span" style="WIDOWS: 2;
> TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT:
> 13px verdana; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal;
> COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
> 1px; -webkit-border-vertical-spacing:
> 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
> auto; -webkit-text-stroke-width: 0px">done by the city. They leave a
> note on your door you fill it out and tape it back on the door. They come
> take the note. You do this so they know who's getting it done.</span></p>
> </div>
>
> xWiki Source:
> (% style="COLOR: #0000ff"
> %)http:~~~~/~~~~/
> forum.doityourself.com/general-chats-discussions/273144-pai
>
> nting-house-numbers-curb.html[[http://forum.doityourself.com/general-chats-d
> iscussions/273144-painting-house-numbers-curb.html]]<http://forum.doityourself.com/general-chats-discussions/273144-pai%0Anting-…>
>
> (% class="Apple-style-span" style="WIDOWS: 2; TEXT-TRANSFORM: none;
> TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: 13px verdana;
> WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0);
> WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
> 1px; -webkit-border-vertical-spacing:
> 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
> auto; -webkit-text-stroke-width: 0px" %)done by the city. They leave a
> note
> on your door you fill it out and tape it back on the door. They come take
> the note. You do this so they know who's getting it done.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 30 Aug 2009 20:57:11 -0700 (PDT)
> From: Anna M Wiese <orngtictac(a)yahoo.com>
> Subject: [xwiki-users] Panels in Chronopolys
> To: xwiki <users(a)xwiki.org>
> Message-ID: <451830.60775.qm(a)web52811.mail.re2.yahoo.com>
> Content-Type: text/plain; charset=us-ascii
>
> I have figured out how to change the panels on the main page using the
> panel wizard by going to the link
> http://localhost:8080/xwiki/bin/view/Panels/ and clicking the panel
> wizard, but I can seem to find how to adjust the panels in the working
> groups. Is there a way to use the panel wizard on other pages besides the
> main page?
>
> Also, when I have set up a panel configuration for a working group page is
> there a way to save that configurations to be used on other pages.
>
> Any assistance will be greatly appreciated.
>
> -Anna
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 31 Aug 2009 11:24:28 +0300
> From: Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
> Subject: Re: [xwiki-users] the links I see don't look like the links I
> posted
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4A9B88BC.6000909(a)xwiki.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> clay wrote:
> >
> > I'm using 1.9.3.22597 & Syntax 2.0,
> >
>
> > When I paste text like this:
>
> In which editor did you paste? Wiki or WYSIWYG?
>
> >
> >
> >
> http://forum.doityourself.com/general-chats-discussions/273144-painting-hou
> > se-numbers-curb.html
> >
> > done by the city.They leave a
>
> Are the new lines, the tabs and the text after the URL important? I
> mean, does this issue reproduce without them (if you paste/write just
> the URL)? What happens if you paste/write a URL in an empty page?
>
> What version of Safari do you use? Does this issue reproduce in Firefox?
>
> Thanks,
> Marius
>
> >
> >
> > into a page, after save & view the text shows up like this:
> >
> >
> > http:~/~/
> forum.doityourself.com/general-chats-discussions/273144-painting-h
> > ouse-numbers-curb.htmlhttp://
> forum.doityourself.com/general-chats-discussion
> > s/273144-painting-house-numbers-curb.html
> >
> > done by the city.They leave a
> >
> >
> > where the first http is a label & the 2nd is the link what can I do?
> >
> >
> >
> >
> > Page Source:
> > <div id="xwikicontent">
> > <p> </p><p><span
> > style="color:#0000ff;">http:~/~/
> forum.doityourself.com/general-chats-discuss
> > ions/273144-painting-house-numbers-curb.html<!--startwikilink:
> http://forum.d
> >
> oityourself.com/general-chats-discussions/273144-painting-house-numbers-curb
> > .html--><span class="wikiexternallink"><a
> > href="
> http://forum.doityourself.com/general-chats-discussions/273144-paintin
> > g-house-numbers-curb.html"><span
> > class="wikigeneratedlinkcontent">
> http://forum.doityourself.com/general-chats
> >
> -discussions/273144-painting-house-numbers-curb.html</span></a></span><!--st
> > opwikilink--></span></p><p><span class="Apple-style-span" style="WIDOWS:
> 2;
> > TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT:
> > 13px verdana; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal;
> > COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
> > 1px; -webkit-border-vertical-spacing:
> > 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
> > auto; -webkit-text-stroke-width: 0px">done by the city. They leave
> a
> > note on your door you fill it out and tape it back on the door. They come
> > take the note. You do this so they know who's getting it done.</span></p>
> > </div>
> >
> > xWiki Source:
> > (% style="COLOR: #0000ff"
> > %)http:~~~~/~~~~/
> forum.doityourself.com/general-chats-discussions/273144-pai
> > nting-house-numbers-curb.html[[
> http://forum.doityourself.com/general-chats-d
> > iscussions/273144-painting-house-numbers-curb.html]]
> >
> > (% class="Apple-style-span" style="WIDOWS: 2; TEXT-TRANSFORM: none;
> > TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: 13px verdana;
> > WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR:
> rgb(0,0,0);
> > WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
> > 1px; -webkit-border-vertical-spacing:
> > 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
> > auto; -webkit-text-stroke-width: 0px" %)done by the city. They leave a
> note
> > on your door you fill it out and tape it back on the door. They come take
> > the note. You do this so they know who's getting it done.
> >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 31 Aug 2009 10:50:30 +0200
> From: "Steven Calkins" <steven.calkins(a)crossmediasolutions.de>
> Subject: [xwiki-users] How do I create an ImageMap in Xwiki with
> Syntax 2.0?
> To: "XWiki Users" <users(a)xwiki.org>
> Message-ID: <F63091682B4CC141B8AB9D347A9C50EF0389AE2F(a)ms1.stuertz.wue>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear All,
> How do I create an ImageMap in Xwiki with Syntax 2.0?
>
> I already have the image map created with an open source tool. I can
> include an image in syntax 2 with the [[image:URL||width="xxx"]] syntax.
> But where do I tell it to use the image map? And where can I put the
> image map?
>
> Thanks for any help.
>
> Steven Calkins
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 31 Aug 2009 10:56:16 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] How do I create an ImageMap in Xwiki with
> Syntax 2.0?
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <E9510CD0-E17B-4493-89C6-39A14E7C45FC(a)massol.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Hi Steven,
>
> On Aug 31, 2009, at 10:50 AM, Steven Calkins wrote:
>
> > Dear All,
> > How do I create an ImageMap in Xwiki with Syntax 2.0?
> >
> > I already have the image map created with an open source tool. I can
> > include an image in syntax 2 with the [[image:URL||width="xxx"]]
> > syntax.
> > But where do I tell it to use the image map? And where can I put the
> > image map?
>
> You'll need to use the HTML macro:
> http://code.xwiki.org/xwiki/bin/view/Macros/HTMLMacro
>
> Thanks
> -Vincent
>
>
>
> ------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> End of users Digest, Vol 25, Issue 60
> *************************************
>
Hello,
my setup is: XWiki 2.0 milestone 3, GlassFish, Windows XP
how can I make my XWiki execute a macro for every page rendered? In
other words: I hoped to get a TOC on every single page when I edited
templates\view.vm in the following way:
###
### Main "view" template
###
### General wrapper for view actions
###
#if ($request.getParameter("raw").equals("1"))
#template("code.vm")
#else
#template("startpage.vm")
#if((!$viewer) || ($viewer == ""))
#set($viewer = $request.getParameter("viewer"))
#end
#if((!$viewer) || ($viewer == ""))
#set($viewer = "view")
#end
#if($viewer == "view")
<div class="minwidthb"></div>
<div class="main layoutsubsection">
#template("contentview.vm")
#template("docextra.vm")
<div class="clearfloats"></div>
#else
<div class="main layoutsubsection">
#template("${viewer}.vm")
<div class="clearfloats">
</div>
#end
#toc("2", "6", "true", "page")
</div>## main
#template("endpage.vm")
#end
This is the original view.vm with an additional #toc ... near the end.
Unfortunately, this has no (visible) effect.
Any ideas?
Best regards
Philippp
I tried to follow the following instructions from
http://dev.xwiki.org/xwiki/bin/view/Drafts/Documenting+XWiki+Velocity+Ma
cros :
How to install and run from within XWiki Enterprise
* Download xwiki-plugin-velocidoc-0.3.jar and
xwiki-core-xmlrpc-client-1.5.jar from this page
* Install them in your WEB-INF/lib installation and restart your
XWiki Enterprise
* Import velocidoc-0.3.xar in your Wiki
* Visit XWiki.Velocidoc. You can choose 3 parameters to generate
your documentation:
o Name: name of your wiki: Test
o Filename: name of your output zip file: test.zip
o Spaces: list of spaces to analyse: leave empty if your wiki
is small
* The output will be a zip file attached in XWiki.Velocidoc and a
macro will automatically display it in the page
The Xwiki.Velocity page has the following input boxes, which indicates
that something has changed from the instructions above:
"File name: EGS.zip
Spaces: EGS EGSroot
Package Name: EGS Documentation"
When I filled the document out as above no attachments and no new
display are produced. In Xwiki.VelocityGroovy the following is
displayed:
======================= [DISPLAY] =============================
import net.sourceforge.velocidoc.Velocidoc; import com.xpn.xwiki.*;
import com.xpn.xwiki.api.*; import com.xpn.xwiki.doc.*;
public class VelocidocGroovy4 {
public byte[] generateZip(name, filename, spaces, context) { def gen =
new net.sourceforge.velocidoc.Velocidoc(); gen.setDefaultName(name); if
(spaces!="") gen.setSpaceList(spaces); gen.setOutputDir(filename);
gen.setZip(true); gen.setContext(context.getContext()) return
gen.generateZip(); }
public int addAttachment(pagename, filename, zipdata, context1) { if
(!context1.hasProgrammingRights()) return -10; def context =
context1.context; if (context==null) return -10; def xwiki =
context.getWiki(); def doc = xwiki.getDocument(pagename, context); def
attachment = doc.getAttachment(filename); if (attachment==null) {
attachment = new XWikiAttachment();
doc.getAttachmentList().add(attachment); // Add the attachment to the
document attachment.setDoc(doc); } attachment.setContent(zipdata);
attachment.setFilename(filename); // TODO: handle Author
attachment.setAuthor(context1.user);
doc.saveAttachmentContent(attachment, context); return 1; } }
============================[END DISPLAY]========================
Does the line "import net.sourceforge.velocidoc.Velocidoc;" indicate
that the velocidoc-bin-0.3.zip also needs to be installed first as a
prerequisite to "Xwiki" version?
Here the signature at the bottom of the page:
"Creator: LudovicDubost on 2008/08/20 23:38
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 1.9.1.21780 - Documentation"
Greetings,
Steven Calkins
I'm using 1.9.3.22597 & Syntax 2.0,
When I paste text like this:
http://forum.doityourself.com/general-chats-discussions/273144-painting-hou
se-numbers-curb.html
done by the city.They leave a
into a page, after save & view the text shows up like this:
http:~/~/forum.doityourself.com/general-chats-discussions/273144-painting-h
ouse-numbers-curb.htmlhttp://forum.doityourself.com/general-chats-discussion
s/273144-painting-house-numbers-curb.html
done by the city.They leave a
where the first http is a label & the 2nd is the link what can I do?
Page Source:
<div id="xwikicontent">
<p> </p><p><span
style="color:#0000ff;">http:~/~/forum.doityourself.com/general-chats-discuss
ions/273144-painting-house-numbers-curb.html<!--startwikilink:http://forum.d
oityourself.com/general-chats-discussions/273144-painting-house-numbers-curb
.html--><span class="wikiexternallink"><a
href="http://forum.doityourself.com/general-chats-discussions/273144-paintin
g-house-numbers-curb.html"><span
class="wikigeneratedlinkcontent">http://forum.doityourself.com/general-chats
-discussions/273144-painting-house-numbers-curb.html</span></a></span><!--st
opwikilink--></span></p><p><span class="Apple-style-span" style="WIDOWS: 2;
TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT:
13px verdana; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal;
COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
1px; -webkit-border-vertical-spacing:
1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
auto; -webkit-text-stroke-width: 0px">done by the city. They leave a
note on your door you fill it out and tape it back on the door. They come
take the note. You do this so they know who's getting it done.</span></p>
</div>
xWiki Source:
(% style="COLOR: #0000ff"
%)http:~~~~/~~~~/forum.doityourself.com/general-chats-discussions/273144-pai
nting-house-numbers-curb.html[[http://forum.doityourself.com/general-chats-d
iscussions/273144-painting-house-numbers-curb.html]]
(% class="Apple-style-span" style="WIDOWS: 2; TEXT-TRANSFORM: none;
TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: 13px verdana;
WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0);
WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
1px; -webkit-border-vertical-spacing:
1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
auto; -webkit-text-stroke-width: 0px" %)done by the city. They leave a note
on your door you fill it out and tape it back on the door. They come take
the note. You do this so they know who's getting it done.
I have figured out how to change the panels on the main page using the panel wizard by going to the link http://localhost:8080/xwiki/bin/view/Panels/ and clicking the panel wizard, but I can seem to find how to adjust the panels in the working groups. Is there a way to use the panel wizard on other pages besides the main page?
Also, when I have set up a panel configuration for a working group page is there a way to save that configurations to be used on other pages.
Any assistance will be greatly appreciated.
-Anna
Hi xwiki-users,
Just wondering if there's a reason for making <div> tags not take any
non-inline-able macros (like {{toc}}). I'm trying out the following code:
{{velocity}}
{{html wiki="true"}}
#startfloatingbox()
{{toc depth="3" /}}
#endfloatingbox()
{{/html}}
{{/velocity}}
but this fails with an error message saying "Not an inline macro." I
understand that {{toc}} shouldn't be inline-able (well, I actually don't
quite understand inline completely tho), but why does the <div> resulting
from #startfloatingbox() end up as the start of an inline element?
Appreciate the help as always!
-- Lewis
Am I missing something? For some reason I can't get section edit to work in XEM 1.9.3. It works on the default main page, and then I noticed it's in XWiki 1.0 Syntax. If I convert it to XWiki 2.0 syntax, the section editing disappears.
If I create a new page using Header 1 sections, the resulting page does not have section edit icons when viewed.
I do have "xwiki.section.edit=1" in xwiki.cfg and do have "edit" rights (I tried under admin and non-admin accounts).
Trevor
Thanks, Sergiu
But, which classes or .jar files I need to create a page externally using
groovy?
Is there any location in xwiki.org.com that explain this?
Alexandre Souza
2009/8/27 <users-request(a)xwiki.org>
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Re: viewer=code (Caleb James DeLisle)
> 2. Re: viewer=code (Sergiu Dumitriu)
> 3. Re: database insertion (Sergiu Dumitriu)
> 4. Re: Receiving Watch list notifications. (clay)
> 5. Re: Receiving Watch list notifications. (Thibaut DEVERAUX)
> 6. XWiki 2 ML 4 .xar import error (Dilipkumar Jadhav)
> 7. Re: viewer=code (Ajdin Brandic)
> 8. Re: Receiving Watch list notifications. (Vincent Massol)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 26 Aug 2009 17:19:49 -0400
> From: Caleb James DeLisle <calebdelisle(a)lavabit.com>
> Subject: Re: [xwiki-users] viewer=code
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4A95A6F5.9080308(a)lavabit.com>
> Content-Type: text/plain; charset=UTF-8
>
> Blocking users from copying a script is tricky business. To start with,
> an exception will cause the content to be dumped in the error message.
>
> You might try this:
> create a page (I will call it Main.banned, but you can call it what you
> like.) This will contain your secret groovy script.
> put this in it
>
> public class MySecretClass{
> public String go(){
> //your code goes here, it can only output things through
> //the return statement, println and errors will not be shown.
> String out = "hello world!";//my test code :)
> return out;
> }
> }
>
> NOTE: there are no <% or {{groovy}} marks
> Set the permissions of this page so that only you are allowed to view it.
>
> create another page (which users are allowed to view.) in this page put:
>
> {{velocity}}
> #set($myclass = $xwiki.parseGroovyFromPage("Main.banned"))
> $myclass.go()
> {{/velocity}}
>
> now unregistered users and users without permission can view the page
> with the velocity code (which executes the groovy page), but not view
> the page with the groovy code (with viewer=code or otherwise.)
>
> In the event of an exception in your groovy code, the user will see a
> velocity exception, and the exact error (eg
> StringIndexOutOfBoundsException -1) will be shown, but not the groovy code.
>
> I have tested this and it works. A user without any special permissions
> can copy the velocity code and run it themselves, but I can't see any
> way for them to read the groovy code.
>
>
> Hope this helps,
>
> Caleb James DeLisle
>
>
>
> Thomas Mortagne wrote:
> > viewer=code does not make any difference between any specific content,
> > it simply print the document content which can contains wiki syntax,
> > velocity , groovy etc... a better name would be viewer=source
> >
> > On Wed, Aug 26, 2009 at 18:36, Ajdin Brandic<aa6345(a)coventry.ac.uk>
> wrote:
> >
> >> Will it show Groovy as well as Velocity code?
> >>
> >> Ajdin
> >>
> >> -----Original Message-----
> >> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
> Behalf
> >> Of Marius Dumitru Florea
> >> Sent: 26 August 2009 17:18
> >> To: XWiki Users
> >> Subject: Re: [xwiki-users] viewer=code
> >>
> >> Ajdin Brandic wrote:
> >>
> >>> Lets say I'm doing some user input checking to prevent spam. Since I
> >>> am using myxwiki.org service and have no access to the back end code I
> >>>
> >>> could have some hard coded sensitive info in my script (ie. u/p to
> >>> twitter or facebook).
> >>>
> >> Afaik, there is no view-code right so any user with view access is able
> >> to see the code of the page.
> >>
> >> Marius
> >>
> >>
> >>> Ajdin
> >>>
> >>> -----Original Message-----
> >>> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
> >>> Behalf Of Marius Dumitru Florea
> >>> Sent: 26 August 2009 16:07
> >>> To: XWiki Users
> >>> Subject: Re: [xwiki-users] viewer=code
> >>>
> >>> Hi Ajdin,
> >>>
> >>> Ajdin Brandic wrote:
> >>>
> >>>> Is there an option (settings) to disable this (viewer=code) on a
> >>>>
> >> site?
> >>
> >>> I don't know if there is a way to disable the viewer=code from the UI
> >>> but I know you can prevent it by editing templates/view.vm around this
> >>> line:
> >>>
> >>> #template("${viewer}.vm")
> >>>
> >>> or by renaming templates/code.vm (but that leads to a blank page which
> >>>
> >>> is not user friendly).
> >>>
> >>> Btw, why do you want to hide the code?
> >>>
> >>> Hope this helps,
> >>> Marius
> >>>
> >>>
> >>>> 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.
> >>>
> >>>> _______________________________________________
> >>>> 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
> >>> _______________________________________________
> >>> 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
> >>
> >>
> >> --------------------------------------------------------
> >>
> >> 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.
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> >>
> >
> >
> >
> >
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 27 Aug 2009 00:24:19 +0300
> From: Sergiu Dumitriu <sergiu(a)xwiki.com>
> Subject: Re: [xwiki-users] viewer=code
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4A95A803.9060609(a)xwiki.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Ajdin Brandic wrote:
> > Is there an option (settings) to disable this (viewer=code) on a site?
>
> First thing to keep in mind is that any user that can *edit* documents
> on your wiki will always be able to retrieve the source code of documents.
>
> Now, if you want to disable the display of code to users, you should
> edit the following templates and add a rights check at the start:
>
> code.vm, xml.vm, changes*.vm, editwiki.vm, editwysiwyg.vm,
> editwysiwygnew.vm, inline.vm, plaincode.vm
>
>
> This snippet prevents guest access:
>
> #if($context.user == 'XWiki.XWikiGuest')
> #stop
> #end
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 27 Aug 2009 00:30:10 +0300
> From: Sergiu Dumitriu <sergiu(a)xwiki.com>
> Subject: Re: [xwiki-users] database insertion
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <4A95A962.6020202(a)xwiki.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Alexandre Souza wrote:
> > Hi,
> >
> > I am developing a script to generate several html pages and inclusion in
> the
> > XWiki database, but after add the page in *xwikidoc table* successfully
> it
> > is not loaded in the xwiki.
> > There is another procedure to be done after inclusion data in mysql
> > database?
>
> You should never manipulate XWiki data using direct SQL access. The ID
> of a document is actually a key to finding the right document, and only
> a certain value (the java hashcode) can be used for each document, so
> generating it from outside Java is hard.
>
> My advice is to use either a Java or Groovy code that uses the xwiki API
> to insert documents in the database. An example of such a script can be
> seen at http://svn.xwiki.org/svnroot/xwiki/sandbox/tools/cryptpasswords/
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 26 Aug 2009 17:53:38 -0500 (CDT)
> From: clay <clay(a)grabafact.com>
> Subject: Re: [xwiki-users] Receiving Watch list notifications.
> To: users(a)xwiki.org
> Message-ID: <1251327218626-3520065.post(a)n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> Caleb,
>
> You're a CHAMP!
>
> Thanks!
>
>
> Caleb James DeLisle wrote:
> >
> > You're right, xwiki needs a "watchlist" panel. The watchlist has an rss
> > feed so I copied the workings of that to make a panel. You can get it
> > here.
> >
> >
> http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistPanelApplication
> >
> > This will not interfere with notifications being emailed to you.
> >
> > Caleb James DeLisle
> >
> > clay wrote:
> >> Greetings,
> >>
> >> Is there a way to have notifications posted to a panel for the
> interested
> >> user rather than through email?
> >>
> >> If so, is there a way to choose one, the other or both?
> >>
> >> Thanks!
> >>
> >> _______________________________________________
> >> 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
> >
> >
>
> --
> View this message in context:
> http://n2.nabble.com/Receiving-Watch-list-notifications-tp3500490p3520065.h…
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 27 Aug 2009 02:08:31 +0200
> From: Thibaut DEVERAUX <thibaut.deveraux(a)gmail.com>
> Subject: Re: [xwiki-users] Receiving Watch list notifications.
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <66833faf0908261708t11f3d321u49b4dc4840b59995(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Woot, bravo Caleb.
>
> Seems there is a lot of people on this subject from now.
>
> I released some files about this on Flickr :
>
>
> http://www.flickr.com/photos/thibautdeveraux/3821532046
> http://www.flickr.com/photos/thibautdeveraux/3821531914
> http://www.flickr.com/photos/thibautdeveraux/3820724537
> http://www.flickr.com/photos/thibautdeveraux/3820724599
>
> (the begining of the texts is alway the same, jump at the end)
>
> Caty told me the non-panel versions were to complicated, wich is right. The
> fact is I think a lot about a communication board including wave
> integration
> and should separate concepts in the time to get a working design at each
> moment.
>
> The wave part is not finalized from now. However I think I could post the
> third and forth links to GoogleWave page in incubator so that it may give
> other people ideas. Can someone post it / make me an account on incubator ?
>
> Thanks.
>
>
> Thibaut
>
>
>
>
> 2009/8/27 clay <clay(a)grabafact.com>
>
> >
> > Caleb,
> >
> > You're a CHAMP!
> >
> > Thanks!
> >
> >
> > Caleb James DeLisle wrote:
> > >
> > > You're right, xwiki needs a "watchlist" panel. The watchlist has an rss
> > > feed so I copied the workings of that to make a panel. You can get it
> > > here.
> > >
> > >
> >
> http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistPanelApplication
> > >
> > > This will not interfere with notifications being emailed to you.
> > >
> > > Caleb James DeLisle
> > >
> > > clay wrote:
> > >> Greetings,
> > >>
> > >> Is there a way to have notifications posted to a panel for the
> > interested
> > >> user rather than through email?
> > >>
> > >> If so, is there a way to choose one, the other or both?
> > >>
> > >> Thanks!
> > >>
> > >> _______________________________________________
> > >> 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
> > >
> > >
> >
> > --
> > View this message in context:
> >
> http://n2.nabble.com/Receiving-Watch-list-notifications-tp3500490p3520065.h…
> > 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
> >
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 27 Aug 2009 06:59:53 +0530
> From: "Dilipkumar Jadhav" <jadhav.dilipkumar(a)gmail.com>
> Subject: [xwiki-users] XWiki 2 ML 4 .xar import error
> To: <users(a)xwiki.org>
> Message-ID: <4a95e199.171bf30a.6083.47cf(a)mx.google.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello everyone,
>
> Tried setting up XWiki 2 ML4 as a fresh installation on a test machine.
>
> The installation went fine. However, importing the .xar file for XWiki 2 ML
> 4 throws the following error:
>
>
>
> Wrapped Exception:
>
>
>
> org.apache.velocity.exception.MethodInvocationException: Invocation of
> method 'save' in class com.xpn.xwiki.api.Document threw exception
> com.xpn.xwiki.XWikiException: Error number 9001 in 9: Access denied in edit
> mode on document XWiki.XWikiPreferences at /templates/admin.vm[line 58,
> column 26]
>
> at
>
> org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(
> ASTMethod.java:337)
>
> .
>
>
>
> When I tried again, it takes me to the XWiki preferences page but the page
> says it is locked in edit mode by XWiki.Guest. Clicking force edit throws
> the above mentioned error again.
>
> Is anyone else too facing the same issue. Did I miss out on anything
> critical during setup.
>
> The machine is the same where a test version of XWiki 2 ML 3 works just
> fine.
>
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 27 Aug 2009 08:29:49 +0100
> From: "Ajdin Brandic" <aa6345(a)coventry.ac.uk>
> Subject: Re: [xwiki-users] viewer=code
> To: "XWiki Users" <users(a)xwiki.org>
> Message-ID:
> <03C98BDA710E7A40B73C993433B5B22807A09B5F(a)VSEXMS-01.coventry.ac.uk>
> Content-Type: text/plain; charset="us-ascii"
>
> Thanks for the response (Caleb James DeLisle and Sergiu). I am using
> myxwiki.org so not sure if I have access to .vm files?!
>
> I think a way of disabling viewer=code should be available ASAP.
>
> As it is not obvious (especially for new xwiki users/developers) that
> any code is publicly acessible and there is no clear way of hiding
> Groovy + Velocity code from the public (or search engines) this
> "feature" poses a great security risk. Someone unaware of this feature
> (like I was) and using a 3rd party API which requires authentication
> could easily embed and revile username/password to the whole world.
>
> Ajdin
>
>
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf
> Of Sergiu Dumitriu
> Sent: 26 August 2009 22:24
> To: XWiki Users
> Subject: Re: [xwiki-users] viewer=code
>
> Ajdin Brandic wrote:
> > Is there an option (settings) to disable this (viewer=code) on a site?
>
> First thing to keep in mind is that any user that can *edit* documents
> on your wiki will always be able to retrieve the source code of
> documents.
>
> Now, if you want to disable the display of code to users, you should
> edit the following templates and add a rights check at the start:
>
> code.vm, xml.vm, changes*.vm, editwiki.vm, editwysiwyg.vm,
> editwysiwygnew.vm, inline.vm, plaincode.vm
>
>
> This snippet prevents guest access:
>
> #if($context.user == 'XWiki.XWikiGuest')
> #stop
> #end
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> --------------------------------------------------------
>
> 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.
>
>
> ------------------------------
>
> Message: 8
> Date: Thu, 27 Aug 2009 10:26:24 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-users] Receiving Watch list notifications.
> To: XWiki Users <users(a)xwiki.org>
> Message-ID: <7359D614-BC16-4F43-A30D-29F2B54BC967(a)massol.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Hi Thibaut,
>
> On Aug 27, 2009, at 2:08 AM, Thibaut DEVERAUX wrote:
>
> > Woot, bravo Caleb.
> >
> > Seems there is a lot of people on this subject from now.
> >
> > I released some files about this on Flickr :
> >
> >
> > http://www.flickr.com/photos/thibautdeveraux/3821532046
> > http://www.flickr.com/photos/thibautdeveraux/3821531914
> > http://www.flickr.com/photos/thibautdeveraux/3820724537
> > http://www.flickr.com/photos/thibautdeveraux/3820724599
> >
> > (the begining of the texts is alway the same, jump at the end)
> >
> > Caty told me the non-panel versions were to complicated, wich is
> > right. The
> > fact is I think a lot about a communication board including wave
> > integration
> > and should separate concepts in the time to get a working design at
> > each
> > moment.
> >
> > The wave part is not finalized from now. However I think I could
> > post the
> > third and forth links to GoogleWave page in incubator so that it may
> > give
> > other people ideas. Can someone post it / make me an account on
> > incubator ?
>
> Lots of cool stuff :)
>
> Re google wave you might be interested in
> http://incubator.myxwiki.org/xwiki/bin/view/Main/GoogleWave
> (you need a wave account to see it)
>
> I couldn't find your account on http://myxwiki.org to add you. What's
> your user name?
>
> Thanks
> -Vincent
>
> > 2009/8/27 clay <clay(a)grabafact.com>
> >
> >>
> >> Caleb,
> >>
> >> You're a CHAMP!
> >>
> >> Thanks!
> >>
> >>
> >> Caleb James DeLisle wrote:
> >>>
> >>> You're right, xwiki needs a "watchlist" panel. The watchlist has
> >>> an rss
> >>> feed so I copied the workings of that to make a panel. You can get
> >>> it
> >>> here.
> >>>
> >>>
> >>
> http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistPanelApplication
> >>>
> >>> This will not interfere with notifications being emailed to you.
> >>>
> >>> Caleb James DeLisle
> >>>
> >>> clay wrote:
> >>>> Greetings,
> >>>>
> >>>> Is there a way to have notifications posted to a panel for the
> >> interested
> >>>> user rather than through email?
> >>>>
> >>>> If so, is there a way to choose one, the other or both?
> >>>>
> >>>> Thanks!
> >>>>
> >>>> _______________________________________________
> >>>> 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
> >>>
> >>>
> >>
> >> --
> >> View this message in context:
> >>
> http://n2.nabble.com/Receiving-Watch-list-notifications-tp3500490p3520065.h…
> >> 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
> >>
> > _______________________________________________
> > 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
>
>
> End of users Digest, Vol 25, Issue 52
> *************************************
>
Hello everyone,
Tried setting up XWiki 2 ML4 as a fresh installation on a test machine.
The installation went fine. However, importing the .xar file for XWiki 2 ML
4 throws the following error:
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'save' in class com.xpn.xwiki.api.Document threw exception
com.xpn.xwiki.XWikiException: Error number 9001 in 9: Access denied in edit
mode on document XWiki.XWikiPreferences at /templates/admin.vm[line 58,
column 26]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(
ASTMethod.java:337)
.
When I tried again, it takes me to the XWiki preferences page but the page
says it is locked in edit mode by XWiki.Guest. Clicking force edit throws
the above mentioned error again.
Is anyone else too facing the same issue. Did I miss out on anything
critical during setup.
The machine is the same where a test version of XWiki 2 ML 3 works just
fine.
Hello Wikiers,
There is, within XWiki 1.5.4, a possibility to export as XML the
content of a page, with attachments and everything:
curl -O 'http://user:password@draft.i2geo.net/xwiki/bin/view/Main/WebHome?xpage=xml'
how can I do the same with all the existing version and authors?
Adding &backup=true&history=true did not help.
thanks in advance
paul
Hi!
When working with XWiki 1.0 syntax, any info or warning box flows under
a floating box that, for instance, holds a table of content.
For instance...
http://playground.myxwiki.org/xwiki/bin/view/Main/CodeStyle
Please, could this be avoided? Thanks!
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi,
We have configured the access rights to "prevent unregistered users from
viewing pages, regardless of the page or space rights". (checked in Wiki
Administration --> Rights)
But unfortunately for one single page we would like to make the page
public. (Viewable without login in).
Is there a way to overforce the default configuration for this page?
We are using XWiki 1.8.3.
Thanks.
Reto
Hello all,
is it possible to have hierarchical document structures in Xwiki like it
is possible with Dokuwikis name spaces?
In Dokuwiki I can have
Home -> Personal Pages -> User One -> Project 1 -> Coding
Home -> Personal Pages -> User One -> Project 2 -> Coding
where the two "Coding" pages are different.
Thank you.
Greetings,
Willi
Greetings,
Is there a way to have notifications posted to a panel for the interested
user rather than through email?
If so, is there a way to choose one, the other or both?
Thanks!
Is there an option (settings) to disable this (viewer=code) on a site?
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,
I am developing a script to generate several html pages and inclusion in the
XWiki database, but after add the page in *xwikidoc table* successfully it
is not loaded in the xwiki.
There is another procedure to be done after inclusion data in mysql
database?
Thanks,
Alexandre
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.0 Milestone 4.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the fourth and last milestone for the XWiki enterprise 2.0 version.
Changes from 2.0 Milestone 3:
* Introduce new Colibri skin
* Improvements and bugfixes in the new network event distribution system
* Improvements in the scheduler
* Improvements in the watchlist
* Introduce activity stream plugin
* Add macros categories support
* Add attachment support to mail created from template
As usual we need the community to heavily test this release before the
final release to catch all the remaining issues. You can look at
http://dev.xwiki.org/xwiki/bin/view/Drafts/EventClustering to test the
new event based clustering support.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise20M4
Thanks
-The XWiki dev team
I am out of the office until 09/02/2009.
I will not have access to email. For wiki assistance, please contact Kim
Dillon.
Note: This is an automated response to your message "users Digest, Vol 25,
Issue 49" sent on 8/26/09 4:06:27.
This is the only notification you will receive while this person is away.
In setting up our XWiki farm, I came across a couple of bugs.
In general, should we always bring up bugs on the mailing list first before entry into jira?
I deleted the account named "Admin" after setting up other individuals as administrators. A user with "admin" rights (or even "delete" rights) could no longer create or delete wikis from the "wikis" page of the XEM. However, if I recreated an account named "Admin", then a user with "admin" rights *could* create/delete wikis from that page, even though they're not logged in as user "Admin".
The rights checking on that page must be hardcoded to check if user "Admin" has the rights, instead of checking the user who's actually logged in and making the page request.
XEM 1.9.3
Trevor
Using XEM 1.9.3 or XE 2.0 M2.
If I logout and login again without closing the browser, the session resumes to the last page I was browsing. I don't know if that's a feature ("resuming your session") or a bug (not restarting at the dashboard).
But this also happens if I login as a different user using the same browser: it resumes the previous users' session.
And if that previous user had admin rights, when a user with no admin rights logs in it goes to the last page that the admin was browsing. If that page requires admin rights, it says "You are not allowed to view this document or perform this action."
Of course, it won't be often that one browser will be used for different login IDs, but it should not resume the session of another user when you log in.
Trevor
Hi everyone,
Till now we were using IRC (and we still are) but there are a few
issues with it and the biggest one is that you don't get to see
messages sent to you when you're offline. Thus we're trying a new
solution using Jabber/XMPP.
If it works well we'll then switch from IRC to it.
If you want to participate in the test and join us you can log in on xwiki(a)conference.jabber.org
name: xwiki
server: conference.jabber.org
Note that you can log with your gmail id if you don't have a jabber id.
See you there.
Thanks
-Vincent
I notice that the value of ID of the xwiki doc changed after I renamed the
doc to another Space. For some reasons, I'd like get the same doc use
a unchanged, unique value, can I do that with XWiki?
--
-----------------------------------------------------------------------------------------
空中的一小块陆地
E-mail : fly.island(a)gmail.com
Blog : http://flyisland.blogbus.com/
Twitter : http://twitter.com/flyisland
-----------------------------------------------------------------------------------------
Hi XWikiers,
we've had a poll running at
http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures for the past
weeks. Thanks to all of you who castes your votes already!
Since the work on the next XWiki roadmap will start soon I'd like to close
the poll and get the final results published. I will do that at the end of
the week.
If you haven't done it so far, please cast your votes before friday!
Thanks,
Guillaume
--
Guillaume Lerouge
Product Manager - XWiki
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
Hi,
I was talking to Marta and we came across the "Jump" action (*Jump to any
page in the wiki (Meta+G)*)
The problem is that it has low visibility and it's not well placed in the
"Quick Links" panel.
*A.* First solution - make a "Keyboard Shortcuts" panel with different
shortcuts taken from
http://platform.xwiki.org/xwiki/bin/view/Features/KeyboardShortcuts
But (Meta+G) is still operating system dependent and with an advanced user
target.
*B. *How about we put it near the Search input, in the right corner? You can
see a mockup at
http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Skin20P1/jump.…
This will be not the final version of the UI for the jump, but just to get
the point.
Thanks,
Caty
Hi J,
If we place the Jump in an input, we gonna take it from the panel. No need
for duplicates.
And G, we could still have the shortcut available.
On Tue, Aug 25, 2009 at 15:50, Jerome Velociter <jerome(a)xwiki.com> wrote:
> Hello,
>
> If you are going to re-work it, please take advantage of this to
> hardcode the link in the panel - if it stays in a panel - (right now
> it's injected by Javascript, which makes it near-to-impossible for
> someone not technical to modify/delete it). And agreed, "Meta + G" is
> very cryptic for the regular user audience.
>
> Thanks,
> Jerome.
>
> Ecaterina Valica wrote:
> > Hi,
> >
> > I was talking to Marta and we came across the "Jump" action (*Jump to any
> > page in the wiki (Meta+G)*)
> > The problem is that it has low visibility and it's not well placed in the
> > "Quick Links" panel.
> >
> > *A.* First solution - make a "Keyboard Shortcuts" panel with different
> > shortcuts taken from
> > http://platform.xwiki.org/xwiki/bin/view/Features/KeyboardShortcuts
> > But (Meta+G) is still operating system dependent and with an advanced
> user
> > target.
> >
> > *B. *How about we put it near the Search input, in the right corner? You
> can
> > see a mockup at
> >
> http://incubator.myxwiki.org/xwiki/bin/download/Improvements/Skin20P1/jump.…
> > This will be not the final version of the UI for the jump, but just to
> get
> > the point.
> >
> > Thanks,
> > Caty
> > _______________________________________________
> > devs mailing list
> > devs(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/devs
> >
>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
Hello,
We are currently using XWiki enterprise 1.7.2. I would like to upgrade to
the last version (1.9.3) but as we have set up several instances, I would
like to take avantage of XWiki enterprise manager, but I could not find
information about the good migration path.
Should I create a new instance of XWiki enterprise manager 1.7.3 or can I
just upgrade one of the instance of XWiki enterprise to XWiki manager ?
How then should I proceed with the other instance (need to upgrade each
instance before doing anything, then how to merge to the manager instance ?)
?
Thank's for your help.
Nicolas FRANK
Finance active
Another question,
we've been trying to change the pdf export layout:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCustomiz…
Created the Class, and a new pdf export definition.
Now changing the style works but when we try to change xhtmlxsl or fopxsl
nothing happens.
Is this a know bug or is there somthing one should know ....
Second question:
Is this a way to create a own export definition for another format e.g latex
Thanks
hel.
-----
-----
Helmut Lehner
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/Customizing-export-tp2213930p2213930.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
In setting up our wiki farm, we'd like to do this:
http://www.oursite.com/xwiki = the XEM manager
http://wiki.oursite.com/xwiki = internal wiki
http://client1.oursite.com/xwiki = Client 1's wiki
http://client2.oursite.com/xwiki = Client 2's wiki
How do we go about doing this? I've got the wikis themselves set up and responding properly using my HOSTS file (mapping each of those to the same IP), but how is it done in a "production" environment (for both internal and external clients)?
We don't have our own DNS server, we rely on the ISP. Are these subdomains? Or different hosts of the "oursite.com" domain?
Yes, I've searched for answers and have read about DNS and subdomains, etc. but it's just not sinking in. Anyone have a good link for reference?
Any help would be appreciated!
Thanks,
Trevor
I've been trying to get XWiki installed as the ROOT webapp so I can access it with localhost:8080 instead of localhost:8080/xwiki (referencing http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs).
I had XWiki working properly first, following the original instructions (expanding the WAR to /usr/share/tomcat5.5/webapps/xwiki).
Then I renamed xwiki to ROOT
I created a ROOT.xml file in /usr/share/tomcat5.5//conf/Catalina/localhost as follows:
<Context path="/" docBase="/usr/share/tomcat5.5/webapps/ROOT"
debug="0" privileged="false" allowLinking="true">
</Context>
and restarted Tomcat.
Now when I go to localhost:8080 I get
"Connection Interrupted
The connection to the server was reset while the page was loading."
and get redirected to http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
Am I missing something?
Thanks,
Trevor
Hello friends,
Is there a modification we could make to the most active contributor so that
Admin is excluded from the results. The Admin does make a lot of changes &
creates quite a few pages which are XWiki internal pages/test pages. These
pages are never seen by the general user. Also, we would like to recognize
those general users who contribute the most to Wiki. However, Admin & other
power users show up at the top of the most active contributors list. The
number of pages attributed to Admin are way too high (since XWiki default
xar file that we install during fresh installation has almost all the pages
attributed to Admin). This kind of gives skewed results.
I looked through the api so that I could find a method call which would help
me do this. I am unable to find anything that came close to these
requirements.
Any help will be greatly appreciated.
I'm a newbie.
I searched the web for using this query:
xwiki "user type" advanced simple
and it didn't turn up anything to help me understand what those user types
are.
Could someone please clue me in and maybe tell me whether a different search
would've turned up anything?
Thanks!
I needed to set up an email address. I was really dismayed that it wasn't
just a "change my account settings" type task.
Are there any plans, or is there a way, to make specifying an email address
a more end-user friendly task?
Thanks!
Hi,
I would like to understand which places are best suited to customize
the registration workflow.
We would like to see the following;
1) Visitor clicks on "register"
2) Next to xwiki default we would like the visitor to fill in what
country, what language
3) When submit we would like the system to send confirmationlink with
translated text
4a) when confirmation link is submitted by user a welcome message in
translated text
5) We would like to see newly registered users in a dynamic table
where we can accept users manually by clicking line by line
6) after accepting the user should receive information about
Gerritjan
I have looked at the following applications (http://code.xwiki.org/xwiki/bin/view/Applications/) and the "download" link doesn't work in Firefox 3.0.11, but does work in IE 7.0.5730:
CalendarApplication
EventCalendar Application (the download link leads to an empty page, there is nothing to download)
ExtendedTodo Application
DatePicker Application
(I haven't checked all the apps, so this list may not be complete.)
Trevor
Hello
I am trying to promote xwiki use in the healthcare organization I work at.
The biggest hurdle is the IT department, sometimes I feel like they want to
sabotage all my efforts just for fun. After months and months of waiting,
they finally provided me with a server, accessible from outside the
hospital, the problem is that logging in is borked. My browser (latest
firefox) shows "Loading..." as the tab header and the dot's circle forever.
The status bar shows "Connected to my.organization.org..", but the Log-in
screen stays on.
The local version works fine, but I absolutely want it accessible globally.
My xwiki version is "XWiki Enterprise 2.0-milestone-2.22241", the data store
is MS SQL Server
Apache Tomcat/5.5.17 1.6.0_14-b08
Now the IT guys say they have no clue as to what the problem is, and I have
to fix it myself, which I can't do. Any suggestions are GREATLY appreciated.
Thank you
y
--
View this message in context: http://n2.nabble.com/help-tp3480762p3480762.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello All,
I had been trying out the examples for XML RPC access at
http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC.
I am using XWiki 2 ML 3 on JDK 1.5 / Tomcat 6.0.18 / MySql 5 test machine.
I placed the xwiki-core-xmlrpc-client-2.0-milestone-3.jar file in the
WEB-INF/lib folder. Restarted tomcat & copy pasted the following code
from the above XMLRPC page:
<%
import org.xwiki.xmlrpc.XWikiXmlRpcClient;
import org.xwiki.xmlrpc.model.XWikiPage;
String url = "http://localhost:8080/xwiki/xmlrpc/confluence";
String user = "Admin";
String pass = "admin";
XWikiXmlRpcClient rpc = new XWikiXmlRpcClient(url);
rpc.login(user, pass);
XWikiPage page = rpc.getPage("Main.WebHome");
println(page.getContent());
String rendered = rpc.renderContent(
page.getSpace(), page.getId(), page.getContent());
println(rendered);
%>
I do not get the rendered content from the server but instead I got
the following error message:
org.apache.xmlrpc.XmlRpcException: Failed to create input stream:
http://localhost:8080/xwiki/xmlrpc/confluence
Now, I also tried the other pure java example in Netbeans while
making sure that all the commons-logging-1.1.jar,
ws-commons-util-1.0.2.jar, xmlrpc-common-3.1.2.jar, and
xmlrpc-client-3.1.2.jar files in the libraries. On running the sample
code, I get the following error:
XmlRpc HttpTransportException: HTTP server returned unexpected status Not Found
What am I doing wrong...or is the article not updated as per XWiki 2.0 release.
Any help would be greatly appreciated...
Hi,
I am Silvia Rusu (http://www.xwiki.org/xwiki/bin/view/XWiki/SilviaRusu)
and I have joined the XWiki Iasi team this week as a tester and
documentation writer.
As a tester my role will be to uncover any issues and inconsistencies
that might affect the products you love developing/using.
I will also be talking to our project managers, product manager and
mailing list users in order to find out more about our customers
expectations and needs. Taking this into consideration I will come up
with suggestions on how to improve user experience.
As a documentation writer I will make sure users who aren't familiar
with XWiki discover what the products do in order to take advantage of
their features. In the process I will be making sure all user-facing
features are well documented on XWIki.org, writing user guides, creating
videos explaining how to use features, etc.
I am happy to be joining XWiki and hope this will develop into a very
successful collaboration.
You can find me online on Twitter at http://twitter.com/silviarusu.
Should you have any suggestions regarding testing and documentation
please feel free to contact me by email at silvia.rusu(a)xwiki.com.
Thanks,
Silvia
Sometimes I spend weeks to finish some docs, and it will generate dozens of
versions when I forgot to enable "Is minor edit". How can I set the default
value of "Is minor edit" to "true"?
Under the xwiki root folder >> Templates, I found the editactions.vm file.
I had to replace the line
#if($request.minorEdit)checked="checked"#end TO
checked="checked"
That seems to set the minor edit box to checked for all the pages. I prefer
it this way since on my wiki instance there are on an average 60-100
articles being added daily and almost equal number being edited throughout
the day. Most people tend to forget that the changes they are making is a
minor edit (epecially when they are making minor edits because of time
constraint).
I have realised that it may not be a good idea to make changes to the vm
files. However, I've also not come across any side effect of enabling the
minor edit so far.
Hello,
Can anyone help, about the hibernate configuration for using a Datasource into a Weblogic App Server? It's just the point for getting xwiki running in my company. I found nothing the worked for me in the web.
Thanks in advance,
Francisco
--
Francisco Hernández Cuchí
**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y está dirigido únicamente
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su administrador de correo o con el
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
Sometimes I spend weeks to finish some docs, and it will generate dozens of
versions when I forgot to enable "Is minor edit". How can I set the default
value of "Is minor edit" to "true"?
--
-----------------------------------------------------------------------------------------
空中的一小块陆地
E-mail : fly.island(a)gmail.com
Blog : http://flyisland.blogbus.com/
Twitter : http://twitter.com/flyisland
-----------------------------------------------------------------------------------------
Hello,
I'm using XEM 1.7.2 with Tomcat and Apache on Debian
- I ca create virtual wiki but i can't modify them. When I try to
preview or view my change, I'm automaticly redirected to the xredirect
page...
- And if I try to login directly on a virtual wiki, I can't logout...
Could you help me ?
François
Hi
I have a problem where creating and saving/editing documents fails.
I am using xwiki version 1.1.1 Here are some errors shown from the detailed
information page.
Error number 3201 in 3: Exception while saving document AVL.test
Wrapped Exception: Error number 3211 in 3: Exception while updating
archive AVL.test
Wrapped Exception: Error number 3212 in 3: Exception while loading
archive 1,473,480,338
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not execute query
Also in the same Detailed information report:
Wrapped Exception:
java.sql.SQLException: Table './macomtech/xwikircs' is marked as crashed
and should be repaired
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3256)
I havent come across this problem before in xwiki or mysql.
I could use "repair table xwikircs" in mysql. What else needs to be done to
fix problem or is there a better way to fix it?
Thanks
John
--
View this message in context: http://n2.nabble.com/Documents-failing-to-save.-Mysql-table-crash-tp3459900…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
In April there was a discussion on the list with this subject. This
discussion ends without a solution. Does anyone know if this problem has
been solved. It seems I am having the same problem here when running
1.9.3 on a Oracle OC4J container.
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)
Hi Anca,
I will give this a try & update you on the outcome...
Thanks for the quick response. :)
Message: 3
Date: Wed, 19 Aug 2009 11:45:00 +0300
From: Anca Paula Luca <ancapaula.luca(a)xwiki.com>
Subject: Re: [xwiki-users] Search box in IE8
To: XWiki Users <users(a)xwiki.org>
Message-ID: <4A8BBB8C.3030102(a)xwiki.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Dilipkumar Jadhav wrote:
> Hello All,
> This thing just came to notice when we upgraded our Internet Explorer to
> IE8. The search box that populates using <meta-g> pulls up at the very
> bottom of the page in IE8.
> The same box works normally and shows up at the top of the page in IE7 or
> Firefox 3.X.X.
> In IE8, when I enable the compatibility mode, the box works normally &
shows
> up at the top of the page.
> Although, I've not tried this solution, but I understand that adding this
> meta tag at the top of any html/jsp page should help circumnavigate this
> issue :
> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Hi there,
I suppose you need to add this meta tag to all the XWiki pages, so that
you're
sure that any page you'd load, the content gets interpreted as in IE7. To do
this, go to your installation's templates folder (/webapps/xwiki/templates)
and
edit the htmlheader.vm file to add, next to the other <meta> tags, this one.
Hope this helps,
Anca
> However, I am not sure which page to add this so that the search box works
&
> appears at the top of the page.
> Any help...