Zend Framework 1.10.1 – Mini Release

L’équipe de Zend Framework vient de sortir la première version de maintenance de la série 1.10.
Vous pouvez télécharger cette mini release de ZF à partir du site de Zend.

Zend Framework 1.10.1 inclut plus de 50 corrections de bogue. Ces correctifs apporte une meilleur stabilité à la série 1.10.

Une nouvelle fonctionnalité sur le site de Zend Framework a vu le jour. L’équipe de Zend permet aux utilisateurs de poster des commentaires dans le manuel en ligne.
Les commentaires sont modérés, aussi bien via un filtre anti-spam que par l’équipe ZF.

Pour plus d’information concernant la version 1.10.1 de ZF, consultez la Release Notes.

Release Notes – Zend Framework – Version 1.10.1


Bug

  • [ZF-5524] – Zend_Http_Client_Adapter_Proxy doesn’t support SSL Client Certificate
  • [ZF-6142] – @ operator should be avoided in Zend_Dom_Query
  • [ZF-7271] – ZF is not tolerant of phar paths
  • [ZF-8055] – Bug when using ZendX_JQuery_Form_Decorator_DialogContainer
  • [ZF-8347] – Lucence commit broke Test-Suite
  • [ZF-8388] – Binding problem
  • [ZF-8443] – Informix-querys with Zend_DB_Adapter_Ibm_Pdo fail with SQL-error due to quoted field names.
  • [ZF-8462] – Allowed memory size exhausted when loading small pdf
  • [ZF-8577] – Message-ID is set not valid according to RFC 2822
  • [ZF-8639] – due invalid cache id Zend_Controller_Action_Helper crashes
  • [ZF-8770] – Zend_Application_Resource_View doesn’t use static helper broker
  • [ZF-8848] – A conditional headScript() doesn’t output indent correctly
  • [ZF-8865] – Function split() is deprecated (PHP 5.3)
  • [ZF-8867] – Page cache doesn’t work from the controller.
  • [ZF-8888] – Missing requires in Zend_Application_Resource_*
  • [ZF-8913] – Zend_Loader::isReadable inside PHAR files.
  • [ZF-8949] – TYPO in Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex exception.
  • [ZF-8981] – Zend_Application_Resource_Mail and registering default transport with ini file
  • [ZF-8984] – Fatal error: Cannot redeclare class Zend_Exception in [...]/Exception.php on line 28 (xcache enabled)
  • [ZF-8989] – setDay(1) changes year to 2009
  • [ZF-8990] – Forced ‘de’ locale when invoking _calcdetail() function.
  • [ZF-8994] – Bug in some filters
  • [ZF-8996] – resources are not moved from trunk to branch
  • [ZF-8998] – Zend_Locale::setDefault() fails to set default properly
  • [ZF-9000] – Replacement in Zend_View_Abstract makes using streams in view search paths impossible
  • [ZF-9011] – Unable to set additional parameters for Sendmail transport when using mail application resource
  • [ZF-9023] – Zend_Memory::factory() not supports name of the class backend camelcase
  • [ZF-9027] – Zend_Validate_Post_code
  • [ZF-9031] – Tutorial code has a bug ( missing php initiator )
  • [ZF-9033] – Unable to configure sendmail transport with Mail resource
  • [ZF-9034] – Mail resource creates SMTP transport with wrong parameters
  • [ZF-9037] – Missing @param with Zend_Form_Element
  • [ZF-9055] – Typo when throwing exception in Zend_Pdf_Resource_Font_Extracted methods encodeString() and decodeString()
  • [ZF-9058] – Zend_Filter_StringToLower / Upper throws exception with valid mbstring encoding
  • [ZF-9062] – Zend_Filter_StringToUpper / Zend_Filter_StringToLower: setEnconding at Constructor
  • [ZF-9064] – Zend_Log::_constructFromConfig require_once fails on Zend_Log_Exception.php
  • [ZF-9068] – File_Transfer_Adapter_Abstract: _detectMimeType() uses undeclared variable $magicFile
  • [ZF-9071] – Zend_Date::sub returns $this instead of subtraction result
  • [ZF-9078] – Zend_Measure_Abstract: Precision detection on type change possible bug
  • [ZF-9080] – Zend_Validate_EmailAddress invalid call to $this->_binaryToIp()
  • [ZF-9085] – Zend_Date#getMonth() breaks when using PHP date format mode
  • [ZF-9091] – Zend_Controller_Request_Http::setPathInfo setting path info to wrong string if base url doesnt exist in request uri
  • [ZF-9093] – Zend_Date setMilliseconds/addMilliseconds
  • [ZF-9096] – Calling non-existing method Zend_Config::asArray() in Zend_Log_Filter_Abstract::_parseConfig
  • [ZF-9100] – Zend_Controller_Dispatcher_Exception after updating Zend from 1.9 to 1.10
  • [ZF-9107] – _detectMimeType() called from Zend_File_Transfer_Http::__construct() throws Warning on finfo() when magicFile is set as an option
  • [ZF-9110] – Recursion in Bootstrap
  • [ZF-9112] – undefined method, Zend_Config::asArray()
  • [ZF-9121] – MimeType recognition broken in ZF 1.10.0

Docs: Problem

  • [ZF-8956] – Zend_Queue_Adapter documentation: Wrong file name
  • [ZF-9117] – Missing reference to APPLICATION_ENV in quickstart tutorial

Improvement

  • [ZF-7367] – Zend_Application_Resource_Frontcontroller should take care of "returnresponse" option
  • [ZF-8411] – Consider using ‘term’ if ‘label’ is an empty string in Zend_Feed_Reader_Collection_Category::getValues()
  • [ZF-8569] – enable jQuery if addOnLoad is used
  • [ZF-8756] – setVersion should throw exception if not valid.
  • [ZF-8789] – Zend_Feed_Reader does not parse Atom 1.0 XHTML content correctly
  • [ZF-8882] – Propagate option ‘disableTranslator’ from Zend_Form_Element to it’s validators
  • [ZF-9044] – Zend_Application_Resource_Frontcontroller doesn’t allow to force the index of a plugin we want to register
  • [ZF-9092] – Because parse_ini_file() interprets NULL as an empty string, Zend_Cache_Core’s lifetime setting cannot be configured from an INI file.

Patch

  • [ZF-3493] – MSSQL: Zend_Db truncates TEXT field
  • [ZF-9083] – Zend_Ldap_Ldif_Encoder encode incorrecty "0" string value

Performance Improvement

  • [ZF-8792] – don’t modify code from programmer in addJavascript()

Task

  • [ZF-9014] – remove useless code from Zend_Cache_Backend::_loggerSanity()
  • [ZF-9069] – Month locales

Unit Tests: Improvement

  • [ZF-8567] – methods for setting messageId and clearing several headers

Unit Tests: Problem

  • [ZF-8878] – Set of "Parameter 1 to array_multisort() expected to be a reference, value given" for PHP 5.3.1 environment

Sub-task

  • [ZF-4158] – GData Ignores my parameters (max-results, start-index etc) when fetching feeds
  • [ZF-9007] – Fix AutoComplete to work with jQuery UI 1.8 API
Bookmark and Share
Hervé — 11 février 2010 @ 17:14 Filed under: Php / mySql,Programmation Tag: , , ,

Pas de commentaire »

Pas encore de commentaire.

Flux RSS des commentaires de cet article. TrackBack URL

Laisser un commentaire