CAZypedia needs your help! We have many unassigned GH, PL, CE, AA, GT, and CBM pages in need of Authors and Responsible Curators.
Scientists at all career stages, including students, are welcome to contribute to CAZypedia. Read more here, and in the 10th anniversary article in Glycobiology.
New to the CAZy classification? Read this first.
*
Consider attending the 15th Carbohydrate Bioengineering Meeting in Ghent, 5-8 May 2024.

User talk:Harry Brumer

From CAZypedia
Revision as of 09:27, 6 January 2010 by Harry Brumer (talk | contribs) (→‎Log)
Jump to navigation Jump to search

To-do list

  • Write a history/timeline 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

MediaWiki:Sitenotice

Sitesubtitle - Edited, not sure of the effect...

MediaWiki:Sitesubtitle


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
  • 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

Harry Brumer 14:12, 7 September 2009 (UTC)

Implemented Extension:Cite/Special:Cite.php

Harry Brumer 13:12, 5 November 2009 (UTC)

  • "Date retrieved" code doesn't seem to be working right. Tried to implement a solution Wikipedia is running using the ParserFunction extension and the time function, but ParserFunction seems to break the wiki. Also, had to disable MassEmailer due to some weird conflict that generated an error trail when saving Mediawiki:Cite text.

Harry Brumer 15:13, 5 November 2009 (UTC)

New version (r50579) of Extension:ParserFunctions added

  • Fixed earlier problem with ParserFunctions breaking the wiki
  • Allow use of time function in Mediawiki:Cite text to give the current time in the "Date retrieved" line.

Harry Brumer 09:39, 6 November 2009 (UTC)

Pages in Category test

Harry Brumer 10:35, 8 November 2009 (UTC)

Stopped implementing Extension:EditUser

Harry Brumer 13:29, 8 November 2009 (UTC)

Implemented Extension:LookupUser

Harry Brumer 13:48, 8 November 2009 (UTC)

Implemented Template:Smallcaps

Your source text is not altered in the output, only the way it is displayed on the screen: a copy-paste of the text will give the small caps sections in their original form; similarly, an older or non-CSS browser will only display the original text on screen. This can be seen as a problem, solved with (the sc template).

Code
{{Smallcaps|Your Text in 4004 bc}}
Displayed
Your Text in 4004 bc
Pasted
Your Text in 4004 bc
  • So, the code needs to look like this: {{Smallcaps|d}}, to get d. {{Smallcaps|D}} gives D.

Harry Brumer 16:27, 6 January 2010 (UTC)