aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/fulltext_sphinx.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-301-0/+1
|\
| * Merge pull request #5792 from KYPREO/ticket/16269Marc Alexander2019-12-301-0/+1
| |\ | | | | | | | | | [ticket/16269] Strip HTML markup from Sphinx search index
| | * [ticket/16269] Strip HTML markup from Sphinx search indexKYPREO2019-12-271-0/+1
| | | | | | | | | | | | PHPBB3-16269
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-241-2/+2
|\ \ \ | |/ /
| * | [ticket/15902] Out of range error with Sphinx search3D-I2019-12-241-1/+1
| | | | | | | | | | | | | | | | | | Add missing modification. PHPBB3-15902
| * | [ticket/15902] Out of range error with Sphinx search3D-I2019-12-231-1/+1
| |/ | | | | | | | | | | | | | | The reporter he's waiting this fix to be in the core. I created this PR based on trusting his report. I can't test it. PHPBB3-15902
* | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-2/+2
| | | | | | | | PHPBB3-16051
* | [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-2/+2
|/ | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* Merge pull request #5355 from marc1706/ticket/15770Marc Alexander2018-10-081-1/+1
|\ | | | | | | [ticket/15770] Make sure sphinx limits are cast to int
| * [ticket/15770] Make sure sphinx limits are cast to intMarc Alexander2018-09-141-1/+1
| | | | | | | | PHPBB3-15770
* | [ticket/13128] Remove deprecated Sphinx optionsZoddo2018-04-231-4/+0
|/ | | | | | | | | | | These configuration options are deprecated: * sql_query_info (since sphinx 2.2.2; used only by the "search" command which was removed; wiki need to be updated accordingly) * max_matches (since sphinx 2.2.3; should be set in the sphinx query) * charset_type (since sphinx 2.2.2; sphinx now supports only utf-8) * compat_sphinxql_magics (since sphinx 2.2.1) PHPBB3-13128
* [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_beforekasimi2018-01-281-0/+22
| | | | PHPBB3-15537
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-5/+5
| | | | PHPBB3-14972
* [ticket/15419] Fix Sphinx UTF8 search in delta indexrxu2017-10-241-1/+2
| | | | PHPBB3-15419
* [ticket/15367] Escape special characters in Sphinx search backendrxu2017-09-161-4/+4
| | | | PHPBB3-15367
* Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| * [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-2/+2
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-2/+2
| | | | | | | | PHPBB3-14272
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+2
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | Merge branch '3.1.x'Tristan Darricau2015-10-121-0/+52
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14098] Add core events to the search backends
| * [ticket/14098] Add core events to the search backendsrxu2015-10-091-0/+52
| | | | | | | | PHPBB3-14098
| * Merge pull request #3694 from marc1706/ticket/13930Andreas Fischer2015-06-091-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13930] Check for correct spacing between keyword & parenthesis * marc1706/ticket/13930: [ticket/13930] Add missing spaces to code [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset [ticket/13930] Remove not needed return statements [ticket/13930] Add missing spaces to code [ticket/13930] Check for correct spacing between keyword & parenthesis
* | \ Merge pull request #3696 from marc1706/ticket/13930-masterAndreas Fischer2015-06-091-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13930] Check for correct spacing between keyword & parenthesis * marc1706/ticket/13930-master: [ticket/13930] Add missing space to mssql_extractor [ticket/13930] Add missing spaces to code [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset [ticket/13930] Remove not needed return statements [ticket/13930] Add missing spaces to code [ticket/13930] Check for correct spacing between keyword & parenthesis
| * \ \ Merge branch 'ticket/13930' into ticket/13930-masterMarc Alexander2015-06-081-1/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: phpBB/includes/acp/acp_database.php
| | * | [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13930
* | | | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| Conflicts: phpBB/includes/mcp/mcp_main.php
| * | [ticket/13685] phpBB, not PhpBBbrunoais2015-06-091-1/+1
| | | | | | | | | | | | PHPBB3-13685
| * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+9
| |/ | | | | | | PHPBB3-13685
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-1/+2
| | | | | | | | PHPBB3-10748
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-3/+3
| | | | | | | | PHPBB3-13494
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+3
| | | | | | | | PHPBB3-13468
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-3/+3
| | | | | | | | PHPBB3-13421
* | [ticket/13421] Always require the interface when possibleJoas Schilling2014-12-061-1/+1
|/ | | | PHPBB3-13421
* Merge pull request #3048 from naderman/ticket/13188Nils Adermann2014-10-201-0/+1
|\ | | | | [ticket/13188] Add missing where clause to post_id query in sphinx index
| * [ticket/13188] Correctly format string concatenationNils Adermann2014-10-201-1/+1
| | | | | | | | PHPBB3-13188
| * [ticket/13188] Add missing where clause to post_id query in sphinx indexNils Adermann2014-10-201-0/+1
| | | | | | | | PHPBB3-13188
* | [ticket/13181] Replace database credentials with placeholders in sphinx confNils Adermann2014-10-181-2/+2
|/ | | | PHPBB3-13181
* [ticket/12557] Fix php file descriptionn-aleha2014-08-071-1/+1
| | | | PHPBB3-12557
* [ticket/12557] Search, cron and profilefields fixesn-aleha2014-08-031-0/+6
| | | | PHPBB3-12557
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-3/+3
| | | | PHPBB3-12446
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-2/+2
| | | | PHPBB3-12722
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-1/+1
| | | | PHPBB3-12282
* [ticket/11938] Fix whitespace charactersDhruv2014-03-091-2/+2
| | | | PHPBB3-11938
* [ticket/11938] use sql_attr_string instead of sql_attr_str2ordinalDhruv2014-03-091-1/+1
| | | | PHPBB3-11938
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-10/+0
| | | | PHPBB3-11980
* [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-12/+14
| | | | PHPBB3-11700
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-5/+0
| | | | PHPBB3-11696