Re: [aur-dev] [PATCH] Move logout link from main menu to login bar

2008-10-05 Thread Loui
On Sun, Oct 05, 2008 at 06:40:18AM +0800, Callan Barrett wrote: > Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> > --- > web/template/header.php |1 - > web/template/login_form.php |3 +++ > 2 files changed, 3 insertions(+), 1 deletions(-) Makes sense. Pushed to testing.

[aur-dev] [PATCH] Show developer-TUs their total community packages.

2008-10-05 Thread Loui
>From 51a6b2243a72249ab89909f01ea85578c336e2a8 Mon Sep 17 00:00:00 2001 From: Loui Chang <[EMAIL PROTECTED]> Date: Sun, 5 Oct 2008 20:24:57 -0400 Subject: [PATCH] Show developer-TUs their total community packages. This closes: FS#11561 - Devs in AUR can't see their packages in Community Thanks to

Re: [aur-dev] [PATCH] Major rearrangement of tu.php, strings setup for translation

2008-10-05 Thread Loui
On Mon, Oct 06, 2008 at 06:13:31AM +0800, Callan Barrett wrote: > I know this patch is massive but the TU section was in a really bad > state, no real work could be done on it without a patch like this. > It's still exactly the same as when I first wrote it which is > horrible. Alright. Pushed to

Re: [aur-dev] [PATCH] English translation for tu.php

2008-10-05 Thread Loui
On Mon, Oct 06, 2008 at 06:15:24AM +0800, Callan Barrett wrote: > And this is the first time I've submitted anything even remotely > related to translation so hopefully this is all correct. English translation files are kind of obsolete now since I introduced the DEFAULT_LANG constant and modified

Re: [aur-dev] [PATCH] English translation for tu.php

2008-10-05 Thread Callan Barrett
And this is the first time I've submitted anything even remotely related to translation so hopefully this is all correct. -- Callan Barrett

Re: [aur-dev] [PATCH] Major rearrangement of tu.php, strings setup for translation

2008-10-05 Thread Callan Barrett
I know this patch is massive but the TU section was in a really bad state, no real work could be done on it without a patch like this. It's still exactly the same as when I first wrote it which is horrible. -- Callan Barrett

[aur-dev] [PATCH] English translation for tu.php

2008-10-05 Thread Callan Barrett
Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> --- web/html/tu.php |2 +- web/lang/en/tu_po.inc | 34 ++ web/lang/tu_po.inc|6 ++ 3 files changed, 41 insertions(+), 1 deletions(-) create mode 100644 web/lang/en/tu_po.inc create mode 1006

[aur-dev] [PATCH] Major rearrangement of tu.php, strings setup for translation

2008-10-05 Thread Callan Barrett
All the strings are set up to be translated now, HTML of tu.php has been moved to templates and the worst of it rewritten (there's no longer a massive function in it) Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> --- web/html/tu.php | 444 +++--