[OSM-dev] Trac Tracks Mediawiki and fileupload.
Erik Johansson
erjohan at gmail.com
Sat Apr 15 11:32:06 BST 2006
Trac seems down, I get 500 error while logging in, so I'm posting here
1.
Tags on GPS tracks seems not be UTF-8
2.
I can't upload gps tracks, atm.. Might be one of my broken logs..
3.
What about enablling all types of fileupload on the wiki?
Place this in LocalSettings.php
# Enable all file extensions.
$wgCheckFileExtensions = false;
$wgStrictFileExtensions = false;
$wgFileBlacklist = array();
$wgVerifyMimeType = false;
http://meta.wikimedia.org/wiki/Help_talk:Images_and_other_uploaded_files#Enable_ALL_File_Extensions_For_Upload
--
/Erik
More information about the dev
mailing list