aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Shifting bits appears to be faster than the pow() functionLudovic Arnaud2003-07-021-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix up display of sigs and bbcode for previewPaul S. Owen2003-06-241-18/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@4170 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: [list=square] is translated into an UNordered listLudovic Arnaud2003-06-051-16/+20
| | | | | | | | Fixed: <ul> opening tag Changed: [list] is not hardcoded anymore git-svn-id: file:///svn/phpbb/trunk@4086 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: width / height parameters to flashLudovic Arnaud2003-05-251-7/+7
| | | | | | | | Fixed: ol closing tag Screwed-up: ol opening tag - will check that later git-svn-id: file:///svn/phpbb/trunk@4060 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated bbcode parser.Ludovic Arnaud2003-05-221-95/+115
| | | | | | | | Images that are replace with a link according to user's preferences now use the corresponding [url] template. Some regular expressions have been made a little more restrictive. git-svn-id: file:///svn/phpbb/trunk@4043 89ea8834-ac86-4346-8a33-228a782c2dd0
* This version tends to do what it was supposed to do ... I guess users will ↵Paul S. Owen2003-05-201-1/+1
| | | | | | prefer this ... git-svn-id: file:///svn/phpbb/trunk@4029 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable view limiting functions ... Ashe, not sure if this is compatible with ↵Paul S. Owen2003-05-201-12/+36
| | | | | | your thinking for bbcode but it seems the "logical" way to handle disabling of bbcode/flash in this manner. Fixed issue with automatic url handling of local links git-svn-id: file:///svn/phpbb/trunk@4028 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: [/*] tag (list item end tag). Automagically added if needed, in which ↵Ludovic Arnaud2003-05-181-15/+39
| | | | | | | | | case it's stored as [/*:m:$uid] Added: any {L_*} var in bbcode.html is replaced by its matching $lang string git-svn-id: file:///svn/phpbb/trunk@4014 89ea8834-ac86-4346-8a33-228a782c2dd0
* prepared (and fixed) topic review.Meik Sievertsen2003-05-171-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4010 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: the loading of bbcodes template is triggered whenever needed - see ↵Ludovic Arnaud2003-04-231-48/+53
| | | | | | | | | bbcode_tpl() Changed: [flash] got templated git-svn-id: file:///svn/phpbb/trunk@3934 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move second parse cache init after assignment of bitfield ... in case ↵Paul S. Owen2003-04-221-6/+5
| | | | | | bitfield isn't set globally git-svn-id: file:///svn/phpbb/trunk@3914 89ea8834-ac86-4346-8a33-228a782c2dd0
* First-pass syntax highlightning. Will fix quotes laterLudovic Arnaud2003-04-201-29/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3901 89ea8834-ac86-4346-8a33-228a782c2dd0
* More bbcode fixesLudovic Arnaud2003-04-171-9/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@3879 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added syntax highlitning to [code]. Added [flash] tag.Ludovic Arnaud2003-04-161-21/+78
| | | | git-svn-id: file:///svn/phpbb/trunk@3863 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some extra 's' extensions to preg_matches to cope with multiline dataPaul S. Owen2003-04-161-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3861 89ea8834-ac86-4346-8a33-228a782c2dd0
* BBCode parser + decoder, missing some tags and mildly broken at this timeLudovic Arnaud2003-04-111-553/+231
| | | | git-svn-id: file:///svn/phpbb/trunk@3812 89ea8834-ac86-4346-8a33-228a782c2dd0
* Generally related to post tables mergePaul S. Owen2003-02-261-117/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3538 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various, typically posting related updatesPaul S. Owen2002-11-011-57/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-38/+38
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates and alterationsPaul S. Owen2002-07-141-35/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@2669 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates in line with 2.0.1Paul S. Owen2002-06-101-6/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@2630 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for "security vulnerability" in img tagthe_systech2002-04-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2544 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-201-2/+8
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move phpbb_preg_quote back into functions because it's plain annoying ... :DPaul S. Owen2002-03-251-18/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2427 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed little bug that made the smilies image tags not XHTML compatibleJames Atkinson2002-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2318 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #529642... Tabs should end parsing for magic urls as well as ↵the_systech2002-03-181-3/+3
| | | | | | spaces or newlines... git-svn-id: file:///svn/phpbb/trunk@2317 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to overcome security issue + updates of various functions, initial ↵Paul S. Owen2002-03-181-6/+24
| | | | | | version of profile registration include ... not completed but should be functional for obvious reasons(!) git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #506066, [img] didn't work with multiple instances directly following ↵Bart van Bragt2002-02-171-2/+2
| | | | | | each other git-svn-id: file:///svn/phpbb/trunk@2175 89ea8834-ac86-4346-8a33-228a782c2dd0
* dohPaul S. Owen2002-02-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2115 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to email matchPaul S. Owen2002-02-121-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2114 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, mods, changes to several functions, moved smilies stuff to ↵Paul S. Owen2002-02-081-1/+53
| | | | | | bbcode.php ... nathan may kill me ... good bye all in advance git-svn-id: file:///svn/phpbb/trunk@2063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a ; to URI validation rexPaul S. Owen2002-01-281-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1989 89ea8834-ac86-4346-8a33-228a782c2dd0
* And another ...Paul S. Owen2002-01-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple more updates to URL 'fixes'Paul S. Owen2002-01-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1982 89ea8834-ac86-4346-8a33-228a782c2dd0
* arrgghhhhh I hate regexpPaul S. Owen2002-01-271-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1969 89ea8834-ac86-4346-8a33-228a782c2dd0
* alphaNUMERICS Paul, ... dohPaul S. Owen2002-01-271-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1968 89ea8834-ac86-4346-8a33-228a782c2dd0
* Check for allowed chars in [url] submissions ... could use some double checkingPaul S. Owen2002-01-271-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1967 89ea8834-ac86-4346-8a33-228a782c2dd0
* @!!$@## gotta stop testing on one machine and commiting changes on ↵the_systech2002-01-091-1/+1
| | | | | | another... I mistyped one word, and broke quotes completely. :( Somebody please get me a beer git-svn-id: file:///svn/phpbb/trunk@1824 89ea8834-ac86-4346-8a33-228a782c2dd0
* trimmed down the quote bug fix in second pass to one preg_replace rather ↵the_systech2002-01-081-4/+3
| | | | | | than two, by changing the pattern up a bit... git-svn-id: file:///svn/phpbb/trunk@1822 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #496944 "quotes with usernames containing "]"the_systech2002-01-081-1/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@1818 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #489842 -- some pages were doing bbencode_second and make_click in a bad ↵natec2001-12-111-0/+1
| | | | | | order. git-svn-id: file:///svn/phpbb/trunk@1555 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed [code] bbcode linebreaking nbsp; stuff.natec2001-12-061-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1520 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed uniqid() from make_bbcode_uid(). uniqid() was doing absolutely ↵Bart van Bragt2001-11-261-2/+5
| | | | | | nothing for 20ms on each call ;( git-svn-id: file:///svn/phpbb/trunk@1457 89ea8834-ac86-4346-8a33-228a782c2dd0
* tabs-to-spaces and other indentation mojo for [code] bbcode.natec2001-11-261-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1448 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can ↵natec2001-11-251-4/+2
| | | | | | no longer contain the double-quote character. Also removed a dupe from lang_main file. git-svn-id: file:///svn/phpbb/trunk@1441 89ea8834-ac86-4346-8a33-228a782c2dd0
* [quote=username] bbcode.natec2001-10-241-22/+74
| | | | git-svn-id: file:///svn/phpbb/trunk@1243 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removing traces of global announcements and also fixing a potential security ↵dougk_ff72001-10-191-1/+1
| | | | | | hole in bbcode. Img-based javascript is now stripped. All images have to begin with http:// git-svn-id: file:///svn/phpbb/trunk@1238 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes related to private messaging + some bug fixesPaul S. Owen2001-10-011-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
* Templated bbcode.natec2001-09-261-42/+134
| | | | git-svn-id: file:///svn/phpbb/trunk@1095 89ea8834-ac86-4346-8a33-228a782c2dd0