Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13570] Remove unnecessary ternary condition from mysqli driver | Jakub Senko | 2015-02-16 | 1 | -2/+1 |
| | | | | PHPBB3-13570 | ||||
* | [ticket/12764] Properly handle errors upon connecting to MySQLi database | Marc Alexander | 2014-06-26 | 1 | -1/+5 |
| | | | | | | | | | | | | 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 | ||||
* | Merge pull request #2591 from rxu/ticket/12704 | Joas Schilling | 2014-06-22 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | [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 | ||||
| * | [ticket/12704] Improve the load time information in the footer when enabled | rxu | 2014-06-20 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | [ticket/12756] Fix mysqli_fetch_assoc on hhvm | Tristan Darricau | 2014-06-21 | 1 | -12/+25 |
|/ | | | | PHPBB3-12756 | ||||
* | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 | Yuriy Rusko | 2014-05-27 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: phpBB/docs/hook_system.html | ||||
| * | [ticket/12570] Keep MySQLi procedural | Joas Schilling | 2014-05-26 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12570 | ||||
| * | [ticket/12570] Fix MySQLi affectedrows by specifying MYSQLI_CLIENT_FOUND_ROWS | Joas Schilling | 2014-05-26 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-12570 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
|/ | | | | PHPBB3-12594 | ||||
* | [ticket/12282] Use {@inheritDoc} for inherited methods | Joas Schilling | 2014-04-01 | 1 | -19/+9 |
| | | | | PHPBB3-12282 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [task/code-sniffer] Fix argument list spacing. | Andreas Fischer | 2013-10-29 | 1 | -1/+1 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 1 | -3/+3 |
| | | | | PHPBB3-11981 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -1/+3 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+463 |
PHPBB3-11698 |