From b129a6d0e8f0dc2a9afce8bd3ed76cf15fa9d7d8 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 14 Jun 2007 20:23:54 +0200 Subject: [PATCH] CGI: Make project names gitweb links --- cgi/p/editproj.cgi | 2 +- cgi/regproj.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi/p/editproj.cgi b/cgi/p/editproj.cgi index 81532be..cad9f67 100755 --- a/cgi/p/editproj.cgi +++ b/cgi/p/editproj.cgi @@ -47,7 +47,7 @@ print <
-

Project name (w/o the .git suffix): $h{name}

+

Project name (w/o the .git suffix): $h{name}

Admin password: (leave empty to keep it at the current value)

E-mail contact:

Repository URL:

diff --git a/cgi/regproj.cgi b/cgi/regproj.cgi index d14b836..d8b8422 100755 --- a/cgi/regproj.cgi +++ b/cgi/regproj.cgi @@ -34,7 +34,7 @@ if ($cgi->param('mode')) { $proj->conjure; print < -Project successfuly set up. +Project $name successfuly set up. You can assign users now (use project name as username, admin password as password) - don't forget to assign yourself as well! You need to register a user first if you have not done so yet. -- 2.11.4.GIT