-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File icons for resource list thumbnail previews #355
Comments
|
@oliverroick: Here are 128X128 file icons to show when previews are not available. I'm not sure if you are the right person to hand them off to. My apologies if its not you. Let me know if there is anything else needed here (other sizes, etc.) |
@clash Can you also create a PNG icon, please? |
Thanks! |
- Fixes #355 — Adds standard thumbnails for various file types - Adds `video/mp4` to the list of accepted mime types for file upload - Improves process to create thumbnails. The file is now only downloaded for post processing when the mime-type indicates an image. - Adds a migration to change the mime_type field maximum length to 100, to make sure that users can add Office2007+ documents.
- Fixes #355 — Adds standard thumbnails for various file types - Adds `video/mp4` to the list of accepted mime types for file upload - Improves process to create thumbnails. The file is now only downloaded for post processing when the mime-type indicates an image. - Adds a migration to change the mime_type field maximum length to 100, to make sure that users can add Office2007+ documents.
- Fixes #355 — Adds standard thumbnails for various file types - Adds `video/mp4` to the list of accepted mime types for file upload - Improves process to create thumbnails. The file is now only downloaded for post processing when the mime-type indicates an image. - Adds a migration to change the mime_type field maximum length to 100, to make sure that users can add Office2007+ documents.
- Fixes #355 — Adds standard thumbnails for various file types - Adds `video/mp4` to the list of accepted mime types for file upload - Improves process to create thumbnails. The file is now only downloaded for post processing when the mime-type indicates an image. - Adds a migration to change the mime_type field maximum length to 100, to make sure that users can add Office2007+ documents. - Add MIME_LOOKUPS setting, which provides a list of accepted file types and the corresponding default thumbnail. This setting is also used in resources.validators to validate mime types
- Fixes #355 — Adds standard thumbnails for various file types - Adds `video/mp4` to the list of accepted mime types for file upload - Improves process to create thumbnails. The file is now only downloaded for post processing when the mime-type indicates an image. - Adds a migration to change the mime_type field maximum length to 100, to make sure that users can add Office2007+ documents. - Add MIME_LOOKUPS setting, which provides a list of accepted file types and the corresponding default thumbnail. This setting is also used in resources.validators to validate mime types
These are also in google drive folder here: https://drive.google.com/a/cadasta.org/folderview?id=0BzpiEtMtHC3rbXRya0FiVVU2bm8&usp=sharing New gpx and xml one has been added. |
For resource file types for use when previews are not available (attached because I'm not sure where they need to be placed to be used):
The text was updated successfully, but these errors were encountered: