aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10205] Test failed connection attempts.Oleg Pudeyev2012-12-042-0/+49
| | | | PHPBB3-10205
* [ticket/10205] Check for function existence in mssql connect method.Oleg Pudeyev2012-12-041-0/+8
| | | | PHPBB3-10205
* [ticket/10205] Convert mssqlnative driver to the same logic.Oleg Pudeyev2012-12-041-20/+32
| | | | PHPBB3-10205
* [ticket/10205] Fix a parse error in oracle driver.Oleg Pudeyev2012-12-041-1/+1
| | | | PHPBB3-10205
* [ticket/10205] Fix remaining db drivers.Oleg Pudeyev2012-12-045-43/+93
| | | | PHPBB3-10205
* [ticket/10205] Avoid calling mysqli functions when mysqli is missing.Oleg Pudeyev2012-12-041-4/+14
| | | | PHPBB3-10205
* [ticket/10205] Account for potentially missing extensions in dbal.Oleg Pudeyev2012-12-045-4/+93
| | | | PHPBB3-10205
* Merge PR #1112 branch 'bantu/ticket/11240' into develop-olympusOleg Pudeyev2012-12-042-0/+2
|\ | | | | | | | | * bantu/ticket/11240: [ticket/11240] Enable PHPUnit's verbose mode so we get a list of skipped tests.
| * [ticket/11240] Enable PHPUnit's verbose mode so we get a list of skipped tests.Andreas Fischer2012-12-042-0/+2
|/ | | | PHPBB3-11240
* Merge remote-tracking branch 'p/ticket/11238-olympus' into develop-olympusAndreas Fischer2012-12-032-32/+433
|\ | | | | | | | | * p/ticket/11238-olympus: [ticket/11238] Set goutte version to 0.1.0.
| * [ticket/11238] Set goutte version to 0.1.0.Oleg Pudeyev2012-12-022-32/+433
|/ | | | PHPBB3-11238
* Merge PR #893 branch 'nickvergessen/ticket/10184' into develop-olympusOleg Pudeyev2012-12-012-0/+21
|\ | | | | | | | | | | * nickvergessen/ticket/10184: [ticket/10184] Query bots table to get the user_ids of the bots [ticket/10184] Disable receiving pms for bots by default
| * [ticket/10184] Query bots table to get the user_ids of the botsJoas Schilling2012-12-011-4/+18
| | | | | | | | PHPBB3-10184
| * [ticket/10184] Disable receiving pms for bots by defaultJoas Schilling2012-12-012-0/+7
| | | | | | | | PHPBB3-10184
* | Merge remote-tracking branch 'p/ticket/11227' into develop-olympusAndreas Fischer2012-11-2914-18/+18
|\ \ | | | | | | | | | | | | * p/ticket/11227: [ticket/11227] @return void -> @return null in develop-olympus.
| * | [ticket/11227] @return void -> @return null in develop-olympus.Oleg Pudeyev2012-11-2914-18/+18
|/ / | | | | | | PHPBB3-11227
* | Merge PR #1074 branch 'bantu/ticket/11192' into develop-olympusOleg Pudeyev2012-11-163-1/+81
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/11192: [ticket/11192] Merge dataProvider arrays because the test is the same now. [ticket/11192] Update $value parameter description to support other types. [ticket/11192] Mark negative byte numbers as unsupported. [ticket/11192] Test strings not converted to int/float before. [ticket/11192] Also test strings, e.g. sums returned by the database. [ticket/11192] Also test powers of 10 / 1000. [ticket/11192] Add tests. [ticket/11192] Add Tebibyte to get_formatted_filesize().
| * | [ticket/11192] Merge dataProvider arrays because the test is the same now.Andreas Fischer2012-11-161-15/+1
| | | | | | | | | | | | PHPBB3-11192
| * | [ticket/11192] Update $value parameter description to support other types.Andreas Fischer2012-11-161-1/+2
| | | | | | | | | | | | PHPBB3-11192
| * | [ticket/11192] Mark negative byte numbers as unsupported.Andreas Fischer2012-11-162-17/+1
| | | | | | | | | | | | PHPBB3-11192
| * | [ticket/11192] Test strings not converted to int/float before.Andreas Fischer2012-11-161-2/+36
| | | | | | | | | | | | PHPBB3-11192
| * | [ticket/11192] Also test strings, e.g. sums returned by the database.Andreas Fischer2012-11-161-0/+10
| | | | | | | | | | | | PHPBB3-11192
| * | [ticket/11192] Also test powers of 10 / 1000.Andreas Fischer2012-11-161-0/+7
| | | | | | | | | | | | PHPBB3-11192
| * | [ticket/11192] Add tests.Oleg Pudeyev2012-11-151-0/+50
| | | | | | | | | | | | PHPBB3-11192
| * | [ticket/11192] Add Tebibyte to get_formatted_filesize().Andreas Fischer2012-11-112-0/+8
| | | | | | | | | | | | PHPBB3-11192
* | | Merge PR #1060 branch 'nickvergessen/ticket/11186' into develop-olympusOleg Pudeyev2012-11-151-6/+0
|\ \ \ | | | | | | | | | | | | | | | | * nickvergessen/ticket/11186: [ticket/11186] Database unit tests fail on windows using sqlite2
| * | | [ticket/11186] Database unit tests fail on windows using sqlite2Joas Schilling2012-11-101-6/+0
| | |/ | |/| | | | | | | | | | | | | | | | | | | The problem is, that we try to recreate the db and reconnect to it, while the old connection is still hold. To resolve this, we just drop all tables and recreate the tables instead of the hole db. PHPBB3-11186
* | | Merge remote-tracking branch 'p/ticket/11202-olympus' into develop-olympusAndreas Fischer2012-11-152-1/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/11202-olympus: [ticket/11202] Custom message does not make sense here, delete it. [ticket/11202] Check response success before content assertions. [ticket/11202] Add a heuristic function to check for response success.
| * | | [ticket/11202] Custom message does not make sense here, delete it.Oleg Pudeyev2012-11-151-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11202
| * | | [ticket/11202] Check response success before content assertions.Oleg Pudeyev2012-11-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not change tests that perform requests which are either clearly not supposed to succeed or are a gray area. PHPBB3-11202
| * | | [ticket/11202] Add a heuristic function to check for response success.Oleg Pudeyev2012-11-151-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | This tries to account for php sending fatal errors with 200 status code. PHPBB3-11202
* | | | Merge PR #1069 branch 'Fyorl/ticket/11190' into develop-olympusOleg Pudeyev2012-11-151-0/+23
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * Fyorl/ticket/11190: [ticket/11190] Functional tests purge cache before running.
| * | | [ticket/11190] Functional tests purge cache before running.Fyorl2012-11-111-0/+23
| | |/ | |/| | | | | | | | | | | | | Added functions to get and purge cache to functional framework also. PHPBB3-11190
* | | Merge remote-tracking branch 'marc1706/ticket/10879' into develop-olympusAndreas Fischer2012-11-131-1/+1
|\ \ \ | |/ / |/| | | | | | | | * marc1706/ticket/10879: [ticket/10879] Remove arrow icon from attachment link in editor
| * | [ticket/10879] Remove arrow icon from attachment link in editorMarc Alexander2012-11-131-1/+1
|/ / | | | | | | | | | | | | | | If you upload a file with a long filename the filename will partially cover the arrow icon background image. Remove the icon as it's not needed anyways. PHPBB3-10879
* | Merge PR #1052 branch 'p/ticket/10865' into develop-olympusOleg Pudeyev2012-11-091-68/+87
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10865: [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode files [ticket/10865] Phrase change for visiting with browser [ticket/10865] Grammar corrections for the entire document [ticket/10865] Typo and phrasing change [ticket/10865] Updates and additions to /docs/INSTALL.html
| * | [ticket/10865] Use code tags for install/database_update.php.Oleg Pudeyev2012-11-091-2/+2
| | | | | | | | | | | | PHPBB3-10865
| * | [ticket/10865] Should have been a slash.Oleg Pudeyev2012-11-091-1/+1
| | | | | | | | | | | | PHPBB3-10865
| * | [ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode filesPatrick Webster2012-08-031-1/+1
| | | | | | | | | | | | PHPBB3-10865
| * | [ticket/10865] Phrase change for visiting with browserPatrick Webster2012-06-281-1/+1
| | | | | | | | | | | | PHPBB3-10865
| * | [ticket/10865] Grammar corrections for the entire documentPatrick Webster2012-06-221-56/+56
| | | | | | | | | | | | | | | | | | | | | Fixed more grammatical issues, changed some phrasings, added a link for offline conversions, and other corrections. PHPBB3-10865
| * | [ticket/10865] Typo and phrasing changePatrick Webster2012-06-191-1/+1
| | | | | | | | | | | | PHPBB3-10865
| * | [ticket/10865] Updates and additions to /docs/INSTALL.htmlOyabun12012-06-191-31/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added anti-spam section. Changed www.mydomain.com/tld to www.example.com. Updated update section to mention third party styles. Reworded several sentences for clarity. Made file name/path formatting more consistent. Corrected update archive type availabilities. Changed PHP version listing to be less redundant. PHPBB3-10865 PHPBB3-10918
* | | Merge remote-tracking branch 'github-igorw/ticket/11181-olympus' into ↵Nils Adermann2012-11-091-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | develop-olympus * github-igorw/ticket/11181-olympus: [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
| * | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]Igor Wiedler2012-11-091-1/+1
| | | | | | | | | | | | PHPBB3-11181
* | | Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympusOleg Pudeyev2012-11-091-2/+0
|\ \ \ | | | | | | | | | | | | | | | | * bantu/ticket/11178: [ticket/11178] Do not set error_reporting to E_ALL in database_updater.php
| * | | [ticket/11178] Do not set error_reporting to E_ALL in database_updater.phpAndreas Fischer2012-11-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take whatever startup.php sets instead. This especially takes care of E_STRICT messages that are generated because of PHP4 compatibility. PHPBB3-11178
* | | | Merge PR #1042 branch 'bantu/ticket/10897' into develop-olympusOleg Pudeyev2012-11-092-11/+60
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/10897: [ticket/10897] Combine bot updates and bot delete. [ticket/10897] Use same code/query for deleting. [ticket/10897] Make sure the user we're fetching is a bot. [ticket/10897] Do not handle IP address. There is no need. [ticket/10897] Update by user_id instead of bot_name. [ticket/10897] Move bot delete data to the relevant foreach loop. [ticket/10897] Add comment about what's going on. [ticket/10897] Remove unnecessary string casting. [ticket/10897] Add space after foreach. [ticket/10897] Update bots during phpBB update [ticket/10897] Bot list updated
| * | | [ticket/10897] Combine bot updates and bot delete.Andreas Fischer2012-11-091-40/+31
| | | | | | | | | | | | | | | | PHPBB3-10897
| * | | [ticket/10897] Use same code/query for deleting.Andreas Fischer2012-11-091-9/+6
| | | | | | | | | | | | | | | | PHPBB3-10897