The XWiki development team is proud to announce the availability of XWiki 5.2.2.
This is a bugfix release for 5.2 and 5.2.1. We highly recommend to upgrade.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few hours for the binaries to propagate to the download servers if the download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki522
Thanks
-The XWiki dev team
Hi,
we studied the source code of the gwt wysiwyg editor but we found no
official way to integrate an custom plugin.
We have the impression that it should be relatively easy to establish a
public API for registering customer plugins.
The customer plugin would be delivered as javascript code with a global
javascript function that implements PluginFactory interface.
The WysiwygEditorConfigClass would have an addition property
customerPlugins, containing a comma seperate list of strings of the
PluginFactory method names.
Do you think that this is doable?
Regards
Richard
--
View this message in context: http://xwiki.475771.n2.nabble.com/Adding-a-customer-plugin-to-the-wysiwyg-e…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hello,
I'd like to request a repository on contrib so I can commit the code of
XPoll Doodle Application (which can be found here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/XPoll) in order to
commit a bug fixes and release a new version.
Also, please create a Jira project and make me project lead.
Thank you,
Andreea Popescu
I was happy enough with simple solution, which required saving document
before adding new object:
#set($redirect=$xwiki.getRequestURL())
{{html}}<a
href="$tdoc.getURL("objectadd","classname=Space.ObjectClass&xredirect=
${redirect}")&form_token=$!services.csrf.getToken()">Add
object</a>{{/html}}
Though for "average users" it could be hard to digest. Therefore I'm
analysing Object edit mode form, where it works. I checked that link
generation in #macro(displayAddObject $class) of the editobject.vm
doesn't do the magic and I suppose it is somewhere in JavaScript.
Can you provide some hints how it is actually done?
Thanks in advance!
Valdis
Hi devs,
I’d like to release 5.2.2 tomorrow. I has already quite a lot of issues and we can always do a 5.2.3 if need be later on (although I think 5.3 would be even better to use - if it proves stable).
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11890
WDYT?
Thanks
-Vincent
The problem i'm having is when i'm developing an application in xwiki,
normally, I just have to send my friends a xar file if all my sources are in
pages.
But when i use an external jar bundle, I have to put it into WEB-INF/lib.
Is there anyway to deploy my application without put the external jar file
by hand into WEB-INF/lib
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-deploy-a-new-jar-bundle-tp7588210.…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
We’re getting there!
New proposal:
- 5.3RC1: tomorrow (5th)
- 5.3 final: 10th of Dec
Note: originally we were supposed to release on 25th of Nov.
Thanks
-Vincent
Hi,
I want to personnaly congratulate "raluca moisa" for the big work and the
top quality of the french translation he is currently doing on
http://l10n.xwiki.org.
There are now less than 50 strings to translate in french. I'm confident we
could together reach 100% in the coming week.
Thanks again ;-).
PS: I hope "raluca moisa" has subscried to this mailing list because I have
no other way to contact and congratulate him for the hard work done
--
View this message in context: http://xwiki.475771.n2.nabble.com/French-translation-congratulations-tp7588…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hello Devs,
i try to use a custom template in a macro and didn't get the template
loaded. I tried System.getProperty("user.dir") with
"webapps/xwiki/templates/custom.vm". I always get the message "unable to
find resouce in resource loader". Can you give me a hint how i load a
correct VelocityEngine to load a template in the "templates"-directory.
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-load-VelocityEngine-in-Java-for-a-…
Sent from the XWiki- Dev mailing list archive at Nabble.com.