Re: [aur-dev] [PATCH] Move deletion proposal code from pkgfuncs.inc to pkgedit.php and add mechanism for dealing with reasons for deletion.

2010-10-07 Thread Loui Chang
On Sun 26 Sep 2010 21:46 +0100, Peter Lewis wrote: --- web/html/pkgedit.php | 210 ++ web/lib/pkgfuncs.inc | 42 ++ 2 files changed, 218 insertions(+), 34 deletions(-) Just a quick note: There is a patch in my queue which removes

[aur-dev] [PATCH] Move deletion proposal code from pkgfuncs.inc to pkgedit.php and add mechanism for dealing with reasons for deletion.

2010-09-26 Thread Peter Lewis
--- web/html/pkgedit.php | 210 ++ web/lib/pkgfuncs.inc | 42 ++ 2 files changed, 218 insertions(+), 34 deletions(-) diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php index 0339d00..f04e816 100644 --- a/web/html/pkgedit.php +++