summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Anoop John [Fri, 15 Apr 2011 02:17:46 +0000]
Took out unnecessary test on empty(keys) for the drupal_get_form call
Anoop John [Fri, 15 Apr 2011 02:06:41 +0000]
#1092204 by skadu: Fixed issue with strict warning for pass by reference variable to drupal_render
Anoop John [Fri, 15 Apr 2011 00:51:54 +0000]
Corrected the handling of results array returned from search_data to get the actual result nodes and the count of items
Anoop John [Fri, 15 Apr 2011 00:30:14 +0000]
Changed resetting of $_GET['destination'] instead of $_REQUEST['destination'] in search404_goto as D7 explicitly uses $_GET['destination']
Anoop John [Fri, 15 Apr 2011 00:23:36 +0000]
Corrected error in search404_goto function related to incorrect parameters for drupal_goto call
Anoop John [Thu, 14 Apr 2011 23:47:11 +0000]
Took out CVS id line
Anoop John [Thu, 14 Apr 2011 23:47:04 +0000]
Took out CVS id line
Anoop John [Thu, 14 Apr 2011 23:46:56 +0000]
Took out CVS id line
Anoop John [Thu, 14 Apr 2011 23:45:10 +0000]
The git migration had some issues and the 7.x-1.x head was reverted to the 6.x head. Copied the latest 7.x-1.x head from local copy and overwriting git version
Anoop John [Thu, 14 Apr 2011 22:56:58 +0000]
#1111918 by peter bowey, #1053266 by parasolx: Added check on HTTP_REFERER existence before trying to parse search engine querystring to prevent E_NOTICE
The Great Git Migration [Fri, 25 Feb 2011 02:06:29 +0000]
Removing translation directories
The Great Git Migration [Fri, 25 Feb 2011 02:06:29 +0000]
Stripping CVS keywords
Zyxware [Mon, 28 Jul 2008 08:05:14 +0000]
Fixed the bugs reported on node #273357, #240579
Zyxware [Tue, 4 Mar 2008 12:14:30 +0000]
Modified to work with Drupal 6.x
Zyxware [Wed, 20 Feb 2008 12:16:33 +0000]
Starting work on Drupal 6.0
Takafumi [Tue, 24 Apr 2007 12:05:57 +0000]
Japanese translation
Johan Forngren [Wed, 28 Feb 2007 15:23:49 +0000]
First attempt to port to 5.x, some clean up done.
Lars Geisler Sehested [Tue, 28 Nov 2006 09:25:09 +0000]
First attempt at search engine detection
Lars Geisler Sehested [Mon, 24 Jul 2006 19:38:45 +0000]
Fix for #75252: Words to ignore were not saved.
Lars Geisler Sehested [Mon, 17 Jul 2006 22:05:41 +0000]
#60671: Support for OR between keywords - configurable.
Lars Geisler Sehested [Mon, 17 Jul 2006 20:06:20 +0000]
Configurable ignore-words.
Redirect to search page when the original search yields no results, inspired by #71310.
Lars Geisler Sehested [Sat, 6 May 2006 11:43:17 +0000]
Patch by tenrapid. Fixes:
#58086: Base directory is used when performing af 404 search
#58147: Infinite loop with Drupal 4.7 RC3
Thank you very much, tenrapid!
Lars Geisler Sehested [Sat, 11 Feb 2006 17:48:42 +0000]
Using the _install hook, search404 now enables itself when it is installed.
Minor refactoring of search404.module.
Lars Geisler Sehested [Mon, 2 Jan 2006 21:07:31 +0000]
An attempt to improve the messages shown by this module. Any suggestions would be very welcome!
Lars Geisler Sehested [Mon, 2 Jan 2006 20:47:34 +0000]
Fix for bug #41637. Instead of showing the results on the "file not found"-page, the user is redirected to a search page with a message telling the user what happened.
Lars Geisler Sehested [Wed, 21 Dec 2005 13:20:05 +0000]
New feature: you can now tell search404 to jump directly to the resulting node if the search only yields one result.
Lars Geisler Sehested [Wed, 21 Dec 2005 13:04:53 +0000]
Fixed a bug - the "Set Search 404 to be your default 404 page." was not checked when Search 404 was enabled.
Also, moved a else and elseif to conform to coding standards.
Lars Geisler Sehested [Mon, 19 Dec 2005 11:34:40 +0000]
This version works with 4.7 - the previous version was tagged DRUPAL_4_7 but was not compatible.
Lars Geisler Sehested [Wed, 29 Jun 2005 14:36:54 +0000]
Initial commit.