83,675
edits
Hoof Hearted (talk | contribs) m (Text replacement - "{{TOCright}}" to "{{TOC right}}") Tags: Mobile edit Mobile web edit |
Hoof Hearted (talk | contribs) (Interwiki templates) |
||
Line 1: | Line 1: | ||
{{TOC right}} | {{TOC right}} | ||
{{ | {{For|earlier upgrading discussions from 2006|WikiIndex:2006 upgrade discussion}} | ||
{{ | {{For|discussions from 2011|WikiIndex:Spring 2011 Upgrade Path}} | ||
'''WikiIndex:2013-2014 bugs and upgrades''' — this page is to be used for raising suggestions and discussing strategies for upgrading our [[:Category:MediaWiki|MediaWiki]] software used by {{tag|WikiIndex}}. It can typically include any of the published, and stable, | '''WikiIndex:2013-2014 bugs and upgrades''' — this page is to be used for raising suggestions and discussing strategies for upgrading our [[:Category:MediaWiki|MediaWiki]] software used by {{tag|WikiIndex}}. It can typically include any of the published, and stable, {{Mw|Manual:Extensions|MediaWiki Extensions}}; or any other applicable and workable strategies. Please add any suggestions or offerings in any of the subheadings below (or create a new subheading), and discuss. | ||
==requesting account== | ==requesting account== | ||
Line 38: | Line 38: | ||
==LinkSpam / WikiSpam / Vandalism== | ==LinkSpam / WikiSpam / Vandalism== | ||
; Need - | ; Need - | ||
# | # {{Mw|Extension:NoBogusUserpages}} — ''Pro:'' - would obviate the need to police User: ([[IP address]]) pages since they cannot be created by anyone except the legitimate user of the IP - ''Con'' - would not stop spammer from posting spam on the User IP page if that is their actual IP. | ||
## Spambots aren't (thankfully) very intelligent; usually they create a (bogus) User: page and a main namespace with the same title, i.e. <code>User:FooBar123</code> and <code>FooBar123</code>. In my experience, this type of spam is commonly done by IP addresses as opposed to registered users. As such, installing the NoBogusUserpages extension would cut down this type of spam by 50%, which isn't a bad rate at all. The code is simple enough that it should work even with the latest version of MediaWiki. --[[User:Jack Phoenix|Jack Phoenix]] ([[User talk:Jack Phoenix|talk]]) 06:44, 28 April 2013 (PDT) | ## Spambots aren't (thankfully) very intelligent; usually they create a (bogus) User: page and a main namespace with the same title, i.e. <code>User:FooBar123</code> and <code>FooBar123</code>. In my experience, this type of spam is commonly done by IP addresses as opposed to registered users. As such, installing the NoBogusUserpages extension would cut down this type of spam by 50%, which isn't a bad rate at all. The code is simple enough that it should work even with the latest version of MediaWiki. --[[User:Jack Phoenix|Jack Phoenix]] ([[User talk:Jack Phoenix|talk]]) 06:44, 28 April 2013 (PDT) | ||
## + from me --[[User:Kghbln|[[kgh]]]] ([[User talk:Kghbln|talk]]) 14:22, 3 May 2013 (PDT) | ## + from me --[[User:Kghbln|[[kgh]]]] ([[User talk:Kghbln|talk]]) 14:22, 3 May 2013 (PDT) | ||
Line 53: | Line 53: | ||
==Account creation protection== | ==Account creation protection== | ||
; Need - | ; Need - | ||
# | # {{Mw|Extension:User Merge and Delete}} — ''Pro:'' Rename changes the name of one account, whereas this can merge or combine two accounts into one, and deletes the account not needed. – ''Con:'' Very dangerous, can permanently delete user accounts'' (but this can be set for 'crat permission only) | ||
## ''Pro:'' I've used it on my own localhost wiki to get rid of surplus test accounts when testing out extensions, and while the danger of screwing up an actual account is real, it could be used to trim the database of obvious spam accounts. ''Con'': Cannot be done as a batch, must do one merge and delete job at a time. [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 05:34, 30 April 2013 (PDT)Arcane - so basically you are saying we could clean up the spam accounts by deleting the one at a time? ~~ [[MarkDilley]] - Yes, unfortunately. It may be possible to code a bot or script with a selected list of spam accounts to trim and execute this script multiple times, never tried it myself, but in-wiki, it only works one at a time. [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 14:10, 30 April 2013 (PDT)Arcane - ''sounds brilliant, with the bot thing :-) I could see one person having control over a bot and a list. ~~ [[MarkDilley]]'' | ## ''Pro:'' I've used it on my own localhost wiki to get rid of surplus test accounts when testing out extensions, and while the danger of screwing up an actual account is real, it could be used to trim the database of obvious spam accounts. ''Con'': Cannot be done as a batch, must do one merge and delete job at a time. [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 05:34, 30 April 2013 (PDT)Arcane - so basically you are saying we could clean up the spam accounts by deleting the one at a time? ~~ [[MarkDilley]] - Yes, unfortunately. It may be possible to code a bot or script with a selected list of spam accounts to trim and execute this script multiple times, never tried it myself, but in-wiki, it only works one at a time. [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 14:10, 30 April 2013 (PDT)Arcane - ''sounds brilliant, with the bot thing :-) I could see one person having control over a bot and a list. ~~ [[MarkDilley]]'' | ||
## I'm personally still skeptical about this one. '''[[User talk:Elassint|Elassint]]''' 3 May 2013 | ## I'm personally still skeptical about this one. '''[[User talk:Elassint|Elassint]]''' 3 May 2013 | ||
Line 59: | Line 59: | ||
#### It's bad when we look at [[Special:ListUsers]] -- full of spam accounts. But [[Wikipedia]] doesn't use it though [[wp:Special:ListUsers]] is also full of spam accounts. In addition, [[LifeWiki]] and [[WikiApiary]] use it. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 11:34, 24 May 2013 (UTC) | #### It's bad when we look at [[Special:ListUsers]] -- full of spam accounts. But [[Wikipedia]] doesn't use it though [[wp:Special:ListUsers]] is also full of spam accounts. In addition, [[LifeWiki]] and [[WikiApiary]] use it. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 11:34, 24 May 2013 (UTC) | ||
##### I would love to clean up this, but I wonder if there is another way to do it than one at a time... not sure, ~~ [[MarkDilley]] | ##### I would love to clean up this, but I wonder if there is another way to do it than one at a time... not sure, ~~ [[MarkDilley]] | ||
#####: Might need a bot. But pywikipedia don't seem to have a library for | #####: Might need a bot. But pywikipedia don't seem to have a library for {{Mw|Extension:User Merge and Delete}}, so if we have to do that, | ||
#####:# Manually delete, or | #####:# Manually delete, or | ||
#####:# Make a bot library | #####:# Make a bot library | ||
Line 73: | Line 73: | ||
#: I read through that and it is from 2009 - looks like it is kept up and when it gets cracked, it gets fixed. Is that not what you see? ~~ [[MarkDilley]] | #: I read through that and it is from 2009 - looks like it is kept up and when it gets cracked, it gets fixed. Is that not what you see? ~~ [[MarkDilley]] | ||
#::I guess that's Jack's opinion. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 04:55, 27 August 2013 (UTC) | #::I guess that's Jack's opinion. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 04:55, 27 August 2013 (UTC) | ||
#:::Indeed so. I'm inclined to believe that a properly configured | #:::Indeed so. I'm inclined to believe that a properly configured {{Mw|Extension:QuestyCaptcha}} with multiple questions that are simple enough (i.e. "What is the first name of Mr. Wales, the co-founder of Wikipedia?" or the classic, "What is this site's name?") is far more effective than reCAPTCHA. Just because it says "by Google" on the box doesn't mean that it's automatically good, you know.<br>True enough, QuestyCaptcha has some flaws too (such as the lack of an admin panel of any kind, but I'm hoping we could eventually work around that), but the core concept is far more fascinating and harder for spambot operators to crack, I believe. Cracking a (re)CAPTCHA doesn't require any real thinking whatsoever, whereas topic-specific questions might be really obvious for humans trying to register but not so much for spambots and their automated spamming software.<br>Naturally it should be remembered that no matter what, some will always slip past the automated mechanisms, and that's why we have administrators — to clean up after these spambots and block the associated accounts, IP addresses, etc. --[[User:Jack Phoenix|Jack Phoenix]] ([[User talk:Jack Phoenix|talk]]) 07:26, 27 August 2013 (UTC) | ||
#:::: Some irc chat log with Emufarmers: | #:::: Some irc chat log with Emufarmers: | ||
#:::: (07:36:43) <Emufarmers> it's hard to make questions that are meaningful but not potentially confusing or exclusory | #:::: (07:36:43) <Emufarmers> it's hard to make questions that are meaningful but not potentially confusing or exclusory | ||
Line 81: | Line 81: | ||
#:::: --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 08:06, 27 August 2013 (UTC) | #:::: --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 08:06, 27 August 2013 (UTC) | ||
reCAPTCHA , as I remember it, was developed by [[wikipedia:ReCAPTCHA|others]] - so my want of it has nothing to do with Google. I am simply trying to figure out what would be the best for this community to have. Looks like Benjamin is saying similar things above (thanks YiFei for pasting that) - I would be willing to try a simple question - it seems to take someone on the backend to create / maintain it. 'What is this index of?' answer wiki, Wiki, wikis, Wikis to complete. Best, [[MarkDilley]] (in fact Jack, I pretty much [ | reCAPTCHA , as I remember it, was developed by [[wikipedia:ReCAPTCHA|others]] - so my want of it has nothing to do with Google. I am simply trying to figure out what would be the best for this community to have. Looks like Benjamin is saying similar things above (thanks YiFei for pasting that) - I would be willing to try a simple question - it seems to take someone on the backend to create / maintain it. 'What is this index of?' answer wiki, Wiki, wikis, Wikis to complete. Best, [[MarkDilley]] (in fact Jack, I pretty much [[Archive.org:20100713161518/http://blog.aboutus.org/2008/03/04/google-to-earth-site-is-the-word-du-jour/|despise Google]] :-) | ||
#<s> | #<s>{{Mw|Extension:ConfirmEdit}} as MathCaptcha (needs {{Mw|Extension:Math}} installed, which is easy with shell access on Linux (@Emufarmers: ask me if you have problems with {{Mw|Extension:Math}})) --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 16:06, 21 August 2013 (UTC)</s> | ||
==General housekeeping== | ==General housekeeping== | ||
; Need - | ; Need - | ||
# Please change notification emails from WikiIndex <[email protected]> to WikiIndex <[email protected]> | # Please change notification emails from WikiIndex <[email protected]> to WikiIndex <[email protected]> | ||
# | # {{Mw|Extension:WikiEditor}} — ''Pro'' - More user friendly editing interface, simpler to understand and has many features to assist inexperienced editors [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 15:17, 21 January 2013 (PST)Arcane | ||
## I'm not sure if this is really needed. And more importantly, is this compatible with Semantic MediaWiki? Are there any SMW sites which use this? [[User:Hoof Hearted|Sean, aka <small>Hoof Hearted</small>]] • <sub>[[:Category:Active administrators of this wiki|Admin]]</sub> • <small>[[User talk:Hoof Hearted|talk2HH]]</small> 02:39, 22 April 2013 (PDT) | ## I'm not sure if this is really needed. And more importantly, is this compatible with Semantic MediaWiki? Are there any SMW sites which use this? [[User:Hoof Hearted|Sean, aka <small>Hoof Hearted</small>]] • <sub>[[:Category:Active administrators of this wiki|Admin]]</sub> • <small>[[User talk:Hoof Hearted|talk2HH]]</small> 02:39, 22 April 2013 (PDT) | ||
## As far as I know, it is compatible with Semantic MediaWiki, since I have tested SMW with multiple versions of this extension and found no problems. As for whether this is needed, I wouldn't call it absolutely essential, but for those who are not familiar with wikicode or more familiar with using programs like Wordpad, this is a good extension, since it simplifies much of the most common editing processes. [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 18:35, 29 April 2013 (PDT)Arcane | ## As far as I know, it is compatible with Semantic MediaWiki, since I have tested SMW with multiple versions of this extension and found no problems. As for whether this is needed, I wouldn't call it absolutely essential, but for those who are not familiar with wikicode or more familiar with using programs like Wordpad, this is a good extension, since it simplifies much of the most common editing processes. [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 18:35, 29 April 2013 (PDT)Arcane | ||
### It is compatible with SMW. + from me --[[User:Kghbln|[[kgh]]]] ([[User talk:Kghbln|talk]]) 14:28, 3 May 2013 (PDT) | ### It is compatible with SMW. + from me --[[User:Kghbln|[[kgh]]]] ([[User talk:Kghbln|talk]]) 14:28, 3 May 2013 (PDT) | ||
## {{Strong support}} --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 08:27, 24 June 2013 (UTC) | ## {{Strong support}} --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 08:27, 24 June 2013 (UTC) | ||
# | # {{Mw|Extension:Maps}} — ''Pro:'' this would be really good for our City-Wiki entries, uses maps from more than one source (Google, Yahoo, OpenStreetMaps, etc) | ||
##+ from me --[[User:Kghbln|[[kgh]]]] ([[User talk:Kghbln|talk]]) 14:28, 3 May 2013 (PDT) | ##+ from me --[[User:Kghbln|[[kgh]]]] ([[User talk:Kghbln|talk]]) 14:28, 3 May 2013 (PDT) | ||
#:'''Done'''. [[User:Emufarmers|Emufarmers]] ([[User talk:Emufarmers|talk]]) 05:49, 9 July 2013 (UTC) | #:'''Done'''. [[User:Emufarmers|Emufarmers]] ([[User talk:Emufarmers|talk]]) 05:49, 9 July 2013 (UTC) | ||
# | # {{Mw|Extension:LastUserLogin}} — ''Pro:'' would let us know a person's activity and it helps people to see who is building WikiIndex. - ''Con:'' Why????? Either use [[Special:RecentChanges]], or if you want to watch a specific user, add them to your watchlist :/ [[User:Hoof Hearted|Sean, aka <small>Hoof Hearted</small>]] • <sub>[[:Category:Active administrators of this wiki|Admin]]</sub> • <small>[[User talk:Hoof Hearted|talk2HH]]</small> 02:39, 22 April 2013 (PDT) <!--''Con:'' Any?--> [[Special:WhosOnline]] can be a replacement, but records within a day. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 02:38, 4 May 2013 (PDT) | ||
# | # {{Mw|Extension:DismissableSiteNotice}} — ''Pro:'' would let us hide the Site Notice. - ''Con:'' | ||
## I hate to see it everyday. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 03:58, 21 June 2013 (UTC) | ## I hate to see it everyday. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 03:58, 21 June 2013 (UTC) | ||
## Wasn't this the case before the upgrade? I seem to remember not seeing the site notice when logged in. ~~ [[MarkDilley]] | ## Wasn't this the case before the upgrade? I seem to remember not seeing the site notice when logged in. ~~ [[MarkDilley]] | ||
### Administrators can delete [[MediaWiki:Sitenotice]] to disable it. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 23:18, 21 June 2013 (UTC) | ### Administrators can delete [[MediaWiki:Sitenotice]] to disable it. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 23:18, 21 June 2013 (UTC) | ||
#:'''Done'''. Increase the value on [[MediaWiki:Sitenotice id]] to un-dismiss the sitenotice for everybody. [[User:Emufarmers|Emufarmers]] ([[User talk:Emufarmers|talk]]) 03:22, 9 July 2013 (UTC) | #:'''Done'''. Increase the value on [[MediaWiki:Sitenotice id]] to un-dismiss the sitenotice for everybody. [[User:Emufarmers|Emufarmers]] ([[User talk:Emufarmers|talk]]) 03:22, 9 July 2013 (UTC) | ||
#Disable redirects to special pages and interwiki redirects, which use a 302 and have no "redirected from" link. ( | #Disable redirects to special pages and interwiki redirects, which use a 302 and have no "redirected from" link. ({{Mw|Manual:$wgDisableHardRedirects}}) --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 06:57, 25 May 2013 (UTC) | ||
## Sean especially hate this ([[Special:Permalink/140054]]). --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 12:54, 26 June 2013 (UTC) | ## Sean especially hate this ([[Special:Permalink/140054]]). --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 12:54, 26 June 2013 (UTC) | ||
### I think [[Sean]] went too far in banning the person (I don't know if there was previous history off wiki), although a good idea to have soft redirects off wiki. I personally really like redirects to special pages. ~~ [[MarkDilley]] | ### I think [[Sean]] went too far in banning the person (I don't know if there was previous history off wiki), although a good idea to have soft redirects off wiki. I personally really like redirects to special pages. ~~ [[MarkDilley]] | ||
# | # {{Mw|Extension:Replace Text}} seem to be removed a while ago, and I think it would be a good idea to restore it — ''Pro:'' mass editing - ''Con:'' not sure. --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 13:48, 30 October 2013 (UTC) | ||
#:'''Done'''. [[User:Emufarmers|Emufarmers]] ([[User talk:Emufarmers|talk]]) 23:47, 14 June 2014 (UTC) | #:'''Done'''. [[User:Emufarmers|Emufarmers]] ([[User talk:Emufarmers|talk]]) 23:47, 14 June 2014 (UTC) | ||
Line 128: | Line 128: | ||
==On the back-burner== | ==On the back-burner== | ||
This sub-section can be used making suggestions for beta extensions, ie, those we might like to add at a later date once they've evolved into a stable extension | This sub-section can be used making suggestions for beta extensions, ie, those we might like to add at a later date once they've evolved into a stable extension | ||
# <s> | # <s>{{Mw|Extension:MassEditRegex}}</s> — ''Pro:'' can be used by Sysops for 'bot'-like edits, without the need for creating bot scripts - ''Con:'' still in beta phase | ||
## The extension status (alpha/beta/stable) means very little in reality...installing and testing it is a better way to see whether it works on WikiIndex's version of MediaWiki. --[[User:Jack Phoenix|Jack Phoenix]] ([[User talk:Jack Phoenix|talk]]) 14:41, 22 December 2012 (PST) | ## The extension status (alpha/beta/stable) means very little in reality...installing and testing it is a better way to see whether it works on WikiIndex's version of MediaWiki. --[[User:Jack Phoenix|Jack Phoenix]] ([[User talk:Jack Phoenix|talk]]) 14:41, 22 December 2012 (PST) | ||
## I can vouch for this. I've used the MassEditRegex extension on my own wiki repeatedly and it has proven quite stable and does what it is intended to do. I highly recommend it. [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 12:43, 25 January 2013 (PST)Arcane | ## I can vouch for this. I've used the MassEditRegex extension on my own wiki repeatedly and it has proven quite stable and does what it is intended to do. I highly recommend it. [[User:Arcane|Arcane]] ([[User talk:Arcane|talk]]) 12:43, 25 January 2013 (PST)Arcane | ||
Line 150: | Line 150: | ||
==Cite extension== | ==Cite extension== | ||
I recommend installing | I recommend installing {{Mw|Extension:Cite}}; it would enable citations to be done in what's become the standard format across the wikisphere. Thanks. [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 12:29, 6 January 2014 (UTC) | ||
:Is there an example of use here on WikiIndex? --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 13:48, 6 January 2014 (UTC) | :Is there an example of use here on WikiIndex? --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 13:48, 6 January 2014 (UTC) | ||
::A few pages at [[Special:LongPages]] have a lot of inline citations, e.g. [[Let.sysops.be]]. There aren't a lot of examples, perhaps because people aren't going to do a lot of citations without Cite. The lack of it makes it so that you have to put them inline, which disrupts the flow of the article, or just put a barelink, which can rot and doesn't give a lot of information (e.g. author, date, etc.). Also, it makes it so that people can't port content about wikis to and from WikiIndex without converting the references. [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 14:02, 6 January 2014 (UTC) | ::A few pages at [[Special:LongPages]] have a lot of inline citations, e.g. [[Let.sysops.be]]. There aren't a lot of examples, perhaps because people aren't going to do a lot of citations without Cite. The lack of it makes it so that you have to put them inline, which disrupts the flow of the article, or just put a barelink, which can rot and doesn't give a lot of information (e.g. author, date, etc.). Also, it makes it so that people can't port content about wikis to and from WikiIndex without converting the references. [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 14:02, 6 January 2014 (UTC) | ||
:::Hmm @[[Mark]]: Why it wasn't installed in [[WikiIndex:Spring 2011 Upgrade Path]]? --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 14:14, 6 January 2014 (UTC) | :::Hmm @[[Mark]]: Why it wasn't installed in [[WikiIndex:Spring 2011 Upgrade Path]]? --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 14:14, 6 January 2014 (UTC) | ||
Another advantage to using Cite rather than inline URLs is that it would look nicer when the pages are printed. Then we could | Another advantage to using Cite rather than inline URLs is that it would look nicer when the pages are printed. Then we could {{Mw|Manual:FAQ#How do I disable external links from showing in the printable version of a page.3F|disable external links from showing in the printable version of a page}}. [[Template:Wiki]] in particular tends not to print well; the lengthy URLs often cause the text to intrude into the wiki logo. [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 09:35, 30 January 2014 (UTC) | ||
[[YiFei]] I imagine there weren't enough folks that wanted it back then. [[Upgrade]]s page? ~~ [[MarkDilley]] | [[YiFei]] I imagine there weren't enough folks that wanted it back then. [[Upgrade]]s page? ~~ [[MarkDilley]] | ||
Line 164: | Line 164: | ||
: How about setting all user creation logs as bots? --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 01:11, 7 February 2014 (UTC) | : How about setting all user creation logs as bots? --[[YiFei]] | <small>[[User talk:Zhuyifei1999|talk]]</small> 01:11, 7 February 2014 (UTC) | ||
Great idea! How!! ~~ [[MarkDilley]] | Great idea! How!! ~~ [[MarkDilley]] | ||
:Not sure what he is saying, but you may need to install this | :Not sure what he is saying, but you may need to install this {{Mw|Extension:RecentChangesLogFilter|Extension}} which hides new user log as well as blocks, deletions and protections (we need to only focus on new user, deletions and blocks)....--[[User:Comets|Comets]] ([[User talk:Comets|talk]]) 07:02, 7 February 2014 (UTC) | ||
==QuestyCaptcha with questions and answers that sysops can change== | ==QuestyCaptcha with questions and answers that sysops can change== |
edits