aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
Commit message (Expand)AuthorAgeFilesLines
* - Match custom BBCodes in the same way during first and second pass - patch p...Nils Adermann2007-10-071-0/+9
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+11
* - Prevent {URL} token in custom BBCodes from make_clickable messing [Bug #14151]Nils Adermann2007-08-191-1/+1
* - BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), b...Nils Adermann2007-08-191-4/+3
* #8576Dominik Dröscher2007-03-091-1/+1
* #8456David M2007-03-081-1/+1
* blah, no need to capture thisDavid M2007-03-021-1/+1
* #8374David M2007-03-021-3/+3
* - some bugfixesMeik Sievertsen2007-01-091-1/+1
* - Changed handling of the bitfield in bbcode.phpDavid M2006-12-171-18/+5
* rather large update, most important things done:Meik Sievertsen2006-11-241-4/+4
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-2/+2
* fix custom bbcode html replacement to correctly replace referencesMeik Sievertsen2006-09-231-0/+6
* sql_in_set changesMeik Sievertsen2006-08-121-7/+6
* so.... what does this thing do?David M2006-08-111-2/+1
* OK...David M2006-07-241-25/+32
* fix some bugs... again. :)Meik Sievertsen2006-07-101-1/+1
* what? yeah...David M2006-06-201-1/+1
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-2/+5
* erm, ok, my fault. :/Meik Sievertsen2006-06-141-48/+46
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+1
* - fixed a few bugsMeik Sievertsen2006-06-111-139/+200
* - BBCode bugsDavid M2006-06-101-0/+1
* - get every bbcode tpl block defined within bbcode.html. ;) (#1889)Meik Sievertsen2006-05-281-1/+6
* some tiny changes...Meik Sievertsen2006-05-261-1/+7
* - fixing a few smaller bugs/glitchesMeik Sievertsen2006-05-211-0/+5
* #1327Meik Sievertsen2006-03-271-2/+1
* - file_get_contents instead of imploding file()s or fread()ing till the maxim...David M2006-01-041-7/+9
* - ok, get away with the secondary style approach (styles can be mixed togethe...Meik Sievertsen2005-12-221-14/+2
* - added acp_language (language pack management)Meik Sievertsen2005-11-301-9/+9
* - Documentation related changesMeik Sievertsen2005-04-091-15/+13
* - bugfixesMeik Sievertsen2005-01-151-1/+0
* - some fixes/changesMeik Sievertsen2004-12-191-1/+2
* - letting urls work again, fixing [code] breakage on urls, corrected magic_ur...Meik Sievertsen2004-11-141-2/+18
* - a bunch of updates, most of them bbcode relatedMeik Sievertsen2004-11-061-13/+18
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-16/+17
* my turn to break the forum (and at least pm's are no longer working - will no...Meik Sievertsen2004-09-041-3/+23
* trouble oh trouble... trouble oh trouble... trou... SLAP!Meik Sievertsen2004-07-271-1/+1
* - approve/disapprove posts/topicsMeik Sievertsen2004-07-191-1/+1
* - forum rules + link to forum rulesMeik Sievertsen2004-05-301-3/+3
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-4/+2
* inline attachment capability...Meik Sievertsen2004-02-081-1/+7
* do not parse smilies within code tagMeik Sievertsen2004-01-251-0/+1
* Not even worth a log msg ;)Ludovic Arnaud2003-11-161-24/+24
* Let's break lots of thingsPaul S. Owen2003-10-121-2/+2
* username quoting should be working again...Meik Sievertsen2003-09-071-1/+1
* Added: admin definable bbcodesLudovic Arnaud2003-08-281-66/+106
* Correct pathname for templatePaul S. Owen2003-08-111-1/+1
* Less bug, more commentsLudovic Arnaud2003-08-101-6/+5
* Primary / secondary style bbcode implementation. Not thoroughly tested yet bu...Ludovic Arnaud2003-08-101-7/+24