User:Cmorse/Notebook/MediaWiki for Open Science/2009/02/03
From OpenWetWare
< User:Cmorse | Notebook | MediaWiki for Open Science | 2009 | 02(Difference between revisions)
(Autocreate 2009/02/03 Entry for User:Cmorse/Notebook/MediaWiki_for_Open_Science) |
Current revision (17:29, 3 February 2009) (view source) |
||
| Line 6: | Line 6: | ||
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### --> | <!-- ##### DO NOT edit above this line unless you know what you are doing. ##### --> | ||
==Entry title== | ==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... | ||
| + | [http://cmorse.svnrepository.com/pub/trac.cgi/changeset?old_path=%2Fextensions%2Fmediawiki%2FLiveSaver&old=11&new_path=%2Fextensions%2Fmediawiki%2FLiveSaver&new=12 diff] | ||
<!-- ##### DO NOT edit below this line unless you know what you are doing. ##### --> | <!-- ##### DO NOT edit below this line unless you know what you are doing. ##### --> | ||
Current revision
Main project page Previous entry Next entry
| |
Entry title
| |



