The XWiki development team is proud to announce the availability of
XWiki Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and
XWiki Enterprise Manager 3.3 Milestone 1. Since we're getting closer to
the end of the 3.x cycle, there are fewer new features in this release,
most of the changes being internal. The highlights of this release are:
* a preview version of the new class editor to be used in the
Application Within Minutes designer
* new Debian packages for XWiki
* a few extension manager improvements
* LDAP improvements
* improvements on uploading and downloading attachments, especially when
filesystem storage is enabled
And on the developers' front:
* script services for Application Manager and Wiki Manager
* cache improvements
* changes in the way XAR modules are packaged
* and the usual dependency upgrades and translation improvements
See the full release notes at
http://www.xwiki.org/xwiki/bin/ReleaseNotes/ReleaseNotesXWikiEnterprise33M1
for more details.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi,
I tried to export a page with many chinese characters as pdf, but the
resulted pdf has many "#".
There are no encoding problems elsewhere, everything is displayed correctly
by setting utf8 encoding everywhere (xwiki.cfg, database, tomcat).
I tried to search http://jira.xwiki.org and got no luck...
--
Thanks for reading!
Yang Li
Electronic Engineering, Fudan University
Hi all,
I am trying to find an extension, that enables me to put up some simple
notices (a string likes "This wiki is going to be upgraded on Nov. 1st,
sorry for the inconvineces.", or even with some links) on every page of
the whole wiki site, so that every user get notified something whatever
pages they are browsing. TWiki has such a function!
Is there such an extension out there? I got no luck when trying to find
one...
Anyone any idea?
On 2011-10-29 3:15 PM, "Sergiu Dumitriu" <sergiu(a)xwiki.com> wrote:
>
> # means that the font used in the pdf does not contain those characters.
You should find a font that has support for Chinese, copy it in
WEB-INF/fonts, extract xhtml2fo.xsl from
WEB-INF/libs/xwiki-platform-legacy-oldcore-*.jar into WEB-INF/classes, edit
it and add the name of your font next to FreeSerif and FreeMono wherever
they occur in the file, for example:
>
> <xsl:attribute
name="font-family">FreeSerif,IPAGothic,serif</xsl:attribute>
>
> Restart the server, and everything should work.
>
> A good free font is IPAGothic, which I'll have to check if it can be
redistributed by default.
>
IPAFonts can be redistributed, but it seems they are mostly for Japanese.
Looking further, I found Arphic fonts which seem to provide support for
Chinese in two variants, serif and script. From my point of view, the
script variant would look better in print, but I'd like the opinion of a
Chinese before deciding on a default.
>
> On 2011-10-28 9:56 PM, "yang Li" <yang.lee.cool(a)gmail.com> wrote:
>>
>> Hi,
>>
>> I tried to export a page with many chinese characters as pdf, but the
>> resulted pdf has many "#".
>>
>> There are no encoding problems elsewhere, everything is displayed
correctly
>> by setting utf8 encoding everywhere (xwiki.cfg, database, tomcat).
>>
>> I tried to search http://jira.xwiki.org and got no luck...
>>
>>
>>
>> --
>> Thanks for reading!
>>
>> Yang Li
>> Electronic Engineering, Fudan University
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
After add the presentation class to the page, I got the following error
even as the adminitrator.
*Slides*Failed to execute the [groovy]
macroorg.xwiki.rendering.macro.MacroExecutionException: You don't have
the right to execute this script at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:198)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:59)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:196)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:141)
at
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:81)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:253)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:125)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:55)
at
org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:80)
at
org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:38)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:232)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.displayAsSheetAuthor(SheetDocumentDisplayer.java:204)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.applySheet(SheetDocumentDisplayer.java:168)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:104)
at
com.xpn.xwiki.internal.sheet.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:57)
at
org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:67)
at
org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:41)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:827)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:806)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:837)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:585) at
sun.reflect.GeneratedMethodAccessor388.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:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
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.ASTBlock.render(ASTBlock.java:72) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:186)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:152)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:117)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1816) at
com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1753) at
com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:841) at
sun.reflect.GeneratedMethodAccessor166.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:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
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:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:186)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:152)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:117)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1816) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:238) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116) 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:621) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:722) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929) at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:964)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1824)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source) at java.lang.Thread.run(Unknown Source)
Hi all,
We tried xwiki a month ago with the standalone vertion including jetty
and hsqldb. And now we changed jetty to Tomcat for better performances
which is easy. However, we also want to change the database from hsqldb
to mysql because the there is a database size limit for hsqldb. But it
is difficult. We tried to export the wiki pages (including the user
registration infomation), however the pages with chinese characters as
their names has encoding problems, that is, their contents are all right
in utf8, however the names have disordered codes.
We also tried to use the Large Wiki Export, but got no lucky. It simply
doest work at all :(
Any suggestions?
Thank you all!
Hi,
I'm new to XWiki, and I would like some help on how to add JavaScript to my
pages.
I have looked at the example SkinExtensionsTutorial and can now do basic
JavaScript for example:
alert ("HelloWorld"); via the JavaScriptExtension.
I would like to add Google fusion tables to my Xwiki page an example of what
I am after is below with the JavaScript:
http://gmaps-samples.googlecode.com/svn/trunk/fusiontables/gviz_datatable.ht
ml
The JavaScript is shown below:
google.load('visualization', '1', {'packages':['table']});
function changeData(scorer) {
var whereClause = "";
if(scorer) {
whereClause = " WHERE 'Scoring Team' = '" + scorer + "'";
}
var queryText = encodeURIComponent("SELECT 'Scoring Team', 'Receiving
Team', 'Minute of goal' FROM 197026" + whereClause);
var query = new
google.visualization.Query('http://www.google.com/fusiontables/gvizdata?tq='
+ queryText);
query.send(getData);
}
function getData(response) {
var table = new
google.visualization.Table(document.getElementById('visualization'));
table.draw(response.getDataTable(), {showRowNumber: true});
How can I add this information to my Xwiki page.
Your help is much appreciated.
Best Regards,
Riaz
Hello,
I am relatively new to creating a wiki and have a simple question
hopefully. We initially downloaded the xwiki all in one installation for
trial purposes, and when we decided upon using xwiki, we installed the
xwiki using a separate database and tomcat installations. Now we can not
see the Link, Image, Table, Macro, or Import tool tabs in the WYSIWYG
editor or any tools in the wiki/source editor. I have attempted to edit
the WysiwygEditorConfiClass0 without success. We still have the
all-in-one installation running and can see all the tools in that
installation.
Any assistance would be greatly appreciated.
Robb