X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id A76E89DCAA5 for ; Sat, 3 Dec 2005 17:08:51 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 75247-04 for ; Sat, 3 Dec 2005 17:08:48 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id 9CD379DCA94 for ; Sat, 3 Dec 2005 17:08:49 -0400 (AST) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id C6B088F282 for ; Sat, 3 Dec 2005 22:08:50 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: FW: [PGWEB-COMMITS] By mha: Add some very simple download statisticsstuff. X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Sat, 3 Dec 2005 22:08:53 +0100 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCE92E8DC@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PGWEB-COMMITS] By mha: Add some very simple download statisticsstuff. Thread-Index: AcX4TQDJjqOQyPTySSCJJdABbv7BUgAAKB/w From: "Magnus Hagander" To: X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0 required=5 tests=[none] X-Spam-Score: 0 X-Spam-Level: X-Archive-Number: 200512/58 X-Sequence-Number: 8999 Seems the PHP gd stuff is somehow broken on wwwmaster. The graphs are completely broken, whereas they worked fine on the developer box. I'll ignore this until we've moved to the new VM for svr2, as it might fix itself with a newer version of PHP :-) CSV stats should still work. //Magnus =20 > -----Original Message----- > From: pgweb-commits-bounces@gborg.postgresql.org=20 > [mailto:pgweb-commits-bounces@gborg.postgresql.org] On Behalf=20 > Of pgweb-commits@gborg.postgresql.org > Sent: Saturday, December 03, 2005 10:03 PM > To: pgweb-commits@gborg.postgresql.org > Subject: [PGWEB-COMMITS] By mha: Add some very simple=20 > download statisticsstuff. >=20 > Log Message: > ----------- > Add some very simple download statistics stuff. Can generate=20 > simple graphs and CSV. Not much, but it helped solve my=20 > curiosity :-) Open for improvs by anybody who wants more... >=20 > Modified Files: > -------------- > portal/template/admin: > index.html (r1.4 -> r1.5) > portal/template/navigation: > top-admin.html (r1.3 -> r1.4) >=20 > Added Files: > ----------- > portal/template/admin: > stats.html (r1.1) > portal/admin: > stats.php (r1.1) > statsview.php (r1.1) >=20 >=20