[aur-dev] [PATCH] Remove character limit on password length

2012-10-09 Thread canyonknight
As all new passwords are hashed and therefore stored in the database at the same length, this limitation is no longer needed. Fixes FS#31855 Signed-off-by: canyonknight canyonkni...@gmail.com --- web/html/login.php | 2 +- web/html/passreset.php | 4 ++--

[aur-dev] [PATCH] pkgfuncs.inc.php: Fix blacklisting functionality

2012-10-09 Thread canyonknight
An array that contains whether the package is blacklisted is being improperly used for a comparison. Use fetchColumn() to avoid the array completely and compare a value directly. Regression with e171f6f34eeacf35cf7142b4788d43e7d0978546 Fixes FS#31867 Signed-off-by: canyonknight

[aur-dev] [PATCH] pkgsubmit.php: Fix package version not updating

2012-10-09 Thread canyonknight
Parameters were not correct for a package update operation. Fix regression of 763cbf8373e3373254ad18f5b69fd16efdc6fd5c Fixes FS#31868 Signed-off-by: canyonknight canyonkni...@gmail.com --- web/html/pkgsubmit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git