| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-14272
|
| |
| |
| |
| |
| |
| | |
Part 4
PHPBB3-13454
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/14098] Add core events to the search backends
|
| |
| |
| |
| | |
PHPBB3-14098
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | | |
[ticket/13694] Allow modifying the Postgres native author search query for results
|
| | |
| | |
| | |
| | | |
PHPBB3-13694
|
| | |
| | |
| | |
| | | |
PHPBB3-13694
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13689
|
| | |/
| | |
| | |
| | | |
PHPBB3-13689
|
| | |
| | |
| | |
| | | |
PHPBB3-13685
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
phpBB/includes/mcp/mcp_main.php
|
| | |
| | |
| | |
| | | |
PHPBB3-13685
|
| |/
| |
| |
| | |
PHPBB3-13685
|
|/
|
|
| |
PHPBB3-13494
|
|
|
|
| |
PHPBB3-12557
|
|
|
|
| |
PHPBB3-12557
|
|
|
|
| |
PHPBB3-12515
|
|
|
|
| |
PHPBB3-12446
|
|
|
|
| |
PHPBB3-12721
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-12282
|
|
|
|
|
|
| |
Provides better performance as per PostgreSQL Docs.
PHPBB3-11040
|
|
|
|
|
|
|
| |
Remove post_text index as post_content index is sufficient to search post
text.
PHPBB3-11040
|
|
|
|
|
|
|
| |
In addition to post_subject and post_title indexes add a post_content
which is concatenation of both the columns.
PHPBB3-11040
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-11980
|
|
|
|
| |
PHPBB3-11700
|
|
|
|
| |
PHPBB3-11700
|
|
|
|
| |
PHPBB3-11700
|
|
PHPBB3-11698
|