Last modified: 2013-03-14 13:59:48 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T35834, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33834 - Make Special:MIMESearch more user friendly
Make Special:MIMESearch more user friendly
Status: NEW
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-20 10:11 UTC by Subfader
Modified: 2013-03-14 13:59 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Subfader 2012-01-20 10:11:36 UTC
http://www.mediawiki.org/wiki/Special:MIMESearch is extremely user unfriendly.

There should be drop-downs with the variations pre-filled.

Dropdown 1: MIME main type:
* image/drawing (jpg, png, svg, wmf, ps, etc.)
* audio  (ogg, mp3, wav, midi, etc.)
* video (ogg, mpg, etc.)
* multimedia (scriptable multimedia: flash, advanced video container formats, etc)
* office (office documents, containing apples, scripts, etc)
* text (plain text, e.g. *.txt or *.php)
* executable (binary executable, e.g. *.exe)
* archive (?) 
* unknown (unknown formats and 'bitmap')
* non-image (all, except 'image')

A second dropdown could list the minor types.

I know this can be hard to add a sdefault so add a global where I can define them. E.g.

$wgMIMESearchSelect = array( 
  'image/jpeg',
  'image/png',
  'image/bmp',
  ' audio/ogg',
  ...
}

It would of course be much better if you craete the dropdowns automatically based on $wgFileExtensions.
Comment 1 Subfader 2012-02-11 13:31:30 UTC
Same for the pretty useless Special:UnusedFiles
Comment 2 Subfader 2012-02-11 13:43:55 UTC
^^ = The MIME type selcetor could be used on other specials as well: https://bugzilla.wikimedia.org/show_bug.cgi?id=34331

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links