Zend Framework 0.1.4 Preview Release
! A special "Thanks" goes out to all contributors for both the release and working through the infrastructure changes for the working project. We received a great number of contributions for code, documentation, translations, testing, feedback and help migrating from our old systems to the new. The release can be downloaded from the "Zend Framework Web Site":http://framework.zend.com. h1. New in 0.1.4 *Zend_Controller_RewriteRouter* was introduced into the incubator providing flexible mapping based routing for the front controller. This is a key change that will replace the default router in the core for preview release 0.1.5 as early as next week! *Zend_Config* was proposed, started in the incubator and later moved into the core library providing a base for ongoing configuration work in the framework. Samples are provided in the manual and there "is also one posted on the wiki":http://framework.zend.com/wiki/x/qwQ. *Zend_Cache* was promoted to core after being introduced in 0.1.3 providing caching services to be used at any level in your applications, from RSS feed caching to content caching. Again, samples can be found in the manual as well as a "new one on the wiki":http://framework.zend.com/wiki/x/qgQ. *Zend_Db_Adapter_Db2* added to core for DB2 support for the framework database components. *Zend_Pdf* gained TrueType font support and underwent major internal changes. *Zend_Search* added support for updating and deleting within an index. *Zend_Http_Client* is being overhauled in the incubator. *Zend_Db_Xml* introduced to the incubator. _and more (see release notes below)..._ h1. New to the Zend Framework Site and Infrastructure * "Community Wiki":http://framework.zend.com/wiki added for end-user content created around the framework. h1. Release Notes Release notes are split into two parts for 0.1.4. A manual list of "Noted Changes", and a set provided directly from the issue tracker. All commits and file changes can be viewed in the "framework changeset browser":http://framework.zend.com/fisheye/browse/Zend_Framework. h2. Noted Changes * Zend_InputFilter moved to Zend_Filter_Input (Mike, Chris) h2. Release Notes from Issue Tracker (see "issue tracker release notes":http://framework.zend.com/issues/secure/ReleaseNote.jspa?version=10000&styleName=Html&projectId=10000 to view them directly from the system) p. “digg this”:http://digg.com/programming/ZEND_FRAMEWORK_0.1.4_PREVIEW_RELEASE
* "Proposals System":http://framework.zend.com/wiki/display/ZFPROP/Home now online to track the proposal process.
* "Issue Tracker":http://framework.zend.com/issues/browse/ZF providing new functionality for tracking the status of issues for both end-users and the contributor team. Track the status of future releases via the "roadmap":http://framework.zend.com/issues/browse/ZF?report=com.atlassian.jira.plugin.system.project:roadmap-panel in the new tracker.
* "Development Wiki":http://framework.zend.com/dev providing the Contributor Guide and other developer related content for contributors to the framework.
* "Changeset Browser":http://framework.zend.com/fisheye/browse/Zend_Framework updated to provide a near real-time view of the changesets committed to the framework by contributors.
* "General Mailing List Archive":http://framework.zend.com/wiki/display/ZFMLGEN/Home added to start creating a search-able archive within the wiki for the general mailing list.
* and of course, "More faces":http://framework.zend.com/contributors for contributors as we get their pics online!
* Fixed bug in Zend_Http_Client_File::delete() (Mike, Ralf)
* Fixed bug in Zend_Pdf_Filter_ASCIIHEX::decode() (Mike, Ralf)
* Improved Zend_Pdf_Image_PNG to handle more types; Alpha, Indexed (Kevin)
* Added Zend_Pdf_ImageFactory for creating image objects by filename (Kevin)
* Added parsing support in Zend_Pdf_Image_TIFF for TIFF format images (Kevin)
* Added abstract methods to Zend_Pdf_Image for image details w/h etc (Kevin)
* The Zend Framework is now released under the simpler new BSD license. (Andi)
* Fixed bug in Zend_Feed::findFeeds(). Reported by Ben Ramsey. (Mike)
* Zend_Db_Adapter_Pdo_Abstract::insert() has been removed (Rob)
* Fixed bug in Zend_Log::log(). Ticket #28 (Mike)
* Fixed bug in Zend_Controller_Dispatcher::formatActionName(). Ticket #10 (Mike)
* Change to how arrays are handled in Zend_Json_Encoder; when using numeric indices, if indices do not start with 0 and end with (count($array)-1), array will be encoded as associative array. (Matthew)
* Added stream support to Zend_Mime_Part. (Gaylord)
* Zend_Config has been accepted to the incubator. (Rob)
* Zend_Search_Lucene can now delete documents and update segments. (Alex)
* Fixed problem with oci_bind_by_name() in Zend_Db_Statement_Oracle. (Gaylord)
* Fixed header port number bug in Zend_Http_Client, ticket #97. (Shahar)
* Added iconv() to string processing in Zend_Search_Lucene_Field. (Alex)
* Bugfixes to Zend_Mail modules to correct Sendmail transport header issues, ticket #47, ticket #42, ticket #115, changeset [540], changeset [574]. (Matthew)
* Fixed access mode handling in Zend_Log_Adapter_File, ticket #108. (Mike)
* Fixed bug in Zend_Pdf command line demo, ticket #11. (Mike)
* Fixed bug in Zend_Db_Table_Row::save(), ticket #50. (Mike)
* Fixed bug in Zend_Db_Adapter_Pdo_Mysql::describeTable having NOT NULL, ticket #81, changeset [487] (Rob)
* Zend_Uri_Http now uses the default Zend_Filter::isHostname() rules. (Mike)
* Fixed multipart/alternative handling when other attachments present in Zend_Mail, ticket #59, changeset [583]. (Matthew)
* Fixed multiple bugs in Zend_Http_Client, ticket #133. (Mike)
* Added Zend_Db_Profiler documentation. (Matthew)
* Zend_Config promoted to core library. (admin)
* Zend_Cache promoted to core library. (admin)Bug
Coding Standard
Docs: Problem
Improvement
New Feature
Patch
Task

