aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
Commit message (Expand)AuthorAgeFilesLines
...
| * [ticket/13297] Add unicode modifier to url/email regular expression patterns.rxu2014-11-091-6/+6
* | [ticket/13294] Add function parse() core event for additional message checksrxu2014-11-201-1/+44
|/
* Merge remote-tracking branch 'github-marc1706/ticket/11148' into develop-ascr...Nils Adermann2014-08-071-1/+19
|\
| * [ticket/11148] Get rid of extra line in mimetype guesser setter doc blockMarc Alexander2014-06-231-2/+1
| * [ticket/11148] Pass mimetype guesser to upload_attachment() functionMarc Alexander2014-06-231-1/+20
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
|/
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-6/+0
* [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-101-1/+1
* [ticket/11711] Improve checks for unsupported characters and check subjectMarc Alexander2014-06-091-7/+3
* [ticket/11711] Inform user of unsupported characters while postingMarc Alexander2014-06-091-0/+13
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
* [ticket/12433] Use a different message when nesting of quotes is not allowedJoas Schilling2014-05-151-2/+10
* [ticket/12451] Remove duplicated lang varOliver Schramm2014-05-031-2/+2
* [ticket/12451] Use new line to concatenate stringsOliver Schramm2014-05-031-2/+2
* [ticket/12451] Split TOO_MANY_CHARS vars for pluralsOliver Schramm2014-05-031-1/+1
* [ticket/12451] Split TOO_FEW_CHARS_LIMIT for pluralsOliver Schramm2014-05-031-1/+1
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+1
* [ticket/11915] Provide the URL to the attachment when it's uploaded.Cesar G2014-01-171-1/+3
* [ticket/11915] Provide the attachment file size to the template.Cesar G2014-01-171-2/+4
* [ticket/12060] A little less verbose cleanup of event docblocksMatt Friedman2013-12-171-4/+4
* [ticket/12060] Further clarifying new event docblocks as much as possibleMatt Friedman2013-12-161-6/+7
* [ticket/12060] Remove whitespacesMatt Friedman2013-12-161-1/+1
* [ticket/12060] Rename event in message parser to modify_format_display_text_a...Matt Friedman2013-12-131-2/+2
* [ticket/12060] Correctly label alpha versions in event docblocksMatt Friedman2013-12-131-2/+2
* [ticket/12060] Change @since in event docblocksMatt Friedman2013-12-121-2/+2
* [ticket/12060] Update docblock for core event due to addition of another varMatt Friedman2013-12-121-5/+6
* [ticket/12060] Add $update_this_message var to the core eventMatt Friedman2013-12-121-1/+1
* [ticket/12060] Add event core.modify_text_for_format_display_afterMatt Friedman2013-12-041-0/+22
* [ticket/12060] Add event core.modify_bbcode_initMatt Friedman2013-12-041-0/+17
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-1/+48
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
* [ticket/11250] Move quote special cases from class to unit testsJoas Schilling2012-12-141-11/+0
* [ticket/10939] Modified message_parser.php to not use $_FILESFyorl2012-08-151-2/+3
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-9/+9
* [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-1/+1
* Merge branch 'develop-olympus' into developNils Adermann2011-06-091-2/+9
|\
| * [ticket/217] Silence errors in tests, not code.Oleg Pudeyev2011-06-061-1/+1
| * [ticket/217] Use positive parameter statement for bbcode_init()rxu2011-06-061-2/+2
| * [ticket/217] Adjust patch, add testsrxu2011-06-061-3/+8
| * [ticket/217] Multiline [url] not convertedrxu2011-06-061-1/+3
* | Merge branch 'develop-olympus' into developOleg Pudeyev2007-01-031-15/+20
|\ \ | |/
| * Merge branch 'ticket/rxu/10117' into develop-olympusOleg Pudeyev2011-04-171-2/+7
| |\
| | * [ticket/10117] Add one more missed 'u' modifier, add code commentrxu2011-04-031-1/+6
| | * [ticket/10117] Make smilies to be correctly parsed within unicode text.rxu2011-04-031-2/+2
| * | [ticket/10115] Switch UTF-8 mode on for the rest of BBCodesrxu2011-04-031-6/+6
| * | [ticket/10115] Make some text oriented BBCodes to properly handle unicode.rxu2011-04-021-7/+7
| |/
* | Merge branch 'ticket/igorw/9556' into developNils Adermann2010-12-131-2/+0
|\ \
| * | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0