Thks for your quick answer.
I will do that then, even if I was interested by the way to manuely patch some code.
By the way, I fix a bug in hte mail configuration.
The SMTP sender in the mails parameters was not applied when mails going out:
diff ./xwiki/templates/shareinline.vm ./xwiki/templates/shareinline.vm.ori
17c17
<# Set ($ sender = "$ {escapetool.q ($ sender)} <$ {xwiki.getXWikiPreference
('admin_email')}>")
---
# Set ($ sender = "$ {escapetool.q ($ sender)}
<noreply@$!{serverName}>")
Pascal B.
________________________________
De : "vincent(a)massol.net" <vincent(a)massol.net>
À : XWiki Users <users(a)xwiki.org>
Cc : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
Envoyé le : Lundi 3 février 2014 18h31
Objet : Re: [xwiki-users] how to fix "Unable to delete, rename any document or
attachment from a subwiki using PostgreSQL" bug
Hi Bastien,
On 3 Feb 2014 at 18:26:42, Pascal BASTIEN
(pbasnews-xwiki@yahoo.fr(mailto:pbasnews-xwiki@yahoo.fr)) wrote:
Hello,
I'm impacted by this bug on my fresh install off xWiki 5.3
"Unable to delete, rename any document or attachment from a subwiki using
PostgreSQL"
http://jira.xwiki.org/browse/XWIKI-9846
My question is simple: how can I patch my installation to fix this bug?
Of course, I looking for "5.3.1 xwiki .war download" without success and I
can't found the file to modify.
We haven’t released a 5.3.1 and we probably won’t now that we’re finishing our 5.4 release
(it should be released as final this week).
I’d suggest to upgrade to 5.4RC1 if you’re in a hurry or wait for the 5.4 this week (5.4
will be very similar to the RC1). FTR Here’s the list of issues fixed in 5.4 that are not
in 5.4RC1:
http://jira.xwiki.org/issues/?jql=category%20in%20(%22Top%20Level%20Project…
Thanks
-Vincent
I suppose I must use this file
https://github.com/xwiki/xwiki-platform/blob/53079977a64f7d141e96e563f59e01…
but where to put it? Java software and Tomcat server is new for me :-/
Thxs.
Pascal B