aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.3.x'Marc Alexander2019-12-291-1/+1
|\
| * [ticket/16276] Further fix PHP nightly testsrxu2019-12-291-1/+1
* | Merge branch '3.3.x'Marc Alexander2019-11-222-4/+93
|\|
| * [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-18/+20
| * [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-212-2/+89
| * [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-086-7/+7
* | [ticket/15342] Remove unused variablesRubén Calvo2018-07-111-6/+0
* | [ticket/15342] Fix testRubén Calvo2018-07-111-1/+1
* | [ticket/15286] Fix tests after rebaseRubén Calvo2018-05-011-1/+1
* | [ticket/15286] Update testsRubén Calvo2018-05-011-1/+1
* | [ticket/15286] Fix testsRubén Calvo2018-05-011-1/+9
* | [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2017-07-176-7/+7
|/
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-313-9/+0
* [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-1/+2
* [ticket/14168] Fix tests after rebaseMarc Alexander2015-10-091-1/+1
* [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-091-1/+1
* [ticket/14168] Add attachment resync classMarc Alexander2015-10-091-1/+1
* [ticket/14168] Fix tests after adding attachment delete classMarc Alexander2015-10-091-0/+2
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-026-7/+21
* [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-4/+6
* [ticket/13146] Even more missing phpbb_mock_event_dispatcher()brunoais2015-01-101-1/+2
* [ticket/13146] Last missing phpbb_mock_event_dispatcher()brunoais2015-01-101-4/+1
* [ticket/13146] Use the correct phpbb_mock_event_dispatcher, instead of builderbrunoais2015-01-066-18/+6
* [ticket/13146] Missing delete post test mockbrunoais2015-01-021-1/+3
* [ticket/13146] Setup mocks for tests with dispatcherbrunoais2015-01-026-6/+19
* [ticket/13146] Forgot delete_post_test.phpbrunoais2014-12-031-1/+2
* [ticket/13146] Adding required tests modifications for the new constructorbrunoais2014-12-035-5/+10
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-106-7/+7
* [ticket/12718] Use a separate variable for sql queryDhruv2014-08-081-3/+4
* [ticket/12718] Fix spacing and type castingDhruv2014-08-071-2/+2
* [ticket/12718] Add tests to check user_posts on post deletionDhruv2014-08-071-2/+33
* Merge pull request #2623 from dhruvgoel92/ticket/12738Tristan Darricau2014-08-076-8/+15
|\
| * [ticket/12738] Fix tests with new config object injectionDhruv2014-06-206-8/+15
* | [ticket/12746] Init phpbb_dispatcher being used by delete_post()Dhruv2014-06-201-1/+3
|/
* Merge pull request #2426 from Nicofuma/ticket/12174Joas Schilling2014-05-282-0/+125
|\
| * [ticket/12174] Add testsTristan Darricau2014-05-282-0/+125
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-276-18/+42
|/
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-063-16/+0
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-166-19/+19
* [ticket/9657] Define user before injectingJoas Schilling2013-07-135-1/+5
* [ticket/9657] Fix unit testsJoas Schilling2013-07-116-14/+24
* [ticket/9657] Fix unit tests missing global container.Joas Schilling2013-03-061-1/+4
* [feature/soft-delete]Fix the rest of unit tests failuresJoas Schilling2012-11-107-6/+24
* [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-103-25/+25
* [feature/soft-delete] Incorrect integer value: '' for column 'post_delete_time'Joas Schilling2012-10-242-7/+7
* [feature/soft-delete] Field 'forum_parents' doesn't have a default valueJoas Schilling2012-10-241-0/+3
* [feature/soft-delete] Update unit tests to new table structureJoas Schilling2012-10-232-34/+59
* [feature/soft-delete] Correctly synchronize the topic_visibility in sync()Joas Schilling2012-10-091-1/+1
* [feature/soft-delete] Add test case for (soft)deleting the only post + fixJoas Schilling2012-10-062-0/+90
* [feature/soft-delete] Add some unit tests for delete_post()Joas Schilling2012-10-062-0/+353