MINOR: More documentation fixes.

This commit is contained in:
Sam Minnee 2012-04-20 16:45:52 +12:00
parent ebf3e0c40e
commit f7ce7e1878

View File

@ -400,6 +400,9 @@ when using deprecated functionality (through the new `Deprecation` class).
* 2012-04-13 [3572b31](https://github.com/silverstripe/sapphire/commit/3572b31) Default app title when SiteConfig object is not present (fixes #7114) (Ingo Schommer)
* 2012-04-13 [dc0168d](https://github.com/silverstripe/silverstripe-cms/commit/dc0168d) Removed $params argument to DataObject->getCMSFields(), please use FormScaffolder directly (fixes #7135) (Ingo Schommer)
* 2012-04-13 [0f8a699](https://github.com/silverstripe/sapphire/commit/0f8a699) Passing rendered form to renderWith() call, underlying logic changed (see #7136) (Ingo Schommer)
...
* 2012-04-13 [b127419](https://github.com/silverstripe/silverstripe-cms/commit/b127419) HTML5 for BlankPage.ss default template (Ingo Schommer)
* 2012-04-13 [fc5592e](https://github.com/silverstripe/sapphire/commit/fc5592e) PHP-PEG is now triple licensed under BSD, MPL and GPL by request (Hamish Friedlander)
* 2012-04-13 [aa14a51](https://github.com/silverstripe/sapphire/commit/aa14a51) Temporarily disabled E_STRICT until we can solve Debug issues with SS error handler (Sean Harvey)