aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/fulltext_mysql.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-1/+1
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-18/+3
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-271-3/+11
|\
| * [ticket/16096] Use InnoDB fulltext limits for InnoDB tablesCasey Peel2019-07-081-3/+11
* | [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
|/
* Merge pull request #5131 from kasimi/ticket/15561Marc Alexander2018-02-221-7/+50
|\
| * [ticket/15561] Add events for adding columns to search indexkasimi2018-02-161-7/+50
* | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_beforekasimi2018-01-281-0/+28
|/
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-11/+11
* [ticket/15224] Fix some MySQL fulltext index searching errorsrxu2017-11-041-2/+17
* Merge branch 'prep-release-3.1.11' into prep-release-3.2.1Marc Alexander2017-07-161-0/+21
|\
| * [ticket/security/124] Filter out disallowed search query itemsMarc Alexander2017-06-181-0/+21
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-01-041-9/+16
|\ \ | |/
| * [ticket/14941] Apply changes individually for MySQL fulltext searchDavid Colón2016-12-271-9/+16
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-061-1/+3
|\ \ | |/
| * [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.Andreas Fischer2016-08-281-1/+3
* | Merge branch '3.1.x'Tristan Darricau2015-10-121-4/+68
|\ \ | |/
| * [ticket/14098] Add core events to the search backendsrxu2015-10-091-4/+68
* | Merge branch '3.1.x'Marc Alexander2015-08-091-0/+4
|\ \ | |/
| * [ticket/14083] Fix wrong variables from previous commitbrunoais2015-08-081-0/+4
* | Merge branch '3.1.x'Marc Alexander2015-06-091-0/+49
|\ \ | |/
| * Merge pull request #3486 from brunoais/ticket/13693Marc Alexander2015-06-091-0/+49
| |\
| | * [ticket/13693] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * [ticket/13693] Allow modifying the MySQL author search querybrunoais2015-03-121-0/+49
| | * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-03-121-1/+9
* | | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+58
|\ \ \ | |/ /
| * | [ticket/13685] phpBB, not PhpBBbrunoais2015-06-091-1/+1
| * | [ticket/13685] BUMP version to 3.1.5-devbrunoais2015-06-071-1/+1
| * | [ticket/13685] Allow modifying the query for mysql native fulltext searchbrunoais2015-06-071-0/+49
| * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+9
| |/
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-3/+3
|/
* [ticket/12557] Fix php file descriptionn-aleha2014-08-071-1/+1
* [ticket/12557] Search, cron and profilefields fixesn-aleha2014-08-031-0/+6
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-4/+4
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-1/+1
* [ticket/12096] Use plurals for MAX_NUM_SEARCH_KEYWORDS_REFINE.Cesar G2014-01-161-1/+1
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11621] Remove unnecessary things around index_created() return value.Andreas Fischer2013-10-111-1/+1
* [ticket/11621] Swap columns of post_content index.Andreas Fischer2013-10-101-1/+1
* Merge remote-tracking branch 'phpbb/develop' into ticket/11621Andreas Fischer2013-10-101-7/+9
|\
| * [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-191-1/+1
| * [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-161-3/+3
| * Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-1/+1
| |\
| * | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-7/+9
* | | [ticket/11621] Remove mysql extra indexesDhruv2013-08-261-16/+3
| |/ |/|
* | Merge remote-tracking branch 'galaxyAbstractor/ticket/11697' into developAndreas Fischer2013-07-141-1/+1
|/
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+948