| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12624
|
|
|
|
| |
PHPBB3-12627
|
|
|
|
|
|
|
| |
Fix for the building of subqueries
in sql_build_query
PHPBB3-15520
|
|
|
|
|
|
|
|
|
|
| |
As of PHP 7.2, only arrays and objects implementing the Countable interface
should be passed as a count() or sizeof() parameter.
See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198
Also, sizeof() seems to be sheduled for deprecation, see
https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations
PHPBB3-14972
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
phpBB/adm/style/install_update_diff.html
phpBB/adm/style/installer_header.html
phpBB/install/database_update.php
phpBB/install/index.php
phpBB/styles/subsilver2/template/overall_header.html
phpBB/styles/subsilver2/template/simple_header.html
phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html
phpBB/styles/subsilver2/template/viewtopic_print.html
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This was previously removed without needing to. Adding it back to force
users to not emulate the page for previous versions of IE. The
imagetoolbar http-equiv tag was not restored as IE does not contain that
anymore since IE7. Also, the chome=1 has been removed from the
X-UA-Compatible content as ChromeFrame does not receive any further
updates since 2014 and is potentially broken.
PHPBB3-14136
|
| |
| |
| |
| |
| |
| | |
This is part 5 and there is more to come.
PHPBB3-13454
|
| |
| |
| |
| | |
PHPBB3-13652
|
| |
| |
| |
| | |
PHPBB3-13652
|
| |
| |
| |
| | |
PHPBB3-13652
|
| |
| |
| |
| |
| |
| | |
Changing the syntax used to the one Nicofuma suggested.
PHPBB3-13652
|
| |
| |
| |
| | |
PHPBB3-13652
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[feature/sql-bool-builder] Extending DBAL query builder for boolean generation
* brunoais/feature/sql-bool-builder:
[feature/sql-bool-builder] Improved tests output to show the SQL error.
[feature/sql-bool-builder] Adding the IS operator to predicted operators
[feature/sql-bool-builder] test_single_not_like
[feature/sql-bool-builder] test_single_like
[feature/sql-bool-builder] test_single_not_in
[feature/sql-bool-builder] test_single_in
[feature/sql-bool-builder] test_and_of_or_of_and
[feature/sql-bool-builder] test_triple_and_with_in
[feature/sql-bool-builder] test_double_and_with_not_of_and
[feature/sql-bool-builder] test_triple_and_with_is_null
[feature/sql-bool-builder] Prepare testing class
[feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations
[feature/sql-bool-builder] Explain better the code in the first
[feature/sql-bool-builder] Also use parenthesis for the NOT operator
[feature/sql-bool-builder] AS keyword must be lowercase;
[feature/sql-bool-builder] Added code to use this feature for the WHERE clause
[feature/sql-bool-builder] Removed non-necessary spaces
[feature/sql-bool-builder] First working version
|
| | |
| | |
| | |
| | | |
PHPBB3-13652
|
| | |
| | |
| | |
| | | |
PHPBB3-13652
|
| | |
| | |
| | |
| | |
| | |
| | | |
Explain what that if and check is for in the first method that is called.
PHPBB3-13652
|
| | |
| | |
| | |
| | |
| | |
| | | |
Be on the safe side, also use parenthesis for the NOT operator
PHPBB3-13652
|
| | |
| | |
| | |
| | |
| | |
| | | |
AS keyword must be lowercase; expected "as" but found "AS"
PHPBB3-13652
|
| | |
| | |
| | |
| | | |
PHPBB3-13652
|
| | |
| | |
| | |
| | | |
PHPBB3-13652
|
| | |
| | |
| | |
| | | |
PHPBB3-13652
|
|\ \ \
| |/ /
|/| /
| |/
| | |
* 3.1.x:
[ticket/14116] sql_affectedrows method has no arguments
|
| |
| |
| |
| | |
PHPBB3-14116
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
|
| |
| |
| |
| | |
PHPBB3-12671
|
| |
| |
| |
| | |
PHPBB3-12671
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12387] Cleanup *_free_result call and remove @ on that call
* Nicofuma/ticket/12387:
[ticket/12387] Fix a call to sql_freeresult in full_text_native
[ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresult
[ticket/12387] Use the hash as query_id for caching
[ticket/12387] Remove unnecessary checks
[ticket/12387] mssql_query return true if a select query returns 0 row
[ticket/12387] Cleanup *_free_result call and remove @ on that call
|
| |
| |
| |
| | |
PHPBB3-12387
|
|/
|
|
| |
PHPBB3-12446
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-12282
|
|
|
|
| |
PHPBB3-12282
|
|
|
|
| |
PHPBB3-11693
|
|
|
|
|
|
|
|
| |
The path to the admin style CSS is currently created with $phpbb_admin_path.
We should however use the path_helper to correctly link to this file in order
to have a correct link on pages like extensions
PHPBB3-12018
|
|
|
|
| |
PHPBB3-11980
|
|
|
|
| |
PHPBB3-11866
|
|
|
|
| |
PHPBB3-11700
|
|
|
|
| |
PHPBB3-11700
|
|
PHPBB3-11698
|