Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10620] Moved quote's date to the upper corner | JoshyPHP | 2015-06-25 | 3 | -2/+9 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/10620] Fixed functional tests to account for newlines | JoshyPHP | 2015-06-25 | 2 | -4/+4 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/10620] Add more whitespace to long quotes in JS | JoshyPHP | 2015-06-25 | 1 | -1/+4 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/10620] Fixed some stylistic issues in JS | JoshyPHP | 2015-06-25 | 1 | -21/+14 |
| | | | | 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 | 6 | -25/+41 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/10620] Added enhanced quotes in pm history | JoshyPHP | 2015-06-25 | 2 | -1/+3 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/10620] Added enhanced quotes in topic review | JoshyPHP | 2015-06-25 | 3 | -3/+59 |
| | | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620 | ||||
* | [ticket/10620] Updated docblock | JoshyPHP | 2015-06-25 | 1 | -1/+4 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 12 | -31/+248 |
| | | | | PHPBB3-10620 | ||||
* | 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 |