aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_mysql.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-081-5/+1
|\
| * [ticket/9813] Only get posts table row count if we detected a fulltext index.Andreas Fischer2012-03-081-1/+1
| * [ticket/9813] Also use estimated row count of posts table for fulltext mysql.Andreas Fischer2012-03-051-5/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-02-251-1/+1
|\ \ | |/
| * [ticket/10630] Perform array_unique on authors array before creating the queryJoas Schilling2012-02-201-1/+1
* | [ticket/10579] Delete extra v2 from license block.Oleg Pudeyev2012-01-121-1/+1
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [feature/extension-manager] Add docblocks to new search backend methodsNils Adermann2011-11-181-1/+6
* | [feature/extension-manager] Make search backends loadable from extensionsNils Adermann2011-09-291-7/+7
* | [ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.Andreas Fischer2011-08-211-1/+1
* | [ticket/9574] Add pcre_utf8_support() functionIgor Wiedler2010-12-281-1/+1
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-6/+3
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/9595] List min/max characters indexed by search for mysql_fulltext.Andreas Fischer2010-10-211-0/+8
* [ticket/9749] Fulltext mysql unexpected behavior on entering a dash in queryJosh Woody2010-07-291-1/+1
* Safe us some more calls to $db->sql_escape().Andreas Fischer2010-01-111-2/+2
* Bug #54325 - Fulltext-MySQL search for keywords and username at the same time...Joas Schilling2009-11-261-1/+1
* correct method commentMeik Sievertsen2009-08-311-4/+17
* fix r9713 for #36565Joas Schilling2009-08-051-4/+2
* Fix bug #36565 - Search by authorname does not display posts of guests and de...Joas Schilling2009-07-021-16/+40
* New search option: Maximum number of words allowed to search for.Meik Sievertsen2009-04-111-1/+7
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-2/+2
* Topic searches by author no longer return invalid results [Bug #11777]Nils Adermann2008-06-041-2/+2
* #15524David M2007-11-291-2/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-0/+1
* #13579Henry Sudhof2007-07-231-2/+6
* - a better way of checking PCRE property supportDavid M2007-07-231-1/+5
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* #11637David M2007-05-251-1/+1
* - magic urls should have class="postlink", added class="postlink-local" for r...Nils Adermann2007-04-281-6/+3
* - removed unneeded code from fulltext_mysql [Bug #9947]Nils Adermann2007-04-221-93/+113
* forgot to make the actual change :PDavid M2007-04-181-2/+2
* #9904David M2007-04-181-0/+8
* - urlencoded usernames don't need htmlspecialchars [Bug #8794]Nils Adermann2007-04-011-28/+0
* #5401David M2007-03-311-0/+1
* debug code :-(David M2007-03-311-1/+1
* the mysql search backend now tries to use mbstring's regex engine if PCRE doe...David M2007-03-311-10/+82
* Display a note, that UTF-8 support in fulltext_mysql is not available with ce...Nils Adermann2007-01-271-0/+22
* - use constants no weird numbers ;-)Nils Adermann2007-01-051-4/+10
* #6520David M2006-12-231-2/+2
* - Optimize acl_getf_global a bitNils Adermann2006-12-161-4/+26
* - finally correctly calculate current time for birthday calculation [Bug #6030]Nils Adermann2006-12-101-10/+1
* #5610Meik Sievertsen2006-11-271-1/+1
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-4/+4
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-2/+2
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-2/+2
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-1/+1
* m_approve_fid should be negatedNils Adermann2006-08-121-1/+1
* sql_in_set changesMeik Sievertsen2006-08-121-6/+6
* - removed an accidentaly pasted line [Bug #3227]Nils Adermann2006-07-301-0/+1