[aur-dev] [PATCH] Fix FS#11420

2008-09-28 Thread Callan Barrett
Sort required by list in package details page. Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> --- web/lib/pkgfuncs.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 484e5a6..5ba56da 100644 --- a/web/lib/pkgfuncs.inc +

Re: [aur-dev] [PATCH] Fix FS#11420

2008-09-28 Thread Loui
On Mon, Sep 29, 2008 at 12:07:33AM +0800, Callan Barrett wrote: > Sort required by list in package details page. > > Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> > --- > web/lib/pkgfuncs.inc |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/web/lib/pkgfuncs.inc b

Re: [aur-dev] [PATCH] Fix FS#11420

2008-09-28 Thread Loui
On Mon, Sep 29, 2008 at 12:07:33AM +0800, Callan Barrett wrote: > Sort required by list in package details page. > > Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> > --- > web/lib/pkgfuncs.inc |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/web/lib/pkgfuncs.inc b

Re: [aur-dev] [PATCH] Fix FS#11420

2008-09-28 Thread Callan Barrett
On Mon, Sep 29, 2008 at 1:24 AM, Loui <[EMAIL PROTECTED]> wrote: > On Mon, Sep 29, 2008 at 12:07:33AM +0800, Callan Barrett wrote: >> Sort required by list in package details page. >> >> Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> >> --- >> web/lib/pkgfuncs.inc |1 + >> 1 files changed,

[aur-dev] [PATCH] Separate logic from html in packages.php

2008-09-28 Thread Callan Barrett
No output mixed with logic now and we're free to play with the headers Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> --- web/html/packages.php | 621 - 1 files changed, 299 insertions(+), 322 deletions(-) diff --git a/web/html/packages.php b/w

Re: [aur-dev] [PATCH] Separate logic from html in packages.php

2008-09-28 Thread Callan Barrett
Oh yeah and this doesn't actually change the code (except a couple of lines). It's just moving everything around. -- Callan Barrett

[aur-dev] [PATCH] Set up redirects for all actions

2008-09-28 Thread Callan Barrett
No more useless "congratulations you've done this" pages Shit is SO cash! Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> --- TODO |2 - web/html/packages.php | 192 + 2 files changed, 49 insertions(+), 145 deletions(-) dif

[aur-dev] [PATCH] Take formatting out of version number in web/lib/version.inc

2008-09-28 Thread Loui
>From b731ebda28343876b90713d710595fc85f0fc9fe Mon Sep 17 00:00:00 2001 From: Loui Chang <[EMAIL PROTECTED]> Date: Thu, 18 Sep 2008 22:16:40 -0400 Subject: [PATCH] Take formatting out of version number in web/lib/version.inc Signed-off-by: Loui Chang <[EMAIL PROTECTED]> --- web/lib/version.inc

[aur-dev] [PATCH] Update documentation.

2008-09-28 Thread Loui
Also moving web/README.txt to web/README. >From a1e5d395b11087e38117c7f54e349d13e5d3c1b9 Mon Sep 17 00:00:00 2001 From: Loui Chang <[EMAIL PROTECTED]> Date: Sun, 28 Sep 2008 17:19:11 -0400 Subject: [PATCH] Update documentation. Signed-off-by: Loui Chang <[EMAIL PROTECTED]> --- AUTHORS|

Re: [aur-dev] [PATCH] Set up redirects for all actions

2008-09-28 Thread Loui
On Mon, Sep 29, 2008 at 04:14:04AM +0800, Callan Barrett wrote: > No more useless "congratulations you've done this" pages > > Shit is SO cash! I still think feedback from the app is nice so I think the messages should just be printed on the page directed to.