aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* path change for bbcodePaul S. Owen2003-07-241-1/+1
* Cope with secondary (per forum) styles, probably other minor things too ... t...Paul S. Owen2003-07-131-3/+5
* Shifting bits appears to be faster than the pow() functionLudovic Arnaud2003-07-021-6/+6
* Fix up display of sigs and bbcode for previewPaul S. Owen2003-06-241-18/+22
* Changed: [list=square] is translated into an UNordered listLudovic Arnaud2003-06-051-16/+20
* Added: width / height parameters to flashLudovic Arnaud2003-05-251-7/+7
* Updated bbcode parser.Ludovic Arnaud2003-05-221-95/+115
* This version tends to do what it was supposed to do ... I guess users will pr...Paul S. Owen2003-05-201-1/+1
* Enable view limiting functions ... Ashe, not sure if this is compatible with ...Paul S. Owen2003-05-201-12/+36
* Added: [/*] tag (list item end tag). Automagically added if needed, in which ...Ludovic Arnaud2003-05-181-15/+39
* prepared (and fixed) topic review.Meik Sievertsen2003-05-171-0/+1
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-111-1/+1
* Changed: the loading of bbcodes template is triggered whenever needed - see b...Ludovic Arnaud2003-04-231-48/+53
* Move second parse cache init after assignment of bitfield ... in case bitfiel...Paul S. Owen2003-04-221-6/+5
* First-pass syntax highlightning. Will fix quotes laterLudovic Arnaud2003-04-201-29/+1
* More bbcode fixesLudovic Arnaud2003-04-171-9/+11
* Added syntax highlitning to [code]. Added [flash] tag.Ludovic Arnaud2003-04-161-21/+78