Development

Changeset 9973

You must first sign up to be able to contribute.

Changeset 9973

Show
Ignore:
Timestamp:
06/29/08 17:24:08 (4 months ago)
Author:
gregoire
Message:

updated changelog for version 1.0.18

Files:

Legend:

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

    r8950 r9973  
    1 Version 1.0.17PRE 
    2 ------------- 
    3  
    4 This is a bug fix release. 
     1Version 1.0.18PRE 
     2------------- 
     3 
     4This is a bug fix release. 
     5 
     6Version 1.0.17 
     7------------- 
     8 
     9This is a bug fix release. 
     10 
     11* r9969: changed escaping of metas (and title) from htmlspecialchars to htmlentities to preserve intended encoding. fixes #2860  
     12* r9959: fixed gpc_magic_qutes and array in cookie (closes #3458) 
     13* r9957: fixed convertUrlStringToParameters breaks urlencoded parameter (closes #3788)  
     14* r9892: fixed PHPMailer issue with UTF-8 subject being wrapped in middle of utf-8 char. fixes #2957  
     15* r9861: fixed getColumnFilterTag() component type (closes #2861)  
     16* r9855: fixed generated admin returning to first page regardless on which page the edit was started. fixes #1280  
     17* r9829: backported encoding fix for MySQLiConnection from creole trac. fixes #3017  
     18* r9806: fixed i18n XLIFF do not handle entities correctly (closes #3792) 
     19* r9784: fixed autoload paths on windows (closes #1485)  
     20* r9668: fixed sfBrowser does not create DOMDocument when response is text/xml (closes #3766) 
     21* r9538: fixed sfFillInForm to work correctly with nested arrays like: article[description][]  
     22* r9260: fixed cache corruption in the production environment for admin generated content. 
     23* r9216: fillin: fixed bug with html documents having extra attributes in head tag.  
     24* r9209: added third mode for fillin xhtml, same as xml but without prolog (+test). fixes #3568  
     25* r9182: fixed phpmailer EOL line style using now PHP_EOL constant. fixes #3313 #3562 
     26* r9177: 1.0: backported fix from r8926. fixes #2161 
    527 
    628Version 1.0.16