aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/search_fill.php
Commit message (Collapse)AuthorAgeFilesLines
* deregister globals to install tooMeik Sievertsen2007-10-041-10/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@8130 89ea8834-ac86-4346-8a33-228a782c2dd0
* add proper die() statements although /develop is never ever shipped with ↵Meik Sievertsen2007-04-061-0/+9
| | | | | | phpBB... git-svn-id: file:///svn/phpbb/trunk@7288 89ea8834-ac86-4346-8a33-228a782c2dd0
* count -> sizeofDavid M2006-12-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6766 89ea8834-ac86-4346-8a33-228a782c2dd0
* Me, me, me!Nils Adermann2006-03-061-1/+1
| | | | | | | | | | | | - only search unapproved posts/topics in forums where the user got the m_approve permission - resize the search cache when it grows too huge (drop distant pages) - added unread link to search results page - streamlined search results and viewforum html code for displaying topics so we're waiting for David now :) git-svn-id: file:///svn/phpbb/trunk@5607 89ea8834-ac86-4346-8a33-228a782c2dd0
* - overhauled search systemNils Adermann2006-01-111-108/+35
| | | | | | | | | | | | | | - updated structure for search backend plugins - better result caching using ACM - search results no longer session restricted => link to them by copying the URL :) - in-topic search - indexing posts now uses search backend plugins - develop/search_fill.php working again - fulltext_mysql not working yet - tiny bugfixes to ACM git-svn-id: file:///svn/phpbb/trunk@5441 89ea8834-ac86-4346-8a33-228a782c2dd0
* only minor changes, some notes, played around with the code... nothing special.Meik Sievertsen2003-02-261-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issues with view posts since last visit, errors on next page, ↵Paul S. Owen2002-02-251-37/+16
| | | | | | re-introduce external stopword list, examine feasibility of stemmer, tidy ups ... git-svn-id: file:///svn/phpbb/trunk@2205 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some security problems for those people that didn't remove or disable ↵Bart van Bragt2002-02-161-0/+13
| | | | | | the /develop/ dir in their CVS install git-svn-id: file:///svn/phpbb/trunk@2168 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added title support and updated for changes in includes/search ... title ↵Paul S. Owen2002-01-251-109/+89
| | | | | | slows it down, guess it needs some work if possible ... git-svn-id: file:///svn/phpbb/trunk@1939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved all search functions to includes/search.php Paul; please reviewBart van Bragt2002-01-031-138/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1781 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed fixed table name to constantBart van Bragt2001-12-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1561 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed fixed table name to constantBart van Bragt2001-12-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1560 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #488067: no, preg_quote() didn't always have 2 args.natec2001-12-111-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1553 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated to take account of schema changesPaul S. Owen2001-11-291-25/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@1484 89ea8834-ac86-4346-8a33-228a782c2dd0
* New and improved search_fill.php, still has a weird memory exhaustion bugBart van Bragt2001-11-151-186/+233
| | | | git-svn-id: file:///svn/phpbb/trunk@1327 89ea8834-ac86-4346-8a33-228a782c2dd0
* New search system, this isn't final, needs alterations, etc. can redeem this ↵Paul S. Owen2001-11-091-0/+311
against the full priced version with included coupon git-svn-id: file:///svn/phpbb/trunk@1293 89ea8834-ac86-4346-8a33-228a782c2dd0