Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13241] Remove sleep() and change flood interval instead | Joas Schilling | 2014-10-29 | 1 | -3/+22 |
| | | | | PHPBB3-13241 | ||||
* | [ticket/13241] Remove sleep() since the method takes care of this now | Joas Schilling | 2014-10-29 | 1 | -12/+0 |
| | | | | PHPBB3-13241 | ||||
* | [ticket/12013] Fix functional tests and sniffer issue. | Cesar G | 2014-07-04 | 1 | -5/+1 |
| | | | | PHPBB3-12013 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12421] Rebase and enable tests | Tristan Darricau | 2014-05-06 | 1 | -12/+9 |
| | | | | PHPBB3-12421 | ||||
* | [ticket/12459] Enable related tests | Nicofuma | 2014-05-04 | 1 | -22/+9 |
| | | | | PHPBB3-12459 | ||||
* | [ticket/12413] Update configuration's asserts | Nicofuma | 2014-05-02 | 1 | -2/+2 |
| | | | | PHPBB3-12413 | ||||
* | [ticket/12413] Update init | Nicofuma | 2014-05-02 | 1 | -3/+1 |
| | | | | PHPBB3-12413 | ||||
* | [ticket/12413] Remove unnecessary casts | Nicofuma | 2014-05-02 | 1 | -2/+2 |
| | | | | PHPBB3-12413 | ||||
* | [ticket/12413] Disabled unapproved and solftdeleted tests | Nicofuma | 2014-05-02 | 1 | -9/+22 |
| | | | | PHPBB3-12413 | ||||
* | [ticket/12413] Coding style again | Nicofuma | 2014-05-02 | 1 | -27/+27 |
| | | | | PHPBB3-12413 | ||||
* | [ticket/12413] Fix coding style | Nicofuma | 2014-05-02 | 1 | -11/+18 |
| | | | | PHPBB3-12413 | ||||
* | [ticket/12413] Fix: coding style | Nicofuma | 2014-05-02 | 1 | -8/+8 |
| | | | | PHPBB3-12413 | ||||
* | [ticket/12413] Fixing the failed test | Nicofuma | 2014-05-02 | 1 | -8/+20 |
| | | | | | | | The test was failing because travis is too fast: 2 posts had the same timestamp. PHPBB3-12413 | ||||
* | [ticket/12413] Using static attribute instead of @depends | Tristan Darricau | 2014-05-02 | 1 | -194/+59 |
| | | | | | | | | | Using a static attribute to store the initial state of the feeds instead of transmit it with the @depends annotation. This attribute is also added to backupStaticAttributesBlackList PHPBB3-12413 | ||||
* | [ticket/12413] Useing @depends to transmit the state of the board | Tristan Darricau | 2014-05-02 | 1 | -90/+328 |
| | | | | | | | the state of the board is calculate in the first test and transmit to the others thanks to the @depends annotation. PHPBB3-12413 | ||||
* | [ticket/12413] Tests: Adding functional tests for the feeds | Tristan Darricau | 2014-05-02 | 1 | -0/+1373 |
Some tests are disabled until PHPBB3-12418 (#2331) and PHPBB3-12421 (#2330) are fixed and merged PHPBB3-12413 |