Last modified: 2007-02-22 21:56:46 UTC
Special:MIMESearch is broken. Neither on Wikipedia nor on my private MW installation (running from trunk too) it works. Always getting an empty page (header only). It seems, that the transform of the input value ($mime) is broken. A few short tests: 1. Removing the lines if ( $major == '' or $minor == '' or !wfSpecialMIMEsearchValidType( $major ) ) return; in function wfSpecialMIMEsearch: Header + a list with 0 entries. 2. Removing the line WHERE img_major_mime = $major AND img_minor_mime = $minor in function getSQL(): Header + a full list of _all_ files. But I cannot figure out where the transform of $mime into $major and $minor is broken :-(
Shame on me :-( The function is not broken, I havn't had understood the syntax. Added in r20042 a short description to [[MediaWiki:mimesearch-summary]] for en and de.