link to filecheck discussion

master
mathdesc 2012-08-14 08:26:56 -04:00 committed by admin
parent 5a671e7c1f
commit ae67a4dd3d
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Saving a wiki page in ikwiki or
I profiled ikiwiki with [[!cpan Devel::SmallProf]] : see [[users/mathdesc]] for details. I profiled ikiwiki with [[!cpan Devel::SmallProf]] : see [[users/mathdesc]] for details.
And I came to the conclusion that filecheck on attachment was the only cause. And I came to the conclusion that [[plugins/filecheck]] on attachment was the only cause.
It always go the fallback code using time-consuming file even there it's look like it's It always go the fallback code using time-consuming file even there it's look like it's
not successful. not successful.
@ -37,4 +37,8 @@ not successful.
} }
</pre> </pre>
I found on [[plugins/filecheck/discussion/]] what [[users/DavidBremner/]] described as :
> no way to detect text/plain using File::MimeInfo::Magic::magic()
But I can't figure out if my issue is boarder and includes this or not..
Any ideas , solve :) more that welcome. Any ideas , solve :) more that welcome.