| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Unused Code for phrase search removed as pgsql doesnt support it. An added
message is displayed if user tries to perform exact phrase search.
PHPBB3-9730
|
|
|
|
| |
PHPBB3-9730
|
|
|
|
|
|
|
| |
version_compare is used for version comparision and pgsql version is now
a global variable that is displayed in the acp too.
PHPBB3-9730
|
|
|
|
|
|
|
| |
Language key name not incompatible_database instead of version which
was misleading
PHPBB3-9730
|
|
|
|
|
|
|
| |
PCRE UTF8 support is already checked globally. adds an option of
pgsql version to acp.
PHPBB3-9730
|
|
|
|
|
|
|
| |
Remove the usage of mbstring regex engine when PCRE does not support UTF8
since its a requirement for phpbb 3.1
PHPBB3-9730
|
|
|
|
| |
PHPBB3-9730
|
|
|
|
|
|
| |
Use phpBB's built in function for checking PCRE lib support.
PHPBB3-9730
|
|
|
|
|
|
|
| |
Variable name used is now tsearch_usable instead of tsearch_builtin
to reflect its actual purpose.
PHPBB3-9730
|
|
|
|
| |
PHPBB3-9730
|
|
|
|
| |
PHPBB3-9730
|
|
|
|
|
|
|
| |
Blank array is assigned to stats incase pgsql fulltext
search backend is not compatible
PHPBB3-9730
|
|
|
|
|
|
|
| |
removes backward compatibility before PostgreSQL ver 8.3
if version is before 8.3 displays error.
PHPBB3-9730
|
|
|
|
|
|
|
| |
Changes to comply with other backend conventions. include $user as global
variable to access it inside init();
PHPBB3-9730
|
|
|
|
|
|
|
| |
Some changes in code to get it work against current develop.
PosgreSQL Fulltext search works for new install now.
PHPBB3-9730
|
|
|
|
|
|
| |
Fixes braces in fulltext_postgres.php to comply with phpbb conventions.
PHPBB3-9730
|
|
|
|
| |
PHPBB3-9730
|
|
|
|
| |
PHPBB3-9730
|
|
|
|
| |
PHPBB3-9730
|
|
|
|
| |
PHPBB3-9730
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
[ticket/9813] Only get posts table row count if we detected a fulltext index.
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
[ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
[ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
[ticket/10653] Add ability to count table rows to database abstraction layer.
[ticket/9813] Use table status row count only if greater than 100000 or exact.
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
|
| |
| |
| |
| | |
PHPBB3-9813
|
| |
| |
| |
| |
| |
| |
| |
| | |
Since this is 'only' for statistics anyway, using an estimated value does no
harm. Also, if MyISAM is the underlying storage engine for the posts table,
the value will actually be exact.
PHPBB3-9813
|
| |
| |
| |
| | |
PHPBB3-10653
|
| |
| |
| |
| | |
PHPBB3-9813
|
| |
| |
| |
| | |
PHPBB3-9813
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'
[ticket/10630] Perform array_unique on authors array before creating the query
|
| |
| |
| |
| | |
PHPBB3-10630
|
| |
| |
| |
| |
| |
| |
| | |
This is needed to avoid an additional appearance for an author for every
post he made.
PHPBB3-10630
|
| |
| |
| |
| | |
PHPBB3-10579
|
| |
| |
| |
| | |
PHPBB3-9916
|
| |
| |
| |
| | |
PHPBB3-10323
|
| |
| |
| |
| |
| |
| |
| |
| | |
Search backends are now required to be autoloadable. The database updater to
3.1 tries to guess the class name as phpbb_search_<oldname> which works for
the default backends we ship.
PHPBB3-10323
|
| |
| |
| |
| |
| |
| | |
Introduced by 6b4d0a254218e8d40151ca1bdff8c439f89502e9.
PHPBB3-10329
|
| |
| |
| |
| |
| |
| |
| | |
Refactor the check for PCRE UTF-8 support into a new pcre_utf8_support()
function.
PHPBB3-9574
|
| |
| |
| |
| |
| |
| |
| | |
There is a large amount of conditional code for PHP < 5.2 that can be
removed with phpBB 3.1.
PHPBB3-9574
|
|/
|
|
|
|
|
|
|
|
|
|
| |
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
|
|
|
|
| |
PHPBB3-9595
|
|\
| |
| |
| |
| | |
* ticket/cs278/9760:
[ticket/9760] Remove unrestricted wildcards from search terms.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Wildcards without any further result restrictions will cause phpBB to search
for everything, potentially allowing a DoS attack against the DB server by any
user who can use the search system.
PHPBB3-9760
|
|/
|
|
|
|
|
|
|
| |
The Fulltext_mysql class had different behavior when a dash was entered in the
search query than the fulltext_native class. Specifically, a dash was
automatically turned into boolean NOT even when the user wanted to search for
legitimate hyphenated words like farty-pants
PHPBB3-9749
|
|
|
|
|
|
|
| |
Authorised by: naderman :-P
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10399 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
[Bug #21555]
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10377 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
|
| |
time. (Regression from r9931)
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10292 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10075 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9931 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
|
| |
deleted users
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9713 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
non-mysql dbms. (Bug #40605)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9473 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
SQL_CALC_FOUND_ROWS fix
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9472 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9471 89ea8834-ac86-4346-8a33-228a782c2dd0
|