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