| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* upstream/develop: (196 commits)
[ticket/11219] Coding guidelines and naming consistency changes
[ticket/10841] Revert more whitespace changes.
[ticket/10841] Revert whitespace changes.
[ticket/10841] adding space after if
[ticket/10841] removing unnecessary spacing
[ticket/10841] changing affectedrows check to COUNT in sql
[ticket/10841] Modifying style and language selectors in UCP
[ticket/11247] Fix wrong property reference in flock class.
[ticket/10602] Avoid a race condition.
[ticket/10602] Use last_queue_run for its intended purpose.
[ticket/10716] Collect standard error from executed php process.
[ticket/10716] Skip test if php is not in PATH.
[ticket/10716] Exclude our dependencies from linting.
[ticket/10103] New and improved wording.
[ticket/10716] Only lint on php 5.3+.
[ticket/10103] Assert with messages.
[ticket/10103] assertLessThan/assertGreaterThan.
[ticket/10103] Inline assignment is bad?
[ticket/10103] $rv had too few characters.
[ticket/10103] Correct flock class documentation.
...
Conflicts:
phpBB/includes/functions.php
tests/cache/cache_test.php
|
| | |
| |
| |
| | |
PHPBB3-11174
|
| |/
|
|
| |
PHPBB3-11015
|
| |
|
|
| |
PHPBB3-10780
|
| |\
| |
| |
| |
| | |
* dhruvgoel92/ticket/11177:
[ticket/11177] return no results when query has only negation
|
| | |
| |
| |
| |
| |
| |
| | |
If search query has only -foo then instead of displaying all results that
do not have foo, should display no results found.
PHPBB3-11177
|
| | |
| |
| |
| | |
PHPBB-11050
|
| | |
| |
| |
| | |
PHPBB3-11050
|
| | |
| |
| |
| | |
PHPBB3-11050
|
| | |
| |
| |
| |
| |
| | |
Starting of each sentence should be capitalized.
PHPBB3-11050
|
| | |
| |
| |
| | |
PHPBB3-11050
|
| | |
| |
| |
| | |
PHPBB3-11050
|
| | |
| |
| |
| | |
PHPBB3-11050
|
| | |
| |
| |
| |
| |
| |
| | |
No comments should end with a period. All occurences like PostgreSQL
should have proper case.
PHPBB3-11050
|
| | |
| |
| |
| | |
PHPBB3-11050
|
| |/
|
|
| |
PHPBB3-11050
|
| |
|
|
|
|
|
| |
public retrieval functions for all public properties and change the
properties to protected in all search backends.
PHPBB3-11051
|
| |
|
|
| |
PHPBB3-11048
|
| |
|
|
| |
PHPBB3-11048
|
| |
|
|
|
|
|
| |
$auth global var is passed to search backend constructor, as it is used
by sphinx backend.
PHPBB3-11011
|
| |
|
|
|
|
| |
Pass global variables into the search backend class constructor.
PHPBB3-11011
|
| |
|
|
|
|
| |
function to return the value of the the private property phrase_search
PHPBB3-9730
|
| |
|
|
|
|
| |
adds proper spaces after control keywords and comment symbol
PHPBB3-9730
|
| |
|
|
|
|
| |
Docblocks are added to the functions of this search backend.
PHPBB3-9730
|
| |
|
|
|
|
|
| |
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
|