Merge pull request #3105 from tractorcow/pulls/3.2-fix-fulltext-query-encoding

Changelog note for CMS:#1013
This commit is contained in:
Stig Lindqvist 2014-06-14 17:15:14 +12:00
commit 1cd27ed972

View File

@ -2,12 +2,18 @@
## Overview
### Framework
* Minimum PHP version raised to 5.3.3
* DataObject::validate() method visibility changed to public
* UploadField "Select from files" shows files in all folders by default
* UploadField won't display an overwrite warning unless Upload:replaceFile is true
* HtmlEditorField no longer substitutes `<blockquote />` for indented text
### CMS
* `SearchForm::getSearchQuery` no longer pre-escapes search keywords and must be cast in your template
## Changelog
### DataObject::validate() method visibility changed to public