| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | [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 | |||||
| | * | | | | | [ticket/13803] WIP implementation | JoshyPHP | 2015-05-30 | 2 | -0/+86 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803 | |||||
| * | | | | | | Merge pull request #3669 from s9e/ticket/13901 | Tristan Darricau | 2015-06-24 | 3 | -1/+20 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability | |||||
| | * | | | | | | [ticket/13901] Fixed test's expected result | JoshyPHP | 2015-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13901 | |||||
| | * | | | | | | [ticket/13901] Add whitespace to short, multiline quotes for readability | JoshyPHP | 2015-05-30 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13901 | |||||
| | * | | | | | | [ticket/13901] Add more whitespace to long quotes for readability | JoshyPHP | 2015-05-30 | 2 | -0/+14 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-13901 | |||||
| * | | | | | | Merge pull request #3683 from s9e/ticket/13921 | Tristan Darricau | 2015-06-24 | 3 | -0/+30 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | [ticket/13921] Fix block BBCodes inside of inline BBCodes | |||||
| | * | | | | | [ticket/13921] Fix block BBCodes inside of inline BBCodes | JoshyPHP | 2015-06-13 | 3 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13921 | |||||
| * | | | | | | Merge pull request #3675 from s9e/ticket/13906 | Andreas Fischer | 2015-06-16 | 1 | -0/+22 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13906] Fixed old signatures in post preview * s9e/ticket/13906: [ticket/13906] Renamed test [ticket/13906] Added test [ticket/13906] Fixed old signatures in post preview | |||||
| | * | | | | | | [ticket/13906] Renamed test | JoshyPHP | 2015-06-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13906 | |||||
