aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16276] Fix bbcode_firstpass undefined mode propertyrxu2019-12-291-2/+1
* [ticket/security/244] Add form token check to pluploadMarc Alexander2019-08-241-0/+29
* Merge pull request #5469 from senky/ticket/15899Marc Alexander2019-01-201-0/+20
|\
| * [ticket/15899] Add core.modify_attachment_sql_ary_on_* eventsJakub Senko2018-12-271-0/+20
* | [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
|/
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-20/+20
* [ticket/7845] Ensure config script path is not emptyMarc Alexander2017-09-081-1/+1
* [ticket/15324] Add more core and template eventsrxu2017-08-161-1/+29
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\
| * [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-1/+1
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-031-1/+1
|\ \ | |/
| * [ticket/14802] Empty/blank lines should not be additional poll optionsDaniel Sinn2016-09-291-1/+1
* | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
* | [ticket/9435] Switch "ID" and BBcode name in constants keysJakub Senko2016-03-191-13/+13
* | [ticket/9435] Convert bbcode magic numbers to constantsJakub Senko2016-03-181-13/+13
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-5/+3
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
* | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-11/+11
* | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-3/+6
* | [ticket/14168] Minor coding style fixesMarc Alexander2015-10-091-1/+1
* | [ticket/14168] Use attachment upload class in message_parserMarc Alexander2015-10-091-20/+7
* | [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-1/+1
* | Merge branch '3.1.x'Marc Alexander2015-08-221-0/+23
|\ \ | |/
| * [ticket/14072] Add core event to the function format_display()rxu2015-08-061-0/+23
* | [ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-masterJoshyPHP2015-06-271-22/+63
|\ \ | |/
| * [ticket/13880] Replaced the quote regexp to allow bracketsJoshyPHP2015-06-271-1/+1
| * [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-22/+50
* | Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-241-18/+87
|\ \
| * | [ticket/13832] Remove unused global from bbcode_init()Marc Alexander2015-05-191-1/+1
| * | [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
* | | Merge branch '3.1.x'Joas Schilling2015-05-281-0/+35
|\ \ \ | | |/ | |/|
| * | [ticket/13648] Allow extensions using custom bbcode validation methodsrxu2015-05-071-0/+35
* | | Merge pull request #3578 from s9e/ticket/13801Nicofuma2015-05-201-0/+5
|\ \ \
| * | | [ticket/13801] Updated comments for clarityJoshyPHP2015-05-181-0/+1
| * | | [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-0/+4
| | |/ | |/|
* | | [ticket/11530] Remove extra quotes when depth limit is exceededJoshyPHP2015-05-181-0/+10
|/ /
* | Merge pull request #3524 from marc1706/ticket/8672Tristan Darricau2015-04-271-4/+5
|\ \
| * | [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-2/+2
| * | [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-241-4/+5
* | | [ticket/12745] Added support for Unicode characters outside BMPJoshyPHP2015-04-251-9/+0
|/ /
* | Merge pull request #3461 from s9e/ticket/11768Tristan Darricau2015-04-051-77/+50
|\ \
| * | [ticket/11768] Reverted change to bbcode_uidJoshyPHP2015-04-021-1/+1
| * | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-78/+51
* | | Merge branch '3.1.x'Tristan Darricau2015-04-051-0/+13
|\ \ \ | |/ / |/| / | |/
| * [ticket/13743] Add $phpbb_root_path and $phpEx definitions in message_parser.phprxu2015-04-051-0/+13
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-3/+3