Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14168] Use attachment manager instead of separate classes | Marc Alexander | 2015-10-12 | 1 | -1/+2 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Fix tests after rebase | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Move phpbb_unlink() into attachment delete class | Marc Alexander | 2015-10-09 | 1 | -2/+2 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Add attachment resync class | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Fix tests after adding attachment delete class | Marc Alexander | 2015-10-09 | 1 | -0/+1 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12115] Also port user interests to profile fields | Joas Schilling | 2014-02-06 | 1 | -10/+0 |
| | | | | PHPBB3-12115 | ||||
* | [ticket/11103] Instantiate $phpbb_notifications as needed | Nathan Guse | 2012-12-13 | 1 | -2/+4 |
| | | | | | | https://github.com/phpbb/phpbb3/pull/992#discussion_r2413976 PHPBB3-11103 | ||||
* | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103 | Nathaniel Guse | 2012-11-10 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: phpBB/install/schemas/mssql_schema.sql phpBB/report.php phpBB/styles/prosilver/template/ucp_prefs_personal.html phpBB/styles/subsilver2/template/ucp_prefs_personal.html | ||||
| * | [ticket/11159] static public is the currently approved order. | Oleg Pudeyev | 2012-11-06 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11159 | ||||
| * | [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again) | Igor Wiedler | 2012-07-22 | 1 | -0/+12 |
| | | | | | | | | PHPBB3-10667 | ||||
* | | [ticket/11103] Mock notification manager | Nathan Guse | 2012-10-04 | 1 | -1/+2 |
| | | | | | | | | | | | | Fixing delete_user_pms_test.php PHPBB3-11103 | ||||
* | | [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again) | Igor Wiedler | 2012-07-21 | 1 | -0/+12 |
|/ | | | | PHPBB3-10667 | ||||
* | [ticket/10950] Fix unit tests to fit the new pm deleting behaviour | Joas Schilling | 2012-07-20 | 1 | -1/+0 |
| | | | | | | Undelivered PMs should not be delivered to recipients that have not yet received them. PHPBB3-10950 | ||||
* | [ticket/10950] Remove deleted entries in tests instead of commenting them out | Joas Schilling | 2012-07-11 | 1 | -17/+0 |
| | | | | PHPBB3-10950 | ||||
* | [ticket/10950] Fix unit tests to reflect desired behaviour | Joas Schilling | 2012-07-04 | 2 | -4/+105 |
| | | | | | | See http://wiki.phpbb.com/Deleting_Private_Messages for further explanation. PHPBB3-10950 | ||||
* | [ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms() | Joas Schilling | 2012-06-23 | 2 | -0/+222 |
Todo: Add cases to in which the msg is also deleted. PHPBB3-10950 |