aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-20/+20
| | | | PHPBB3-14972
* [ticket/7845] Ensure config script path is not emptyMarc Alexander2017-09-081-1/+1
| | | | PHPBB3-7845
* [ticket/15324] Add more core and template eventsrxu2017-08-161-1/+29
| | | | PHPBB3-15324
* 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
| | | | | | | | PHPBB3-13429
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-031-1/+1
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/14802] Add test for empty/blank lines in poll options [ticket/14802] Empty/blank lines should not be additional poll options
| * [ticket/14802] Empty/blank lines should not be additional poll optionsDaniel Sinn2016-09-291-1/+1
| | | | | | | | PHPBB3-14802
* | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
| | | | | | | | PHPBB3-10809
* | [ticket/9435] Switch "ID" and BBcode name in constants keysJakub Senko2016-03-191-13/+13
| | | | | | | | PHPBB3-9435
* | [ticket/9435] Convert bbcode magic numbers to constantsJakub Senko2016-03-181-13/+13
| | | | | | | | PHPBB3-9435
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-5/+3
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-11/+11
| | | | | | | | PHPBB3-14168
* | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-3/+6
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Minor coding style fixesMarc Alexander2015-10-091-1/+1
| | | | | | | | PHPBB3-14168
* | [ticket/14168] Use attachment upload class in message_parserMarc Alexander2015-10-091-20/+7
| | | | | | | | PHPBB3-14168
* | [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-1/+1
| | | | | | | | PHPBB3-14150
* | Merge branch '3.1.x'Marc Alexander2015-08-221-0/+23
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/message_parser.php
| * [ticket/14072] Add core event to the function format_display()rxu2015-08-061-0/+23
| | | | | | | | PHPBB3-14072
* | [ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-masterJoshyPHP2015-06-271-22/+63
|\ \ | |/ | | | | PHPBB3-13880
| * [ticket/13880] Replaced the quote regexp to allow bracketsJoshyPHP2015-06-271-1/+1
| | | | | | | | | | | | This matches the regexp used in bbcode::bbcode_cache_init() PHPBB3-13880
| * [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-22/+50
| | | | | | | | PHPBB3-13880
* | Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-241-18/+87
|\ \ | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier
| * | [ticket/13832] Remove unused global from bbcode_init()Marc Alexander2015-05-191-1/+1
| | | | | | | | | | | | 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
| * | [ticket/13832] Do not use e modifier in message_parserMarc Alexander2015-05-181-4/+12
| | | | | | | | | | | | PHPBB3-13832
* | | Merge branch '3.1.x'Joas Schilling2015-05-281-0/+35
|\ \ \ | | |/ | |/|
| * | [ticket/13648] Allow extensions using custom bbcode validation methodsrxu2015-05-071-0/+35
| | | | | | | | | | | | PHPBB3-13648
* | | Merge pull request #3578 from s9e/ticket/13801Nicofuma2015-05-201-0/+5
|\ \ \ | | | | | | | | | | | | [ticket/13801] Remove user dependency from text_formatter.s9e.parser
| * | | [ticket/13801] Updated comments for clarityJoshyPHP2015-05-181-0/+1
| | | | | | | | | | | | | | | | PHPBB3-13801
| * | | [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-0/+4
| | |/ | |/| | | | | | | PHPBB3-13801
* | | [ticket/11530] Remove extra quotes when depth limit is exceededJoshyPHP2015-05-181-0/+10
|/ / | | | | | | PHPBB3-11530
* | Merge pull request #3524 from marc1706/ticket/8672Tristan Darricau2015-04-271-4/+5
|\ \ | | | | | | | | | [ticket/8672] Add class for retrieving imagesize without download
| * | [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-2/+2
| | | | | | | | | | | | PHPBB3-8672
| * | [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-241-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672
* | | [ticket/12745] Added support for Unicode characters outside BMPJoshyPHP2015-04-251-9/+0
|/ / | | | | | | PHPBB3-12745
* | Merge pull request #3461 from s9e/ticket/11768Tristan Darricau2015-04-051-77/+50
|\ \ | | | | | | | | | [3.2][ticket/11768] Integrate s9e\TextFormatter
| * | [ticket/11768] Reverted change to bbcode_uidJoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | On the off-chance some other routine expect bbcode_uid to never be empty. PHPBB3-11768
| * | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-78/+51
| | | | | | | | | | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | | 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
| | | | | | | | | | | | | | | | | | | | message_parser.php performs include of bbcode.php at the very start using $phpbb_root_path and $phpEx vars, so there's a possibility those can be undefined at that point, especially when message_parser.php is being included in event listener or another extension file where $phpbb_root_path and $phpEx don't exist. This can be fixed by adding the appropriate vars definitions. PHPBB3-13743
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-3/+3
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-4/+4
|/ | | | PHPBB3-13455
* Merge pull request #3189 from rxu/ticket/12926Joas Schilling2015-01-101-1/+1
|\ | | | | | | [ticket/12926] Support for IDN (IRI)
| * [ticket/12926] Support for IDN (IRI)rxu2014-11-271-1/+1
| | | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926
* | [ticket/13466] Add bitfield and uid to event core.message_parser_check_messageOliver Schramm2015-01-051-0/+9
|/ | | | PHPBB3-13466
* Merge pull request #3116 from rxu/ticket/13297Joas Schilling2014-11-221-6/+6
|\ | | | | | | [ticket/13297] Add unicode modifier to url/email regular expression patterns