I noticed that things don't get listed in Special:Lonelypages if they have an image on them. I realize this is a link to [[Image:SomePicture.jpg]] but shouldn't that really qualify as an orphaned page? Is this configurable at all?
Thanks, ~Eric
I got the makesysop extension working, and I got stewards on my wiki. However, I can't seem to get it working like on: http://meta.wikimedia.org/ wiki/Stewards#Using_the_steward_version_of_Special:Makesysop so that I could (theoretically) make User:Testuser@wiki1 bureaucrat, sysop etc.
How would I run several installations of MediaWiki on localhost using Apache in Windows XP - similar to the way Wikipedia is.
I also have Inkscape installed as well as ImageMagick, but can't seem to find a way to get SVG rendered into PNG, even though SVG is on the image whitelist.
Anyone able to help??
-------------------------------------------------------------------- Get your free email address at http://www.merseymail.com/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Bekki Janssen wrote:
I got the makesysop extension working, and I got stewards on my wiki. However, I can't seem to get it working like on: http://meta.wikimedia.org/ wiki/Stewards#Using_the_steward_version_of_Special:Makesysop so that I could (theoretically) make User:Testuser@wiki1 bureaucrat, sysop etc.
How would I run several installations of MediaWiki on localhost using Apache in Windows XP - similar to the way Wikipedia is.
Do you get a Stewards extended interface (i.e. not limited bureaucrat's one), but if you type "Testuser@wiki1" in the textbox, you get the message "No such user"?
If that's the problem - the solution is adding the database names to the array $wgLocalDatabases in LocalSettings.php. For example:
$wgLocalDatabases = array( "wiki1", "wiki2" );
Note that although Special:Userrights *seems* to provide the same interface, it *won't work* with "Testuser@wiki1". Use only Special:Makesysop for that.
mediawiki-l@lists.wikimedia.org