Re: [aur-dev] [PATCH] Extended JSON query method

2008-06-03 Thread Loui
On Tue, 3 Jun 2008 20:25:33 +0200 Sylvester Johansson <[EMAIL PROTECTED]> wrote: Hey Sylvester. I think I like this method better than the other. Could you fix the indentation (especially in function query), put a more descriptive commit message, and resubmit? Thanks.

[aur-dev] [PATCH] Support for uploading plain PKGBUILDs

2008-06-03 Thread Callan Barrett
Quick and dirty patch to add support to upload plain PKGBUILDs. -- Callan Barrett 0006-Support-for-uploading-plain-PKGBUILDs.patch Description: Binary data

[aur-dev] [PATCH] Extended JSON query method

2008-06-03 Thread Sylvester Johansson
From: Sylvester Johansson <[EMAIL PROTECTED]> --- web/html/rpc.php |8 +- web/lib/aurjson.class.php | 59 +++- 2 files changed, 59 insertions(+), 8 deletions(-) diff --git a/web/html/rpc.php b/web/html/rpc.php index 033cba5..8ca0f4b 1006

[aur-dev] [PATCH] Disable user package deletion

2008-06-03 Thread Callan Barrett
This is coming from the thread on aur-general so it doesn't get forgotten. -- Callan Barrett 0005-Disable-user-package-deletion.patch Description: Binary data

[aur-dev] [PATCH] simplified query method

2008-06-03 Thread Sylvester Johansson
--- web/html/rpc.php |3 ++- web/lib/aurjson.class.php | 30 +- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/web/html/rpc.php b/web/html/rpc.php index 033cba5..d4b69f4 100644 --- a/web/html/rpc.php +++ b/web/html/rpc.php @@ -18,7 +18,8

[aur-dev] (no subject)

2008-06-03 Thread Arch User Repository (AUR) Development
>From 8291457849d761e13f141514f558efd76982cabc Mon Sep 17 00: 00:00 2001 From: Sylvester Johansson <[EMAIL PROTECTED]> Date: Thu, 29 May 2008 08:35:36 +0200 To: aur-dev@archlinux.org Subject: [PATCH] Added (simplified) json query method Message-ID: <[EMAIL PROTECTED]> --- web/lib/aurjson.class.ph

[aur-dev] (no subject)

2008-06-03 Thread Arch User Repository (AUR) Development
>From ab0903d0361049e6b7e85db3b55614bd838bdeff Mon Sep 17 00: 00:00 2001 From: Sylvester Johansson <[EMAIL PROTECTED]> Date: Fri, 30 May 2008 09:33:17 +0200 To: aur-dev@archlinux.org Subject: [PATCH] simplified query method Message-ID: <[EMAIL PROTECTED]> --- web/html/rpc.php |3 ++-