Checklist for opening up the wiki[]
Overall progress: | 100% (19/19)
100% (19/19)
|
Setup progress: | 100% (10/10)
100% (10/10)
|
Testing progress: | 100% (4/4)
100% (4/4)
|
Finalization progress: | 100% (3/3)
100% (3/3)
|
Post-finalization progress: | 100% (2/2)
100% (2/2)
|
Setup stage[]
- Done. Set up CAPTCHA on the wiki.
- Done. Set up an IRC channel for the wiki.
- Done. Clean up the Community portal
- Done. Protect important pages.
- Done. Require email confirmation.
- Done. Configure ConfirmEdit CAPTCHA trigger settings.
- Done. Setup group permissions.
- Done. Add the Nuke and Renameuser extensions.
- Done. Remove unused accounts.
- Done. Inform team members about their new responsibilities.
Testing stage[]
- Done. Test user rights.
- Done. Test account creation.
- Done. Test email confirmation.
- Done. Test CAPTCHA triggers.
Finalization stage[]
- Done. Grant group '
user
':edit
. - Done. Grant group '
*
' (all):createaccount
. - Done. Rebuild statistics.
Post-finalization stage[]
- Done. Announce on forums.
- Done. Start recruiting new team members.
Response time (must not exceed 1 day)[]
Vandalism and Spam[]
- Passed. New page spam/vandalism response time (delete):
Min:
N/AAverage:
N/AMax:
N/A - Passed. Spam/Vandalism response time (revert):
Min:
N/AAverage:
N/AMax:
N/A - Passed. Consecutive spam/vandalism response time (rollback):
Min:
N/AAverage:
N/AMax:
N/A - Passed. Excessive spam/vandalism response time (protect):
Min:
N/AAverage:
N/AMax:
N/A - Passed. User spam/vandalism response time (notify).
- Passed. User spam/vandalism response time (warn).
- Passed. User spam/vandalism response time (block) (>5 counts):
Min: 76min Average: 166.4min Max: 288min
- Passed. Excessive user spam/vandalism response time (nuke):
Min:
N/AAverage:
N/AMax:
N/A
Quality assessment[]
- Passed. Tag bad articles with template (community):
Min:
N/AAverage:
N/AMax:
N/A - Passed. Tag bad articles with template (staff)
- Passed. Fix/Resolve (community):
Min:
N/AAverage:
N/AMax:
N/A - Passed. Fix/Resolve (staff):
Min:
N/AAverage:
N/AMax:
N/A
Maintenance[]
- Passed. RFD (normal):
Min:
N/AAverage:
N/AMax:
N/A - Passed. RFC (deletion):
Min:
N/AAverage:
N/AMax:
N/A - Passed. Patrol (revision)
- Passed. Patrol (new page)
Requests and Help[]
- Skipped. Help desk (community):
Min:
N/AAverage:
N/AMax:
N/A - Skipped. Help desk (staff/sysop):
Min:
N/AAverage:
N/AMax:
N/A - Skipped. IRC help (community):
Min:
N/AAverage:
N/AMax:
N/A - Passed. IRC help (staff/sysop):
Min:
N/AAverage:
N/AMax:
N/A - Skipped. Admin noticeboard:
Min:
N/AAverage:
N/AMax:
N/A - Passed. Staff noticeboard:
Min:
N/AAverage:
N/AMax:
N/A - Skipped. Translator noticeboard:
Min:
N/AAverage:
N/AMax:
N/A - Passed. Bot operator noticeboard:
Min:
N/AAverage:
N/AMax:
N/A - Passed. Issues:
Min:
N/AAverage:
N/AMax:
N/A - Passed. RFC:
Min:
N/AAverage:
N/AMax:
N/A - Skipped. Skin bugs:
Min:
N/AAverage:
N/AMax:
N/A - Inactive. AFC submissions (accept):
Min:
N/AAverage:
N/AMax:
N/A - Inactive. AFC submissions (review):
Min:
N/AAverage:
N/AMax:
N/A - Inactive. AFC submissions (merge):
Min:
N/AAverage:
N/AMax:
N/A
New extensions proposals[]
- Installed. mw:Extension:TitleBlacklist
- Installed. mw:Extension:AbuseFilter
- Installed. mw:Extension:FlaggedRevs
- Discussion
- Poll
- This poll will end in 1 day.
- Support: Please add
{{Status|done|Support.}}
and a comment if you want this extension to be installed. - Against: Please add
{{Status|done|Against.}}
and a comment if you want this extension to not be installed. - Conditional support: Please add
{{Status|partlydone|Conditional support.}}
and a comment if you want this extension to be installed only under some circumstances. - Support. I think this is a good idea. -- auris331
- Support. This should be good, provided we can quickly learn the new system. -- AgentTadpole Staff · talk · contribs 12:24, 4 July 2013 (UTC)
Blacklisting new account names[]
We have figured out a few username patterns that spambots like to use, we will be blocking these usernames that match these regex patterns in the near-future, use Jinbobo's Blocked username list to test the following regex, by default, patterns are case insensitive:
- Usernames with 4 or more consecutive consonants (Easy fix for real users is to add a space between words?)
- Pattern:
.*((?=[a-z])[^aeiou0-9]){3}(?=[a-z])[^aeiou0-9]+.*
- Pattern:
- Usernames with 3 or more consecutive capital letters (Case sensitive)
- Pattern:
.*[A-Z]{2}[A-Z]+.*
- Pattern:
- Usernames with 2 or more consecutive capital letters at the end (Case sensitive)
- Pattern:
.*[A-Z]{2}
- Pattern:
- Usernames with 2 or more consecutive numbers
- Pattern:
.*[0-9]{2}[0-9]+.*
- Pattern:
- Usernames containing the following words: car, limo, home, house, service, move, moving, guide, clean.
- Pattern:
.*(car|limo|home|service|move|moving|guide|clean).*
- Pattern:
- Usernames with 20+ letters.
- Pattern:
.*.{20}.*
- Pattern:
Upgrading mediawiki software to 1.22.2[]
This checklist can be viewed at [1] after the database has been locked.
Pre-upgrade checklist[]
- Done. Backup database.
- Done. Backup files.
- Done. Download & extract mw 1.22.2 tarball.
- Done. Configure staging site.
- Done. Lock database.
- Done. Backup database again.
- Done. Backup files again.
Upgrade checklist[]
- Done. Copy & paste LocalSettings.php
- Upgrade extensions:
- Done. mw:Extension:CheckUser
- Done. mw:Extension:Echo
- Done. mw:Extension:FlaggedRevs
- Done. mw:Extension:Nuke
- Done. mw:Extension:RenameUser
- Done. mw:MLEB
- Done. mw:Extension:DynamicPageList (third-party)
- Done. mw:Extension:MsUpload
- Done. mw:Extension:ParserFunction
- Done. mw:Extension:SyntaxHighlight GeSHi
- Done. mw:Extension:Variables
- Done. mw:Extension:AbuseFilter
- Done. mw:Extension:ConfirmEdit
- Done. mw:Extension:SimpleAntiSpam
- Done. mw:Extension:Title Blacklist
- Done. mw:Extension:TorBlock
- Done. mw:Extension:CodeEditor
- Done. mw:Extension:WikiEditor
- Done. Execute maintenance/upgrade.php
Post-upgrade checklist[]
- Install extensions:
- Done. mw:Extension:CategoryTree
- Done. mw:Extension:GettingStarted
- Done. mw:Extension:PageTriage
- Done. mw:Extension:InputBox
- Later. mw:Extension:VisualEditor
- Done. mw:Extension:TemplateData
- Done. mw:Extension:AntiBot
- Done. mw:Extension:ApiSandbox
- Done. mw:Extension:BetaFeatures
- Done. mw:Extension:DismissableSiteNotice
- Done. mw:Extension:Gadgets
- Done. mw:Extension:GuidedTour
- Done. mw:Extension:SecurePoll
- Done. mw:Extension:Thanks
- Done. mw:Extension:WikiLove
Deployment checklist[]
- Done. Unlock database.
- Done. Deploy.
Allowing image uploads for "normal" people[]
Is there any reason why image uploads are disabled for "normal" people? It is quite annoying to have to post an image URL and wait for a sysop to upload it for you (like for Writing Desk and Talk:Writing Desk). It's not a big vandalism problem - I've been on a rather frequented wiki with image uploads active for anonymous, and have only seen a single case of upload vandalism in a few months. --dgelessus (talk · contribs) 20:59, 11 October 2013 (BST)
- In order to upload images, you simply have to be auto-confirmed, which means a few edits patrolled by the wiki team, and then you'll be able to upload images without any issues Retep998 (talk) 00:46, 12 October 2013 (BST)
- actually you have to get 50 edits and your account must be 1 week old to get autoconfirmed. The reason you see no vandal on other wikis is because there are more active admins there. -- Jinbobo 04:34, 12 October 2013 (BST)
Server not responding after template edits[]
okay, you probably already noticed this - every time a template is edited the server stops responding for some time afterwards. Probably because it's updating all the pages, but normally the job queue should do that over time. --dgelessus (talk · contribs) 15:09, 12 October 2013 (BST)
- can you tell me what you were editing that caused this? -- Jinbobo 16:17, 12 October 2013 (BST)
- Template:P and Template:Infobox. Not sure if Template:Navbox RedPower 2 did it as well... It only lasted a few minutes though. The server problems I posted about on the forums a few weeks ago were probably the same thing. --dgelessus (talk · contribs) 18:03, 12 October 2013 (BST)