search404 2.1.2

Bug fixes

Changelog

Issues: 1 issues resolved.

Changes since 2.1.1:
Bug

#3087929: Failed to start the session because headers have already been sent

search404 2.1.1

Bug fixes

This release fixes the issue of throwing an exception when search module not installed

Contributors (2)

emilymathew, jurgenhaas

Changelog

Issues: 1 issues resolved.

Changes since 2.1.0:

search404 2.1.0

Bug fixes
New features

This release makes Search404 compatible with Drupal 10. It address many long standing bugs and feature requests. Now it's possible to migrate configurations from 6.x-1.x and 7.x-1.x. Big thanks to all contributes who made this release possible.

search404 2.0.0

Bug fixes

Thank you everyone for supporting this release. This is the first stable release for Search404 that is compatible with latest D8 and D9.

Issue #3074745 mahipal46, sarathkm, vimaljoseph: Fix depricated function and a bug to display custom error messages
Issue #3132917 by mandclu, bbombachini: Add core_version_requirement to search404.info.yml
Issue #2978837 by byrond, frederickjh: Remove Drupal Core 'search' module dependency from search404

search404 2.x-dev

Development branch for latest D8 and D9 compatible releases

search404 8.x-1.0

Bug fixes
New features
  1. The custom path settings field is visible when the corresponding checkbox option "Do a "Search" with custom path instead of a Drupal Search when a 404 occurs" is enabled in the settings form and do the saving based on this selection.
  2. Applied coding standard issues for the array definition.
  3. Added option for 'Jump directly to the first search result only on the listed paths.' as in D7 version.
  4. Fixed for the notice found as 'Undefined index: HTTP_REFERER'.
  5. Added more validation for custom path field for other special characters in settings form.

search404 7.x-1.6

Bug fixes

Release includes the following fixes and text changes

  1. Ensuring that extensions excluded from search are really excluded
  2. Fix for disable error message not being respected
  3. Updated the description text in variable info fucntion

search404 7.x-1.5

Security update

See Search404 - Moderately Critical - Cross Site Scripting - SA-CONTRIB-2017-053

Fixes the security vulnerabilities in Search404 - Lack of sanitisation in `search404_page_text` variable

All 7.x releases of Search404 are affected. It is recommended that all users upgrade to latest version.

search404 8.x-1.0-beta2

New features

Ported a number of options available in the configuration in the 7.x branch to 8.x
Improved keyword search

search404 8.x-1.0-beta1

Bug fixes

Fixed all the issues raised in 8.x-1.0-alpha2 version and 8.x-1.0-dev
* Keys from path do not work for automatic searching on NGINX servers
* There is no indication to the user for the 301 or 302 redirect provided
* All the punctuation are converted to space character
* Error: Custom search is not working
* Error: Search results page title and subtitle is not getting updated
* Fixing coding standard related issues

search404 7.x-1.4

Bug fixes
New features
Insecure
  • Fixed numerous bugs.
  • Tons of re-factored code (performance improvements).
  • New features added.

For detailed list of issues, see this.

search404 7.x-1.3

Bug fixes
Insecure

#1940006: Missing check for search404_disable_error_message by sshivell: Added missing check for search404_disable_error_message fo
r case where results array does not exist

search404 7.x-1.3-beta1

Bug fixes
Insecure

Fixed minor syntax errors
#1940006: Missing check for search404_disable_error_message by sshivell: Added missing check for search404_disable_error_message fo
r case where results array does not exist

search404 7.x-1.3-alpha1

Fixed minor syntax errors
#1940006: Missing check for search404_disable_error_message by sshivell: Added missing check for search404_disable_error_message fo
r case where results array does not exist

search404 7.x-1.2

New features
Bug fixes
Insecure

#1253426: Patch: Search 404 should use default search engine by yareckon: Changed the logic for selection of the search engine to be used to use the settings from admin search settings; Added support for ds_search which returns its own search array

search404 7.x-1.2-beta1

New features
Bug fixes
Insecure

#1253426: Patch: Search 404 should use default search engine by yareckon: Changed the logic for selection of the search engine to be used to use the settings from admin search settings; Added support for ds_search which returns its own search array

search404 7.x-1.2-alpha1

New features
Bug fixes
Insecure

#1253426: Patch: Search 404 should use default search engine by yareckon: Changed the logic for selection of the search engine to be used to use the settings from admin search settings; Added support for ds_search which returns its own search array

search404 7.x-1.1

New features
Bug fixes
Insecure

#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

New features
Bug fixes

#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

New features
Bug fixes
Insecure

#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.0

Insecure

First release for the D7 branch.
The latest 6.x-1.10 version has been ported to D7.

search404 6.x-1.10

New features
Bug fixes

#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

search404 6.x-1.8

Bug fixes

#605636 - Fixed an issue that was causing Search404 to go into inifinite redirects when used in conjunction with Google CSE module

search404 5.x-1.5

New features
Bug fixes

* 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 5.x-1.2

New features
Bug fixes

* 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

New features
Bug fixes

* 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.3

Bug fixes

Fixed a bug that was causing the search results not to appear

search404 6.x-1.2

Bug fixes

Removed the packaging information form the .info file and fixed bug #302215

search404 5.x-1.4

Bug fixes

Removed the packaging information form the .info file and fixed bug #302215

search404 5.x-1.1

#137793 by deekayen Fixing search results and whitespaces.
Fixes also incorrect call at hook unistall and typo in settings

Subscribe with RSS Subscribe to Releases for Search 404