]> Lady’s Gitweb - Gitweb/commit
gitweb: Separate filling list of projects info
authorJakub Narebski <redacted>
Tue, 10 Jun 2008 17:21:01 +0000 (19:21 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:33 +0000 (00:07 -0400)
commit3a0fd6fc9083800f134ed4d5173d767f8954a96510ec311fcbc58facfcbc0d25
tree18c9c4e5afb3b6415bb82a3883cae20d44fa3acea1e4a886b19aa24d0c707d04
parent9e1ff43f180e8d1cbbacf5a00bde6bea4ae56c5ae296a18d1c004979bf7c08e0
gitweb: Separate filling list of projects info

Extract filling project list info, i.e. adding age, description, owner
and forks information, into fill_project_list_info() subroutine.  This
is preparation for smart pagination and smart searching (to make it
possible to calculate/generate info only for those projects which will
be shown).

Small changes compared to original version to improve readability
(comments, names of variables, named loops).

Additionally, store both full ('descr_long') and shortened ('descr')
project description in Perl's internal form (using to_utf8).

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.214068 seconds and 4 git commands to generate.