The Main bug (File listing box appears when there are no files) has been fixed by back-porting the --exclude functionality from 1.8
We should implement one / both of these feature requests:
Hide files env var
It would be better if the files that are not to be displayed are set as an env var perhaps?
MKD__HIDE_FILES="favicon.ico, robots.txt, style.css"
Hide file tick box
Another, more flexible, way to solve this problem would be to simply have a tick box with each file compoment Hide file? — if it's ticked then the file doesn't appear on the page.
This would make adding images that are used by CSS etc better since at the moment the only way to do this is to attach files like this to a hidden page or simply have this files listed on a page somewhere…
Comments
This bug appears to be fixed in 1.8, but in fact the file listing box doesn't appear anywhere. For instance, this document has an uploaded file, but no file-listing box appears:
http://www.mkdoc.org/bugs/stable/resolved/file-uploads-with-dots-in-file/
The fix was real, but a Petal bug prevented it from actually working, see:
https://lists.webarch.co.uk/pipermail/petal/2005-September/001165.html