Decode HTML entities sent by rich editors. Add tests for the decoding
inside the search indexer. Gotcha note. Fixes #10797.
This commit is contained in:
parent
91b37aae36
commit
f68db111aa
4 changed files with 43 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.7.19
|
||||
- fixed #10797: searching non-ascii-characters (e.g. wiki), part 2
|
||||
|
||||
7.7.18
|
||||
- fixed #10801: Payment Methods: can select a blank method
|
||||
|
|
|
|||
|
|
@ -7,6 +7,17 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
7.7.19
|
||||
--------------------------------------------------------------------
|
||||
* The search indexer was not properly indexing non-ASCII content
|
||||
entered via TinyMCE. The behaviour has been corrected. If your
|
||||
site has content in languages other than English, you should
|
||||
re-index the site. This can be done with the search.pl utility
|
||||
script by running
|
||||
perl search.pl --configFile=www.mysite.com.conf --indexsite
|
||||
or, to index all of the sites on the server:
|
||||
perl search.pl --indexall
|
||||
|
||||
7.7.18
|
||||
--------------------------------------------------------------------
|
||||
* The search indexer was not properly indexing non-ASCII content. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue