aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added some extra 's' extensions to preg_matches to cope with multiline dataPaul S. Owen2003-04-161-4/+5
* BBCode parser + decoder, missing some tags and mildly broken at this timeLudovic Arnaud2003-04-111-553/+231
* Generally related to post tables mergePaul S. Owen2003-02-261-117/+0
* Various, typically posting related updatesPaul S. Owen2002-11-011-57/+4
* Changed $board_config to $config, more posting "stuff", altered polling code ...Paul S. Owen2002-10-301-38/+38
* Various updates and alterationsPaul S. Owen2002-07-141-35/+32
* Updates in line with 2.0.1Paul S. Owen2002-06-101-6/+20
* Fix for "security vulnerability" in img tagthe_systech2002-04-241-2/+2
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and...Paul S. Owen2002-04-201-2/+8
* Move phpbb_preg_quote back into functions because it's plain annoying ... :DPaul S. Owen2002-03-251-18/+1
* Fixed little bug that made the smilies image tags not XHTML compatibleJames Atkinson2002-03-181-1/+1
* Fix for bug #529642... Tabs should end parsing for magic urls as well as spac...the_systech2002-03-181-3/+3
* Updates to overcome security issue + updates of various functions, initial ve...Paul S. Owen2002-03-181-6/+24
* Fixed #506066, [img] didn't work with multiple instances directly following e...Bart van Bragt2002-02-171-2/+2
* dohPaul S. Owen2002-02-121-2/+2
* Minor change to email matchPaul S. Owen2002-02-121-4/+3
* Various updates, mods, changes to several functions, moved smilies stuff to b...Paul S. Owen2002-02-081-1/+53
* Add a ; to URI validation rexPaul S. Owen2002-01-281-5/+5
* And another ...Paul S. Owen2002-01-281-2/+2
* Couple more updates to URL 'fixes'Paul S. Owen2002-01-281-2/+2
* arrgghhhhh I hate regexpPaul S. Owen2002-01-271-5/+5
* alphaNUMERICS Paul, ... dohPaul S. Owen2002-01-271-5/+5
* Check for allowed chars in [url] submissions ... could use some double checkingPaul S. Owen2002-01-271-5/+5
* @!!$@## gotta stop testing on one machine and commiting changes on another......the_systech2002-01-091-1/+1
* trimmed down the quote bug fix in second pass to one preg_replace rather than...the_systech2002-01-081-4/+3
* Fix for bug #496944 "quotes with usernames containing "]"the_systech2002-01-081-1/+17
* bug #489842 -- some pages were doing bbencode_second and make_click in a bad ...natec2001-12-111-0/+1
* fixed [code] bbcode linebreaking nbsp; stuff.natec2001-12-061-5/+5
* Removed uniqid() from make_bbcode_uid(). uniqid() was doing absolutely nothin...Bart van Bragt2001-11-261-2/+5
* tabs-to-spaces and other indentation mojo for [code] bbcode.natec2001-11-261-0/+9
* Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no...natec2001-11-251-4/+2
* [quote=username] bbcode.natec2001-10-241-22/+74
* Removing traces of global announcements and also fixing a potential security ...dougk_ff72001-10-191-1/+1
* Changes related to private messaging + some bug fixesPaul S. Owen2001-10-011-3/+3
* Templated bbcode.natec2001-09-261-42/+134
* color and size tagsPaul S. Owen2001-09-261-1/+15
* Added underlined text [u][/u]Paul S. Owen2001-09-061-15/+22
* Numerous updates and additions for polling and assorted fixes ... or bugs, wh...Paul S. Owen2001-09-061-10/+13
* Re-added GPL disclaimersJames Atkinson2001-08-301-0/+9
* Modified header commentsPaul S. Owen2001-08-261-39/+10
* Various posting updatesPaul S. Owen2001-08-101-1/+1
* Beginnings of the forum managament code (no functionality yet). Also a bit of...James Atkinson2001-08-021-105/+107
* Lots of work on posting. New topic and reply functionality is mostly done. Ed...James Atkinson2001-05-261-0/+32
* Moved all included files to includesPaul S. Owen2001-04-191-0/+508