Hi all,
I have a problem with the WYSIWYG-editor of 1.1.2 and the code-macro:
If I use WYSIWYG-editor and add code-macro with e.g. a *-character in
it, the WYSIWYG-editor displays it correctly. But if I save the page,
the *-caracter is transformed and the result does not look very nice :-(
A similar behavior is the following:
If I enter in the WIKI-mode:
{code:type=java}
**
{code}
And switch to WYSIWYG and back, the code looks like:
{code:type=java}
**
{code}
Displaying this page leads to the same result as discriped above.
Can somebody help me?
Thanks in advance,
Thomas Pasch
Of course users can still upload files and post comments to the
respective urls directly, even with 'showattachments' or 'showcomments'
set to 'no'. These settings just tell the skin not to render the HTML,
they don't affect any privileges.
If you want to prohibit commenting, set the according rights (Level
'comment') for the page/space. Unfortunately there is no rights level
for attachments. Attachments are (hard-coded into XWiki's Core) bound to
the 'edit' rights level.
Bug filed: http://jira.xwiki.org/jira/browse/XE-173
After pressing "Save & Continue" button exception is thrown
Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: could not insert:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: could not insert:
[com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo]
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:333)
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:1018)
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:147)
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:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
at
com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
at
com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
at
oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at
oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
at
oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
at
oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.sql.SQLException: ORA-01400: cannot insert NULL into
("XWIKI"."XWIKIRCS"."XWR_COMMENT")
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
at
oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:633)
at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1161)
at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3074)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
at
org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2062)
at
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2427)
at
org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:333)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:701)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:675)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:323)
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:1018)
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:147)
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:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
at
com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
at
com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
at
com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
at
oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at
oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
at
oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
at
oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
--
View this message in context: http://www.nabble.com/Exception-while-Save---Continue-in-Administration-%3E…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all
I'm pretty new to this great looking wiki and I'm not a developer. For this
I'm sorry when I'm asking for something, that already exists and I'm just
too blind to see it...
* I would like to give every member an own "member-page", where only there
and only he can edit the page. I guess with the current ACL this is not that
easy doable, right? Maybe it would help to split "edit" into "create" and
"update" and a definition for "own" content, "section" content and "all"
content?
Something like I know from Joomla (JACL Plus):
http://www.gigasize.com/get.php?d=nt52dj9vpvb (you have to type a CAPTCHA on
the right and you have to wait 30 sec. before you can download the file,
sorry)
* Tabbed pages would be awesome. Maybe an easy "add/edit/delete" tab-bar on
the top (including ACL)
* A "secret" URL (ie. for the member-page) like Google-Calendar
* A simple wiki wishlist on XWIKI.org. Maybe we could gather some fresh
ideas and maybe some volunters would pickup some tasks...?
Too bad I can't program myself :(
Cheers,
Simon
Hi everybody!!
Sorry for the "rude" title, but i'm evaluating
which wiki propose in a large enterprise and, rightnow, i'm facing with
this dilemma...
I'd
like someone to share his experience/knowledge and,please, help me to
point out the main differences between those two products.
My
main concerns are related with usability (especially regarding the
WYSIWYG editor) security, access control, statistics and auditing
features...
I'd really appreciate any help.
Thank you
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Of course users can still upload files and post comments to the
respective urls directly, even with 'showattachments' or 'showcomments'
set to 'no'. These settings just tell the skin not to render the HTML,
they don't affect any privileges.
If you want to prohibit commenting, set the according rights (Level
'comment') for the page/space. Unfortunately there is no rights level
for attachments. Attachments are (hard-coded into XWiki's Core) bound to
the 'edit' rights level.
Sorry,
I'm not such dummie to just complain without proper problem info, but you probably missed the link to JIRA, where I filled bug report. Now, here comes cut&paste:
SW: OracleAS 10.1.3.2 + OracleDB 10.2.0.?
Steps:
1. deploy 1.1.2 war (works)
2. import enterprise 1.1.2 xar (works)
3. deploy 1.2 RC2 war
4. exception while accessing first page
java.sql.SQLException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:185)
at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:503)
at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1029)
at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:535)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1126)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3001)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:139)
at org.hibernate.loader.Loader.getResultSet(Loader.java:1669)
at org.hibernate.loader.Loader.doQuery(Loader.java:662)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
at org.hibernate.loader.Loader.doList(Loader.java:2145)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2029)
at org.hibernate.loader.Loader.list(Loader.java:2024)
at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:94)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1552)
at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283)
at org.hibernate.impl.CriteriaImpl.uniqueResult(CriteriaImpl.java:305)
at com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager$1.doInHibernate(XWikiHibernateMigrationManager.java:64)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:918)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:947)
at com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.getDBVersion(XWikiHibernateMigrationManager.java:60)
at com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrationsForDatabase(AbstractXWikiMigrationManager.java:140)
at com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.startMigrations(AbstractXWikiMigrationManager.java:102)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:721)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:672)
Steps 2:
1. deploy 1.1.2 war (works)
2. import enterprise 1.1.2 xar (works)
3. import enterprise 1.2 RC2 xar (works)
4. deploy 1.2 RC2 war
5. same exception while accessing first page
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Vincent Massol
Sent: Monday, January 07, 2008 6:00 PM
To: XWiki Users
Subject: Re: [xwiki-users] failed upgrade 1.1.2 -> 1.2-rc2
Hi Martin,
Could you please provide more information? The migration is supposed to be fully transparent and automatic so we'd love to know what's wrong in your case and fix it.
Thanks
-Vincent
On Jan 7, 2008, at 4:27 PM, Vaněk Martin wrote:
Hello,
I've tried to upgrade brand new 1.1.2 but http://jira.xwiki.org/jira/browse/XE-172
Is there any way how ti install 1.2 ?
Thanks,
Martin Vanek
I am having trouble with whitespace handling in tags (1.1.2 & 1.2RC2 on
Windows 2003 and Windows XP locally - and even on xwiki.org itself).
tag1|tag2|word3 word4
becomes
tag1|tag2|word3|word4
and
tag1|tag2|tag 3|tag 4
becomes
tag1|tag2|tag|3|tag|4
I would consider this a bug - am I wrong?
[I used the object properties in the object editor and the tag dialog
box in page wiki edit mode with the same result]
Hi,
I just searched for some LaTex stuff, and I found this
http://goessner.net/articles/wiky/ .
*Wiky* is a clientside Wiki <http://en.wikipedia.org/wiki/Wiki> markup to
HTML converter written in javascript<http://en.wikipedia.org/wiki/JavaScript>.
As it is bidirectional, it can convert Wiki markup to HTML and later convert
that generated HTML text back to Wiki markup. Optionally *Wiky* will create
math formulas from a simple notation similar to LaTeX.
It may be great to make inline math editor.
Or another option how to get latex math syntax is JSPWiki Math Plugin. It is
written in pure java.
Honza