system/classes/listfactory.class.php
Thu, 05 Nov 2009 19:05:28 +0000 Fixed some layout issues with Table style search results and made current sort order more visible.
Thu, 05 Nov 2009 00:43:55 +0000 Limit the limit drop down box in the search results page (feature request #0000910)
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:25:07 +0100 Fixed sorting and limiting the results at the same time (bug #0001007)
Mon, 21 Sep 2009 22:40:37 +0100 Allow external apps to contribute to search results (feature request #0000985)
Mon, 21 Sep 2009 20:23:48 +0100 Preliminary fix for search result sorting (feature request #0000910)
Thu, 18 Jun 2009 21:25:41 +0100 Fixed IE6 and Safari compatibility issue with sort and limit combo boxes in search results (part of bug #0000874)
Mon, 25 May 2009 14:06:13 +0100 Don't display search result info when there is nothing to show
Thu, 30 Apr 2009 21:44:45 +0100 Better search handling for older plugins
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 21:45:20 +0100 Changing $_REQUEST to $_GET in the search engine
Tue, 31 Mar 2009 00:30:44 +0100 Fixed sql injection exploit with the listfactory class
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 )
Sun, 15 Mar 2009 21:54:28 +0100 phpDocumentor messes up obfuscated email addresses in angle brackets, so use a different style
Mon, 02 Feb 2009 23:04:14 +0000 Implemented Search Improvements