User:Cmorse/Notebook/MediaWiki for Open Science/2009/02/03

From OpenWetWare
Revision as of 14:29, 3 February 2009 by Cmorse (talk | contribs)
Jump to navigationJump to search
<html><img src="/images/9/94/Report.png" border="0" /></html> Main project page
<html><img src="/images/c/c3/Resultset_previous.png" border="0" /></html>Previous entry<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>Next entry<html><img src="/images/5/5c/Resultset_next.png" border="0" /></html>

Entry title

  • Added support for enabling plugin for specific users only.
    • Configured by using an array of usernames (in all lowercase) in LocalSettings.php with variable name $wgLiveSaverAllowedUsers. Tested it and it works exactly as it is supposed to. With the icon and the scripts never being loaded by the browser.
Example: $wgLiveSaverAllowedUsers = array('cmorse', 'admin', 'sjkoch');
  • Added support for internationalization of messages. Unsure of how to test if it will actually work in other languages though...

diff