aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* | | Merge branch 'develop-olympus' into developNils Adermann2010-11-201-0/+9
|\ \ \ | |/ / |/| / | |/
| * [ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.Ruslan Uzdenov2010-11-181-0/+9
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-3/+4
|/
* [ticket/9170] Unable to get image size in img bbcode when URL has multiple pa...Andreas Fischer2010-05-021-1/+1
* Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...Nils Adermann2010-02-111-0/+1
* check for additional empty config variables...Meik Sievertsen2009-11-011-10/+5
* revert r9910 - ticket #1309Meik Sievertsen2009-10-241-1/+1
* Fix Bug #51835 - editing posts with attachments - regression from r9843 intro...Joas Schilling2009-09-251-14/+3
* fix #51235 - regression from 9843 for #48265Joas Schilling2009-09-131-0/+2
* #48965Marek A. R2009-08-021-3/+3
* Fix bug #1309 - Multiline [url] not ConvertedRuslan Uzdenov2009-08-011-1/+1
* Fix Bug #47295 - Min/max characters per posts also affects polls optionJoas Schilling2009-07-301-6/+17
* Fix bug #48265 - Correctly set attachment flag for topics, posts and pms afte...Joas Schilling2009-07-241-3/+12
* Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by le...Meik Sievertsen2009-07-071-1/+1
* - add options for quick reply (forum-based and board-wide)Meik Sievertsen2009-06-231-5/+13
* #40865 - no message parsing for messages evaluating to falseMeik Sievertsen2009-04-171-5/+1
* Revert r9422 while we come up with a better fixChris Smith2009-04-071-1/+1
* Fixed bug # 42885 - "Select all" selects much too much in OperaJim Wigginton2009-04-011-1/+1
* fix bug #42785Meik Sievertsen2009-03-161-7/+8
* Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985Jim Wigginton2009-02-261-1/+1
* Fixed bug #40565 – Missing end " in quote bb tag deletes textJim Wigginton2009-01-261-0/+3
* Complete fix in r9007Chris Smith2008-10-241-1/+1
* Parse BBCode lists of type square, circle and disc. #35295Chris Smith2008-10-131-1/+1
* some changes for proper code documentationMeik Sievertsen2008-08-231-1/+1
* #26795Meik Sievertsen2008-06-211-1/+4
* do not allow [flash=0,0]... not implemented for images due to the reliance on...Meik Sievertsen2008-06-071-0/+6
* #22865Meik Sievertsen2008-03-131-4/+3
* - Fix quote bbcode parsing adding too much closing tags on special conditions...Meik Sievertsen2008-02-231-2/+3
* Correctly return sole whitespaces if used with BBCodes - #19535Meik Sievertsen2008-02-231-10/+10
* #19955Meik Sievertsen2008-01-291-4/+4
* Correctly check empty subjects/messages (Bug #17915)Meik Sievertsen2008-01-051-3/+8
* do not allow [size=0]Meik Sievertsen2007-11-291-0/+6
* further updatesMeik Sievertsen2007-11-191-2/+2
* fixing some annoying bugsMeik Sievertsen2007-10-191-4/+13