author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | |
Mon, 29 Jun 2009 22:00:48 +0000 (00:00 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 30 Jun 2009 18:06:30 +0000 (11:06 -0700) | ||
commit | 1c49a4e1f324dcaa000ce92ed44d0e5b9eb16843 | |
tree | c4daabd564fd89aa9028a6dc0d6129b50735e2ad | tree | snapshot |
parent | 916e1373fb86db9d7019de4e7e74e39c9474a153 | commit | diff |
gitweb: refactor author name insertion
Collect all author display code in appropriate functions, making it
easier to extend these functions on the CGI side.
We also move some of the presentation code from hard-coded HTML to CSS,
for easier customization.
A side effect of the refactoring is that now localtime is always
displayed with the 'at night' warning.
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Collect all author display code in appropriate functions, making it
easier to extend these functions on the CGI side.
We also move some of the presentation code from hard-coded HTML to CSS,
for easier customization.
A side effect of the refactoring is that now localtime is always
displayed with the 'at night' warning.
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.css | diff | blob | history | |
gitweb/gitweb.perl | diff | blob | history |