aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11603] Fix github api url and use curl with valid user agentJoas Schilling2013-06-132-2/+13
| | | | PHPBB3-11603
* Merge remote-tracking branch 'marc1706/ticket/11579' into develop-olympusAndreas Fischer2013-06-1115-1/+919
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * marc1706/ticket/11579: [ticket/11579] Add method for validating emails for valid MX and mark as slow [ticket/11579] Do not extend validate_data_helper [ticket/11579] Add missing commas to validate_username_test [ticket/11579] Rework calls to validate_data_helper [ticket/11579] Move simple tests into seperate files [ticket/11579] Use test case helper class and use assert prefix for method [ticket/11579] Move tests into seperate files depending on needed fixture [ticket/11579] Remove unnecessary globals from validate_password() [ticket/11579] Add remaining unit tests for validate_data functions [ticket/11579] Add basic set of unit tests for validate_data()
| * [ticket/11579] Add method for validating emails for valid MX and mark as slowMarc Alexander2013-06-051-3/+29
| | | | | | | | | | | | | | A method for setting up the prerequisities also has been added in order to reduce the amount of necessary code. PHPBB3-11579
| * [ticket/11579] Do not extend validate_data_helperMarc Alexander2013-06-051-1/+1
| | | | | | | | PHPBB3-11579
| * [ticket/11579] Add missing commas to validate_username_testMarc Alexander2013-06-031-6/+6
| | | | | | | | PHPBB3-11579
| * [ticket/11579] Rework calls to validate_data_helperMarc Alexander2013-06-0310-232/+344
| | | | | | | | PHPBB3-11579
| * [ticket/11579] Move simple tests into seperate filesMarc Alexander2013-06-037-251/+366
| | | | | | | | PHPBB3-11579
| * [ticket/11579] Use test case helper class and use assert prefix for methodMarc Alexander2013-06-035-95/+100
| | | | | | | | PHPBB3-11579
| * [ticket/11579] Move tests into seperate files depending on needed fixtureMarc Alexander2013-05-308-499/+594
| | | | | | | | PHPBB3-11579
| * [ticket/11579] Remove unnecessary globals from validate_password()Marc Alexander2013-05-301-1/+1
| | | | | | | | | | | | The globals $db and $user are not used in that function. PHPBB3-11579
| * [ticket/11579] Add remaining unit tests for validate_data functionsMarc Alexander2013-05-304-62/+375
| | | | | | | | | | | | | | | | This now includes tests for usernames, passwords, emails, and jabber addresses. A few small changes had to be applied to phpbb_mock_cache and phpbb_mock_user in order to incorporate needed methods. PHPBB3-11579
| * [ticket/11579] Add basic set of unit tests for validate_data()Marc Alexander2013-05-291-0/+252
| | | | | | | | | | | | | | This currently includes tests for the string, num, date, match, and language iso validation functions. PHPBB3-11579
* | Merge remote-tracking branch 'nickvergessen/ticket/11601' into develop-olympusAndreas Fischer2013-06-112-3/+39
|\ \ | | | | | | | | | | | | | | | * nickvergessen/ticket/11601: [ticket/11601] Add protected method for database sync and call it [ticket/11601] Split post_setup_synchronisation logic from xml parsing
| * | [ticket/11601] Add protected method for database sync and call itJoas Schilling2013-06-111-0/+15
| | | | | | | | | | | | PHPBB3-11601
| * | [ticket/11601] Split post_setup_synchronisation logic from xml parsingJoas Schilling2013-06-111-3/+24
| | | | | | | | | | | | PHPBB3-11601
* | | Merge remote-tracking branch 'remotes/nickv/ticket/11543' into develop-olympusNathaniel Guse2013-06-072-0/+359
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/11543: [ticket/11543] Add more users so #hidden <> #normal [ticket/11543] Use correct IP addresses and inject time for correct values [ticket/11543] Add unit tests for obtain_users_online_string() [ticket/11543] Add unit tests for obtain_users_online() with empty forum [ticket/11543] Add unit tests for obtain_users_online() [ticket/11543] Add unit tests for obtain_guest_count()
| * | [ticket/11543] Add more users so #hidden <> #normalJoas Schilling2013-06-072-10/+21
| | | | | | | | | | | | PHPBB3-11543
| * | [ticket/11543] Use correct IP addresses and inject time for correct valuesJoas Schilling2013-06-061-22/+25
| | | | | | | | | | | | PHPBB3-11543
| * | [ticket/11543] Add unit tests for obtain_users_online_string()Joas Schilling2013-06-062-1/+185
| | | | | | | | | | | | PHPBB3-11543
| * | [ticket/11543] Add unit tests for obtain_users_online() with empty forumJoas Schilling2013-06-061-0/+16
| | | | | | | | | | | | PHPBB3-11543
| * | [ticket/11543] Add unit tests for obtain_users_online()Joas Schilling2013-06-061-0/+65
| | | | | | | | | | | | PHPBB3-11543
| * | [ticket/11543] Add unit tests for obtain_guest_count()Joas Schilling2013-06-062-0/+80
| | | | | | | | | | | | PHPBB3-11543
* | | Merge pull request #1466 from nickvergessen/ticket/11590Nils Adermann2013-06-061-0/+20
|\ \ \ | | | | | | | | [ticket/11590] Close database connections when tearDown() is called
| * | | [ticket/11590] Close database connections when tearDown() is calledJoas Schilling2013-06-071-0/+20
|/ / / | | | | | | | | | PHPBB3-11590
* | | Merge remote-tracking branch 'remotes/nickv/ticket/11568' into develop-olympusNathaniel Guse2013-06-065-105/+173
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/11568: [ticket/11568] Split status code and html debug assertion into two methods [ticket/11568] Add comma at end of array key-value couple [ticket/11568] Invert logic for asserting the response [ticket/11568] Use static calls for static methods [ticket/11568] Remove unused method [ticket/11568] Only assert string when doctype is there at all [ticket/11568] Add method to get page content [ticket/11568] Allow different status codes [ticket/11568] Trim the output to allow Tabs before INCLUDE overall_header [ticket/11568] Fix common_groups_test.php form handling [ticket/11568] Make CookieJar static aswell [ticket/11568] Remove manual calls to assert_response_success() [ticket/11568] Only use a static version of the client [ticket/11568] Any output before the doc type means there was an error [ticket/11568] Set client manually so we can increase the cURL timeout [ticket/11568] Use Goutte Client to install the board for functional tests
| * | | [ticket/11568] Split status code and html debug assertion into two methodsJoas Schilling2013-05-311-18/+30
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Add comma at end of array key-value coupleJoas Schilling2013-05-311-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Invert logic for asserting the responseJoas Schilling2013-05-311-4/+4
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Use static calls for static methodsJoas Schilling2013-05-315-20/+20
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Remove unused methodJoas Schilling2013-05-301-19/+0
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Only assert string when doctype is there at allJoas Schilling2013-05-301-1/+4
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Add method to get page contentJoas Schilling2013-05-281-0/+10
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Allow different status codesJoas Schilling2013-05-281-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Trim the output to allow Tabs before INCLUDE overall_headerJoas Schilling2013-05-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Fix common_groups_test.php form handlingJoas Schilling2013-05-271-2/+1
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Make CookieJar static aswellJoas Schilling2013-05-271-6/+7
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Remove manual calls to assert_response_success()Joas Schilling2013-05-273-11/+1
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Only use a static version of the clientJoas Schilling2013-05-271-59/+60
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Any output before the doc type means there was an errorJoas Schilling2013-05-271-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change is needed to allow "Warning:" in the HTML body PHPBB3-11568
| * | | [ticket/11568] Set client manually so we can increase the cURL timeoutJoas Schilling2013-05-271-0/+7
| | | | | | | | | | | | | | | | PHPBB3-11568
| * | | [ticket/11568] Use Goutte Client to install the board for functional testsJoas Schilling2013-05-271-39/+105
| |/ / | | | | | | | | | PHPBB3-11568
* | | Merge remote-tracking branch 'remotes/bantu/ticket/11588' into develop-olympusNathaniel Guse2013-06-061-1/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # By Andreas Fischer # Via Andreas Fischer * remotes/bantu/ticket/11588: [ticket/11588] Also use version.phpbb.com in install_update.php.
| * | | [ticket/11588] Also use version.phpbb.com in install_update.php.Andreas Fischer2013-06-061-1/+3
|/ / / | | | | | | | | | PHPBB3-11588
* | | Merge remote-tracking branch 'bantu/ticket/11583' into develop-olympusDhruv2013-06-052-3/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Andreas Fischer # Via Andreas Fischer * bantu/ticket/11583: [ticket/11583] Use a new lang key instead of giving the old one a new meaning. [ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher.
| * | | [ticket/11583] Use a new lang key instead of giving the old one a new meaning.Andreas Fischer2013-06-032-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11583
| * | | [ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher.Andreas Fischer2013-06-012-2/+9
| | |/ | |/| | | | | | | PHPBB3-11583
* | | Merge remote-tracking branch 'erangamapa/ticket/11145' into develop-olympusAndreas Fischer2013-06-031-10/+10
|\ \ \ | | | | | | | | | | | | | | | | * erangamapa/ticket/11145: [ticket/11145] Wrong error thrown when uploading a bigger image.
| * | | [ticket/11145] Wrong error thrown when uploading a bigger image.erangamapa2013-05-251-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When attaching an image to a post with a size larger than maximum defined in php.ini, 'ATTACHED_IMAGE_NOT_IMAGE' error is thrown. $file->is_image() is returning false value when image size is too large. Therefore, moved not image test down after image size test. PHPBB3-11145
* | | | Merge remote-tracking branch 'nickvergessen/ticket/10840' into develop-olympusAndreas Fischer2013-06-031-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10840: [ticket/10840] Add check_form_key to acp_groups.php
| * | | | [ticket/10840] Add check_form_key to acp_groups.phpJoas Schilling2013-06-031-0/+10
| | |_|/ | |/| | | | | | | | | | PHPBB3-10840