| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13694] Allow modifying the Postgres native author search query for results
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13694
|
| | | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13694
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13691] Allow modifying the fulltext native search query for total results for author
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13691
|
| | | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13691
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13686] Allow modify query used for counting in fulltext_native
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13686
|
| | | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13686
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13685] Allow modifying the query for mysql native fulltext search
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| | | | |/
| | |/|
| | | |
| | | | |
PHPBB3-13685
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/13888] Fix sql_freeresult() error on author searches
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-13888
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
phpBB/phpbb/search/fulltext_native.php
|
| | | |
| | |
| | |
| | | |
PHPBB3-13674
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
PHPBB3-10748
|
| | |
| |
| |
| | |
PHPBB3-13494
|
| |\ \
| |/
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/12933] Add test cases for * wildcard searches
[ticket/12933] Handle case when * is last character of word
|
| | | |
|
| | |
| |
| |
| | |
PHPBB3-13468
|
| |\ \
| |/
| |
| |
| | |
* develop-ascraeus:
[ticket/13504] Fix invalid variable $user
|
| | |
| |
| |
| | |
PHPBB3-13504
|
| | |
| |
| |
| | |
PHPBB3-13421
|
| | |
| |
| |
| | |
PHPBB3-13421
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/13188] Correctly format string concatenation
[ticket/13188] Add missing where clause to post_id query in sphinx index
|
| | |\
| | |
| | | |
[ticket/13188] Add missing where clause to post_id query in sphinx index
|
| | | |
| | |
| | |
| | | |
PHPBB3-13188
|
| | | |
| | |
| | |
| | | |
PHPBB3-13188
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
# By Nils Adermann
# Via Dhruv Goel (1) and Nils Adermann (1)
* develop-ascraeus:
[ticket/13181] Replace database credentials with placeholders in sphinx conf
|
| | |/
| |
| |
| | |
PHPBB3-13181
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/12557] Fix load active module description
[ticket/12557] Fix php file description
[ticket/12557] Fix post data description for notifications
[ticket/12557] Fix pass by reference doc blocks
[ticket/12557] Fix doc block in extension base class
[ticket/12557] Fix doc block in mimetype guesser
[ticket/12557] Fix var $preserve_cr description
[ticket/12557] Fix doc block errors found by Sami
[ticket/12557] Fix doc block errors found by Sami
[ticket/12557] Fix doc block errors found by Sami
[ticket/12557] Template fixes
[ticket/12557] Search, cron and profilefields fixes
[ticket/12557] Notification fixes
[ticket/12557] Fix doc block errors found by Sami pt1
[ticket/12557] Fix doc block errors found by Sami
[ticket/12557] Fix doc block errors found by Sami
|
| | |
| |
| |
| | |
PHPBB3-12557
|
| | |
| |
| |
| | |
PHPBB3-12557
|
| | |
| |
| |
| |
| |
| | |
More corrections.
PHPBB3-12557
|
| | |
| |
| |
| | |
PHPBB3-12557
|
| | |
| |
| |
| |
| |
| | |
More corrections.
PHPBB3-12557
|