Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 1 | -2/+2 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15975] Remove user notification data upon user deletion | 3D-I | 2019-02-23 | 1 | -0/+2 |
| | | | | PHPBB3-15975 | ||||
* | [ticket/15716] Remove OAuth data upon user deletion | Jakub Senko | 2018-09-06 | 1 | -0/+3 |
| | | | | PHPBB3-15716 | ||||
* | [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql | Marc Alexander | 2018-01-01 | 1 | -0/+9 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 2 | -4/+0 |
| | | | | PHPBB3-14576 | ||||
* | [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 | ||||
* | Merge branch '3.1.x' | Joas Schilling | 2015-06-04 | 1 | -0/+10 |
|\ | |||||
| * | [ticket/13564] Try to unlink user account for every auth provider | Marc Alexander | 2015-03-24 | 1 | -0/+10 |
| | | | | | | | | PHPBB3-13564 | ||||
* | | [ticket/13782] Rename null driver to dummy for PHP7 compatibility | Marc Alexander | 2015-05-04 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13782 | ||||
* | | [ticket/13496] Update calls to `set_config_count()` | Gaëtan Muller | 2015-02-02 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-13496 | ||||
* | | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 1 | -1/+0 |
|/ | | | | PHPBB3-13494 | ||||
* | [ticket/10729] Also test *delete_user on posts and topics | Joas Schilling | 2014-09-23 | 2 | -14/+24 |
| | | | | PHPBB3-10729 | ||||
* | [ticket/10729] Fix handling of third parameter in 3.1 | Joas Schilling | 2014-09-23 | 2 | -12/+15 |
| | | | | PHPBB3-10729 | ||||
* | [ticket/10729] Fix setup of the tests for 3.1 | Joas Schilling | 2014-09-23 | 1 | -7/+11 |
| | | | | PHPBB3-10729 | ||||
* | [ticket/10729] Update fixture to 3.1 database structure | Joas Schilling | 2014-09-23 | 1 | -7/+12 |
| | | | | PHPBB3-10729 | ||||
* | Merge branch 'ticket/10729' into ticket/10729-asc | Joas Schilling | 2014-09-23 | 2 | -0/+967 |
|\ | | | | | | | | | Conflicts: phpBB/includes/functions_user.php | ||||
| * | [ticket/10729] Use mocked null cache for phpunit 3.6 on travis with php 5.2 | Joas Schilling | 2014-09-23 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-10729 | ||||
| * | [ticket/10729] Add assert messages and finish up tests | Joas Schilling | 2014-09-22 | 2 | -27/+228 |
| | | | | | | | | PHPBB3-10729 | ||||
| * | [ticket/10729] Add tests for some special tables with unique conditions | Joas Schilling | 2014-09-22 | 2 | -103/+223 |
| | | | | | | | | PHPBB3-10729 | ||||
| * | [ticket/10729] Add tests for user posts, reports and attachments | Joas Schilling | 2014-09-22 | 2 | -0/+645 |
| | | | | PHPBB3-10729 | ||||
* | [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 | -8/+0 |
| | | | | PHPBB3-12115 | ||||
* | Merge remote-tracking branch 'Marc/ticket/11842' into develop | Joas Schilling | 2013-12-04 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/11842: [ticket/11842] Add functional test for creating group [ticket/11842] Use avatar_data for obtaining driver that should be deleted [ticket/11842] Use type map for updating avatar types in database [ticket/11842] Add missing prefix for group id in avatar data [ticket/11842] Use only new avatar type in user_delete function [ticket/11842] Add migration file for updating avatar type in database [ticket/11842] Replace outdated occurences of user and group avatar_type [ticket/11842] Use group_id 0 and correct avatar name after creating group | ||||
| * | [ticket/11842] Replace outdated occurences of user and group avatar_type | Marc Alexander | 2013-10-24 | 1 | -6/+6 |
| | | | | | | | | | | | | | | user_avatar_type und group_avatar_type are now a string and should therefore be treated accordingly. PHPBB3-11842 | ||||
* | | [ticket/12056] group_user_attributes: Fix "Creating ... from empty value". | Andreas Fischer | 2013-12-04 | 1 | -0/+1 |
|/ | | | | PHPBB3-12056 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -3/+3 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/10714] Fix missing parameter and global phpbb_log in unit tests | Joas Schilling | 2013-01-22 | 1 | -1/+2 |
| | | | | PHPBB3-10714 | ||||
* | [ticket/9492] Fix missing phpbb_container in unit tests | Joas Schilling | 2013-01-20 | 1 | -1/+8 |
| | | | | PHPBB3-9492 | ||||
* | [ticket/9492] Add unit tests for custom ranks and avatars | Joas Schilling | 2013-01-17 | 2 | -0/+270 |
PHPBB3-9492 |