Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [ticket/12387] Remove unnecessary checks | Tristan Darricau | 2014-06-22 | 5 | -5/+5 | |
| | | | | | | | | PHPBB3-12387 | |||||
| * | [ticket/12387] mssql_query return true if a select query returns 0 row | Tristan Darricau | 2014-06-22 | 1 | -2/+12 | |
| | | | | | | | | PHPBB3-12387 | |||||
| * | [ticket/12387] Cleanup *_free_result call and remove @ on that call | Tristan Darricau | 2014-06-22 | 10 | -133/+227 | |
| | | | | | | | | PHPBB3-12387 | |||||
* | | Merge pull request #2711 from n-aleha/ticket/12829 | Andreas Fischer | 2014-07-11 | 1 | -6/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | [ticket/12829] Remove check for pgsql 8.3/8.2 * n-aleha/ticket/12829: [ticket/12829] Remove check for pgsql 8.3/8.2 | |||||
| * | | [ticket/12829] Remove check for pgsql 8.3/8.2 | n-aleha | 2014-07-07 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | Remove check for pgsql 8.3/8.2 and set multi_insert to true. PHPBB3-12829 | |||||
* | | | Merge pull request #2690 from Noxwizard/ticket/12802 | Tristan Darricau | 2014-07-07 | 1 | -3/+4 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | [ticket/12802] Properly handle connection failures in SQLite3 * Noxwizard/ticket/12802: [ticket/12802] Properly handle connection failures in SQLite3 | |||||
| * | | [ticket/12802] Properly handle connection failures in SQLite3 | Patrick Webster | 2014-07-03 | 1 | -3/+4 | |
| | | | | | | | | | | | | PHPBB3-12802 | |||||
* | | | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵ | Nils Adermann | 2014-07-04 | 3 | -0/+615 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12446: [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | |||||
| * | | | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | Tristan Darricau | 2014-06-26 | 3 | -0/+615 | |
| | | | | | | | | | | | | | | | | PHPBB3-12446 | |||||
* | | | | [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 #2629 from nickvergessen/ticket/12747 | Andreas Fischer | 2014-06-22 | 1 | -534/+0 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 | |||||
| * | | | [ticket/12747] Drop support for Firebird | Joas Schilling | 2014-06-20 | 1 | -526/+0 | |
| | | | | | | | | | | | | | | | | PHPBB3-12747 | |||||
* | | | | Merge pull request #2591 from rxu/ticket/12704 | Joas Schilling | 2014-06-22 | 10 | -0/+80 | |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | [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 | 10 | -0/+80 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -3/+3 | |
|/ | | | | PHPBB3-12721 | |||||
* | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 | Yuriy Rusko | 2014-05-27 | 2 | -2/+22 | |
|\ | | | | | | | | | Conflicts: phpBB/docs/hook_system.html | |||||
| * | [ticket/12570] Keep MySQLi procedural | Joas Schilling | 2014-05-26 | 1 | -2/+2 | |
| | | | | | | | | PHPBB3-12570 | |||||
| * | [ticket/12570] Fix MySQL affectedrows | Joas Schilling | 2014-05-26 | 1 | -1/+20 | |
| | | | | | | | | | | | | | | | | 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 | |||||
| * | [ticket/12570] Fix MySQLi affectedrows by specifying MYSQLI_CLIENT_FOUND_ROWS | Joas Schilling | 2014-05-26 | 1 | -1/+2 | |
| | | | | | | | | PHPBB3-12570 | |||||
* | | [ticket/12594] Update footer credit lines | Yuriy Rusko | 2014-05-27 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-12594 | |||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 14 | -58/+101 | |
|/ | | | | PHPBB3-12594 | |||||
* | [feature/sqlite3] Update docblocks and function visibility | Patrick Webster | 2014-05-02 | 1 | -23/+48 | |
| | | | | | | Added missing docblock annotations and added visibility identifiers. PHPBB3-9728 | |||||
* | [feature/sqlite3] Add support for SQLite 3 | Patrick Webster | 2014-05-02 | 1 | -0/+350 | |
| | | | | | | | 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 | |||||
* | [ticket/12282] Add new line at EOF of the interface | Joas Schilling | 2014-04-01 | 1 | -1/+1 | |
| | | | | PHPBB3-12282 | |||||
* | [ticket/12282] Use {@inheritDoc} for inherited methods | Joas Schilling | 2014-04-01 | 12 | -288/+115 | |
| | | | | PHPBB3-12282 | |||||
* | [ticket/12282] Add Interface for DBAL drivers | Joas Schilling | 2014-04-01 | 2 | -2/+357 | |
| | | | | PHPBB3-12282 | |||||
* | [ticket/11693] Change sql_build_array to support DELETE | Oliver Schramm | 2014-03-02 | 1 | -2/+2 | |
| | | | | PHPBB3-11693 | |||||
* | [ticket/12018] Use path_helper for admin style CSS in sql report | Marc Alexander | 2013-11-14 | 1 | -2/+2 | |
| | | | | | | | | 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 | |||||
* | [task/code-sniffer] Remove class result_mssqlnative. | Andreas Fischer | 2013-10-31 | 1 | -169/+0 | |
| | | | | PHPBB3-11980 | |||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 12 | -96/+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 | 4 | -9/+9 | |
| | | | | PHPBB3-11981 | |||||
* | [ticket/11918] Make sql_freeresult() consistent across all DB drivers | Patrick Webster | 2013-10-14 | 8 | -10/+11 | |
| | | | | PHPBB3-11918 | |||||
* | [ticket/11866] Update some occurances of phpbb_db_ to new Namespace | Joas Schilling | 2013-09-26 | 1 | -1/+1 | |
| | | | | PHPBB3-11866 | |||||
* | [ticket/11700] Fix a few more comments | Nils Adermann | 2013-09-16 | 1 | -2/+2 | |
| | | | | PHPBB3-11700 | |||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 12 | -17/+41 | |
| | | | | PHPBB3-11700 | |||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 12 | -0/+5854 | |
PHPBB3-11698 |