search404 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| search404-7.x-1.1.tar.gz | 10.82 KB | 4ddbd827e242fd6d218d8bba5d4cf78c |
| search404-7.x-1.1.zip | 12.15 KB | 26ff2f069558dc15a0e5541ebb24a1d4 |
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
search404 6.x-1.11
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.11.tar.gz | 11.25 KB | 67bcd84f17942d57200c1eebd93d5bca |
| search404-6.x-1.11.zip | 12.26 KB | 6fb2b84d71fee366e17f8c2f36a2a47a |
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
search404 7.x-1.1-rc1
| Download | Size | md5 hash |
|---|---|---|
| search404-7.x-1.1-rc1.tar.gz | 10.82 KB | ccb150a5f18d84b9c15b257fd27466f8 |
| search404-7.x-1.1-rc1.zip | 12.16 KB | 2d70972e5d058b4d1cec46ee479b9f95 |
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
search404 6.x-1.11-rc1
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.11-rc1.tar.gz | 11.25 KB | 2a4dfea02566e9f2c85988d558acd6a9 |
| search404-6.x-1.11-rc1.zip | 12.26 KB | 1441fea8f40256b6f8b81fac5af296b3 |
Release notes
#838054: fuzzysearch instead of normal search by akaserer, awolfey: Added support for fuzzy search
#967848: Integration with Lucene DidYouMean (luceneapi_dym). Unbreakable links implementation! by rma4ok: Added support for Lucene Did You Mean suggestions in search results and also redirection to Lucene DYM when no results are found
#879768: Use Xapian Search when available by marvil07: Added support for Xapian search
#960542: Add an option to turn off drupal error messages by jessehs, #542852: Extra features - disable warning, 301 redirect instead of 302, custom page on no-results. by CatherineOmega: Added option to disable the error message shown to end users while showing search results
#1157008: t() for variable_get and #title of hook_menu by Thomas_Zahreddin: Applied patch provided to allow translation of default values, minor bug in menu item
Modified the behavior of jump_even_if_many to also jump even if there is only one
#1111918: PHP 5.x E_NOTICE errors (or how to avoid 3 events of 'Notice: Undefined index xxx') by peter bowey: Added check on HTTP_REFERER existence before trying to parse search engine querystring to prevent E_NOTICE
#1127412: ApacheSolr integration should use 'no results' text from apachesolr_search module by grahamgilchrist: Added apachesolr_search_noresults() to show the text when no results are returned
Minor text changes, indentation changes
Label changes in configuration page, added more descriptions, comment changes
search404 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| search404-7.x-1.0.tar.gz | 11.7 KB | 4c53c252a357186069576d30e9b606dd |
| search404-7.x-1.0.zip | 13.28 KB | 426a577aa4b91eb9d0fe795854703fee |
Release notes
First release for the D7 branch.
The latest 6.x-1.10 version has been ported to D7.
search404 6.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.10.tar.gz | 20.05 KB | 32e66d070a4e7424907144e0cf23f298 |
| search404-6.x-1.10.zip | 28.5 KB | b3c11bc8befa10983eda04f9648e77c3 |
Release notes
#946702 by DamienMcKenna: Added initialization of variable $output
#946706 by DamienMcKenna: Added initialization of variable $result
#907460 by coleman.sean.c: Added default title for search404_page
Updated Hungarian translation.
Added information about reverting 404 handling to this module
Added automatic disabling of auto search when site is throttled
#784494 by joelstein: Added thrifty mode to allow skipping of auto search on 404
#767374 by gnarlytom, aaronbauman: Changed words-to-ignore textfield to textarea
Moved the setting of REQUEST[destination] into search404_goto function
#802250 by aaronbauman: Added case insensitivity for words to be ignored
#802250 by aaronbauman: Added case insensitivity for preg_match and replaces
#802250 by aaronbauman: Replaced preg_splits for the extensions with explode
Added path parameter for search404_goto to enable it to process search_by_page goto
Made few coding standard fixes
#840590 by pebosi: Added search404_goto wrapper for drupal_goto
search404 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.9.tar.gz | 19.14 KB | 65a1bcf02c1c1d270cc52b3d221cd50f |
| search404-6.x-1.9.zip | 27.65 KB | d092dcaac7ee9e5b7207deb587b3e6e0 |
Release notes
Bug Fixes
-----------
* Fixed an issue related to Language Prefix Appended to Search String (http://drupal.org/node/560426)
* Fixed an issue related to saving core 403/404 error handling form overrides 'site_404' variable (http://drupal.org/node/645394)
* Fixed an issue with Google CSE Searches done by Search404 resulting in unending redirects (http://drupal.org/node/486982)
* Remove Packaging Information from .info File (http://drupal.org/node/302215)
* Fixed an issue that caused Search404 to not work with Drupal 6.12 core update (http://drupal.org/node/466386)
New Features
---------------
* Added support to Search Lucene Content when available (http://drupal.org/node/603758)
* Added support to choose the kind of redirect Search404 does (301 or 302) (http://drupal.org/node/542852)
* Added support for Brazilian-Portuguese Language Support (http://drupal.org/node/599680)
* Added support for Spanish Language Support (http://drupal.org/node/478512)
* Added support for French Language Support (http://drupal.org/node/517234)
* Added support for Custom Text and Title to be displayed in search404 pages (http://drupal.org/node/422762)
* Added support for Search by Page module as an option (http://drupal.org/node/551224)
search404 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.8.tar.gz | 16.67 KB | 873123ffb0a50de59baf80692819a1d8 |
| search404-6.x-1.8.zip | 23.04 KB | 33a2fe2df867ec36ef1c4e9b363fad5a |
Release notes
#605636 - Fixed an issue that was causing Search404 to go into inifinite redirects when used in conjunction with Google CSE module
search404 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| search404-7.x-1.x-dev.tar.gz | 10.85 KB | 72d632766671074f3e4ac92de5444986 |
| search404-7.x-1.x-dev.zip | 12.18 KB | 27259020efdf89136674c2d7441cb888 |
Release notes
Port of Search 404 for Drupal 7 Core
search404 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| search404-5.x-1.5.tar.gz | 13.27 KB | 74960e7ace8ad5e5c8017effb4f73aca |
| search404-5.x-1.5.zip | 17.19 KB | 285742db2c7559decb67ae5866bb0445 |
Release notes
* Added documentation for PCRE Regex.
* Added documentation for auto-detection of keywords from search engine referer.
* Added Support 404 Searching if Apache Solr Search module is enabled
* Fixed some bugs
search404 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.7.tar.gz | 15.25 KB | 69afaddb2f1545edd202d0f4d3a89a17 |
| search404-6.x-1.7.zip | 20.79 KB | 63b7e72ef52c4e0f69b2231f4e16772f |
Release notes
Added Google CSE Saerch Support
search404 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| search404-5.x-1.2.tar.gz | 11.84 KB | 4e0c4da8c8fffbe6e2655978c34ab401 |
| search404-5.x-1.2.zip | 15.02 KB | 60002a57b20d6f1b59ec8a1073570bd3 |
Release notes
* Added documentation for PCRE Regex.
* Added documentation for auto-detection of keywords from search engine referer.
* Added Support 404 Searching if Apache Solr Search module is enabled
* Fixed some bugs
search404 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.6.tar.gz | 14.15 KB | 967c2c7ed806b8680474151af8f71904 |
| search404-6.x-1.6.zip | 18.6 KB | 111b512a5441d6f8aade4210d784007a |
Release notes
* Added documentation for PCRE Regex.
* Added documentation for auto-detection of keywords from search engine referer.
* Added Support 404 Searching if Apache Solr Search module is enabled
* Fixed some bugs
search404 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.4.tar.gz | 10.74 KB | 4ab93207c827fb23051665191ed5b222 |
| search404-6.x-1.4.zip | 12.51 KB | ecc36953ae15b703c22fda2e5abf890b |
Release notes
Removed 'version = VERSION' from the .info file
search404 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.3.tar.gz | 10.74 KB | c3ca1c188fdee9073aa8d392f48e9422 |
| search404-6.x-1.3.zip | 12.52 KB | 7bcf6cd770cad481952051dc723f6b25 |
Release notes
Fixed a bug that was causing the search results not to appear
search404 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.2.tar.gz | 10.75 KB | 886ecbb00d5e5505b8b8c0cded75593b |
| search404-6.x-1.2.zip | 12.53 KB | c9df4359c21779e6566dd90fccdfe987 |
Release notes
Removed the packaging information form the .info file and fixed bug #302215
search404 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| search404-5.x-1.4.tar.gz | 12.04 KB | 3c145858f6d1825d8c0518943777e785 |
| search404-5.x-1.4.zip | 15.22 KB | e0f303975076545e5b4f09983a00dca9 |
Release notes
Removed the packaging information form the .info file and fixed bug #302215
search404 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| search404-5.x-1.3.tar.gz | 11.9 KB | 93b4ad1d3582da89dcd5783ad05dec86 |
| search404-5.x-1.3.zip | 15.09 KB | 90a42b778bef677dca30147e7340fff1 |
Release notes
Fixed the bugs reported on node #271427
search404 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.1.tar.gz | 9 KB | 1efa603d0221cd9d7e4d173ec30df488 |
| search404-6.x-1.1.zip | 10.07 KB | c27b5c14233ca7f9ef69955578cfc8de |
Release notes
Fixed the bugs reported on node #273357, #240579
search404 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| search404-6.x-1.0.tar.gz | 8.93 KB | fb1524d38214886ff3e5315b853e73f0 |
| search404-6.x-1.0.zip | 10.02 KB | d1f143c9dc153afa10ce9fb7e3b57c6b |
Release notes
First release for Drupal 6.1