[aur-dev] [PATCH] Revert Move call to try_login to login_form.

2008-12-20 Thread Callan Barrett
This reverts commit 77d93c4946fabcda417b6a5672d881c64e11fb78. --- web/lib/aur.inc |3 +++ web/template/login_form.php |6 -- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 3d0f3e0..e43ddf6 100644 --- a/web/lib/aur.inc

[aur-dev] [PATCH] Remove the english includes from the main translation files

2008-12-20 Thread Callan Barrett
Is that what they're called? I have no idea I'm not good with computers Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/lang/account_po.inc |2 -- web/lang/acctfuncs_po.inc |2 -- web/lang/aur_po.inc |2 -- web/lang/common_po.inc|2 --

[aur-dev] [PATCH] Change behaviour of package functions to accept normal arrays

2008-12-20 Thread Callan Barrett
Package functions use a normal array of pkgids now and packages.php has been changed to accomodate for it Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/html/packages.php | 10 ++ web/lib/pkgfuncs.inc | 27 +++ 2 files changed, 17

Re: [aur-dev] [PATCH] Change behaviour of package functions to accept normal arrays

2008-12-20 Thread Callan Barrett
This is basically the same patch as I sent a while ago but it'll apply to the current master branch without issue. Hopefully this one will actually get pushed now since there isn't a mountain of patches before it. -- Callan Barrett

[aur-dev] [PATCH] Remove success messages after package functions

2008-12-20 Thread Callan Barrett
Just displays message at the top of the page of what happened (errors or not) and goes back to the same page Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/html/css/fonts.css |4 +++ web/html/packages.php | 53 +++-

Re: [aur-dev] [PATCH] Revert Move call to try_login to login_form.

2008-12-20 Thread Loui Chang
On Sat, Dec 20, 2008 at 06:11:46PM +0900, Callan Barrett wrote: This reverts commit 77d93c4946fabcda417b6a5672d881c64e11fb78. --- web/lib/aur.inc |3 +++ web/template/login_form.php |6 -- 2 files changed, 3 insertions(+), 6 deletions(-) Pushed. Thanks for keeping a

Re: [aur-dev] [PATCH] Remove the english includes from the main translation files

2008-12-20 Thread Loui Chang
On Sat, Dec 20, 2008 at 06:14:26PM +0900, Callan Barrett wrote: Is that what they're called? I have no idea I'm not good with computers Signed-off-by: Callan Barrett wizzomafi...@gmail.com Pushed.

Re: [aur-dev] [PATCH] Add error checking to chmod on package submission

2008-12-20 Thread Loui Chang
On Sat, Dec 20, 2008 at 06:42:21PM +0900, Callan Barrett wrote: Try submitting an empty form to the aur Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/html/pkgsubmit.php |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Pushed.

Re: [aur-dev] [PATCH] Change behaviour of package functions to accept normal arrays

2008-12-20 Thread Loui Chang
On Sat, Dec 20, 2008 at 06:49:26PM +0900, Callan Barrett wrote: This is basically the same patch as I sent a while ago but it'll apply to the current master branch without issue. Hopefully this one will actually get pushed now since there isn't a mountain of patches before it. Pushed.

Re: [aur-dev] [PATCH] Remove success messages after package functions

2008-12-20 Thread Loui Chang
On Sat, Dec 20, 2008 at 07:37:19PM +0900, Callan Barrett wrote: Just displays message at the top of the page of what happened (errors or not) and goes back to the same page Signed-off-by: Callan Barrett wizzomafi...@gmail.com Pushed.