Downloads

Download tar.gz 11.25 KB
MD5: 67bcd84f17942d57200c1eebd93d5bca
SHA-1: e386d5e9066fd86846273d43ce8bdb22fcd31f80
SHA-256: 96808c3879f9007889af3adafc03aab9f42212f29ec5de5701d5186f0a3d0067
Download zip 12.26 KB
MD5: 6fb2b84d71fee366e17f8c2f36a2a47a
SHA-1: 9908b835a125d397dd989f4063eff599bc4dffd5
SHA-256: f62d4668fe894aa33c1ad1501b52fa23931abb70bd67ece89cd5c9b9729e8652

Release notes

#1254956: "Use OR" setting should be honored when using search engine query too by xy2: Added support for using OR when the keywords from search engine referer is used to conduct the search
#1087182: Remove dependance on Google CSE Search Module by TallDavid, 7huo: Changed the dependence of google module to google_cse module
#1135346: Custom text not appearing by jeffwidman, altrugon, smithmilner: Fixed issue with custom text not appearing in search results
#1146208: Recoverable fatal error: Argument 2 passed to drupal_goto() must be an array, null given…. by pcsupport: Fixed issue with options parameter for drupal_goto
Implemented logic to hide error message when the corresponding admin setting is set
Added admin options for disabling error messages
Added more descriptions to the admin settings page
Took out the duplicated t call in the drupal_set_title call
#1053266: Notice: Undefined index: host in search404_search_engine_query() by parasolx, joostvdl: Fixed issue with PHP Notice on accessing undefined variables in parsed_url array
Took out unnecessary test on empty(keys) for the drupal_get_form call
#1092204: Strict warning: Only variables should be passed by reference in search404_page() by skadu: Fixed issue with strict warning for pass by reference variable to drupal_render
Corrected the handling of results array returned from search_data to get the actual result nodes and the count of items
Changed resetting of $_GET['destination'] instead of $_REQUEST['destination'] in search404_goto as D7 explicitly uses $_GET['destination']
Corrected error in search404_goto function related to incorrect parameters for drupal_goto call
#1111918: PHP 5.x E_NOTICE errors (or how to avoid 3 events of 'Notice: Undefined index xxx') by peter bowey, #1053266: Notice: Undefined index: host in search404_search_engine_query() by parasolx: Added check on HTTP_REFERER existence before trying to parse search engine querystring to prevent E_NOTICE
Took out search404_block_show as it is not required in D7

Created by: zyxware
Created on: 29 Aug 2011 at 08:39 UTC
Last updated: 29 Aug 2011 at 08:42 UTC
New features
Bug fixes
Unsupported

Other releases