aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/fulltext_native.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5783 from brunoais/ticket/16262Marc Alexander2019-12-301-0/+2
|\
| * [ticket/16262] Add unset variables to fulltext_native compactbrunoais2019-12-231-0/+2
* | [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-0/+6
|/
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-2/+0
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
* [ticket/security/235] Only allow one wildcard in the search query to limit th...Derky2019-04-261-0/+9
* [ticket/security/235] Use whitespace instead of word boundary regex to remove...Derky2019-04-261-1/+1
* [ticket/security/235] Remove non trailing wildcards from search keywordsDerky2019-04-251-0/+5
* [ticket/security/235] Apply wildcard char count patchDerky2019-03-141-9/+15
* Merge pull request #5131 from kasimi/ticket/15561Marc Alexander2018-02-221-6/+29
|\
| * [ticket/15561] Add events for adding columns to search indexkasimi2018-02-161-6/+29
* | [ticket/15537] Add cur_words argument to core.search_native_index_beforekasimi2018-01-281-0/+3
* | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_beforekasimi2018-01-281-0/+29
|/
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-24/+24
* [ticket/15044] Make sure fulltext native min and max are numbersMarc Alexander2017-01-241-1/+1
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-4/+2
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-171-1/+1
|\
| * [ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'DavidIQ2016-09-161-1/+1
* | Merge branch '3.1.x' into 3.2.xAndreas Fischer2016-09-151-1/+1
|\ \ | |/
| * [ticket/14782] Use the $select variable in "Your Posts" searchDavidIQ2016-09-131-1/+1
* | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-3/+3
|\ \ | |/
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-3/+3
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+0
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
* | Merge branch '3.1.x'Tristan Darricau2015-10-121-5/+75
|\ \ | |/
| * [ticket/14098] Add core events to the search backendsrxu2015-10-091-5/+75
* | Merge branch '3.1.x'Marc Alexander2015-08-221-0/+4
|\ \ | |/
| * [ticket/14104] Fix missing variables from previous commitbrunoais2015-08-151-0/+4
* | Merge branch '3.1.x'Marc Alexander2015-08-091-5/+7
|\ \ | |/
| * [ticket/14082] Fix wrong variables from previous commitbrunoais2015-08-081-5/+7
* | Merge branch '3.1.x'Marc Alexander2015-06-091-0/+43
|\ \ | |/
| * Merge pull request #3484 from brunoais/ticket/13691Marc Alexander2015-06-091-0/+43
| |\
| | * [ticket/13691] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * [ticket/13691] Allow changing query to search for posts by author in nativebrunoais2015-03-121-0/+43
* | | Merge branch '3.1.x'Marc Alexander2015-06-091-0/+62
|\ \ \ | |/ /
| * | Merge pull request #3483 from brunoais/ticket/13686Marc Alexander2015-06-091-0/+62
| |\ \
| | * | [ticket/13686] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * | [ticket/13686] Allow modify query used for counting in fulltext_nativebrunoais2015-03-121-0/+62
| | |/
| | * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-03-121-1/+9
* | | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+9
|\ \ \ | |/ /
| * | Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-091-1/+9
| |\ \
| | * | [ticket/13685] phpBB, not PhpBBbrunoais2015-06-091-1/+1
| | * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+9
* | | | Merge branch '3.1.x'Andreas Fischer2015-06-081-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/13888] Fix sql_freeresult() error on author searchesCHItA2015-06-071-1/+1
| |/ /
* | | Merge branch '3.1.x'Dhruv2015-03-141-11/+8
|\ \ \ | |/ /
| * | [ticket/13674] Missing space after "if"brunoais2015-03-071-1/+1
| * | [ticket/13674] Change MySQL native total search results calculationbrunoais2015-03-061-11/+8
| |/