| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3751 from Nicofuma/ticket/11444 | Máté Bartus | 2015-07-14 | 18 | -159/+261 |
| |\ | | | | | [ticket/11444] Moving the in-board notifications to a method class | ||||
| | * | [ticket/11444] Update tests | Tristan Darricau | 2015-07-13 | 1 | -0/+2 |
| | | | | | | | | | PHPBB3-11444 | ||||
| | * | [ticket/11444] Update tests and cleanup types/methods | Tristan Darricau | 2015-07-13 | 8 | -119/+157 |
| | | | | | | | | | PHPBB3-11444 | ||||
| | * | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 15 | -90/+152 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444 | ||||
| * | | Merge pull request #3758 from s9e/ticket/14008 | Tristan Darricau | 2015-07-13 | 1 | -0/+9 |
| |\ \ | |/ |/| | | | [ticket/14008] Do not add a user_id value to quotes from guests | ||||
| | * | [ticket/14008] Do not add a user_id value to quotes from guests | JoshyPHP | 2015-07-13 | 1 | -0/+9 |
| | | | | | | | | | PHPBB3-14008 | ||||
| * | | Merge pull request #3747 from rxu/ticket/13377 | Tristan Darricau | 2015-07-13 | 1 | -0/+8 |
| |\ \ | | | | | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message() | ||||
| | * | | [ticket/13377] Add test entries | rxu | 2015-07-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | PHPBB3-13377 | ||||
| * | | | [ticket/14000] Replaced test content with non-emoji characters | JoshyPHP | 2015-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-14000 | ||||
| * | | | [ticket/14000] Added support for emoji | JoshyPHP | 2015-07-12 | 1 | -1/+18 |
| | |/ |/| | | | | | PHPBB3-14000 | ||||
| * | | [ticket/13995] Fix errors in tests from merge conflict | Matt Friedman | 2015-07-08 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-13995 | ||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2015-07-08 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | | | | Conflicts: tests/template/template_includecss_test.php | ||||
| | * | | [ticket/13995] Remove projection from tests | Matt Friedman | 2015-07-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-13995 | ||||
| | * | | [ticket/13880] Automatically remove quotes that are nested too deep | JoshyPHP | 2015-06-27 | 1 | -0/+81 |
| | | | | | | | | | | | | | PHPBB3-13880 | ||||
| * | | | Merge pull request #3744 from s9e/ticket/13987 | Tristan Darricau | 2015-07-07 | 3 | -30/+77 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI | ||||
| | * | | | [ticket/13987] Replaced optional parameter with explicit API | JoshyPHP | 2015-07-06 | 3 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987 | ||||
| | * | | | [ticket/13987] Add --dry-run option to reparser CLI | JoshyPHP | 2015-07-06 | 3 | -31/+73 |
| | | | | | | | | | | | | | | | | | PHPBB3-13987 | ||||
| * | | | | Merge pull request #3623 from s9e/ticket/10620 | Tristan Darricau | 2015-07-07 | 5 | -16/+124 |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/10620] Quote improvements | ||||
| | * | | | [ticket/10620] Moved quote's date to the upper corner | JoshyPHP | 2015-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | | [ticket/10620] Fixed functional tests to account for newlines | JoshyPHP | 2015-06-25 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | | [ticket/10620] Added tests | JoshyPHP | 2015-06-25 | 2 | -0/+35 |
| | | | | | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 4 | -13/+17 |
| | | | | | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 4 | -11/+80 |
| | | | | | | | | | | | | | | | | | PHPBB3-10620 | ||||
| * | | | | Merge pull request #3726 from CHItA/ticket/13961 | Tristan Darricau | 2015-07-06 | 2 | -0/+98 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13961] Add orderable service collections | ||||
| | * | | | | [ticket/13961] Move back service_collections under original namespace | Mate Bartus | 2015-06-26 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | | [ticket/13961] Add tests for ordered collections | Mate Bartus | 2015-06-24 | 2 | -2/+53 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | | [ticket/13961] Add test to service_collection | Mate Bartus | 2015-06-23 | 1 | -0/+47 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | | [ticket/13961] Move service_collection to di/service_collection namespace | Mate Bartus | 2015-06-23 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| * | | | | | Merge pull request #3743 from s9e/ticket/13985 | Tristan Darricau | 2015-07-06 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13985] Updated s9e\TextFormatter | ||||
| | * | | | | | [ticket/13985] Updated s9e\TextFormatter | JoshyPHP | 2015-07-06 | 1 | -1/+1 |
| | | |_|_|/ | |/| | | | | | | | | | | | | | PHPBB3-13985 | ||||
| * | | | | | [ticket/13990] Reparse markup inside of forum rules/description | JoshyPHP | 2015-07-06 | 5 | -10/+137 |
| |/ / / / | | | | | | | | | | | | | PHPBB3-13990 | ||||
| * | | | | [ticket/13970] Save the value of the optional [code] parameter | JoshyPHP | 2015-06-27 | 1 | -0/+11 |
| | |/ / |/| | | | | | | | | PHPBB3-13970 | ||||
| * | | | Merge pull request #3579 from s9e/ticket/13803 | Tristan Darricau | 2015-06-24 | 19 | -1/+1112 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text | ||||
| | * | | | [ticket/13803] Moved tests to a subdir | JoshyPHP | 2015-05-30 | 18 | -9/+9 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Set up a global $user for tests | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added contact_admin_info tests | JoshyPHP | 2015-05-30 | 2 | -0/+104 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Rewrote the poll_option plugin | JoshyPHP | 2015-05-30 | 2 | -31/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added get_max_id() tests | JoshyPHP | 2015-05-30 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added poll_option tests | JoshyPHP | 2015-05-30 | 2 | -0/+104 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added poll_title tests | JoshyPHP | 2015-05-30 | 2 | -0/+94 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added group_description tests | JoshyPHP | 2015-05-30 | 2 | -0/+95 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added user_signature tests | JoshyPHP | 2015-05-30 | 7 | -4/+123 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Sort test rows in SQL to match the expected result | JoshyPHP | 2015-05-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added tests | JoshyPHP | 2015-05-30 | 3 | -0/+143 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added tests | JoshyPHP | 2015-05-30 | 3 | -6/+106 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added pm_text tests | JoshyPHP | 2015-05-30 | 2 | -0/+99 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Refactored test | JoshyPHP | 2015-05-30 | 3 | -73/+98 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added tests, fixed param order in generate_text_for_storage() | JoshyPHP | 2015-05-30 | 2 | -7/+73 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Added plugins | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | | [ticket/13803] Hyphenated class names | JoshyPHP | 2015-05-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
