CAZypedia needs your help!
We have many unassigned pages in need of Authors and Responsible Curators. See a page that's out-of-date and just needs a touch-up? - You are also welcome to become a CAZypedian. Here's how.
Scientists at all career stages, including students, are welcome to contribute.
Learn more about CAZypedia's misson here and in this article.
Totally new to the CAZy classification? Read this first.
User talk:Harry Brumer
To-do list
- Write a history/timeline page
- Static pages?
- RSS feeds for all pages?
- Should use MultiBoilerplate at some point!
- Add LookupUser extension, maybe UserSnoop
- Add ContactPage extension (consider captch implementation)
- Performance tuning
- User Contact Links looks slick.
- Who Is Watching pages?
- http://www.mediawiki.org/wiki/Extension:WhoIsWatchingTabbed
- see also also related extensions on that page.
User admin
Direct link to account creation page
http://www.cazypedia.org/index.php?title=Special:UserLogin&type=signup
Extensions which are installed
See also: Special:Version and Special:Specialpages
- Note: The list of users, blocking users, renaming users, and user rights management can all be accessed at Special:Specialpages.
- Rename user
- http://www.mediawiki.org/wiki/Extension:Renameuser
- reCAPTCHA - anti spam
- http://www.mediawiki.org/wiki/Extension:ReCAPTCHA
- New user log
- Accessible at Special:Log/newusers http://www.mediawiki.org/wiki/Newuserlog
- Mass emailer
- Special:MassEmail
Other useful user admin stuff
- Prevent access, especially ACCOUNT CREATION BY SYSOPS ONLY
- http://www.mediawiki.org/wiki/Manual:Preventing_access
- Add confirm account extension instead?
- http://www.mediawiki.org/wiki/Extension:ConfirmAccount
Optional admin stuff, maybe for future implementation
- Page-level access control?
- http://www.mediawiki.org/wiki/Category:Page_Access_Control_Extensions
- New user email notification
- http://www.mediawiki.org/wiki/Extension:New_User_Email_Notification
- Password reset extension
- http://www.mediawiki.org/wiki/Extension:Password_Reset
Where do I find...
- The navigation sidebar settings
- MediaWiki:Sidebar
- The boilerplate text automatically inserted by Preloader.php upon new page creation in the main namespace
- Template:Boilerplate
- MediaWiki sysadmin Hub
- http://www.mediawiki.org/wiki/Sysadmin_hub
- Redirect code
- #redirect [[Glycoside Hydrolase Family 16]]
Some useful configuration pages
Sitenotice - for adding info to every page
Sitesubtitle - Edited, not sure of the effect...
Some useful extensions
Boilerplate extension - might be useful for creating new page templates
http://www.mediawiki.org/wiki/Extension:Boilerplate http://www.mediawiki.org/wiki/Extension:Preloader
Handle refs. with Biblio:
http://openwetware.org/wiki/Wikiomics:Biblio
some templates from wikipedia
http://en.wikipedia.org/wiki/Wikipedia:Template_messages
one thing that is semi ugly is that your login name appears at the top of your page or in the list of contributors (for instance User:HBrumer3 or User:Bernie); wouldn't it be nicer if the full real name of people would appear just like on the Board of Curators' page with Harry Brumer or Bernard Henrissat ?
Useful icons gallery
http://commons.wikimedia.org/wiki/User:Ipatrol/Galleries/Icons
http://commons.wikimedia.org/wiki/User:Rocket000/Useful_icon_gallery
Log
This section is a little Mediawiki maintenance log, which might become it's own page someday.
Started 02 September 2009.
UserContactLinks extended syntax extension
- http://www.mediawiki.org/wiki/Extension:User_Contact_Links
- Allows replacement of "[[:User:username|full name]]" with "(3 tildes)User Name(3 tildes)", where User Name can be:
- wiki username
- user full name (first space last)
- last name of the user
- partial match of any part of user full name
- Had to slightly edit both PHP files to break-up (3 tildes)User Name(3 tildes) to "^^^user^^ ^" in description; this was resulting in "incorrect user" being shown on Special:Version.
Harry Brumer 07:59, 2 September 2009 (UTC)
Implemented ContactPage extension
- http://www.mediawiki.org/wiki/Extension:ContactPage
- Gives world-accessible contact form: Special:Contact
- Took some tweaking to get it to work:
- Line 125 in SpecialContact.php ($captcha = ConfirmEditHooks::getInstance();) broke Mediawiki
- Upgrading to ConfirmEdit-MW1.15-r50221 broke reCaptcha, e.g. on user signup page.
- Fixed by commenting out offending Line 125
- All seems OK
- reCaptcha works on all pages, including Special:Contact (must not be logged in as sysop to see it) and user signup page
- Also hacked ConfirmEdit.php to put "contactpage" captcha trigger there, instead of in LocalSettings.php (left a comment in the latter to that effect).
Harry Brumer 15:43, 2 September 2009 (UTC)
Playing around with image thumbnail settings
- see http://www.mediawiki.org/wiki/Image_thumbnailing
- $wgUseImageMagick turned off in LocalSettings.php
- Was generating errors on Special:NewFiles (ImageMagick not installed...)
- Not clear if $wgUseImageResize should be used or not in MW 1.15
- Unclear info at http://www.mediawiki.org/wiki/Manual:$wgUseImageResize
- Now uncommented in LocalSettings.php, maybe some effect with .gif (see GH11).
Harry Brumer 14:12, 7 September 2009 (UTC)
Implemented Extension:Cite/Special:Cite.php
- Generates full citation information for each page via a toolbox link
- see http://www.mediawiki.org/wiki/Extension:Cite/Special:Cite.php
- Mediawiki:Cite text created from cite_text file in extension directory
Harry Brumer 13:12, 5 November 2009 (UTC)