From be714b062b257cb9e92b3195675fd2a1fed509a8 Mon Sep 17 00:00:00 2001 From: VladVP Date: Wed, 15 Oct 2014 02:04:21 +0200 Subject: [PATCH 1/4] Fixed autocomplete issue in Chrome Explanation for these changes: http://stackoverflow.com/questions/12374442/chrome-browser-ignoring-autocomplete-off --- templates/post_form.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/post_form.html b/templates/post_form.html index 34435e2a6..7108d8621 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -1,4 +1,6 @@ -
+ + + {{ antibot.html() }} {% if id %}{% endif %} {{ antibot.html() }} From 6fa0641e2576e8759a05b56b8e9d869db8d76c44 Mon Sep 17 00:00:00 2001 From: VladVP Date: Wed, 15 Oct 2014 03:22:05 +0200 Subject: [PATCH 2/4] Also fixed autocomplete for quick reply. See: be714b062b257cb9e92b3195675fd2a1fed509a8 --- js/quick-reply.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/quick-reply.js b/js/quick-reply.js index 07fe4aefb..2c1a8f054 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -294,6 +294,8 @@ $postForm.appendTo($('body')).hide(); $origPostForm = $('form[name="post"]:first'); + + $postForm.prependChild($dummyStuff); //Anti-autofill features in Chrome were not working because the nonsense div was the last element in the // Synchronise body text with original post form $origPostForm.find('textarea[name="body"]').on('change input propertychange', function() { From c0d21817ce5356a55f670f55f2934c5d535ee225 Mon Sep 17 00:00:00 2001 From: VladVP Date: Wed, 15 Oct 2014 03:23:43 +0200 Subject: [PATCH 3/4] Fixed previous commit See: 6fa0641e2576e8759a05b56b8e9d869db8d76c44 --- js/quick-reply.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 2c1a8f054..89bf794bd 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -291,11 +291,11 @@ '); $postForm.attr('id', 'quick-reply'); + + $postForm.prependChild($dummyStuff); //Anti-autofill features in Chrome were not working because the nonsense div was the last element in the $postForm.appendTo($('body')).hide(); $origPostForm = $('form[name="post"]:first'); - - $postForm.prependChild($dummyStuff); //Anti-autofill features in Chrome were not working because the nonsense div was the last element in the // Synchronise body text with original post form $origPostForm.find('textarea[name="body"]').on('change input propertychange', function() { From 3571ef5ed803be85be5cc3d74c447124d3503a3e Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 14 Oct 2014 12:43:31 -0700 Subject: [PATCH 4/4] Gloval -> Global --- faq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.php b/faq.php index 462ccdafa..f612ec5e5 100644 --- a/faq.php +++ b/faq.php @@ -11,7 +11,7 @@

The largest board owners are promoted to Global Volunteers. This is devised by an algorithm, but volunteers are only promoted with my express approval.

-

All new global volunteers are sent a message congratulating them on becoming global volunteers and explaining the position. Gloval volunteers simply delete CP, excessive spam and other illegal content that comes on the server and ban the posting users and their IP ranges.

+

All new global volunteers are sent a message congratulating them on becoming global volunteers and explaining the position. Global volunteers simply delete CP, excessive spam and other illegal content that comes on the server and ban the posting users and their IP ranges.

There is a large penalty for abusing their powers to ban users for other reasons. That penalty is that I will not only remove their global volunteer position, but also commandeer their board. I will then find another suitable owner for it among the board's users and give it to them.