Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12624] Add debug.load_time parameter | Jakub Senko | 2019-05-09 | 1 | -2/+2 |
| | | | | PHPBB3-12624 | ||||
* | [ticket/12627] Add debug.sql_explain parameter | Jakub Senko | 2019-05-09 | 1 | -4/+3 |
| | | | | PHPBB3-12627 | ||||
* | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driver | hubaishan | 2018-08-25 | 1 | -1/+1 |
| | | | | | | | sqlsrv_fetch_array() function returns an array when data found, null when no data or false on error. So we need to change null to false only. PHPBB3-15612 | ||||
* | Merge pull request #4680 from marc1706/ticket/15055 | Derky | 2018-01-05 | 1 | -1/+2 |
|\ | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well | ||||
| * | [ticket/15055] Specify utf8 as character set in sqlsrv_connect | Marc Alexander | 2018-01-01 | 1 | -1/+2 |
| | | | | | | | | | | | | This is needed to be able to correctly retrieve unicode data from the db. PHPBB3-15055 | ||||
* | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
|/ | | | | PHPBB3-14972 | ||||
* | Merge pull request #2637 from Nicofuma/ticket/12387 | Joas Schilling | 2014-08-07 | 1 | -13/+21 |
|\ | | | | | | | | | | | | | | | | | | | | | | | [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 | ||||
| * | [ticket/12387] Remove unnecessary checks | Tristan Darricau | 2014-06-22 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12387 | ||||
| * | [ticket/12387] Cleanup *_free_result call and remove @ on that call | Tristan Darricau | 2014-06-22 | 1 | -12/+20 |
| | | | | | | | | PHPBB3-12387 | ||||
* | | 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/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -3/+3 |
|/ | | | | PHPBB3-12721 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+10 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12282] Use {@inheritDoc} for inherited methods | Joas Schilling | 2014-04-01 | 1 | -16/+7 |
| | | | | PHPBB3-12282 | ||||
* | [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 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11981] Fix code sniffer complaints | Marc Alexander | 2013-10-28 | 1 | -2/+2 |
| | | | | PHPBB3-11981 | ||||
* | [ticket/11918] Make sql_freeresult() consistent across all DB drivers | Patrick Webster | 2013-10-14 | 1 | -1/+2 |
| | | | | PHPBB3-11918 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -2/+4 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+613 |
PHPBB3-11698 |