Development

Changeset 8788 for branches/1.0

You must first sign up to be able to contribute.

Changeset 8788 for branches/1.0

Show
Ignore:
Timestamp:
05/05/08 11:51:44 (5 years ago)
Author:
gregoire
Message:

updated changelog for version 1.0.14

Files:

Legend:

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

    r8190 r8788  
    1 Version 1.0.14PRE 
    2 ------------- 
    3  
    4 This is a bug fix release. 
     1Version 1.0.15PRE 
     2------------- 
     3 
     4This is a bug fix release. 
     5 
     6Version 1.0.14 
     7------------- 
     8 
     9This is a bug fix release. 
     10 
     11* r8763: fixed DateHelper distance_of_time_in_words() generates incorrect output for some dates (closes #3322)  
     12* r8754: validation yml with fillin is used even without other validators defined in the file. (closes #3232) 
     13* r8720: fixed url validation bug by applied carls patch (1.1 backport). (closes #1373) 
     14* r8718: Add support for "paramName" option to _auto_complete_field() function (closes #2345) 
     15* r8716: sfFillInForm adds a content-type meta if non present so that dom->loadHTML works correctly. (closes #2653)  
     16* r8709: fillin now handles array notations like <input type="text" name "textinput[]"/> correctly. (closes #2811) 
     17* r8707: fixed ajax response fillin, which does not include a doctype because it is returned without layout. (closes #1687) 
     18* r8699: added compat options to propel database  (fixes #3364) 
     19* r8695: made sfFillInForm work with checkbox arrays as well like checkbox_many[]. (closes #1776, #3399) 
     20* r8664: made sfMySQLSessionStorage more robust by using SQL date functions and no longer injecting php timestamps. (fixes #3394)  
     21* r8651: corrected checking for Eaccelerator in sfProcessCache. (closes #3425) 
     22* r8445: fixed web debug toolbar in safari (closes #3328, #1673) 
     23* r8319: added some more information to non symfony exceptions. (closes #2864) 
     24* r8282: fixed autoloading with CVS (closes #2795) 
    525 
    626Version 1.0.13