Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-27 | 1 | -3/+11 |
|\ | |||||
| * | [ticket/16096] Use InnoDB fulltext limits for InnoDB tables | Casey Peel | 2019-07-08 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | The max and min search length for the MySQL database vary based on the engine for the underlying table. For MyISAM tables, the variables are ft_max_word_len and ft_min_word_len, but for InnoDB tables the variables are innodb_ft_max_token_size and innodb_ft_min_token_size. Take the posts table type into account when setting the max and min search length. PHPBB3-16096 | ||||
* | | [ticket/15424] Multiple typo fixes in docs & comments | luzpaz | 2019-05-08 | 4 | -5/+5 |
|/ | | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424 | ||||
* | [ticket/security/235] Only allow one wildcard in the search query to limit ↵ | Derky | 2019-04-26 | 1 | -0/+9 |
| | | | | | | the database load SECURITY-235 | ||||
* | [ticket/security/235] Use whitespace instead of word boundary regex to ↵ | Derky | 2019-04-26 | 1 | -1/+1 |
| | | | | | | | remove wildcards This fixes removing the wildcard in the following search query: *.test SECURITY-235 | ||||
* | [ticket/security/235] Remove non trailing wildcards from search keywords | Derky | 2019-04-25 | 1 | -0/+5 |
| | | | | | Database indexes are only used if wildcards are used at the end. SECURITY-235 | ||||
* | [ticket/security/235] Apply wildcard char count patch | Derky | 2019-03-14 | 1 | -9/+15 |
| | | | | SECURITY-235 | ||||
* | Merge pull request #5355 from marc1706/ticket/15770 | Marc Alexander | 2018-10-08 | 1 | -1/+1 |
|\ | | | | | | | [ticket/15770] Make sure sphinx limits are cast to int | ||||
| * | [ticket/15770] Make sure sphinx limits are cast to int | Marc Alexander | 2018-09-14 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15770 | ||||
* | | [ticket/13128] Remove deprecated Sphinx options | Zoddo | 2018-04-23 | 1 | -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 | ||||
* | Merge pull request #5131 from kasimi/ticket/15561 | Marc Alexander | 2018-02-22 | 3 | -17/+129 |
|\ | | | | | | | [ticket/15561] Add events for adding columns to search index | ||||
| * | [ticket/15561] Add events for adding columns to search index | kasimi | 2018-02-16 | 3 | -17/+129 |
| | | | | | | | | PHPBB3-15561 | ||||
* | | [ticket/15537] Add cur_words argument to core.search_native_index_before | kasimi | 2018-01-28 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-15537 | ||||
* | | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_before | kasimi | 2018-01-28 | 4 | -0/+107 |
|/ | | | | PHPBB3-15537 | ||||
* | Merge pull request #5076 from marc1706/ticket/15496 | Marc Alexander | 2018-01-07 | 1 | -1/+1 |
|\ | | | | | | | [ticket/15496] Add sort key to SELECT in fulltext_postgres | ||||
| * | [ticket/15496] Add sort key to SELECT in fulltext_postgres | Marc Alexander | 2018-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Postgres requires that the column being ordered also appears in the SELECT part of the query. PHPBB3-15496 | ||||
* | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 7 | -57/+57 |
|/ | | | | PHPBB3-14972 | ||||
* | [ticket/15224] Fix some MySQL fulltext index searching errors | rxu | 2017-11-04 | 1 | -2/+17 |
| | | | | PHPBB3-15224 | ||||
* | [ticket/15419] Fix Sphinx UTF8 search in delta index | rxu | 2017-10-24 | 1 | -1/+2 |
| | | | | PHPBB3-15419 | ||||
* | [ticket/15367] Escape special characters in Sphinx search backend | rxu | 2017-09-16 | 1 | -4/+4 |
| | | | | PHPBB3-15367 | ||||
* | Merge branch 'prep-release-3.1.11' into prep-release-3.2.1 | Marc Alexander | 2017-07-16 | 1 | -0/+21 |
|\ | |||||
| * | [ticket/security/124] Filter out disallowed search query items | Marc Alexander | 2017-06-18 | 1 | -0/+21 |
| | | | | | | | | SECURITY-124 | ||||
* | | [ticket/15044] Make sure fulltext native min and max are numbers | Marc Alexander | 2017-01-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15044 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-01-04 | 1 | -9/+16 |
|\ \ | |/ | |||||
| * | [ticket/14941] Apply changes individually for MySQL fulltext search | David Colón | 2016-12-27 | 1 | -9/+16 |
| | | |||||
* | | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 1 | -4/+2 |
| | | | | | | | | PHPBB3-14739 | ||||
* | | [ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+ | rxu | 2016-09-22 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14793 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-09-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS' | DavidIQ | 2016-09-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '3.1.x' into 3.2.x | Andreas Fischer | 2016-09-15 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/14782] Use the $select variable in "Your Posts" search | ||||
| * | [ticket/14782] Use the $select variable in "Your Posts" search | DavidIQ | 2016-09-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-09-06 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8. | Andreas Fischer | 2016-08-28 | 1 | -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 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-17 | 1 | -46/+0 |
|\ \ | |/ | |||||
| * | [ticket/14704] Removes unused function and language files in base.php | Crizzo | 2016-07-03 | 1 | -46/+0 |
| | | | | | | | | PHPBB3-14704 | ||||
* | | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.x | Marc Alexander | 2016-03-27 | 3 | -7/+7 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 settings | Marc Alexander | 2015-11-06 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-14272 | ||||
| * | [ticket/14272] Only use maxlength and size for allowed input elements | Marc Alexander | 2015-11-06 | 3 | -7/+7 |
| | | | | | | | | PHPBB3-14272 | ||||
* | | [ticket/13454] Remove more unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+0 |
| | | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 3 | -6/+1 |
| | | | | | | | | | | | | Part 4 PHPBB3-13454 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 2 | -6/+2 |
| | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454 | ||||
* | | Merge branch '3.1.x' | Tristan Darricau | 2015-10-12 | 4 | -13/+263 |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/14098] Add core events to the search backends | ||||
| * | [ticket/14098] Add core events to the search backends | rxu | 2015-10-09 | 4 | -13/+263 |
| | | | | | | | | PHPBB3-14098 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-08-22 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | [ticket/14104] Fix missing variables from previous commit | brunoais | 2015-08-15 | 1 | -0/+4 |
| | | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13691 PHPBB3-14104 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-08-09 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Merge pull request #3822 from brunoais/ticket/14083 | Marc Alexander | 2015-08-09 | 1 | -0/+4 |
| |\ | | | | | | | | | | [ticket/14083] Fix wrong variables from previous commit | ||||
| | * | [ticket/14083] Fix wrong variables from previous commit | brunoais | 2015-08-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13693 PHPBB3-14083 | ||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-08-09 | 1 | -5/+7 |
|\ \ \ | |/ / |