Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11491] Fix path to the ext/ folder | Joas Schilling | 2013-04-12 | 1 | -1/+1 |
| | | | | PHPBB3-11491 | ||||
* | [ticket/11491] Add extension_acp_test.php to functional group | Joas Schilling | 2013-04-12 | 1 | -0/+3 |
| | | | | PHPBB3-11491 | ||||
* | [ticket/11491] Fix class name of functional test | Joas Schilling | 2013-04-12 | 1 | -1/+1 |
| | | | | PHPBB3-11491 | ||||
* | [ticket/11491] Move file to correct directory | Joas Schilling | 2013-04-12 | 1 | -0/+0 |
| | | | | PHPBB3-11491 | ||||
* | [ticket/11492] Fix the test once more | Joas Schilling | 2013-04-11 | 1 | -7/+1 |
| | | | | PHPBB3-11492 | ||||
* | [ticket/11492] Fix issues with log object | Joas Schilling | 2013-04-11 | 1 | -16/+10 |
| | | | | PHPBB3-11492 | ||||
* | [ticket/11492] Split into mutliple tests | Joas Schilling | 2013-04-11 | 1 | -6/+16 |
| | | | | PHPBB3-11492 | ||||
* | [ticket/11492] Do not add the user again | Joas Schilling | 2013-04-11 | 1 | -1/+0 |
| | | | | PHPBB3-11492 | ||||
* | [ticket/11492] Add tests for removing/adding users | Joas Schilling | 2013-04-11 | 2 | -1/+74 |
| | | | | PHPBB3-11492 | ||||
* | [ticket/11492] Add functional test for empty teampage | Joas Schilling | 2013-04-11 | 2 | -0/+49 |
| | | | | PHPBB3-11492 | ||||
* | Merge pull request #1199 from imkingdavid/ticket/11334 | Nils Adermann | 2013-04-03 | 2 | -1/+60 |
|\ | | | | | [ticket/11334] Properly generate controller URL with helper url() method | ||||
| * | [ticket/11334] Allow parameters to be specified in the route | Joas Schilling | 2013-03-15 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-11334 | ||||
| * | [ticket/11334] Fix copyright year in test file | Joas Schilling | 2013-03-15 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11334 | ||||
| * | [ticket/11334] Use mocks instead of making parameters optional | Joas Schilling | 2013-03-15 | 1 | -1/+5 |
| | | | | | | | | PHPBB3-11334 | ||||
| * | [ticket/11334] Move unit tests for helper->url() into own file | Joas Schilling | 2013-03-15 | 2 | -11/+55 |
| | | | | | | | | PHPBB3-11334 | ||||
| * | [ticket/11334] Include functions.php and fix class name in tests | Joas Schilling | 2013-03-15 | 1 | -1/+3 |
| | | | | | | | | PHPBB3-11334 | ||||
| * | [ticket/11334] Make $phpbb_dispatcher global, as done in append_sid test | David King | 2013-03-15 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-11334 | ||||
| * | [ticket/11334] Add a test for the controller helper URL method | David King | 2013-03-15 | 1 | -0/+6 |
| | | | | | | | | PHPBB3-11334 | ||||
* | | Merge pull request #1316 from nickvergessen/ticket/11405 | Nils Adermann | 2013-03-31 | 9 | -0/+1257 |
|\ \ | | | | | | | Ticket/11405 Users that are subscribed to a forum, should receive notifications for new replies | ||||
| * | | [ticket/11474] Add test user with only global m_approve permissions | Joas Schilling | 2013-03-27 | 2 | -2/+22 |
| | | | | | | | | | | | | | | | PHPBB3-11405 PHPBB3-11474 | ||||
| * | | [ticket/11405] Add unit tests for post_in_queue | Joas Schilling | 2013-03-26 | 2 | -0/+262 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Fix "only variables should be passed by reference" | Joas Schilling | 2013-03-26 | 1 | -1/+3 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Use different fixtures so it's not a total mess | Joas Schilling | 2013-03-26 | 4 | -123/+319 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Add unit tests for bookmarking | Joas Schilling | 2013-03-26 | 2 | -0/+165 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Move test to submit_post_base.php and use data sets for testing | Joas Schilling | 2013-03-26 | 3 | -111/+155 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Correctly prefill the tables (missed the posts and not-types) | Joas Schilling | 2013-03-25 | 3 | -5/+39 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Add a base class to avoid duplicated setUp() code | Joas Schilling | 2013-03-25 | 3 | -154/+102 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Add unit tests for quoted users notifications | Joas Schilling | 2013-03-25 | 3 | -1/+279 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Fix some coding style issues | Joas Schilling | 2013-03-25 | 1 | -7/+10 |
| | | | | | | | | | | | | PHPBB3-11405 | ||||
| * | | [ticket/11405] Send post notifications to forum subscribers | Joas Schilling | 2013-03-25 | 1 | -23/+1 |
| | | | | | | | | | | | | | | | | | | | | | Like in 3.0 we should also send notifications about new posts to users that subscribed to the forum. (Subscriptions are verbose) PHPBB3-11405 | ||||
| * | | [ticket/11405] Add some basic tests for notifications in submit_post() | Joas Schilling | 2013-03-23 | 2 | -0/+327 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Poster, should NOT receive a notification Topic subscribed, should receive a notification Topic subscribed, but unauthed to read, should NOT receive a notification Topic subscribed, but already notified, should NOT receive a new notification Topic and forum subscribed, should receive ONE notification Forum subscribed, should receive a notification Forum subscribed, but already notified, should NOT receive a new notification PHPBB3-11405 | ||||
* | | | [ticket/11469] Add more table status assertions. | Andreas Fischer | 2013-03-28 | 1 | -0/+2 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Remove comments. Method names should be good enough now. | Andreas Fischer | 2013-03-28 | 1 | -27/+0 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Do not repeat markTestSkipped() message. | Andreas Fischer | 2013-03-28 | 1 | -12/+11 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Refactor get_three_rows() into get_rows($n). | Andreas Fischer | 2013-03-28 | 1 | -8/+9 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Fix spacing in getDataSet(). | Andreas Fischer | 2013-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Do not repeat assert_config_count(2). Also move to setUp(). | Andreas Fischer | 2013-03-28 | 1 | -12/+1 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Use setUp() to setup DB and a buffer with size 2. | Andreas Fischer | 2013-03-28 | 1 | -57/+47 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Do not repeat row generation. | Andreas Fischer | 2013-03-28 | 1 | -45/+18 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Do not repeat array with three rows. | Andreas Fischer | 2013-03-28 | 1 | -34/+23 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Move protected method to end of test file. | Andreas Fischer | 2013-03-28 | 1 | -9/+9 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Check return values of the functions | Joas Schilling | 2013-03-27 | 1 | -19/+19 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | [ticket/11469] Split tests and skip multi_insert if unavailable | Joas Schilling | 2013-03-27 | 1 | -44/+95 |
| | | | | | | | | | | | | PHPBB3-11469 | ||||
* | | | Merge remote-tracking branch 'nickvergessen/ticket/bantu/11469' into ↵ | Andreas Fischer | 2013-03-27 | 1 | -0/+149 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket/11469 * nickvergessen/ticket/bantu/11469: [ticket/11469] Use method to check config count, instead of repeating it [ticket/11469] Return after sql_multi_insert when multi_insert is false [ticket/11469] Add some basic unit tests for phpbb_db_sql_insert_buffer | ||||
| * | | | [ticket/11469] Use method to check config count, instead of repeating it | Joas Schilling | 2013-03-27 | 1 | -45/+18 |
| | | | | | | | | | | | | | | | | PHPBB3-11469 | ||||
| * | | | [ticket/11469] Add some basic unit tests for phpbb_db_sql_insert_buffer | Joas Schilling | 2013-03-27 | 1 | -0/+176 |
| |/ / | | | | | | | | | | PHPBB3-11469 | ||||
* | | | Merge remote-tracking branch 'github-bantu/ticket/11460' into develop | Nils Adermann | 2013-03-27 | 2 | -6/+126 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | * github-bantu/ticket/11460: [ticket/11460] Add default behaviour tests for notification and email types. [ticket/11460] Configure functional test board email using dummy SMTP data. [ticket/11460] Add test for whether post_email and topic_email are checked. [ticket/11460] Add methods for checkbox handling to phpbb_functional_test_case. [ticket/11460] Drop incorrect phpbb_notification_{type,method}_ prefix. | ||||
| * | | [ticket/11460] Add default behaviour tests for notification and email types. | Andreas Fischer | 2013-03-24 | 1 | -2/+12 |
| | | | | | | | | | | | | PHPBB3-11460 | ||||
| * | | [ticket/11460] Configure functional test board email using dummy SMTP data. | Andreas Fischer | 2013-03-22 | 1 | -6/+6 |
| | | | | | | | | | | | | PHPBB3-11460 | ||||
| * | | [ticket/11460] Add test for whether post_email and topic_email are checked. | Andreas Fischer | 2013-03-22 | 1 | -0/+46 |
| | | | | | | | | | | | | PHPBB3-11460 |