Opened 18 years ago
Closed 17 years ago
#3405 closed enhancement (fixed)
Support Post Enclosures Via XML-RPC MetaWeblog API Function
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.0.5 |
Component: | XML-RPC | Keywords: | has-patch |
Focuses: | Cc: |
Description
I have attached a patchfile for xmlrpc.php (xmlrpc.php.diff) which adds enclosure support to the mw_newPost function. The change supports enclosures as specified by the metaWeblog API spec (http://www.xmlrpc.com/metaWeblogApi), i.e. enclosures can be specified as part of the content struct.
Attachments (2)
Change History (10)
#1
@
18 years ago
- Keywords bg|has-patch bg|dev-feedback added; enclosure meta mw_newPost MetaWeblog API XMLRPC removed
#3
@
18 years ago
- Milestone changed from 2.1 to 2.2
If you can update the patch we can merge it in after 2.1.
#4
@
18 years ago
- Keywords has-patch added; bg|has-patch bg|dev-feedback removed
- Milestone changed from 2.2 to 2.3
Note: See
TracTickets for help on using
tickets.
Just realized my patch users array_intersect_key which is available in PHP 5 only. Doh!
Still, even if we drop the intersect line, we still have some pretty useful functionality, IMHO!