Issue Details (XML | Word | Printable)

Key: MDL-16360
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Penny Leach
Reporter: Penny Leach
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-14591

use mime detection to detect sub formats of 'file'

Created: 06/Sep/08 01:03 AM   Updated: 06/Sep/08 03:15 AM
Return to search
Component/s: Portfolio API
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Nicolas Connault and Penny Leach
Security Level: None
Resolved date: 06/Sep/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
related to MDL-16359, I am leveraging the ability to go from icon types (roughly equivalent to portfolio formats for now) to supported mimetypes for any given format.

i've tested this with the flickr plugin (which i've changed to support image and video formats) and it's working nice.

also changed docs to add notes about supportedformats for single file export and mime detection:

http://docs.moodle.org/en/Development:Adding_a_Portfolio_Button_to_a_page#supported_formats_.28static.29_.28read_this_even_if_you_don.27t_want_to_override_this_function.2C_it.27s_important.29

and changed all logical places to be more specific about supported formats.

also related to MDL-16124

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Penny Leach added a comment - 06/Sep/08 01:08 AM
adding Nico - as flickr plugin ninja this affects him.

Penny Leach added a comment - 06/Sep/08 01:09 AM
committed

Nicolas Connault added a comment - 06/Sep/08 03:15 AM
well done Penny!