Closed (fixed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2012 at 17:21 UTC
Updated:
7 Sep 2012 at 19:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
cpliakas commentedThe attached patch fixed the logic error in theme_current_search_text() and adds some tests to ensure the values are handled properly. The filter is also changed from filter_xss to filter_xss_admin() which is more appropriate given the privileges required to modify the setting.
Comment #2
cpliakas commentedUgh. Uncommenting code I commented out during testing.
Comment #4
daniel kulbeWorks correct!
Comment #5
cpliakas commentedThanks! I will take your RTBC as confirmation that the functionality works. Running through the testbot again, just to make sure the all the tests play nicely together.
Comment #6
cpliakas commentedLight is green, trap is clean. Re-marking as RTBC based on #1751514-4: Current search text items are double encoded.
Comment #7
cpliakas commentedCommitted to all branches of Facet API.