From glandais@users.labs.libre-entreprise.org Mon Jun 15 08:43:50 2026 From: glandais@users.labs.libre-entreprise.org To: simexplorer-si-commits@list.forge.codelutin.com Subject: [Simexplorer-si-commits] r555 - in trunk/simexplorer-is-web/src: java/fr/cemagref/simexplorer/is/ui/web java/fr/cemagref/simexplorer/is/ui/web/pages main/webapp Date: Mon, 28 Jan 2008 20:04:38 +0100 Message-ID: <20080128190438.DF232461B02@labs.libre-entreprise.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3286555901030503264==" --===============3286555901030503264== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: glandais Date: 2008-01-28 19:04:37 +0000 (Mon, 28 Jan 2008) New Revision: 555 Modified: trunk/simexplorer-is-web/src/java/fr/cemagref/simexplorer/is/ui/web/SimExp= lorerWebException.java trunk/simexplorer-is-web/src/java/fr/cemagref/simexplorer/is/ui/web/pages/= ExceptionReport.java trunk/simexplorer-is-web/src/main/webapp/GroupList.tml Log: Modified: trunk/simexplorer-is-web/src/java/fr/cemagref/simexplorer/is/ui/web= /SimExplorerWebException.java =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 --- trunk/simexplorer-is-web/src/java/fr/cemagref/simexplorer/is/ui/web/SimEx= plorerWebException.java 2008-01-28 16:59:58 UTC (rev 554) +++ trunk/simexplorer-is-web/src/java/fr/cemagref/simexplorer/is/ui/web/SimEx= plorerWebException.java 2008-01-28 19:04:37 UTC (rev 555) @@ -37,9 +37,4 @@ super(message, cause); } =20 - @Override - public String getMessage() { - return getMessage(); - } - } Modified: trunk/simexplorer-is-web/src/java/fr/cemagref/simexplorer/is/ui/web= /pages/ExceptionReport.java =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 --- trunk/simexplorer-is-web/src/java/fr/cemagref/simexplorer/is/ui/web/pages= /ExceptionReport.java 2008-01-28 16:59:58 UTC (rev 554) +++ trunk/simexplorer-is-web/src/java/fr/cemagref/simexplorer/is/ui/web/pages= /ExceptionReport.java 2008-01-28 19:04:37 UTC (rev 555) @@ -51,8 +51,6 @@ public void reportException(Throwable exception) { SimExplorerWebException simException =3D getException(exception); if (simException !=3D null) { - // unknown =3D false; - // FIXME debug mode unknown =3D false; this.exception =3D simException; } else { Modified: trunk/simexplorer-is-web/src/main/webapp/GroupList.tml =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 --- trunk/simexplorer-is-web/src/main/webapp/GroupList.tml 2008-01-28 16:59:5= 8 UTC (rev 554) +++ trunk/simexplorer-is-web/src/main/webapp/GroupList.tml 2008-01-28 19:04:3= 7 UTC (rev 555) @@ -1,6 +1,7 @@ =20 +

${message:modify} @@ -9,7 +10,7 @@ ${message:delete}
-=09 - ${message:addgroup} +

+

${message:addgroup}

=20
--===============3286555901030503264==--