Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15424] Multiple typo fixes in docs & comments | luzpaz | 2019-05-08 | 1 | -1/+1 |
| | | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424 | ||||
* | Merge pull request #5131 from kasimi/ticket/15561 | Marc Alexander | 2018-02-22 | 1 | -4/+50 |
|\ | | | | | | | [ticket/15561] Add events for adding columns to search index | ||||
| * | [ticket/15561] Add events for adding columns to search index | kasimi | 2018-02-16 | 1 | -4/+50 |
| | | | | | | | | PHPBB3-15561 | ||||
* | | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_before | kasimi | 2018-01-28 | 1 | -0/+28 |
|/ | | | | 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 | 1 | -7/+7 |
|/ | | | | PHPBB3-14972 | ||||
* | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.x | Marc Alexander | 2016-03-27 | 1 | -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] Only use maxlength and size for allowed input elements | Marc Alexander | 2015-11-06 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-14272 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -3/+1 |
| | | | | | | | | | | | | Part 4 PHPBB3-13454 | ||||
* | | Merge branch '3.1.x' | Tristan Darricau | 2015-10-12 | 1 | -4/+68 |
|\ \ | |/ | | | | | | | * 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 | 1 | -4/+68 |
| | | | | | | | | PHPBB3-14098 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-06-09 | 1 | -0/+49 |
|\ \ | |/ | |||||
| * | Merge pull request #3485 from brunoais/ticket/13694 | Marc Alexander | 2015-06-09 | 1 | -0/+49 |
| |\ | | | | | | | | | | [ticket/13694] Allow modifying the Postgres native author search query for results | ||||
| | * | [ticket/13694] BUMP version to 3.1.5-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13694 | ||||
| | * | [ticket/13694] Allow modifying the Postgres native author search query | brunoais | 2015-03-12 | 1 | -0/+49 |
| | | | | | | | | | | | | PHPBB3-13694 | ||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-06-09 | 1 | -0/+49 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #3481 from brunoais/ticket/13689 | Marc Alexander | 2015-06-09 | 1 | -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-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13689 | ||||
| | * | | [ticket/13689] Allow modifying the query for postgres native fulltext search | brunoais | 2015-03-12 | 1 | -0/+49 |
| | |/ | | | | | | | | | | PHPBB3-13689 | ||||
| | * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructors | brunoais | 2015-03-12 | 1 | -1/+9 |
| | | | | | | | | | | | | PHPBB3-13685 | ||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-06-09 | 1 | -1/+9 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php | ||||
| * | | [ticket/13685] phpBB, not PhpBB | brunoais | 2015-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13685 | ||||
| * | | [ticket/13685] Add phpbb_dispatcher to fulltext search constructors | brunoais | 2015-06-07 | 1 | -1/+9 |
| |/ | | | | | | | PHPBB3-13685 | ||||
* | | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 1 | -1/+1 |
|/ | | | | PHPBB3-13494 | ||||
* | [ticket/12557] Fix php file description | n-aleha | 2014-08-07 | 1 | -1/+1 |
| | | | | PHPBB3-12557 | ||||
* | [ticket/12557] Search, cron and profilefields fixes | n-aleha | 2014-08-03 | 1 | -0/+6 |
| | | | | PHPBB3-12557 | ||||
* | [ticket/12515] Remove check for PostgreSQL 8.3+ | Joas Schilling | 2014-07-06 | 1 | -29/+2 |
| | | | | PHPBB3-12515 | ||||
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | Tristan Darricau | 2014-06-26 | 1 | -4/+4 |
| | | | | PHPBB3-12446 | ||||
* | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -2/+2 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -1/+1 |
| | | | | PHPBB3-12282 | ||||
* | [ticket/11040] Swap post_text and post_subject for post_content index | Dhruv | 2014-03-12 | 1 | -1/+1 |
| | | | | | | Provides better performance as per PostgreSQL Docs. PHPBB3-11040 | ||||
* | [ticket/11040] Remove postgres extra indexes | Dhruv | 2014-03-12 | 1 | -16/+2 |
| | | | | | | | Remove post_text index as post_content index is sufficient to search post text. PHPBB3-11040 | ||||
* | [ticket/11040] Add post_content index | Dhruv | 2014-03-12 | 1 | -1/+15 |
| | | | | | | | In addition to post_subject and post_title indexes add a post_content which is concatenation of both the columns. PHPBB3-11040 | ||||
* | [ticket/11040] Search subject and text together | Dhruv | 2014-03-12 | 1 | -5/+3 |
| | | | | | | | Instead of searching for post_subject and post_text seperately and then OR them in where clause we use concatenation of the two columns and search PHPBB3-11040 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11700] Fix some more incorrectly changed comments | Nils Adermann | 2013-09-19 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Fix leftover backslashes in comments | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -7/+9 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+963 |
PHPBB3-11698 |