| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-master | JoshyPHP | 2015-06-27 | 2 | -28/+68 |
| |\ | | | | | | | PHPBB3-13880 | ||||
| | * | [ticket/13880] Replaced the quote regexp to allow brackets | JoshyPHP | 2015-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | This matches the regexp used in bbcode::bbcode_cache_init() PHPBB3-13880 | ||||
| | * | [ticket/13880] Automatically remove quotes that are nested too deep | JoshyPHP | 2015-06-27 | 3 | -23/+142 |
| | | | | | | | | | PHPBB3-13880 | ||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2015-06-26 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | Conflicts: phpBB/includes/mcp/mcp_post.php | ||||
| | * | Merge pull request #3728 from Crizz0/ticket/13966 | Marc Alexander | 2015-06-26 | 1 | -1/+1 |
| | |\ | | | | | | | | | | [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_… | ||||
| | | * | [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_post | Crizzo | 2015-06-25 | 1 | -1/+1 |
| | |/ | | | | | | | PHPBB3-13966 | ||||
| * | | Merge pull request #3579 from s9e/ticket/13803 | Tristan Darricau | 2015-06-24 | 33 | -1/+2000 |
| |\ \ | | | | | | | | | | [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] Added text_reparser_collection service | JoshyPHP | 2015-05-30 | 1 | -0/+7 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [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] Renamed var | JoshyPHP | 2015-05-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [ticket/13803] Updated services.yml [ci skip] | JoshyPHP | 2015-05-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | 4 | -4/+108 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [ticket/13803] Rewrote the poll_option plugin | JoshyPHP | 2015-05-30 | 3 | -43/+136 |
| | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+7 |
| | | | | | | | | | | | | | 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 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 | 8 | -16/+138 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [ticket/13803] Reordered methods [ci skip] | JoshyPHP | 2015-05-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | 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 | 4 | -13/+149 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [ticket/13803] Added pm_text tests | JoshyPHP | 2015-05-30 | 4 | -33/+136 |
| | | | | | | | | | | | | | 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 | 12 | -91/+116 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [ticket/13803] Added tests, fixed param order in generate_text_for_storage() | JoshyPHP | 2015-05-30 | 5 | -22/+135 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [ticket/13803] Added plugins | JoshyPHP | 2015-05-30 | 18 | -327/+536 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [ticket/13803] Hyphenated class names | JoshyPHP | 2015-05-30 | 7 | -16/+16 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| | * | | [ticket/13803] WIP implementation | JoshyPHP | 2015-05-30 | 10 | -0/+579 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | Merge pull request #3618 from marc1706/ticket/13832 | Tristan Darricau | 2015-06-24 | 5 | -32/+138 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier | ||||
| | * | | | [ticket/13832] Remove remnant of /e modifier code in check_flash_bbcodes | Marc Alexander | 2015-05-28 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Use preg_replace_callback in check_flash_bbcodes | Marc Alexander | 2015-05-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Resolve minor coding issues | Marc Alexander | 2015-05-20 | 2 | -17/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Remove unused global from bbcode_init() | Marc Alexander | 2015-05-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Use preg_replace_callback in ucp_pm_options | Marc Alexander | 2015-05-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Use preg_replace_callback in bbcode class | Marc Alexander | 2015-05-19 | 1 | -4/+21 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Use preg_replace_callback in acp_bbcodes | Marc Alexander | 2015-05-19 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Fix code sniffer errors in message_parser.php | Marc Alexander | 2015-05-19 | 1 | -13/+65 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Do not use e modifier for bbcodes in message_parser | Marc Alexander | 2015-05-18 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Remove e modifier from bold bbcode | Marc Alexander | 2015-05-18 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Allow callables for matching bbcodes | Marc Alexander | 2015-05-18 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Do not use e modifier in message_parser | Marc Alexander | 2015-05-18 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| | * | | | [ticket/13832] Use preg_replace_callback instead of /e modifier | Marc Alexander | 2015-05-18 | 2 | -3/+23 |
| | | | | | | | | | | | | | | | | | PHPBB3-13832 | ||||
| * | | | | Merge pull request #3669 from s9e/ticket/13901 | Tristan Darricau | 2015-06-24 | 6 | -7/+29 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [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 | ||||
