[aur-dev] [PATCH] Turn on package notification by default for new packages

2008-10-07 Thread Callan Barrett
Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> --- web/html/pkgsubmit.php |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 78d6e50..3290293 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -

[aur-dev] [PATCH] Turn on package notification by default for new packages

2008-10-09 Thread Callan Barrett
Version using package functions Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> --- web/html/pkgsubmit.php |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 78d6e50..450e9b6 100644 --- a/web/html/pkgsubmit.php ++

Re: [aur-dev] [PATCH] Turn on package notification by default for new packages

2008-10-09 Thread Loui
On Wed, Oct 08, 2008 at 03:19:15AM +0800, Callan Barrett wrote: > Signed-off-by: Callan Barrett <[EMAIL PROTECTED]> > --- > web/html/pkgsubmit.php |9 +++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php > index 78d6e50.

Re: [aur-dev] [PATCH] Turn on package notification by default for new packages

2008-10-09 Thread Callan Barrett
On Fri, Oct 10, 2008 at 6:18 AM, Loui <[EMAIL PROTECTED]> wrote: > I'm thinking that notifying should really be calling the notify function > eh? I've been doing these unrelated patches on a branch without the actions converted to functions, forgot all about using them. If you want we can just put

Re: [aur-dev] [PATCH] Turn on package notification by default for new packages

2008-10-09 Thread Callan Barrett
On Fri, Oct 10, 2008 at 10:45 AM, Callan Barrett <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 6:18 AM, Loui <[EMAIL PROTECTED]> wrote: >> I'm thinking that notifying should really be calling the notify function >> eh? > > I've been doing these unrelated patches on a branch without the > act

Re: [aur-dev] [PATCH] Turn on package notification by default for new packages

2009-06-17 Thread Loui Chang
On Fri 10 Oct 2008 11:29 +0800, Callan Barrett wrote: > Version using package functions > > Signed-off-by: Callan Barrett Bwahah. This ancient patch has been merged.