aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14941] Apply changes individually for MySQL fulltext searchDavid Colón2016-12-271-9/+16
|
* [ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'DavidIQ2016-09-161-1/+1
|
* [ticket/14782] Use the $select variable in "Your Posts" searchDavidIQ2016-09-131-1/+1
|
* [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.Andreas Fischer2016-08-281-1/+3
| | | | | | | | This is required for proper overall database operation. In previous versions, InnoDB might error on ALTER statements when multiple FULLTEXT Indexes are defined. PHPBB3-14109
* [ticket/14704] Removes unused function and language files in base.phpCrizzo2016-07-031-46/+0
| | | | PHPBB3-14704
* [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-063-7/+7
| | | | PHPBB3-14272
* [ticket/14098] Add core events to the search backendsrxu2015-10-094-13/+263
| | | | PHPBB3-14098
* [ticket/14104] Fix missing variables from previous commitbrunoais2015-08-151-0/+4
| | | | | | Fixing variables wrongly attributed in PHPBB3-13691 PHPBB3-14104
* Merge pull request #3822 from brunoais/ticket/14083Marc Alexander2015-08-091-0/+4
|\ | | | | | | [ticket/14083] Fix wrong variables from previous commit
| * [ticket/14083] Fix wrong variables from previous commitbrunoais2015-08-081-0/+4
| | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13693 PHPBB3-14083
* | [ticket/14082] Fix wrong variables from previous commitbrunoais2015-08-081-5/+7
|/ | | | | | Fixing variables wrongly attributed in PHPBB3-13686 PHPBB3-14082
* 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
* | Merge pull request #3486 from brunoais/ticket/13693Marc Alexander2015-06-091-0/+49
|\ \ | | | | | | | | | [ticket/13693] Allow modifying the MySQL author search query
| * | [ticket/13693] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | PHPBB3-13693
| * | [ticket/13693] Allow modifying the MySQL author search querybrunoais2015-03-121-0/+49
| | | | | | | | | | | | PHPBB3-13693
* | | Merge pull request #3485 from brunoais/ticket/13694Marc Alexander2015-06-091-0/+49
|\ \ \ | | | | | | | | | | | | [ticket/13694] Allow modifying the Postgres native author search query for results
| * | | [ticket/13694] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13694
| * | | [ticket/13694] Allow modifying the Postgres native author search querybrunoais2015-03-121-0/+49
| |/ / | | | | | | | | | PHPBB3-13694
* | | Merge pull request #3484 from brunoais/ticket/13691Marc Alexander2015-06-091-0/+43
|\ \ \ | | | | | | | | | | | | [ticket/13691] Allow modifying the fulltext native search query for total results for author
| * | | [ticket/13691] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13691
| * | | [ticket/13691] Allow changing query to search for posts by author in nativebrunoais2015-03-121-0/+43
| |/ / | | | | | | | | | PHPBB3-13691
* | | Merge pull request #3483 from brunoais/ticket/13686Marc Alexander2015-06-091-0/+62
|\ \ \ | | | | | | | | | | | | [ticket/13686] Allow modify query used for counting in fulltext_native
| * | | [ticket/13686] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13686
| * | | [ticket/13686] Allow modify query used for counting in fulltext_nativebrunoais2015-03-121-0/+62
| |/ / | | | | | | | | | PHPBB3-13686
* | | Merge pull request #3481 from brunoais/ticket/13689Marc Alexander2015-06-091-0/+49
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13689] Allow modifying the query for postgres native fulltext search Conflicts: phpBB/develop/search_fill.php phpBB/includes/acp/acp_main.php phpBB/includes/acp/acp_search.php phpBB/includes/functions_admin.php phpBB/includes/functions_posting.php phpBB/includes/mcp/mcp_main.php phpBB/includes/mcp/mcp_post.php phpBB/install/install_convert.php phpBB/install/install_install.php phpBB/phpbb/search/fulltext_mysql.php phpBB/phpbb/search/fulltext_native.php phpBB/phpbb/search/fulltext_postgres.php phpBB/phpbb/search/fulltext_sphinx.php phpBB/search.php tests/search/mysql_test.php tests/search/native_test.php tests/search/postgres_test.php
| * | | [ticket/13689] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13689
| * | | [ticket/13689] Allow modifying the query for postgres native fulltext searchbrunoais2015-03-121-0/+49
| |/ / | | | | | | | | | PHPBB3-13689
| * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-03-124-4/+36
| | | | | | | | | | | | PHPBB3-13685
* | | Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-094-4/+85
|\ \ \ | | | | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search
| * | | [ticket/13685] phpBB, not PhpBBbrunoais2015-06-094-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13685
| * | | [ticket/13685] BUMP version to 3.1.5-devbrunoais2015-06-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13685
| * | | [ticket/13685] Allow modifying the query for mysql native fulltext searchbrunoais2015-06-071-0/+49
| | | | | | | | | | | | | | | | PHPBB3-13685
| * | | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-074-4/+36
| | |/ | |/| | | | | | | PHPBB3-13685
* | | [ticket/13888] Fix sql_freeresult() error on author searchesCHItA2015-06-071-1/+1
|/ / | | | | | | PHPBB3-13888
* | [ticket/13674] Missing space after "if"brunoais2015-03-071-1/+1
| | | | | | | | PHPBB3-13674
* | [ticket/13674] Change MySQL native total search results calculationbrunoais2015-03-061-11/+8
|/ | | | | | | | | This changes how the native FULLTEXT search calculates the total match number for MySQL. This should improve performance as there is one less query being made and it is being searched using the technique mentioned in the manual PHPBB3-13674
* Merge branch 'ticket/12933-olympus' into ticket/12933Dhruv2015-01-281-1/+1
|
* [ticket/13504] Fix invalid variable $userJoas Schilling2015-01-191-1/+1
| | | | PHPBB3-13504
* 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-073-3/+3
| | | | PHPBB3-12557
* [ticket/12557] Fix pass by reference doc blocksn-aleha2014-08-071-4/+4
| | | | PHPBB3-12557
* [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-1/+1
| | | | | | More corrections. PHPBB3-12557
* [ticket/12557] Search, cron and profilefields fixesn-aleha2014-08-034-3/+21
| | | | PHPBB3-12557
* [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-0/+1
| | | | | | More corrections. PHPBB3-12557
* [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-3/+14
| | | | PHPBB3-12557