Merge branch '3.0.2' into 3.0

This commit is contained in:
Ingo Schommer 2012-09-13 00:55:00 +02:00
commit 0670a15923
2 changed files with 27 additions and 1 deletions

View File

@ -63,7 +63,9 @@ For information on how to upgrade to newer versions consult the [upgrading](/ins
## Alpha/beta/release candidate ##
* [3.0.0-rc2](rc/3.0.0-rc3) - 27 June 2012
* [3.0.2-rc2](rc/3.0.2-rc2) - 12 September 2012
* [3.0.2-rc1](rc/3.0.2-rc1) - 5 September 2012
* [3.0.0-rc2](rc/3.0.0-rc3) - 27 June 2012
* [3.0.0-rc2](rc/3.0.0-rc2) - 26 June 2012
* [3.0.0-rc1](rc/3.0.0-rc1) - 18 June 2012
* [3.0.0-beta3](beta/3.0.0-beta3) - 28 May 2012

View File

@ -0,0 +1,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)