Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -18/+20 |
| | | | | | | Coding guidelines fixes PHPBB3-9837 | ||||
* | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 1 | -2/+66 |
| | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837 | ||||
* | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -1/+3 |
| | | | | PHPBB3-13762 | ||||
* | [ticket/13146] Use the correct phpbb_mock_event_dispatcher, instead of builder | brunoais | 2015-01-06 | 1 | -3/+1 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] Setup mocks for tests with dispatcher | brunoais | 2015-01-02 | 1 | -1/+3 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/13146] Adding required tests modifications for the new constructor | brunoais | 2014-12-03 | 1 | -1/+2 |
| | | | | PHPBB3-13146 | ||||
* | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 1 | -1/+1 |
| | | | | PHPBB3-12932 | ||||
* | [ticket/12738] Fix tests with new config object injection | Dhruv | 2014-06-20 | 1 | -1/+2 |
| | | | | PHPBB3-12738 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -3/+3 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/9657] Define user before injecting | Joas Schilling | 2013-07-13 | 1 | -0/+1 |
| | | | | PHPBB3-9657 | ||||
* | [ticket/9657] Fix unit tests | Joas Schilling | 2013-07-11 | 1 | -2/+3 |
| | | | | PHPBB3-9657 | ||||
* | [feature/soft-delete]Fix the rest of unit tests failures | Joas Schilling | 2012-11-10 | 1 | -1/+2 |
| | | | | PHPBB3-9567 | ||||
* | [feature/soft-delete] Merge functionality of m_approve and m_restore | Joas Schilling | 2012-10-05 | 1 | -46/+0 |
| | | | | | | | | | | | The problems with having two different permissions are just too big and cause huge queries, if they are granted differently. Also it's quite hard to decide what should happen when a moderator has only one permission and the topic has only posts of the two hidden types. To avoid all this, we merge them so it's a simple switch: either the user is a moderator, then he can see all posts, or he is not, then he can only see approved ones. PHPBB3-9567 | ||||
* | [feature/soft-delete] Remove unneeded require_once() | Joas Schilling | 2012-10-02 | 1 | -3/+0 |
| | | | | PHPBB3-9657 | ||||
* | [feature/soft-delete] Add unit tests for get_forums_visibility_sql() | Joas Schilling | 2012-10-01 | 1 | -5/+0 |
| | | | | PHPBB3-9657 | ||||
* | [feature/soft-delete] Add unit tests for get_visibility_sql() | Joas Schilling | 2012-10-01 | 1 | -0/+141 |
PHPBB3-9657 |