aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/fulltext_sphinx.php
Commit message (Collapse)AuthorAgeFilesLines
* [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/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
| * [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-071-1/+1
| | | | | | | | PHPBB3-13930
* | [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
* 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
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+917
PHPBB3-11698