Hello,
Don't know if it's a bug or an evolution, but after migrating my xwiki
to 1.2.2, when I attach a new file to a page, all spaces characters are
trimmed from the name. I didn't found anything about that in Jira.
For example "My Doc Attached.doc" gets renamed to "MyDocAttached.doc".
I see at least one issue coming from this : if you attach the same file
it's not considered the same because it's renamed. Your existing links
also link to the previous version, and it's not easy to find by
end-user.
And anyway you don't want the file to be renamed when attached ...
I'm using XE 1.2.2 on MySql 4.0 and RedHat R4.
WDTY ?
Thanks,
Jeremie
Hi,
Has anyone already tried using Toucan 1.0 with XE 1.3M2?
Since we're going to release Toucan 1.1 today or tomorrow and XE
1.3RC1 today or tomorrow it would be great to get some feedback ASAP
if anything is not working as expected with the Toucan skin.
Thanks
-Vincent
Hi,
my name is Diego and I am a (young) XWiki administrator.
Upgrading from version 0.9.840 to the latest stable version (1.2.2) and
using the Import/Export method to fill data in the new wiki, I observed
this problem: if a page is not under the space "XWiki" ( i.e., the
page's URL is not like ".../XWiki/.../page" ) , the skin is not applied
correctly to the page (it's not applied at all!).
We have a lot of data in the wiki, so could you suggest me please an
efficient way to fix this problem? Maybe there's something wrong I did
during the import/export process?
Thanks.
I'm a first time installer, running 1.3M2 and trying to upload the XAR file.
I'm getting the following error in the xwiki.log file (which, oddly, is in
the tomcat base dir instead of the tomcat/logs dir).
Also, when I try and create users, the form submits, but it doesn't appear
to be saving because no users are listed after 'save'.
I'm running on linux, MySQL 4.1 and JDK 1.6. The DB was created
successfully and I was able to edit the front page.
Any ideas? Should I try 1.2 instead?
Thanks,
-Doug
ERROR lucene.IndexUpdater - invalid parameters given to add:
XWiki.Import, null, {grouplist={xwiki:XWiki.XWikiGuest=[]},
fileuploadlist=[name=null,
StoreLocation=/usr/local/tomcat/temp/upload_720660f3_11842ccbd27__8000_00000003.tmp,
size=86bytes, isFormField=true, FieldName=xredirect, name=null,
StoreLocation=/usr/local/tomcat/temp/upload_720660f3_11842ccbd27__8000_00000004.tmp,
size=41bytes, isFormField=true, FieldName=filename,
name=xwiki-enterprise-wiki-1.3-milestone-2.xar,
StoreLocation=/usr/local/tomcat/temp/upload_720660f3_11842ccbd27__8000_00000005.tmp,
size=351930bytes, isFormField=false, FieldName=filepath],
msg=com.xpn.xwiki.web.XWikiMessageTool@8c048e,
util=com.xpn.xwiki.util.Util@7f30f8, baseskin=albatross,
org.xwiki.component.manager.ComponentManager=org.xwiki.plexus.manager.PlexusComponentManager@6a086a,
ajax=false, locale=en, doc=XWiki.Import, mainxwiki=xwiki, skin=toucan,
fileuploadplugin=com.xpn.xwiki.plugin.fileupload.FileUploadPlugin@681e5a,
vcontext=org.apache.velocity.VelocityContext@1a0bb6f}
--
View this message in context: http://www.nabble.com/New-installation---XAR-upload-failing-tp15641651p1564…
Sent from the XWiki- Users mailing list archive at Nabble.com.
If more than one table row is selected in the wysiwyg editor, and a style
(such as a font size) is applied to the rows, then each cell will be wrapped
in {style span...} text {style} .
When this is saved, the newlines at the end of the rows will disappear. ie
{style span...} row1, last cell{style}
{style span...} row2, first cell{style}
becomes
{style span...} row1, last cell{style} {style span...} row2, first
cell{style}
Is there an easy way around this?
--
View this message in context: http://www.nabble.com/wysiwyg-editor-1.2.1-table-styles-tp15625650p15625650…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I don't seem to be able to find basic documentation of xwiki concepts, such
as 'space', 'object'. Both of those words mean something to me, but it's not
clear what they mean in the xwiki world. Does xwiki presuppose familiarity
with some other body of documentation? Where can I get this reference
material?
Regards,
Honna
Anyone is successful when install on Oracle 9i?
I searched this maillist,and tryed several solution, but I failed runing
xwiki with Oracle 9i.
Are there any new solutions?
=========================
I have tryed two version:
xwiki 1.2.2 and xwiki 1.3m2.
Oracle 9.2.x.x , Oracle JDBC driver version:Oracle 10.0.1.0
Error Message:
Error number 3201 in 3: Exception while saving document Main.WebHome
Wrapped Exception: could not update:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#component[docId,version1,version2]{docId=-114121954,
version2=1, version1=1}]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document Main.WebHome
Wrapped Exception: could not update:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent#component[docId,version1,version2]{docId=-114121954,
version2=1, version1=1}]
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:455)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:91)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1077)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:120)
at
com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:187)
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.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
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:263)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
java.sql.SQLException: ORA-01483: DATE 或 NUMBER 赋值变量的长度无效
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:213)
at
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1117)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1270)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3415)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3498)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
..............
Hi everyone, having a small problem on an HQL query (and hope someone's
managed to get this working before)
NOTE: $dtDateToCompare is yesturdays date, generated with groovy
select obj.name
from
BaseObject obj,
XWikiDocument doc,
StringProperty propnrd
where
obj.className='XWiki.clickClass' and
obj.name<>'XWiki.clickClassTemplate' and
obj.name not like('%/%') and
doc.fullName=obj.name and
propnrd.id.id=obj.id and
propnrd.id.name='clickDateAssign' and
propnrd.value < '${dtDateToCompare}'
order by
obj.name asc
This works if I use the modified date property of the document (as a test);
but not for a custom date property (propnrd.id.name='clickDateAssign' is a
date property of the class).
Anybody do something similar and can share some pointers? Using MySQL if
that makes any difference
Hi all,
I'm going to upgrade a wiki-farm from the version 1.1RC1 to 1.2.2. Does
anyone have tried to upgrade a wiki-farm? Any suggestion?
I know there are explanation on how to do this on xwiki.org, I want just
to know if someone has done it already.
Thanks!
Vito