Re: [aur-dev] [PATCH] Redirect back after login

2012-12-16 Thread canyonknight
On Fri, Dec 14, 2012 at 5:51 PM, Marcel Korpel marcel.li...@gmail.com wrote: Fixes FS#32481 --- web/html/login.php| 2 +- web/lib/acctfuncs.inc.php | 8 +++- web/lib/aur.inc.php | 44 web/template/header.php | 4 ++-- 4

[aur-dev] [PATCH 1/2] gendummydata.py: Remove need for fortune subprocess

2012-12-16 Thread canyonknight
Fortune calls slows down the generation of dummy data dramatically for large datasets. Read from a specified fortune file directly to avoid the need for the subprocess. Signed-off-by: canyonknight canyonkni...@gmail.com --- support/schema/gendummydata.py | 18 +++--- 1 file changed,