| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* 3.1.x:
[ticket/13570] Remove unnecessary ternary condition from mysqli driver
|
| |
| |
| |
| | |
PHPBB3-13570
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
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-12387
|
| |
| |
| |
| | |
PHPBB3-12387
|
| |
| |
| |
| | |
PHPBB3-12387
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12829] Remove check for pgsql 8.3/8.2
* n-aleha/ticket/12829:
[ticket/12829] Remove check for pgsql 8.3/8.2
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove check for pgsql 8.3/8.2 and set multi_insert to true.
PHPBB3-12829
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
[ticket/12802] Properly handle connection failures in SQLite3
* Noxwizard/ticket/12802:
[ticket/12802] Properly handle connection failures in SQLite3
|
| | |
| | |
| | |
| | | |
PHPBB3-12802
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-ascraeus
* github-nicofuma/ticket/12446:
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12446
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As the db_connect_id gets set up by mysql_init(), the db_connect_id will be an
object with empty settings instead of just empty. Even if mysql_real_connect()
encounters an error upon connecting, the db_connect_id is still set. This
will result in trying to just access the database which obviously does
nothing.
By setting db_connect_id to an empty string, the script will not try to query
th database and properly handle any errors that occur upon connecting.
PHPBB3-12764
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12747] Drop support for Firebird
* nickvergessen/ticket/12747:
[ticket/12747] Remove some methods which are not used anymore
[ticket/12747] Drop support for Firebird
Conflicts:
phpBB/phpbb/db/driver/firebird.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12747
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12704] Improve the load time information in the footer when enabled
* rxu/ticket/12704:
[ticket/12704] Improve the load time information in the footer when enabled
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PR #2570 has added new constant to display load time information without
debug mode is being on (https://tracker.phpbb.com/browse/PHPBB3-12687).
This patch expands the total load time info with SQL/PHP load times,
while hiding the additional info with <abbr> element.
PHPBB3-12704
|
| |/
|/|
| |
| | |
PHPBB3-12756
|
|/
|
|
| |
PHPBB3-12721
|
|\
| |
| |
| |
| | |
Conflicts:
phpBB/docs/hook_system.html
|
| |
| |
| |
| | |
PHPBB3-12570
|
| |
| |
| |
| |
| |
| |
| |
| | |
We always want the number of matched rows instead of changed rows,
when running an update. So when mysql_info() returns the number of
matched rows we return that one instead of mysql_affected_rows()
PHPBB3-12570
|
| |
| |
| |
| | |
PHPBB3-12570
|
| |
| |
| |
| | |
PHPBB3-12594
|
|/
|
|
| |
PHPBB3-12594
|
|
|
|
|
|
| |
Added missing docblock annotations and added visibility identifiers.
PHPBB3-9728
|
|
|
|
|
|
|
| |
Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0
when support for SQLite 3 was added.
PHPBB3-9728
|
|
|
|
| |
PHPBB3-12282
|
|
|
|
| |
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-11980
|
|
|
|
| |
PHPBB3-11980
|
|
|
|
| |
PHPBB3-11981
|
|
|
|
| |
PHPBB3-11918
|
|
|
|
| |
PHPBB3-11866
|
|
|
|
| |
PHPBB3-11700
|
|
|
|
| |
PHPBB3-11700
|
|
PHPBB3-11698
|