aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/search_fill.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| | | | PHPBB3-13685
* [ticket/11052] update search backend constructor everywhereDhruv2012-08-151-1/+1
| | | | PHPBB3-11052
* [ticket/10637] Leftovers from implementation of extensions in develop toolsVjacheslav Trushkin2012-02-091-3/+1
| | | | | | Replacing code in development tools that was missed in ticket 10323 PHPBB3-10637
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+129
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-129/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* $db-> to phpbb::$db->Meik Sievertsen2009-02-221-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@9336 89ea8834-ac86-4346-8a33-228a782c2dd0
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9335 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@9334 89ea8834-ac86-4346-8a33-228a782c2dd0
* $config to phpbb::$configMeik Sievertsen2008-12-281-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@9242 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok... i hope i haven't messed too much with the code and everything is still ↵Meik Sievertsen2008-05-291-5/+5
| | | | | | | | | | working. Changes: - Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed. - A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid('memberlist')) - in this case the root path and extension get added automatically. The hook is called after these are added. git-svn-id: file:///svn/phpbb/trunk@8572 89ea8834-ac86-4346-8a33-228a782c2dd0
* 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