Just wondering if anyone has tried converting from JSPWiki to xwiki?
Checking before I look at writing my own utility to do so.
--
Jason Che-han Yip
http://jchyip.blogspot.comhttp://cruisecontrol.sourceforge.net
"Watch your thoughts; they become words. Watch your words; they become
actions. Watch your actions; they become habits. Watch your habits; they
become character. Watch your character; it becomes your destiny." (Frank
Outlaw)
Hi everybody,
I'd like to link an attachment in a space from another page in the same space, and from a page in another space.
Is that possible? (with the link "menu" i've only the opportunity to link a file attached in the same page)
Thank you very much for your help!!!
Regards
Mattia
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
Does anyone know of plans to improve the cutting and pasting abilities of
XWiki?
It would be great to be able to cut and paste easily between XWiki and Word
and web pages without messing up the formatting.
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
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
(possbily more for the devs)
I've been asked to add more detail to the calendar tool (a simple
tooltip with the description for the event)... but I can't seem to find
where the table is built up from. Is it not modifiable (without
rewriting core wiki modules I mean)?
And if not, is there a way to add parameters to the <td /> object it
creates for each event, for eg to add the title property.
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hi,
After installing the Xwiki in a SUN App-Server (Glassfish) using a MySQL
database it tooks between 25 and 45 seconds to load a single page.
I installed from the war using a complete empty database.
Why it takes so long to open pages. Server is in the LAN and a high
permormance server. It is actually not really busy...
Other webapplications are working fine - as far as I can see. Are there
any parameters, that can influence this?
Thanks for ideas.
Jan
--
------------------------------------------------------------------------
Jan Kurella
*SATIS INFORMATION GmbH*
Consultant
* Köpenicker Straße 73
10179 Berlin *
Tel: +49(30)430 77 66-2 Mobil: +49(174)770 3667
Fax: +49(30)430 77 66-3 E-Mail: jan.kurella(a)satis-information.de
<mailto:j.kurella@satis-information.com>
------------------------------------------------------------------------
*Firma:* SATIS INFORMATION GmbH
*Sitz der Gesellschaft: *Petershagen/Eggersdorf
*Geschäftsführer und Gesellschafter:* Heiko Scherpinski
*Handelsregister : *Amtsgericht Frankfurt (Oder)- HRB 9989
------------------------------------------------------------------------
Diese E-Mail und alle Anhänge können vertrauliche und/oder rechtlich
geschützte Informationen enthalten. Wenn Sie nicht der richtige Adressat
sind oder diese E-Mail irrtümlich an Sie gesendet wurde, informieren Sie
bitte sofort den Absender und vernichten Sie diese E-Mail. Das
unerlaubte Kopieren, Speichern und Nutzen der Inhalte sowie die
unbefugte Weitergaben dieser E-Mail ist nicht gestattet.
This e-mail and any attachment is for authorized use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be
copied, disclosed to, retained or used by, any other party. If you are
not an intended recipient then please promptly delete this e-mail and
any attachment and all copies and inform the sender. Thank you.
Dear XWiki-users,
I would like to know how does XWiki support the multiple languages. Is
it possible to have the internal sites (e.g. administration interface)
in multiple languages and to switch between the different languages?
In my installation I changed the Preferences - Parameters and Space
Prefs - Parameters in order to support DE and EN (Languages = de, en and
Default Language = de). I have the possibility to create/edit pages in
those two languages. Reading/viewing a page, the languages of the page
are displayed in the top right corner and the user can switch between
them. The administration interface, however, is displayed in DE (Default
Language) and in the top right corner just "En" is displayed. Switching
to EN it is not possible to switch back to DE -- I have to delete the
language cookie in order to get the sites in DE again.
Can anybody give me more information on that?
Thanks a lot!
Best regards,
Bozana Bokan
Hi all,
I'm attempting to migrate a fairly large xwiki instance (5000+ docs,
db image >1GB) from 0.9.840 to 1.x. The database schema update fails
when I try to access a page for the first time. I get the same problem
with both XWiki 1.1.2 and 1.2-rc1.
Full stacktraces from the log file are available here:
http://pastebin.com/fbc7639b .
Below is a cut down version:
13:23:53,377 [] [http-8080-Processor25] WARN action.RequestProcessor
- Unhandled Exception thrown: class
com.xpn.xwiki.XWikiException
13:23:53,378 [] [http-8080-Processor25] ERROR [/xwiki].[action]
- Servlet.service() for servlet action threw exception
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:250)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:426)
[...]
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document XWiki.XWikiPreferences
Wrapped Exception: Could not execute JDBC batch update
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:333)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:97)
[...]
Wrapped Exception:
java.sql.BatchUpdateException: No value specified for parameter 4
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1669)
at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1085)
[...]
Note that this is different to
http://jira.xwiki.org/jira/browse/XWIKI-1702 (I get the error despite
running "alter table xwikidoc modify column XWD_ARCHIVE mediumtext
null;" on the db image).
Setup details:
- Linux version 2.6.18-5-686 (Debian 2.6.18.dfsg.1-13)
- mysql Ver 14.12 Distrib 5.0.32, mysql-connector-java-5.1.5-bin.jar
- IBM java 1.5.0 pxi32devifx-20071025 (SR6b)
- Tomcat 5.5.25
- XWiki 1.1.2 and 1.2-rc1
Thanks for any help!
Cheers,
Robin
Hi,
I'm having a look at virtual wikis and I'm a bit confused with all the
installation possibilities. In my understanding, XEM is an easy way to
manage several XWiki instances on one server. Starting from a fresh install
you would download the XEM.war file into your tomcat, import the
XEM.xarfile, and it should work. But what do you do when you already
have an
instance of xwiki running and you want to add the management capabilities ?
Is it when the Wiki Manager plugin comes along ? Am I right in saying :
* fresh install : XEM.war and XEM.xar
* xwiki already installed (xwiki.war) : use the Wiki Manager plugin and
forget about XEM (war and xar)
Thnaks,
Antonio
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.2 RC 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the second release candidate for the 1.2 version. It fixes a
lot more than was initially planned for this RC, mainly bugs/
improvements for stabilizing the database migration process and
consolidating the new Rights Management UI, but contains bugfixes for
other features, too. The main purpose of the Release Candidates is to
let the users test it, so that we don't ship a buggy "stable" version,
so please download it, use it and report any problems you encounter on
the bugtracker. The final 1.2 release is currently planned for mid-
January.
Main changes from 1.2RC1:
* Lots of bugs fixed in the new Rights Management UI
* The archive migration process is a bit faster and continues
from the last processed document if restarted
* Deleting versions from the history used to break the history
for upgraded archives, causing problems when viewing the history,
exporting a document, deleting/renaming a document
* Multiwiki issues with the search pages
* Exceptions while exporting a document are now reported and
ignored, instead of breaking the whole export process
* Linking to a heading shows the heading below the action menu,
not behind it
* Editing newly created users failed
* Fixed "data truncation" errors which occurred under certain
mysql versions/configurations
* Switching tabs in Administration now releases the edit locks
* XWiki returned invalid URLs when the server port is not defined
(i.e. when it's 80)
* XWiki.searchDocuments(String, boolean, int, int) did not use
"distinctbylanguage" parameter
* Fixed a few WISYWIG editor bugs concerning attachments and some
missing resource bundles
+ other fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise12RC2
Thanks
-The XWiki dev team
Hi,
I would like to know if there is a date for XEM 1.0 release. On JIRA (
http://jira.xwiki.org/jira/browse/XEM) it shows the 1.0-RC2 for 10/01/2007.
Any idea about the final release ?
Another question. Is XEM 1.0 based on XE 1.2 ? Because XE 1.2 is planned for
05/01/2007 so I was wondering if XEM would be released at the same time of
XE.
Thanks,
Antonio
Hello List,
is there a way to prevent some document (or document-classes or...)
from being edited with the visual editor ? Clearly some source-freaks
will not like it if others carelessly replace their careful source
layout!
thanks in advance
paul
Hi all,
I've been harvesting information about XWiki, its origins, development
and goals. It is clear that is by no means easy to draw a simple picture
of the whole XWiki ecosystem but as far as I see, there there is a key
concept extremely powerful when trying to explain what XWiki can do:
XWiki is a second generation wiki.
Please, is this "second generation wiki" concept original from the XWiki
Development Team, or XWiki Company, or has it any other known origin and
development?
Thanks!
--
Ricardo Rodríguez
Your XEN ICT Team
Dear all,
I have a problem with the macro startfloatingbox.
I have entered following code into my wiki using the Wiki-Editor:
#startfloatingbox()Table of Contents
{toc:initlevel=2|maxlevel=5|numbered=0}
#endfloatingbox()
1.1 Headline2
1.1.1 Headline3
1.1.1.1 Headline4
The result is a floating box on the right side of the page and with a fix size. (see screen shot attached)
My questions are:
1. how can I set up the alignment manually (left, right, middle)?
2. how can I set up the size manually (from left to right using the complete page width)?
Many thanks in advance
Regards
Michael Klamm
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer