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