Re: [aur-dev] AUR migrating to gettext and Transifex

2011-04-10 Thread Peter Lewis
On Sun, 10 Apr 2011, Lukas Fleischer wrote: I've just merged my gettext wip branch into master and pushed that to gerolde. From now on, AUR translations will be managed via Transifex [1]. That removes the need for sending git-formatted patches to aur-dev and improves collaboration. It'll

Re: [aur-dev] Handling deletion through the web interface.

2010-09-26 Thread Peter Lewis
Hi Loui, On Monday 20 September 2010 at 02:23 Loui Chang wrote: Hi Peter. Thanks for sending in these patches. I really don't know when I'll be able to give these a fair look however. No problem - so sorry for sending more :-) I've actually spent today taking another look at how this can be

[aur-dev] [PATCH] Add function pkg_propose_deletion to web/lib/pkgfuncs.inc, which manages whether or not a package is currently proposed for deletion and emails the maintainer and aur-general when a

2010-09-26 Thread Peter Lewis
--- web/lib/pkgfuncs.inc | 95 ++ 1 files changed, 95 insertions(+), 0 deletions(-) diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 5605daa..386662c 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -678,6 +678,101 @@

[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 +++

[aur-dev] [PATCH] Modify search and package pages to provide interface to deletion functions.

2010-09-26 Thread Peter Lewis
--- web/template/actions_form.php |5 +++-- web/template/pkg_details.php| 15 +++ web/template/pkg_search_results.php |4 +++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/web/template/actions_form.php b/web/template/actions_form.php index

[aur-dev] Fwd: AUR Package Deletion Proposal for beebem

2010-09-26 Thread Peter Lewis
FYI, an example email which would be sent to aur-general and those on the notify list. (links are duff, just example) Pete. On Sunday 26 September 2010 at 20:30 aur-not...@archlinux.org wrote: The AUR package beebem has been proposed for deletion by pete [1]. You may view the package at:

[aur-dev] Handling deletion through the web interface.

2010-09-11 Thread Peter Lewis
Hi folks, As I said in my TU application, I want to get involved in trying to grease the wheels of the AUR a little. So, I'm proposing as a first step that we allow (prefer? require?) deletion requests to be handled through the web interface. The main aim of this is to try to standardise the

[aur-dev] [PATCH 1/3] Add database column DeletionProposed to Packages table, indicating whether or not the package is currently proposed for deletion.

2010-09-11 Thread Peter Lewis
--- support/schema/aur-schema.sql |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/support/schema/aur-schema.sql b/support/schema/aur-schema.sql index 250d405..8d49e15 100644 --- a/support/schema/aur-schema.sql +++ b/support/schema/aur-schema.sql @@ -120,6 +120,7 @@ CREATE

[aur-dev] [PATCH 2/3] Add function pkg_propose_deletion to web/lib/pkgfuncs.inc, which manages whether or not a package is currently proposed for deletion and emails the maintainer and aur-general whe

2010-09-11 Thread Peter Lewis
--- web/lib/pkgfuncs.inc | 95 ++ 1 files changed, 95 insertions(+), 0 deletions(-) diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 5605daa..386662c 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -678,6 +678,101 @@