aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_mysql.php
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-1/+9
|\
| * [ticket/11174] removes unnecessary space from wordDhruv2012-11-271-1/+1
| * [ticket/11174] include utf_tools in mysql backendDhruv2012-11-271-0/+8
* | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-041-2/+2
|/
* [ticket/10780] Use L_COLON on search backend ACP pages.Andreas Fischer2012-11-101-2/+2
* [ticket/11050] make all properties protected in all search backendsDhruv2012-11-091-3/+3
* [ticket/11050] fix tidied search query docblock languageDhruv2012-11-091-1/+2
* [ticket/11050] fix min/max length docblock languageDhruv2012-11-091-1/+1
* [ticket/11050] multi sentences separated by period in docblocksDhruv2012-11-091-2/+2
* [ticket/11050] fix split words doc block languageDhruv2012-11-091-1/+1
* [ticket/11050] remove class word from docblocksDhruv2012-11-091-3/+3
* [ticket/11050] replace user by phpbb_userDhruv2012-11-091-1/+1
* [ticket/11050] fix minor comment/docblocks issuesDhruv2012-11-091-5/+5
* [ticket/11050] fix docblocks with description before @varDhruv2012-11-091-3/+6
* [ticket/11050] add access specifiers to mysql search propertiesDhruv2012-11-091-3/+40
* [ticket/11051] add public functions for public propertiesDhruv2012-08-151-3/+33
* [ticket/11048] use protected instead of private in mysql fulltextDhruv2012-08-141-6/+6
* [ticket/11048] add access specifiers to mysql searchDhruv2012-08-101-44/+14
* [ticket/11011] pass $auth to search backend constructorDhruv2012-08-081-1/+1
* [ticket/11011] global variables as constructor parametersDhruv2012-07-281-77/+58
* [ticket/11011] add access specifiers and docblocksDhruv2012-07-281-6/+55
* Merge PR #844 branch 'dhruvgoel92/ticket/10936' into developOleg Pudeyev2012-06-191-92/+9
|\
| * [ticket/10936] remove PCRE and mbstring support checkDhruv Goel2012-06-131-91/+8
| * [ticket/10936] fix language keyDhruv Goel2012-06-121-1/+1
* | Merge branch 'develop-olympus' into developNils Adermann2012-06-191-1/+1
|\ \ | |/ |/|
| * [ticket/9551] uncomment line and change length to 255Dhruv Goel2012-06-191-1/+1
* | 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