Blame view

framework/docs/en/04_Changelogs/2.1.1.md 1.02 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
  #  2.1.1 (2007-11-02)
  
  SilverStripe 2.1.1 was released on '''2 Nov 2007''' and had the following changes:
  
  ##  Bug Fixes
  
    * CMS
        * BBCode help link now works inside CMS
        * Fixed invalid 'cursor: normal' CSS in cms_left.css
        * Ensure ComplexTableField CSS is loaded in CMS
        * Fixed blank comments showing in Comment Admin
        * Ensure behaviour is applied correctly to new fields in a UserDefinedForm
        * Fixed fatal error in Newsletter Admin on some servers
    * Sapphire
        * Fix infinite redirects when upgrading from 2.0.2
        * Use the hostname, not the ip address, in dev/test mode tests
        * Changed the include of the BBCodeParser so it works on more systems
        * Fixed saving of HasOneComplexTableField and HasManyComplexTableField when value is undefined
        * Removed extra comma in TableListField.js
        * Fixed redirection of login when login fails
        * Fixed bug where removing a comment via ajax removed all comments from display
        * Fix $_SESSION not saving correctly on some servers