[aur-dev] [PATCH 1/1] disable autocorrection for package search input field

2015-07-12 Thread Christian Hesse
From: Christian Hesse Searching for packages with mobile devices can be quite... adventurous. Most package names are not contained in dictionaries, so let's disable autocorrection. Signed-off-by: Christian Hesse --- web/html/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[aur-dev] [PATCH] Don't change tables manually before deleting a user

2015-07-12 Thread Marcel Korpel
All this is correctly taken care of by the database. This fixes several bugs where records should be deleted instead of NULLified. For example, when a comment deleter's account was deleted, DelUsersID of the comment was (re)set to NULL, causing the comment to appear again. Signed-off-by: Marcel K

Re: [aur-dev] [PATCH] use rel="nofollow" for links in comments

2015-07-12 Thread Lukas Fleischer
On Sun, 12 Jul 2015 at 17:46:44, Daniel Micay wrote: > This removes the incentive for spammers to post links by asking search > engines to ignore them. > > Signed-off-by: Daniel Micay > --- > web/lib/aur.inc.php | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > [...] Applied, thanks!

[aur-dev] [PATCH] use rel="nofollow" for links in comments

2015-07-12 Thread Daniel Micay
This removes the incentive for spammers to post links by asking search engines to ignore them. Signed-off-by: Daniel Micay --- web/lib/aur.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php index 7a455c6..b410db5 100644 --- a/web