php-bugs-web statistics page

php.internals

Sara Golemon

22 years ago
I was going through the list of bugs at http://bugs.php.net/bugstats.php and got tired of having to scroll up the page to double check what the meaning of each column is. Would anyone object to the patch below which repeats the header row every 20 categories (an arbitrary number, but it does a decent job of keeping one of 'em on screen -- at my resolution -- at any given time). At the moment there are about 75 active categories in the full 4+5 list so that'd work out to 3 extra header rows. -Sara http://frankenbox.alphaweb.net/test/bugstats-header.diff

Rasmus Lerdorf

22 years ago
On Wed, 19 May 2004, Sara Golemon wrote:
> I was going through the list of bugs at http://bugs.php.net/bugstats.php and > got tired of having to scroll up the page to double check what the meaning > of each column is. > > Would anyone object to the patch below which repeats the header row every 20 > categories (an arbitrary number, but it does a decent job of keeping one of > 'em on screen -- at my resolution -- at any given time). At the moment > there are about 75 active categories in the full 4+5 list so that'd work out > to 3 extra header rows.
Looks ok to me, although you must have a really small screen and/or use a huge font. I am a huge font fan and can't stand squinting at my screen and even I can see 48 lines on my (1600x1200) LCD panel here. -Rasmus