Re: [aur-dev] [PATCH] Add timestamp when a package is flagged out-of-date (FS#20848).

2010-11-21 Thread Loui Chang
On Sun 10 Oct 2010 20:09 +0200, Lukas Fleischer wrote: On Thu, Oct 07, 2010 at 11:09:36PM -0400, Loui Chang wrote: This: + echo br /span class='f6'.__(This package has been flagged out of date). (.$out_of_date_time.)/span; Could change to this: +

Re: [aur-dev] [PATCH] Add timestamp when a package is flagged out-of-date (FS#20848).

2010-10-10 Thread Lukas Fleischer
On Thu, Oct 07, 2010 at 11:09:36PM -0400, Loui Chang wrote: This: + echo br /span class='f6'.__(This package has been flagged out of date). (.$out_of_date_time.)/span; Could change to this: + echo br /span class='f6'.__(This package has been

Re: [aur-dev] [PATCH] Add timestamp when a package is flagged out-of-date (FS#20848).

2010-10-05 Thread Lukas Fleischer
On Sun, Oct 03, 2010 at 01:35:45PM -0500, Dan McGee wrote: On Sun, Oct 3, 2010 at 1:34 PM, Lukas Fleischer archli...@cryptocrack.de wrote: I basically agree and I already changed the patch to only the OutOfDateTS column only. The only thing that I'm not sure how to implement is the

Re: [aur-dev] [PATCH] Add timestamp when a package is flagged out-of-date (FS#20848).

2010-10-05 Thread Loui Chang
On Tue 05 Oct 2010 14:06 +0200, Lukas Fleischer wrote: On Sun, Oct 03, 2010 at 01:35:45PM -0500, Dan McGee wrote: On Sun, Oct 3, 2010 at 1:34 PM, Lukas Fleischer archli...@cryptocrack.de wrote: I basically agree and I already changed the patch to only the OutOfDateTS column only. The

Re: [aur-dev] [PATCH] Add timestamp when a package is flagged out-of-date (FS#20848).

2010-10-05 Thread Lukas Fleischer
Gnah, made a mistake with converting i8n files. This should hopefully work :) --- UPGRADING |6 ++ support/schema/aur-schema.sql |3 +-- web/html/pkgsubmit.php |2 +- web/lang/cs.po |2 +- web/lang/de.po

Re: [aur-dev] [PATCH] Add timestamp when a package is flagged out-of-date (FS#20848).

2010-10-03 Thread Lukas Fleischer
On Fri, Oct 01, 2010 at 10:39:37PM -0400, Loui Chang wrote: I was thinking - could we just change things so that OutOfDateTS is the sole indicator of whether a package has been flagged or not? If it's set, then it's out of date. If it's zero or null, then it's up to date. I basically agree

Re: [aur-dev] [PATCH] Add timestamp when a package is flagged out-of-date (FS#20848).

2010-10-02 Thread Loui Chang
On Fri 01 Oct 2010 21:41 -0500, Dan McGee wrote: On Fri, Oct 1, 2010 at 9:39 PM, Loui Chang louipc@gmail.com wrote: On Thu 30 Sep 2010 18:19 +0200, Lukas Fleischer wrote: I was thinking - could we just change things so that OutOfDateTS is the sole indicator of whether a package has been

Re: [aur-dev] [PATCH] Add timestamp when a package is flagged out-of-date (FS#20848).

2010-10-01 Thread Loui Chang
On Thu 30 Sep 2010 18:19 +0200, Lukas Fleischer wrote: --- UPGRADING |4 support/schema/aur-schema.sql |1 + web/lang/cs.po|2 +- web/lang/de.po|2 +- web/lang/el_GR.po |2 +- web/lang/fr.po