#6348 closed enhancement (fixed)
Hook to allow additional post_mime_types in upload.php
Reported by: | technosailor | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch media gsoc |
Focuses: | Cc: |
Description
In case someone wanted to create additional mimesets, and/or do other interesting things like Flickr-like photosets and need a spot to add "stuff" to a navigation intelligently.
Attachments (3)
Change History (18)
#4
@
16 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from 2.8 to Future Release
broken patch
#5
@
16 years ago
- Milestone Future Release deleted
- Resolution set to invalid
- Status changed from new to closed
isn't this what the upload_mimes filter does?
#6
@
16 years ago
- Milestone set to Future Release
- Resolution invalid deleted
- Status changed from closed to reopened
nm, you're into the navigation area.
#7
@
16 years ago
- Keywords has-patch commit added; needs-patch needs-testing removed
- Milestone changed from Future Release to 2.8.1
refreshed the patch.
#8
@
16 years ago
- Component changed from Upload to Media
- Keywords media added; commit removed
- Milestone changed from 2.8.1 to 2.9
- Type changed from defect (bug) to enhancement
I don't think this is for 2.8.1.
We should leave this to 2.9 and take it into consideration in the probable work on better media management.
#9
@
15 years ago
- Milestone changed from 2.9 to 3.0
As we are now feature frozen it is too late to include this into 2.9.
Moving to 3.0 where we hope to work more on the media UI.
This ticket was mentioned in PR #6726 on WordPress/wordpress-develop by @jonsurrell.
8 months ago
#14
Trac Ticket: Core-61348
This is a follow-up to 163c3fd11026e0a6f93a7f88ab32dd1679ad0f88 / #6348 with two small fixes:
- Fix non-static is_tag_closer method called statically
- Fix call to parent is_tag_closer() that should call instance method
Postpone to 2.8 for now