From tchemit@users.nuiton.org Tue Jun 21 15:57:50 2011 From: tchemit@users.nuiton.org To: nuiton-redmine-site-commits@list.nuiton.org Subject: [Nuiton-redmine-site-commits] r27 - cl-overview-project/tags/cl-overview-project-0.9/app/views/projects Date: Tue, 21 Jun 2011 15:57:50 +0200 Message-ID: <20110621135750.E02B61585F@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6323197934973289656==" --===============6323197934973289656== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: tchemit Date: 2011-06-21 15:57:50 +0200 (Tue, 21 Jun 2011) New Revision: 27 Url: http://nuiton.org/repositories/revision/nuiton-redmine-site/27 Log: prise en compte du redmine forge.codelutin.com Modified: cl-overview-project/tags/cl-overview-project-0.9/app/views/projects/show.r= html Modified: cl-overview-project/tags/cl-overview-project-0.9/app/views/projects= /show.rhtml =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 --- cl-overview-project/tags/cl-overview-project-0.9/app/views/projects/show.= rhtml 2011-06-10 13:09:58 UTC (rev 26) +++ cl-overview-project/tags/cl-overview-project-0.9/app/views/projects/show.= rhtml 2011-06-21 13:57:50 UTC (rev 27) @@ -1,8 +1,18 @@ <%=20 if $PROGRAM_NAME.include?("redmine-chorem") - domain =3D "chorem" + domain =3D "chorem.org" + domainsonar =3D "org.chorem" + domainmaven =3D "org/chorem" else - domain =3D "nuiton" + if $PROGRAM_NAME.include?("redmine-nuiton") + domain =3D "nuiton.org" + domainsonar =3D "org.nuiton" + domainmaven =3D "org/nuiton" + else=20 + domain =3D "forge.codelutin.com" + domainsonar =3D "com.codelutin.forge" + domainmaven =3D "forge.codelutin.com" + end end mavenrepo =3D "" mavencentral =3D false @@ -23,7 +33,6 @@ =20 =20 =20 -
<%=3D textilizable @project.description %>=09