Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13880] Automatically remove quotes that are nested too deep | JoshyPHP | 2015-06-27 | 1 | -0/+81 |
| | | | | PHPBB3-13880 | ||||
* | [ticket/11711] Improve coding and comments of character check | Marc Alexander | 2014-06-10 | 1 | -2/+4 |
| | | | | PHPBB3-11711 | ||||
* | [ticket/11711] Reduce size of tests and also test topic titles | Marc Alexander | 2014-06-09 | 1 | -30/+13 |
| | | | | PHPBB3-11711 | ||||
* | [ticket/11711] Inform user of unsupported characters while posting | Marc Alexander | 2014-06-09 | 1 | -0/+38 |
| | | | | PHPBB3-11711 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11865] Add bbcodes to functional posting tests | Joas Schilling | 2013-09-26 | 1 | -2/+2 |
| | | | | PHPBB3-11865 | ||||
* | [ticket/9341] Move create_topic and post into functional test case | Dhruv | 2013-06-27 | 1 | -101/+0 |
| | | | | | | | create_topic and create_post are moved into functional test case so that they can be used by other tests as well PHPBB3-9341 | ||||
* | [ticket/11568] Use static calls for static methods | Joas Schilling | 2013-05-31 | 1 | -7/+7 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/11568] Remove manual calls to assert_response_success() | Joas Schilling | 2013-05-27 | 1 | -4/+1 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/8610] Do not use requests to submit posts except in posting_test.php | Nathan Guse | 2012-12-15 | 1 | -6/+106 |
| | | | | | | | | Moving my functional test functions from posting_helpers.php to posting_test.php since it is a bit nicer and more reusable if posting_test.php is to be expanded in the future. PHPBB3-8610 | ||||
* | [ticket/8610] Move posting helpers to separate file | Nathan Guse | 2012-12-13 | 1 | -2/+6 |
| | | | | | | This is to prevent cluttering up the functional test case class more PHPBB3-8610 | ||||
* | [ticket/8610] Create helper functions to create topic/post in functional tests | Nathan Guse | 2012-12-13 | 1 | -78/+11 |
| | | | | | | | | This will be used to test splitting/copying/merging/etc in functional tests Also convert functional posting_test.php to use these functions PHPBB3-8610 | ||||
* | [task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST | David King | 2012-09-01 | 1 | -9/+1 |
| | | | | PHPBB3-10758 | ||||
* | [task/functional] Added posting tests (reply and new topic) | David King | 2012-09-01 | 1 | -0/+110 |
PHPBB-10758 |