On Wed, Apr 9, 2008 at 7:49 PM, Fabio Mancinelli
<fabio.mancinelli(a)xwiki.com> wrote:
> Dear all,
>
> I've sent a patch on the Jira for a first version of the new XMLRPC
> layer.
> (http://jira.xwiki.org/jira/browse/XWIKI-1560)
>
> Let me know if there are issues.
Hi XWikiers, Fabio,
I'm still working on your patch [1] in which you've written a
replacement of the swizzle library we're currently using. This
replacement is needed and has already been voted [2].
Even if the xwiki core will use it, this library is neither a part of
it nor a new product so what do you think about creating a new
top-level module : xwiki-commons.
- xwiki-commons
-- xwiki-commons/xmlrpc/
?
[1] : http://dev.xwiki.org/xwiki/bin/view/Community/Contributing#HCreatingandsubm…
for the next time :)
[2] : http://xwiki.markmail.org/message/yx5q63i6h5jkoqo6?q=date:200804+list:org%2…
Thanks,
--
Jean-Vincent Drean
Hi comitters,
As soon as Jean Vincent will finish XE 1.3.2 release I would like to
release a new XEM 1.1 branch release to benefit from all major bugs
fixed in XE 1.3.1 and 1.3.2.
I also backported XEM/XWWM 1.2 bug fixes in 1.1 branch.
See http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM111 for more.
Here is my +1.
--
Thomas Mortagne
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.3.2
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix release.
Bugs fixed
* XWIKI-2283 - Overwrite on importing translation documents deletes
the original document too
* XWIKI-2293 - PropertyChangedRule does not work
* XWIKI-2298 - Character escaping using \ doesn't work anymore
* XWIKI-2299 - The XWiki object is created more than once
* XWIKI-2300 - HibernateStore synchronization problem
* XWIKI-2304 - When a user or a group is removed it's not removed from
rights objects
* XWIKI-2309 - Migration between xwiki 1.1.x and 1.2.x (and above) can
fail because of some documents
* XWIKI-2302
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise132
Thanks,
The XWiki dev team
We'd like to release XE 1.3.2 as soon as possible. Here are the bugs
fixed since 1.3.1 :
* [XWIKI-2298] - Character escaping using \ doesn't work anymore
* [XWIKI-2299] - The XWiki object is created more than once
* [XWIKI-2300] - HibernateStore synchronization problem
Anything else that would be required for 1.3.2 ?
I'd like to follow the "72h rule" for this vote so the release would
take place on april 14 (next monday).
Here's my +1
Thanks,
--
Jean-Vincent Drean
Hi SOC mentors,
We need to finalize our sorting/ranking of all the SOC applications
we've received.
I propose a Skype conf call tomorrow at 15:00 Paris time.
Thanks
-Vincent
Hi,
I am working with Xwiki . I made changes in the .CSS and Velocity
templates.
My database is Mysql and its working very fine But recently I
have to put a new setup of XWIKI into a new System .
Everything going well but when restart the Tomcat 5.0 then the
Xwiki automatically changing the version.
From Version 1.0 to 0.9 version .i m unable to root out this
problem.
Thanks and regard
Pramit
*********************************************************************************************************************************************
This e-mail communication and any attachments may be privileged and confidential to Hexaware and are intended only for the
use of the recipients named above. If you are not the intended recipient, please do not review, disclose, disseminate,
distribute or copy this e-mail and attachments. If you have received this email in error, please delete the same alongwith
all attachments thereto and notify us immediately at mailadmin(a)hexaware.com <mailto:mailadmin@hexaware.com>.
*********************************************************************************************************************************************
>
>
> Message: 10
> Date: Mon, 14 Apr 2008 12:02:19 -0500
> From: "Kamna Jain" <kammy.scorpi(a)gmail.com>
> Subject: [xwiki-devs] Integrating Java Swing components with Xwiki
> To: devs(a)xwiki.org
> Message-ID:
> <fb681d280804141002k18a26459rdb4cc748d73d1b86(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello Devs,
>
> This is regarding the capability to upload Multiple files at a time to
> Xwiki.
> I understand that currently the attach functionality is rendered using
> HTML.
> The HTML file upload control does not allow mutliple files to be
> selected/uploaded at one time.
>
> Hence, I looked the JFileChooser component of Java Swing. I can write a
> Class that brings up a JFileChooser object and allow multiple selections
> at
> once.
> But, I am not sure how to integrate this functionality with Xwiki ,
Velocity is a scripting language to render web pages where as swing
component is a desktop based application, unless swing components are
embedded inside an applet
>
> especially with the Velocity templates (which are used to render the
> pages).
> Few Questions:
>
> 1) in order to achieve this, do I need to create a velocity template that
> will render the fileChooser on the XWiki page ?
>
No I don't think velocity can render JFileChooser
> 2) If yes, how do I accomplish this? create a new "action" and then write
> the render and action methods for that?
>
> 3) If no, what are my other options to achieve this?
>
Try to look for ajax components which achieve the the same functionality as
JFileChooser
>
> Please guide me.
> Thanks
>
>
> ------------------------------
>
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
>
> End of devs Digest, Vol 10, Issue 47
> ************************************
>
Hello Devs,
This is regarding the capability to upload Multiple files at a time to
Xwiki.
I understand that currently the attach functionality is rendered using HTML.
The HTML file upload control does not allow mutliple files to be
selected/uploaded at one time.
Hence, I looked the JFileChooser component of Java Swing. I can write a
Class that brings up a JFileChooser object and allow multiple selections at
once.
But, I am not sure how to integrate this functionality with Xwiki ,
especially with the Velocity templates (which are used to render the pages).
Few Questions:
1) in order to achieve this, do I need to create a velocity template that
will render the fileChooser on the XWiki page ?
2) If yes, how do I accomplish this? create a new "action" and then write
the render and action methods for that?
3) If no, what are my other options to achieve this?
Please guide me.
Thanks