From vincent@massol.net Mon Sep 13 09:45:36 2010 From: Vincent Massol To: xwiki-devs@xwiki.org Subject: Re: [xwiki-devs] [xwiki-notifications] r31048 - platform/web/trunk/standard/src/main/webapp/templates Date: Mon, 13 Sep 2010 09:00:30 +0200 Message-ID: <57B78A9E-89FF-4174-9E2C-8388F8EE9D89@massol.net> In-Reply-To: <20100911171510.BDB6F6C000F@vsvn.xpertnet.biz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8057772043163352291==" --===============8057772043163352291== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Alex, All commits that fix something or make some changes (except refactoring, ie s= ame behavior, just internal way the code is written) must reference a jira is= sue. If this problem was caused by some changes in the trunk that wasn't released = yet, you should use the same jira issue. If it's a fix over some previously r= eleased version then it needs a new jira issue. The idea is that a user who l= ooks at the release notes must be able to see what was modified vs the versio= n he has. Thanks -Vincent On Sep 11, 2010, at 7:15 PM, abusenius (SVN) wrote: > Author: abusenius > Date: 2010-09-11 19:15:10 +0200 (Sat, 11 Sep 2010) > New Revision: 31048 >=20 > Modified: > platform/web/trunk/standard/src/main/webapp/templates/editobject.vm > Log: > [misc] Fixed broken URL >=20 > Modified: platform/web/trunk/standard/src/main/webapp/templates/editobject.= vm > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- platform/web/trunk/standard/src/main/webapp/templates/editobject.vm 201= 0-09-11 02:32:40 UTC (rev 31047) > +++ platform/web/trunk/standard/src/main/webapp/templates/editobject.vm 201= 0-09-11 17:15:10 UTC (rev 31048) > @@ -16,7 +16,7 @@ > #macro(displayObject $obj $class $props $firstfield) >
>

#cleanClassname(${class.name}) ${obj.number}: $!{es= capetool.xml($doc.display($firstfield, $obj))} > - $msg.get('core.editors.object.remov= eObject') > + $msg.get('core.edi= tors.object.removeObject') > #if(!$hasCustomObject) $msg.get('core.editors.object.editSingleObject') #end >

>
--===============8057772043163352291==--