Blame view

framework/docs/en/04_Changelogs/rc/3.0.2-rc2.md 1.95 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
  # 3.0.2-rc2 #
  
  ## Overview ##
  
   * Fixed a regression on `SHOW FIELDS` queries (see [mailinglist](https://groups.google.com/forum/?fromgroups=#!topic/silverstripe-dev/kekR51nWFxs)).
   * Added some localization fixes to prepare SilverStripe for its first fully completed translation
  
  ### Bugfixes
  
   * 2012-09-12 [d5313aa](https://github.com/silverstripe/sapphire/commit/d5313aa) Fixed SSViewerTest execution in non-dev environments (Ingo Schommer)
   * 2012-09-12 [df5a9e0](https://github.com/silverstripe/sapphire/commit/df5a9e0) Cache ClassName enum so we dont query DB every call (Hamish Friedlander)
   * 2012-09-11 [b49fccd](https://github.com/silverstripe/sapphire/commit/b49fccd) TinyMCE UI shows placeholders in mi_NZ (fixes #7797) (Ingo Schommer)
   * 2012-09-11 [71bbcfc](https://github.com/silverstripe/sapphire/commit/71bbcfc) ed PermissionRole field localization (Ingo Schommer)
   * 2012-09-11 [9b6ca79](https://github.com/silverstripe/silverstripe-cms/commit/9b6ca79) ed report title column localization (Ingo Schommer)
   * 2012-09-04 [17db5ba](https://github.com/silverstripe/silverstripe-cms/commit/17db5ba) Page type names not translated in pages overview search form (Niklas Forsdahl)
  
  ### Other
  
   * 2012-09-12 [1a2961d](https://github.com/silverstripe/silverstripe-cms/commit/1a2961d) Updated translations (Ingo Schommer)
   * 2012-09-12 [434f03d](https://github.com/silverstripe/sapphire/commit/434f03d) Updated translations (Ingo Schommer)
   * 2012-09-12 [99b1bc6](https://github.com/silverstripe/sapphire/commit/99b1bc6) Don't rely on hardcoded IDs in DataListTest (breaks postgres) (Ingo Schommer)
   * 2012-09-11 [36d514d](https://github.com/silverstripe/sapphire/commit/36d514d) Updated translations (Ingo Schommer)
   * 2012-09-11 [ea9041d](https://github.com/silverstripe/sapphire/commit/ea9041d) Localization for "cancel" button in GridFieldDetailForm (Ingo Schommer)
   * 2012-09-05 [f49439c](https://github.com/silverstripe/sapphire/commit/f49439c) Added 3.0.2-rc1 docs (Sam Minnee)