aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10620] Moved quote's date to the upper cornerJoshyPHP2015-06-253-2/+9
| | | | PHPBB3-10620
* [ticket/10620] Fixed functional tests to account for newlinesJoshyPHP2015-06-252-4/+4
| | | | PHPBB3-10620
* [ticket/10620] Add more whitespace to long quotes in JSJoshyPHP2015-06-251-1/+4
| | | | PHPBB3-10620
* [ticket/10620] Fixed some stylistic issues in JSJoshyPHP2015-06-251-21/+14
| | | | PHPBB3-10620
* [ticket/10620] Added testsJoshyPHP2015-06-252-0/+35
| | | | PHPBB3-10620
* [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-256-25/+41
| | | | PHPBB3-10620
* [ticket/10620] Added enhanced quotes in pm historyJoshyPHP2015-06-252-1/+3
| | | | PHPBB3-10620
* [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-253-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 docblockJoshyPHP2015-06-251-1/+4
| | | | PHPBB3-10620
* [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-2512-31/+248
| | | | PHPBB3-10620
* Merge pull request #3579 from s9e/ticket/13803Tristan Darricau2015-06-2433-1/+2000
|\ | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text
| * [ticket/13803] Use accurate flags for generate_text_for_edit()JoshyPHP2015-05-301-5/+5
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added text_reparser_collection serviceJoshyPHP2015-05-301-0/+7
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Moved tests to a subdirJoshyPHP2015-05-3018-9/+9
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Set up a global $user for testsJoshyPHP2015-05-301-1/+1
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Renamed varJoshyPHP2015-05-301-4/+4
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Updated services.yml [ci skip]JoshyPHP2015-05-301-0/+1
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Fixed method nameJoshyPHP2015-05-301-1/+1
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Renamed methodsJoshyPHP2015-05-305-10/+11
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added contact_admin_info testsJoshyPHP2015-05-304-4/+108
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Rewrote the poll_option pluginJoshyPHP2015-05-303-43/+136
| | | | | | | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803
| * [ticket/13803] Added get_max_id() testsJoshyPHP2015-05-302-1/+7
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Moved the add_missing_fields() call to the base classJoshyPHP2015-05-302-4/+2
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added poll_option testsJoshyPHP2015-05-302-0/+104
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added poll_title testsJoshyPHP2015-05-302-0/+94
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added group_description testsJoshyPHP2015-05-302-0/+95
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added user_signature testsJoshyPHP2015-05-308-16/+138
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Reordered methods [ci skip]JoshyPHP2015-05-301-5/+5
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Sort test rows in SQL to match the expected resultJoshyPHP2015-05-301-1/+2
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added testsJoshyPHP2015-05-303-0/+143
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added testsJoshyPHP2015-05-304-13/+149
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added pm_text testsJoshyPHP2015-05-304-33/+136
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added methods to detect whether a given feature is in useJoshyPHP2015-05-302-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 testJoshyPHP2015-05-3012-91/+116
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added tests, fixed param order in generate_text_for_storage()JoshyPHP2015-05-305-22/+135
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added pluginsJoshyPHP2015-05-3018-327/+536
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Hyphenated class namesJoshyPHP2015-05-307-16/+16
| | | | | | | | PHPBB3-13803
| * [ticket/13803] WIP implementationJoshyPHP2015-05-3010-0/+579
| | | | | | | | PHPBB3-13803
* | Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-245-32/+138
|\ \ | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier
| * | [ticket/13832] Remove remnant of /e modifier code in check_flash_bbcodesMarc Alexander2015-05-281-1/+0
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Use preg_replace_callback in check_flash_bbcodesMarc Alexander2015-05-201-1/+6
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Resolve minor coding issuesMarc Alexander2015-05-202-17/+3
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Remove unused global from bbcode_init()Marc Alexander2015-05-191-1/+1
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Use preg_replace_callback in ucp_pm_optionsMarc Alexander2015-05-191-1/+3
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Use preg_replace_callback in bbcode classMarc Alexander2015-05-191-4/+21
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Use preg_replace_callback in acp_bbcodesMarc Alexander2015-05-191-4/+12
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Fix code sniffer errors in message_parser.phpMarc Alexander2015-05-191-13/+65
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Do not use e modifier for bbcodes in message_parserMarc Alexander2015-05-181-12/+12
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Remove e modifier from bold bbcodeMarc Alexander2015-05-181-2/+4
| | | | | | | | | | | | PHPBB3-13832
| * | [ticket/13832] Allow callables for matching bbcodesMarc Alexander2015-05-181-1/+8
| | | | | | | | | | | | PHPBB3-13832