Patch to fix several bugs in Zend_Gdata_YouTube and Zend_Gdata multipart MIME support.
commit5aa2e3fe8acae2c676e1b782b77d408e56e0e7d4
authortjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Mon, 22 Jun 2009 03:48:59 +0000 (22 03:48 +0000)
committertjohns <tjohns@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Mon, 22 Jun 2009 03:48:59 +0000 (22 03:48 +0000)
tree464e21d9ec4e46f27239908d8ee2668407c8abc5
parent13b9f40c19750c87758522fd60b20eb40c46c9e4
Patch to fix several bugs in Zend_Gdata_YouTube and Zend_Gdata multipart MIME support.

ZF-7075: Update Zend_Gdata URL constants to include 'api' projection.
ZF-7076: User specified URLs are now preferred over edit links when working with Zend_Gdata media entries.
ZF-7077: Rewrite Zend_Gdata MIME streaming support to correct erratic behavior.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16229 44c647ce-9c0f-0410-b52a-842ac1e357ba
library/Zend/Gdata/App.php
library/Zend/Gdata/HttpAdapterStreamingSocket.php
library/Zend/Gdata/MediaMimeStream.php
library/Zend/Gdata/MimeBodyString.php [new file with mode: 0644]
library/Zend/Gdata/MimeFile.php [new file with mode: 0644]
library/Zend/Gdata/YouTube.php