Blame view

framework/docs/en/04_Changelogs/2.2.1.md 1.25 KB
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  #  2.2.1 (2007-12-21)
  
  SilverStripe 2.2.1 was released on '''21 December 2007''' and had the following changes:
  
  ##  Features and Enhancements
  
    * Translations
        * Added Italian translation
        * Added Russian translation
        * Added Slovak translation
        * Added Turkish translation
        * Added Bulgarian translation
        * Added Czech translation
        * Added Hungarian translation
        * Added Portuguese (Brazil) translation
        * Added Swedish translation
        * Added Chinese (Taiwan) translation
        * Added support for sapphire to Portuguese (Portugal) translation
  ####  Developer Tools
  
    * Added augmentDefaultRecords(), so DataObjectDecorators can extend requireDefaultRecords
  Bug fixes
  
     * Sapphire
        * Hardcoded array of encryption algorithims in Security::get_encryption_algorithms(), as a bug in MySQL causes corruption in dumps with enums with commas
        * Fixed bug with google sitemap on translated sites
        * Removed title from SecurityID fields, as some forms show labels on HiddenFields
        * Fixed Object::uninherited() for PHP 5.1.2
        * Added empty array to member so that roles can add their own has_one relations
     * CMS
        * Added SecurityAdmin_rightbottom.ss
     * Javascript
        * Upgraded TinyMCE to 2.1.3