aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * [ticket/13297] Add unicode modifier to url/email regular expression patterns.rxu2014-11-091-6/+6
| | | | | | | | PHPBB3-13297
* | [ticket/13294] Add function parse() core event for additional message checksrxu2014-11-201-1/+44
|/ | | | | | | | Add core event to the function parse() in includes/message_parser.php to allow additional handling message before parsing (i.e. perform custom message checks, cleanup etc.). PHPBB3-13294
* Merge remote-tracking branch 'github-marc1706/ticket/11148' into ↵Nils Adermann2014-08-071-1/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/11148: [ticket/11148] Remove unneeded variable mimetype and use type octet-stream [ticket/11148] Change expected output with disallowed content in test [ticket/11148] Always use the output of the mimetype guesser in get_mimetype [ticket/11148] Get rid of extra line in mimetype guesser setter doc block [ticket/11148] Add missing parts to docblock of get_mimetype() method [ticket/11148] Default to application/octet-stream if no mimetype given [ticket/11148] Use mimetype guesser for uploaded avatars [ticket/11148] Pass mimetype guesser to upload_attachment() function [ticket/11148] Add mimetype guesser to filespec and fileupload class
| * [ticket/11148] Get rid of extra line in mimetype guesser setter doc blockMarc Alexander2014-06-231-2/+1
| | | | | | | | PHPBB3-11148
| * [ticket/11148] Pass mimetype guesser to upload_attachment() functionMarc Alexander2014-06-231-1/+20
| | | | | | | | PHPBB3-11148
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
|/ | | | PHPBB3-12446
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-6/+0
| | | | PHPBB3-12747
* [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-101-1/+1
| | | | PHPBB3-11711
* [ticket/11711] Improve checks for unsupported characters and check subjectMarc Alexander2014-06-091-7/+3
| | | | PHPBB3-11711
* [ticket/11711] Inform user of unsupported characters while postingMarc Alexander2014-06-091-0/+13
| | | | PHPBB3-11711
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12433] Use a different message when nesting of quotes is not allowedJoas Schilling2014-05-151-2/+10
| | | | PHPBB3-12433
* [ticket/12451] Remove duplicated lang varOliver Schramm2014-05-031-2/+2
| | | | PHPBB3-12451
* [ticket/12451] Use new line to concatenate stringsOliver Schramm2014-05-031-2/+2
| | | | PHPBB3-12451
* [ticket/12451] Split TOO_MANY_CHARS vars for pluralsOliver Schramm2014-05-031-1/+1
| | | | PHPBB3-12451
* [ticket/12451] Split TOO_FEW_CHARS_LIMIT for pluralsOliver Schramm2014-05-031-1/+1
| | | | PHPBB3-12451
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+1
| | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* [ticket/11915] Provide the URL to the attachment when it's uploaded.Cesar G2014-01-171-1/+3
| | | | PHPBB3-11915
* [ticket/11915] Provide the attachment file size to the template.Cesar G2014-01-171-2/+4
| | | | PHPBB3-11915
* [ticket/12060] A little less verbose cleanup of event docblocksMatt Friedman2013-12-171-4/+4
| | | | PHPBB3-12060
* [ticket/12060] Further clarifying new event docblocks as much as possibleMatt Friedman2013-12-161-6/+7
| | | | PHPBB3-12060
* [ticket/12060] Remove whitespacesMatt Friedman2013-12-161-1/+1
| | | | PHPBB3-12060
* [ticket/12060] Rename event in message parser to ↵Matt Friedman2013-12-131-2/+2
| | | | | | modify_format_display_text_after PHPBB3-12060
* [ticket/12060] Correctly label alpha versions in event docblocksMatt Friedman2013-12-131-2/+2
| | | | PHPBB3-12060
* [ticket/12060] Change @since in event docblocksMatt Friedman2013-12-121-2/+2
| | | | PHPBB3-12060
* [ticket/12060] Update docblock for core event due to addition of another varMatt Friedman2013-12-121-5/+6
| | | | PHPBB3-12060
* [ticket/12060] Add $update_this_message var to the core eventMatt Friedman2013-12-121-1/+1
| | | | PHPBB3-12060
* [ticket/12060] Add event core.modify_text_for_format_display_afterMatt Friedman2013-12-041-0/+22
| | | | | | Use this event to modify the text after it is parsed PHPBB3-12060
* [ticket/12060] Add event core.modify_bbcode_initMatt Friedman2013-12-041-0/+17
| | | | | | Use this event to modify the bbcode data for later parsing PHPBB3-12060
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-1/+48
| | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/11250] Move quote special cases from class to unit testsJoas Schilling2012-12-141-11/+0
| | | | PHPBB3-11250
* [ticket/10939] Modified message_parser.php to not use $_FILESFyorl2012-08-151-2/+3
| | | | PHPBB3-10939