The XWiki development team is proud to announce the availability of XWiki
8.1 Milestone 1.
This milestone release brings an upgrade to Java 8 runtime, improvements to
Extension Manager and Flavors, and a new Tips panel that replaces the old
Quick Links panel.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki81M1
The following people have contributed code to this release (sorted
alphabetically):
Alexandru Cotiuga
Ecaterina Moraru (Valica)
Eduard Moraru
Guillaume Delhumeau
Jean SIMARD
Manuel Smeria
Marius Dumitru Florea
Sergiu Dumitriu
Thomas Mortagne
Vincent Massol
Thanks for your support
-The XWiki dev team
Hi devs,
One issue we have ATM is that the xhtml/1.0 parser requires valid XHTML but the xhtml/1.0 renderer generates invalid XHTML (it generates fragments only). This causes https://jira.xwiki.org/browse/XWIKI-13278 for example.
I’m proposing to:
* Modify "xhtml/1.0" renderer to generate valid XHTML (i.e. xml declaration + doctype + html element)
* Introduce a new "xhtmlfragment/1.0” renderer
* Have annotated versions of both for the WYSIWYG editor
WDYT?
Thanks
-Vincent
Hi devs,
Seems I forgot a use case when introducing the new webjars URL format in http://jira.xwiki.org/browse/XWIKI-10881 and we need to add the wiki somewhere in the URL to serve some webjar resource located in a different subwiki (this is http://jira.xwiki.org/browse/XWIKI-12884).
I’m proposing this updated wrbjars URL format (updated from http://extensions.xwiki.org/xwiki/bin/view/Extension/WebJars+Integration#HU…):
http://<server>/<context path>/webjars/<path/to/resource>[?version=<version>&evaluate=true|false&wiki=<wiki name>]
Specifically I’ve added the optional wiki query string parameter. This means also updating the url() Script Service API to use that new parameter when the resource is not on the current wiki.
WDYT?
Thanks
-Vincent
I need a realtime collaboration editor for xwiki (it will be used as
collaboration tool for people who edit the same document at the same time).
I integrate xwiki with my app. I checked
http://realtime.webviewers.org/xwiki/bin/view/Demos/RTAdvancedWysiwyg it
works nice and I would like to implement it without demo mode but I don't
know how.
There is the following code:
{{velocity output=\"none\"}}
$xwiki.jsx.use(\"RTWysiwyg.WebHome\", {\"demoMode\":true})
I tried to change demoMode parameter, but I don't know how to persist data.
Could you give any useful link how to use the extension in real app?
Thanks in advance!
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-run-RTWysiwyg-extension-not-in-dem…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
I tried to use rtwysiwyg extension and have problems with it. I would like to
have another option: to use rtwiki extension. The problem I have: rtwiki
works in demo mode (RTWiki/Demo), but I don't know how to use rtwiki
extension to edit other pages. What should I do to enable collaboration for
usual pages (not from RTWiki/Demo)?
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-use-rtwiki-extension-not-in-demo-m…
Sent from the XWiki- Dev mailing list archive at Nabble.com.