WordPress 2.8.1 to do list
-
SimplePie :
- Option for type of fetching (cache, not modified header, fetch, etc.)
-
get_favicon()
-
subscribe_url()
- If we have a perm redirect we should return the new URL
- When we make the above change, let's support as well
- Also, |atom:link|@rel=self
-
SimplePie_Enclosure :
-
embed()
- If the dimensions for media:content are defined, use them when width/height are set to 'auto'.
-
SimplePie_File :
- Move to properly supporting RFC2616 (HTTP/1.1)
-
SimplePie_Item :
-
get_authors()
- Atom inheritance (item author, source author, feed author)
-
get_enclosure()
- Add ability to prefer one type of content over another (in a media group).
-
get_enclosures()
- Add support for end-user defined sorting of enclosures by type/handler (so we can prefer the faster-loading FLV over MP4).
- If an element exists at a level, but it's value is empty, we should fall back to the value from the parent (if it exists).
-
SimplePie_Misc :
-
SimplePie_Sanitize :
- Move to using an actual HTML parser (this will allow tags to be properly stripped, and to switch between HTML and XHTML), this will also make it easier to shorten a string while preserving HTML tags
-
Walker_Category :
-
Walker_CategoryDropdown :
-
Walker_Page :
-
Walker_PageDropdown :
-
WP_Http :
-
WP_Http_Cookie :
- The WordPress convention is to use underscores instead of camelCase for function and method
names. Need to switch to use underscores instead for the methods.