| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 25 | -462/+1030 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+6 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | [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/+6 | |
| | | |_|/ / / | |/| | | | | | | | | | | | | | | | | PHPBB3-14008 | |||||
| * | | | | | | [ticket/14000] Added support for emoji | JoshyPHP | 2015-07-12 | 1 | -0/+5 | |
| |/ / / / / | | | | | | | | | | | | | | | | PHPBB3-14000 | |||||
| * | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-07-08 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | Conflicts: tests/template/template_includecss_test.php | |||||
| | * | | | [ticket/13995] Remove deprecated projection media type | Matt Friedman | 2015-07-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13995 | |||||
| * | | | | Merge pull request #3744 from s9e/ticket/13987 | Tristan Darricau | 2015-07-07 | 2 | -3/+38 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI | |||||
| | * | | | | [ticket/13987] Replaced optional parameter with explicit API | JoshyPHP | 2015-07-06 | 3 | -15/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -13/+22 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13987 | |||||
| * | | | | | Merge pull request #3623 from s9e/ticket/10620 | Tristan Darricau | 2015-07-07 | 5 | -25/+127 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | [ticket/10620] Quote improvements | |||||
| | * | | | | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 1 | -6/+12 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620 | |||||
| | * | | | | [ticket/10620] Updated docblock | JoshyPHP | 2015-06-25 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620 | |||||
| | * | | | | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 4 | -18/+111 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620 | |||||
| * | | | | | Merge pull request #3726 from CHItA/ticket/13961 | Tristan Darricau | 2015-07-06 | 3 | -2/+128 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13961] Add orderable service collections | |||||
| | * | | | | | [ticket/13961] Define behaviour when the array is modified in a loop | Mate Bartus | 2015-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | |||||
| | * | | | | | [ticket/13961] Allow the collection to be modified runtime | Mate Bartus | 2015-06-27 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | |||||
| | * | | | | | [ticket/13961] Move back service_collections under original namespace | Mate Bartus | 2015-06-26 | 9 | -18/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | |||||
| | * | | | | | [ticket/13961] Fix compatibility issue with parent class | Mate Bartus | 2015-06-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | |||||
| | * | | | | | [ticket/13691] Add services when the iterator requested | Mate Bartus | 2015-06-24 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13691 | |||||
| | * | | | | | [ticket/13961] Add ordered service collection | Mate Bartus | 2015-06-24 | 2 | -1/+118 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | |||||
| | * | | | | | [ticket/13961] Move service_collection to di/service_collection namespace | Mate Bartus | 2015-06-23 | 8 | -17/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | |||||
| * | | | | | | [ticket/13990] Reparse markup inside of forum rules/description | JoshyPHP | 2015-07-06 | 6 | -9/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13990 | |||||
| * | | | | | | [ticket/13891] Fix CS | Tristan Darricau | 2015-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | |||||
| * | | | | | | [ticket/13891] Handle verbosity | Tristan Darricau | 2015-07-02 | 1 | -6/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | |||||
| * | | | | | | [ticket/13891] Added elapsed/estimated time and memory to the progress bar | JoshyPHP | 2015-07-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed some extra whitespace. PHPBB3-13891 | |||||
| * | | | | | | [ticket/13891] Use the SymfonyStyle in the reparse command | Tristan Darricau | 2015-07-01 | 1 | -5/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | |||||
| * | | | | | | [ticket/13891] Updated range description | JoshyPHP | 2015-06-30 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not count #0 as a potential record PHPBB3-13891 | |||||
| * | | | | | | [ticket/13891] Added a progress bar | JoshyPHP | 2015-06-30 | 1 | -6/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | |||||
| * | | | | | | [ticket/13891] Added command-line options | JoshyPHP | 2015-06-30 | 1 | -9/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | |||||
| * | | | | | | [ticket/13891] Replaced ContainerBuilder with service_collection | JoshyPHP | 2015-06-30 | 2 | -12/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | |||||
| * | | | | | | [ticket/13891] Added reparser:list and reparser:reparse to CLI | JoshyPHP | 2015-06-30 | 2 | -0/+176 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | |||||
| * | | | | | | [ticket/13970] Save the value of the optional [code] parameter | JoshyPHP | 2015-06-27 | 1 | -1/+1 | |
| | |/ / / / |/| | | | | | | | | | | | | | | PHPBB3-13970 | |||||
| * | | | | | Merge pull request #3579 from s9e/ticket/13803 | Tristan Darricau | 2015-06-24 | 12 | -0/+817 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text | |||||
| | * | | | | | [ticket/13803] Use accurate flags for generate_text_for_edit() | JoshyPHP | 2015-05-30 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Renamed var | JoshyPHP | 2015-05-30 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Fixed method name | JoshyPHP | 2015-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Renamed methods | JoshyPHP | 2015-05-30 | 5 | -10/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Added contact_admin_info tests | JoshyPHP | 2015-05-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Rewrote the poll_option plugin | JoshyPHP | 2015-05-30 | 1 | -12/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Moved the add_missing_fields() call to the base class | JoshyPHP | 2015-05-30 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Added user_signature tests | JoshyPHP | 2015-05-30 | 1 | -12/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Reordered methods [ci skip] | JoshyPHP | 2015-05-30 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Added tests | JoshyPHP | 2015-05-30 | 1 | -7/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Added pm_text tests | JoshyPHP | 2015-05-30 | 2 | -33/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Added methods to detect whether a given feature is in use | JoshyPHP | 2015-05-30 | 2 | -2/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They test whether a given BBCode was enabled and has been used in a text, or smilies, or magic URLs. PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Refactored test | JoshyPHP | 2015-05-30 | 9 | -18/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Added tests, fixed param order in generate_text_for_storage() | JoshyPHP | 2015-05-30 | 3 | -15/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Added plugins | JoshyPHP | 2015-05-30 | 16 | -316/+525 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| | * | | | | | [ticket/13803] Hyphenated class names | JoshyPHP | 2015-05-30 | 5 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
