aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_native.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-1821/+0
* Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-111-2/+2
|\
| * [ticket/11010] Fixes for number input in acpVjacheslav Trushkin2013-05-201-2/+2
* | [ticket/9657] FIx merge conflict from merging developJoas Schilling2013-03-051-5/+1
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-031-13/+40
|\ \ | |/
| * [ticket/11179] correct start parameter in native author searchDhruv2013-02-191-5/+18
| * [ticket/11179] correct start parameter in native keyword searchDhruv2013-02-191-9/+19
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-2/+2
|\ \ | |/
| * [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-041-2/+2
* | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-101-14/+107
|\ \ | |/
| * [ticket/10780] Use L_COLON on search backend ACP pages.Andreas Fischer2012-11-101-4/+4
| * [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] remove class word from docblocksDhruv2012-11-091-3/+3
| * [ticket/11050] add missing @var in native searchDhruv2012-11-091-0/+3
| * [ticket/11050] replace user by phpbb_userDhruv2012-11-091-1/+1
| * [ticket/11050] fix minor comment/docblocks issuesDhruv2012-11-091-7/+7
| * [ticket/11050] add access specifiers to native search propertiesDhruv2012-11-091-3/+58
| * [ticket/11174] Started on search tests - keyword splitting.Oleg Pudeyev2012-11-081-0/+4
| * [ticket/11051] fix spacesDhruv2012-10-081-3/+3
| * [ticket/11051] add public functions for public propertiesDhruv2012-08-151-3/+33
* | [feature/soft-delete] Fix SQL error in searchJoas Schilling2012-10-051-0/+1
* | [feature/soft-delete] Update search to use $post_visibilityJoas Schilling2012-08-301-14/+5
* | [feature/soft-delete] Try to fix search.phpJoas Schilling2012-08-301-20/+6
* | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-6/+9
|/
* [ticket/11048] use protected instead of private in native searchDhruv2012-08-141-11/+11
* [ticket/11048] remove @access from all docblocksDhruv2012-08-141-10/+0
* [ticket/11048] add access specifiers to phpbb native search propertiesDhruv2012-08-101-8/+8
* [ticket/11048] add access specifiers to phpbb native searchDhruv2012-08-101-13/+13
* [ticket/11011] rename property phpEx to php_extDhruv2012-08-081-4/+4
* [ticket/11011] pass $auth to search backend constructorDhruv2012-08-081-1/+1
* [ticket/11011] passing global variablesDhruv2012-07-281-4/+0
* [ticket/11011] remove global keyword in native searchDhruv2012-07-281-142/+132
* [ticket/10990] Changes for developNathan Guse2012-07-221-1/+1
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-081-11/+2
|\
| * [ticket/10653] Add ability to count table rows to database abstraction layer.Andreas Fischer2012-03-031-44/+2
| * [ticket/9813] Use table status row count only if greater than 100000 or exact.Andreas Fischer2012-03-031-26/+41
| * [ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.Andreas Fischer2012-03-031-10/+28
* | 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/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-10/+7
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/9760] Remove unrestricted wildcards from search terms.Chris Smith2010-08-081-1/+12
* Safe us some more calls to $db->sql_escape().Andreas Fischer2010-01-111-2/+2
* Improved search query performance through sorting words by their occurance. [...Nils Adermann2009-12-231-8/+13
* fix r9713 for #36565Joas Schilling2009-08-051-4/+2