Hello,
I am working on creating blog entries using xwiki. I was wondering if it would be possible to create a template for the blog entries so that they will be more structured?
Thank you for your time and help!
Hande Aksac
Hi,
Since I'm rewriting the new Rendering component
(see http://dev.xwiki.org/xwiki/bin/view/Design/NewRenderingArchitecture)
, we need to finalize the new syntax we want to have.
Right now I'v planned to use the same wiki syntax as now
(http://platform.xwiki.org/xwiki/bin/view/Main/
XWikiSyntax#HTextStyles) with only one change: all macros now need to
be closed.
For example: {macro}...{/macro} and {macro:text|param=value|.../}
Is that ok with everyone or do we want to make changes?
Thanks
-Vincent
Hello XWiki developers,
can someone explain me what is the strategy to define the mime-type of
an attachment?
I see not configurable map nor any setter on the attachment types.
Is there any way I can enrich this or is it simply taking over the
mime-type provided the browser (which, too often, ends up being
application/octet-stream) ?
thanks in advance
paul
Hi,
Ludovic pointed out to me that many wikis include some kind of tutorial
space explaining what a wiki is and how it can be used. I have checked
PBWiki & Confluence and both of them include a couple pages explaining
what's a wiki. On top of this, the current homepage, which included some
information about what a wiki is and what it can be used for, will soon be
replaced by a nicer one with way less content.
Thus I'd like to contribute a XAR with 4-5 pages helping new users getting
started with our wiki. Here's what I'd envision for the XAR's contents:
- What's a wiki and what can it be used for
- Edit a page and create a link
- Change your wiki's logo and move the panels around
- Protect the wiki (basic rights setup for a couple configurations:
public / private wiki)
Basically the first steps most XWiki users will undertake when arriving on a
blank XWiki Enterprise instance.
Thus I'd like your PoW on 1) the idea itself & 2) contents to include (keep
in mind that this should stay short though). If it's welcomed positively, do
I need to send a vote?
If the idea is accepted I'll handle the technical details with JV & Ludo.
Thanks,
Guillaume
--
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://guillaumelerouge.com/
Hi devs,
Here's an updated version of the WYSIWYG roadmap.
January 29:
* Major bugs fixed (Marius).
February 6:
* Native list support overloaded (Anca).
* New wysiwyg/wiki tabs and rewamp of the edit panel (JV).
* First version of the "wiki explorer" based on smartGWT, allow to
browse wikis, spaces and pages (JV).
* Displaying macros -- read only + placeholder (Marius).
* Continue fixing bugs (Marius).
February 13:
* Link editing (Anca).
* Link and Image menus (Anca).
* Wiki explorer 1.0. Allow to add spaces and pages, to browse
pages attachments (JV).
* API to handle macro parameters (Marius).
* Continue fixing bugs (Marius).
* Macro menu (Marius).
February 20:
* GWT wizard, allow to chain dialogs and to navigate between them.
Use of this wizard in the image plugin with 4 dialogs : current image
browser, upload file dialog, upload in progress dialog, options dialog
(Anca).
* Table menus + final dialog (JV).
* Generic way to insert/edit macros (Marius).
February 27:
* Final version of the Image UI (Anca).
* Final version of the Link UI (Anca).
* Final version of the Macro UI including a way to refresh macro
content (Marius).
Postponed:
* Verbatim, definition list and quote features implemented.
* Custom parameters feature.
WDYT?
Thanks,
JV.
Hi,
I have installed the xwiki.war complete all the intructions for Tomcat
Servlet and MySQL Database configuration. But my xwiki is not working
properly ,its giving me the following error.
I have installed the enterprise version of xwiki war. I have gone throught
the forum to see if anyone's got a similar error , but looks like its just
me, just in case if i have missed this error posted by some user and if
there was a solution posted earlier, please point me to that link.
Here is the exception what i get
type Exception report
message
description The server encountered an internal error () that prevented it
from fulfilling this request.
exception
javax.servlet.ServletException: 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: Hibernate Dialect must be explicitly set
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:743)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
root cause
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: Hibernate Dialect must be explicitly set
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:328)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:515)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
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:743)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
note The full stack trace of the root cause is available in the Tomcat logs.
ANd i have installed JDK 1.5.
Can please let help me out with this error.
Thanks,
Nishii
--
View this message in context: http://n2.nabble.com/Could-not-initialize-main-XWiki-context-tp534219p53421…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi devs,
I would like to release a first version of XWord, but in order to do
that we need to move it out of the sandbox.
Here is what I propose:
* Rename XWord to XOffice since we want to address other Office
applications in the future;
* Move the code in svn to https://svn.xwiki.org/svnroot/xwiki/xoffice
* Rename the jira project to XOFFICE
* Create http://xoffice.xwiki.org
* in the future we should try to integrate msbuild with our hudson
server, to have XOffice under countinuous integration
* release XOffice - version 1.0 M1
Here is my +1
Dear community,
I'm just trying to set up a prototype with XWiki to test if it fits our
companies needs. I have several MS Office documents that I have to import.
Simple copy and paste doesn't work very well so I thougt, I can open the
MS Office files in OpenOffice export them as MediaWiki and then use the
MediaWiki2XWiki Extension. I just need a fast workaround to get thinks up
and running for presentation. Is there any better way of doing this?
Unfortunately I could not get the MediaWiki2XWiki Extension running. I
pastet the code into a new wiki page and then got the error
Error number 4002 in 4: Error while parsing groovy page XWiki.Code Wrapped
Exception: startup failed, Script1.groovy: 7: unexpected token: import @
line 7, column 52.
Can anybody tell me howto fix the import problem or is there any service
in the public web where I can enter my MediaWiki code and copy and paste
the resulting XWiki code?
Thanks for your help in advance!
Kind regards
Thomas Baier
BWI Systeme GmbH
SD IT / BKZ UHD
Nahmitzer Damm 12
12277 Berlin
E-Mail: thomas.baier(a)bwi-systeme.de
Sitz der BWI Systeme GmbH: Meckenheim - Registergericht Bonn - HRB 14 650
- USt-IdNr: DE251121155
Geschäftsführung: Johannes Nagel (Sprecher), Christoph Dibon