system/classes/search.class.php
Sat, 07 Nov 2009 16:20:34 +0000 Limit sorting of Type and Date, patch provided by LWC (feature request #0000910)
Thu, 05 Nov 2009 21:35:39 +0000 Dont display sort by author when searching by author (feature request #0000910)
Thu, 05 Nov 2009 00:53:29 +0000 Fix to search page now uses XHTML when set, patch provided by taca (bug #0001022)
Sat, 31 Oct 2009 18:34:19 +0100 Out stripos() emulation threw an error on PHP 4 when $needle was empty (bug #0001008)
Thu, 29 Oct 2009 19:50:58 +0100 Fixed display of text excerpt for search results on PHP 4, caused by differences in the handling of references between PHP 4 and 5 (bug #0001004)
Sun, 25 Oct 2009 23:15:27 +0000 Documented new functions, code cleanup and minor performance tweaks
Sun, 25 Oct 2009 22:01:38 +0000 Added callback function to search API (feature request #0000985)
Sun, 18 Oct 2009 02:05:53 +0100 Looks like the Search API function setComment() is not required after all (cf. bug #0000902)
Thu, 01 Oct 2009 00:07:25 +0100 Consolidated common date comparison into search API, functionally the same
Tue, 22 Sep 2009 01:37:10 +0100 Comments search API can now return results from any plugin (bug #0000902)
Mon, 21 Sep 2009 22:40:37 +0100 Allow external apps to contribute to search results (feature request #0000985)
Sat, 01 Aug 2009 21:39:34 +0200 Use COM_getUserDateTimeFormat, i.e. the user's preferred format, for displaying the date and time in search results
Sat, 25 Jul 2009 19:38:57 +0200 New function COM_getTextContent turns HTML into continuous text, e.g. for word counts and text excerpts
Sat, 04 Jul 2009 18:31:27 +0200 Fixed advanced search not using start and end dates (really this time; bug #0000924, patch provided by dengen)
Tue, 30 Jun 2009 20:48:52 +0100 Fixed advanced search not using start and end dates, provided by dengen (bug #0000924)
Sat, 20 Jun 2009 20:57:26 +0200 Escape curly braces in the query string when using "refine search"
Sat, 20 Jun 2009 20:53:47 +0200 Escape curly braces when displaying the search query
Sun, 14 Jun 2009 15:42:23 +0100 Display user friendly text instead of LF_NULL in search results
Sat, 13 Jun 2009 18:18:12 +0200 & -> &
Sat, 13 Jun 2009 18:04:05 +0200 Allow searching by topic (without a query string) again (reported by Markus Wollschl?ger)
Fri, 12 Jun 2009 11:55:12 +0200 Improved selection of text portion to display in search results
Thu, 11 Jun 2009 21:57:08 +0200 Ensure we get as many words as requested in the extracts for the search results
Thu, 11 Jun 2009 16:30:20 +0200 Excess whitespace can lead to unexpectedly short search results
Thu, 11 Jun 2009 15:16:08 +0200 Replace autotags in search results (bug #0000887)
Mon, 25 May 2009 23:37:23 +0100 Better handling of non English characters in search engine (part of bug #0000874)
Mon, 25 May 2009 16:57:48 +0100 Hiding search info also works for plugins on old api. Minor cosmetic changes.
Mon, 25 May 2009 14:06:13 +0100 Don't display search result info when there is nothing to show
Thu, 21 May 2009 17:10:50 +0200 Hmm, this is awkward ...
Thu, 21 May 2009 17:02:23 +0200 Removed the $_CONF['search_no_data'] config option and moved the text to the language files (bug #0000873)
Sat, 02 May 2009 11:09:55 +0200 Added a verbose logging option to the search class and make it default to off
Thu, 30 Apr 2009 23:21:51 +0100 Added search API function to disable appending 'query=' onto result links
Thu, 30 Apr 2009 21:44:45 +0100 Better search handling for older plugins
Thu, 23 Apr 2009 22:58:11 +0100 Added option to search by titles only (feature request #0000840)
Wed, 22 Apr 2009 22:48:06 +0100 Better search compatibility for older plugins
Mon, 20 Apr 2009 16:07:41 +0200 Need to simulate stripos on PHP 4
Mon, 20 Apr 2009 12:30:10 +0200 E_ALL fix
Wed, 01 Apr 2009 00:39:22 +0100 Implemented standard PHP callback function into the listfactory, provided by jmucchiello (bug #0000755)
Tue, 31 Mar 2009 23:45:11 +0100 Search now uses pre-existing $_CONF variables instead of its own (bug #0000839)
Tue, 31 Mar 2009 21:45:20 +0100 Changing $_REQUEST to $_GET in the search engine
Sat, 28 Mar 2009 15:55:37 +0100 @param integer -> @param int, since "int" is used more often in the existing code
Thu, 26 Mar 2009 22:33:04 +0000 Search engine now plays nice with error_reporting( E_ALL )
Wed, 25 Mar 2009 22:11:37 +0000 Added siteEditor to search backwards compatibility and debugging info now gets logged.
Sun, 15 Mar 2009 21:54:28 +0100 phpDocumentor messes up obfuscated email addresses in angle brackets, so use a different style
Sat, 07 Mar 2009 22:24:22 +0100 About time we fix this typo :)
Wed, 04 Feb 2009 13:48:07 +0100 Fixed preg_match overwriting $result variable
Tue, 03 Feb 2009 11:13:26 +0100 strftime needs a long as the second parameter
Mon, 02 Feb 2009 23:04:14 +0000 Implemented Search Improvements
Sun, 21 Sep 2008 08:37:12 +0000 Fixed protection against direct execution on non-case sensitive file systems
Sun, 20 Jul 2008 17:17:09 +0000 Provide nicer URLs to story search results when URL rewriting is enabled (bug #0000665)
Sun, 11 May 2008 07:25:08 +0000 Eliminated some more references to config.php
Wed, 20 Feb 2008 20:07:59 +0000 Ensure every template class has site_url, site_admin_url, layout_url and xhtml variables set. My eyes, they bleed...
Sat, 16 Feb 2008 21:24:28 +0000 Threw in a few htmlspecialchars() calls
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
Sun, 06 May 2007 19:20:19 +0000 Don't urlencode the search query twice for stories
Sat, 05 May 2007 17:52:35 +0000 Removed unused function
Sat, 05 May 2007 17:51:35 +0000 Minimize parameters for "refine search" link
Mon, 12 Feb 2007 05:48:07 +0000 using COM_createLink in search class
Sun, 28 Jan 2007 10:15:04 +0000 Allow comments to be closed, i.e. display the existing comments but don't accept any new ones
Sat, 07 Oct 2006 08:38:24 +0000 Don't return / display comments for stories that have comments disabled (bug #597)
Tue, 03 Oct 2006 08:45:27 +0000 If multi-language support is enabled, return only the stories and comments for the current language.