| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop-olympus' into develop | Nils Adermann | 2013-07-13 | 1 | -0/+1 |
|\ |
|
| * | [ticket/11686] Not checking for phpBB Debug errors on functional tests | Nathaniel Guse | 2013-07-13 | 1 | -0/+1 |
| * | [ticket/10772] Remove 3.1 code | Vjacheslav Trushkin | 2013-07-11 | 1 | -70/+51 |
* | | Merge pull request #1541 from nickvergessen/ticket/11684 | Nathan Guse | 2013-07-13 | 1 | -2/+2 |
|\ \ |
|
| * | | [ticket/11684] Remove useless confirmation page after login and admin login | Joas Schilling | 2013-07-13 | 1 | -2/+2 |
* | | | Merge pull request #1543 from nickvergessen/ticket/11685 | Nathan Guse | 2013-07-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [ticket/11685] Remove logout confirmation page | Joas Schilling | 2013-07-13 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge remote-tracking branch 'phpbb/develop' into ticket/9657 | Joas Schilling | 2013-07-13 | 1 | -0/+103 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'develop-olympus' into develop | Nathaniel Guse | 2013-07-11 | 1 | -0/+103 |
| |\ \
| | |/ |
|
| | * | Merge remote-tracking branch 'remotes/cyberalien/ticket/10772' into develop-o... | Nathaniel Guse | 2013-07-11 | 1 | -0/+103 |
| | |\ |
|
| | | * | [ticket/10772] Functional tests for forum style | Vjacheslav Trushkin | 2013-05-16 | 1 | -0/+103 |
* | | | | [ticket/9657] Add unit tests for softdeleting and moving posts/topics | Joas Schilling | 2013-07-12 | 1 | -9/+39 |
|/ / / |
|
* | | | Merge remote-tracking branch 'dhruvgoel92/ticket/9341' into develop | Joas Schilling | 2013-06-29 | 1 | -0/+101 |
|\ \ \ |
|
| * | | | [ticket/9341] Move create_topic and post into functional test case | Dhruv | 2013-06-27 | 1 | -0/+101 |
* | | | | Merge branch 'develop-olympus' into develop | Joas Schilling | 2013-06-20 | 1 | -10/+43 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | [ticket/11604] Skip installer step where config.php is created. | Andreas Fischer | 2013-06-19 | 1 | -20/+27 |
| * | | [ticket/11604] Fix case where config.php is not generated by phpBB. | Andreas Fischer | 2013-06-18 | 1 | -1/+23 |
| * | | [ticket/11604] Use variables for config.php filesnames. | Andreas Fischer | 2013-06-18 | 1 | -6/+10 |
* | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11568-d... | Joas Schilling | 2013-06-07 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | [ticket/11538] Add admin as admins leader and moderator in memberlist_test | Marc Alexander | 2013-06-04 | 1 | -2/+2 |
* | | | | Merge branch 'ticket/11568' into ticket/11568-develop | Joas Schilling | 2013-05-31 | 1 | -25/+36 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | [ticket/11568] Split status code and html debug assertion into two methods | Joas Schilling | 2013-05-31 | 1 | -18/+30 |
| * | | | [ticket/11568] Add comma at end of array key-value couple | Joas Schilling | 2013-05-31 | 1 | -1/+1 |
| * | | | [ticket/11568] Invert logic for asserting the response | Joas Schilling | 2013-05-31 | 1 | -4/+4 |
| * | | | [ticket/11568] Use static calls for static methods | Joas Schilling | 2013-05-31 | 1 | -4/+4 |
* | | | | Merge branch 'ticket/11568' into ticket/11568-develop | Joas Schilling | 2013-05-30 | 1 | -20/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | [ticket/11568] Remove unused method | Joas Schilling | 2013-05-30 | 1 | -19/+0 |
| * | | | [ticket/11568] Only assert string when doctype is there at all | Joas Schilling | 2013-05-30 | 1 | -1/+4 |
* | | | | [ticket/develop/11568] Remove php extension parameter | Joas Schilling | 2013-05-30 | 1 | -1/+1 |
* | | | | Merge branch 'ticket/11568' into ticket/11568-develop | Joas Schilling | 2013-05-28 | 1 | -51/+131 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | [ticket/11568] Add method to get page content | Joas Schilling | 2013-05-28 | 1 | -0/+10 |
| * | | [ticket/11568] Allow different status codes | Joas Schilling | 2013-05-28 | 1 | -2/+2 |
| * | | [ticket/11568] Trim the output to allow Tabs before INCLUDE overall_header | Joas Schilling | 2013-05-28 | 1 | -1/+1 |
| * | | [ticket/11568] Make CookieJar static aswell | Joas Schilling | 2013-05-27 | 1 | -6/+7 |
| * | | [ticket/11568] Only use a static version of the client | Joas Schilling | 2013-05-27 | 1 | -59/+60 |
| * | | [ticket/11568] Any output before the doc type means there was an error | Joas Schilling | 2013-05-27 | 1 | -8/+6 |
| * | | [ticket/11568] Set client manually so we can increase the cURL timeout | Joas Schilling | 2013-05-27 | 1 | -0/+7 |
| * | | [ticket/11568] Use Goutte Client to install the board for functional tests | Joas Schilling | 2013-05-27 | 1 | -39/+105 |
| * | | [ticket/11544] Add admin_login() method to 3.0 functional test case | Marc Alexander | 2013-05-14 | 1 | -0/+44 |
| |/ |
|
* | | Merge remote-tracking branch 'EXreaction/ticket/11415' into develop | David King | 2013-05-18 | 1 | -2/+4 |
|\ \ |
|
| * | | [ticket/11415] Fix ext.manager constructor in tests | Nathaniel Guse | 2013-05-03 | 1 | -1/+0 |
| * | | [ticket/11415] Remove migrator dependency from extension manager | Nathaniel Guse | 2013-05-01 | 1 | -1/+4 |
* | | | [ticket/10325] add logout function in functional_test_case | Dhruv | 2013-04-25 | 1 | -0/+11 |
|/ / |
|
* | | [ticket/11335] (more) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 1 | -1/+1 |
* | | Merge pull request #1290 from nickvergessen/ticket/11362 | Nils Adermann | 2013-04-24 | 1 | -0/+1 |
|\ \ |
|
| * | | [ticket/11362] Extension manager depends on filesystem | Joas Schilling | 2013-04-17 | 1 | -0/+1 |
* | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-04-15 | 1 | -0/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | [ticket/11493] add checks for Notice and Warning | Dhruv | 2013-04-15 | 1 | -0/+2 |
| * | | [ticket/11493] add check for phpBB Debug in functional tests | Dhruv | 2013-04-15 | 1 | -0/+1 |
* | | | [ticket/11492] Fix issues with log object | Joas Schilling | 2013-04-11 | 1 | -16/+10 |