Development

Changeset 30953

You must first sign up to be able to contribute.

Changeset 30953

Show
Ignore:
Timestamp:
09/22/10 04:26:42 (3 years ago)
Author:
Kris.Wallsmith
Message:

[1.4] updated changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.4/CHANGELOG

    r30050 r30953  
     109/21/10: Version 1.4.7 
     2----------------------- 
     3 
     4 * [30951] fixed WDT injects multiple times (closes #9080) 
     5 * [30915] added support for "image/x-ms-bmp" mime type (closes #9069, patch from pbowyer) 
     6 * [30912] fixed view class overriding (closes #5097, patch from caefer) 
     7 * [30901] reverted remove of comments in Doctrine-generated table classes (closes #8880) 
     8 * [30900] fixed getUriPrefix() when requested is forwarded from a secure one (closes #4723) 
     9 * [30790] fixed logging of PHP errors to the WDT when error messages include a "%" character 
     10 * [30563] fixed sfWebController::redirect method does not respect HTTP specification (closes #8952, patch from rande) 
     11 * [30530] fixed path when a project is created on Windows and used on Linux (closes #8835) 
     12 * [30529] fixed Swift_PropelSpool when the message is stored in a GLOB column (closes #8869, #8558, patch from netounet) 
     13 * [30526] updated russian and ukrainian translation for the admin gen (closes #8814) 
     14 * [30445] added a check whether doctrine is already loaded to allow use of a compiled core (closes #8917, thanks gnukix) 
     15 * [30444] updated doctrine plugin to load Doctrine_Core rather than Doctrine 
     16 * [30442] changed remaining calls to `Doctrine` to `Doctrine_Core` 
     17 * [30441] Changed registration of Doctrine autoloader to use Doctrine_Core. 
     18 
    11906/29/10: Version 1.4.6 
    220-----------------------