Re: [aur-dev] aur-dev Digest, Vol 37, Issue 1

2010-11-02 Thread Loui Chang
On Wed 03 Nov 2010 01:40 +0100, Martti Kühne wrote: > >> this is  still irritating, and also users who have non-white > >> background colors will be confused by the current layout. > > > > Can you explain that? I'm not really sure what you mean about non-white > > backgrounds. > > I have some gray

Re: [aur-dev] aur-dev Digest, Vol 37, Issue 1

2010-11-02 Thread Ng Oon-Ee
On Wed, 2010-11-03 at 01:40 +0100, Martti Kühne wrote: > >> this is still irritating, and also users who have non-white > >> background colors will be confused by the current layout. > > > > Can you explain that? I'm not really sure what you mean about non-white > > backgrounds. > > > > I have so

Re: [aur-dev] aur-dev Digest, Vol 37, Issue 1

2010-11-02 Thread Martti Kühne
>> this is  still irritating, and also users who have non-white >> background colors will be confused by the current layout. > > Can you explain that? I'm not really sure what you mean about non-white > backgrounds. > I have some gray shading in my browser's settings, which are, I admit it, someho

[aur-dev] incorrect info in some old database entries?

2010-11-02 Thread Christopher Brannon
Hello, I'm looking at two bug reports: and . The latter is a duplicate of the former. Apparently, URLpath is incorrect for several packages in the Packages table. Would someone with access to the AUR database mind runni

Re: [aur-dev] [PATCH] Do not display current votes in All Votes

2010-11-02 Thread Andrea Scarpino
On Tuesday 02 November 2010 20:09:53 Lukas Fleischer wrote: > On Tue, Nov 02, 2010 at 05:47:12PM +0100, Andrea Scarpino wrote: > > > > > - $q = "SELECT * FROM TU_VoteInfo ORDER BY Submitted " . $order . $lim; > > + $q = "SELECT * FROM TU_VoteInfo WHERE End < " . time() . "

Re: [aur-dev] [PATCH] Do not display current votes in All Votes

2010-11-02 Thread Lukas Fleischer
On Tue, Nov 02, 2010 at 05:47:12PM +0100, Andrea Scarpino wrote: > - $q = "SELECT * FROM TU_VoteInfo ORDER BY Submitted " . $order . > $lim; > + $q = "SELECT * FROM TU_VoteInfo WHERE End < " . time() . " > ORDER BY Submitted " . $order . $lim; > $result = d

[aur-dev] [PATCH] Do not display current votes in All Votes

2010-11-02 Thread Andrea Scarpino
Subject says everything. -- Andrea Scarpino Arch Linux Developer From 74bc863fe47fb62102577ebb2fad078565b93a2e Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Tue, 2 Nov 2010 17:45:08 +0100 Subject: [PATCH] Do not display current votes in All Votes --- web/html/tu.php |2 +- 1 files c