aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - Documentation related changesMeik Sievertsen2005-04-091-15/+13
| | | | | | | | | | - added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
* - bugfixesMeik Sievertsen2005-01-151-1/+0
| | | | | | | - do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!) git-svn-id: file:///svn/phpbb/trunk@5063 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some fixes/changesMeik Sievertsen2004-12-191-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5035 89ea8834-ac86-4346-8a33-228a782c2dd0
* - letting urls work again, fixing [code] breakage on urls, corrected ↵Meik Sievertsen2004-11-141-2/+18
| | | | | | | | | magic_url to be able to parse urls at the beginning/end of bbcode blocks - fixed "edited by" message. git-svn-id: file:///svn/phpbb/trunk@5027 89ea8834-ac86-4346-8a33-228a782c2dd0
* - a bunch of updates, most of them bbcode relatedMeik Sievertsen2004-11-061-13/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@5023 89ea8834-ac86-4346-8a33-228a782c2dd0
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-16/+17
| | | | | | | | | | | - changed current_user in sessions (please review) - give more flexibility to style authors in regard to the pagination elements - profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly) - code optimizations (use of strpos, sizeof, loops not iterating functions on every call, memory savings...) - and last but not least --- hopefully not introduced more bugs than healthy (*cough*) git-svn-id: file:///svn/phpbb/trunk@4984 89ea8834-ac86-4346-8a33-228a782c2dd0
* my turn to break the forum (and at least pm's are no longer working - will ↵Meik Sievertsen2004-09-041-3/+23
| | | | | | not last long). HARRRR git-svn-id: file:///svn/phpbb/trunk@4978 89ea8834-ac86-4346-8a33-228a782c2dd0
* trouble oh trouble... trouble oh trouble... trou... SLAP!Meik Sievertsen2004-07-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4939 89ea8834-ac86-4346-8a33-228a782c2dd0
* - approve/disapprove posts/topicsMeik Sievertsen2004-07-191-1/+1
| | | | | | | | - changed mcp_front to be more moderator friendly - able to change the forum in mcp_queue (for moderators moderating more than one forum) git-svn-id: file:///svn/phpbb/trunk@4937 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forum rules + link to forum rulesMeik Sievertsen2004-05-301-3/+3
| | | | | | | | | - three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb... - some bugfixes within admin_forums and other files - new admin_board layout (much safer, security wise) git-svn-id: file:///svn/phpbb/trunk@4903 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-4/+2
| | | | | | | NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
* inline attachment capability...Meik Sievertsen2004-02-081-1/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4819 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not parse smilies within code tagMeik Sievertsen2004-01-251-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4764 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not even worth a log msg ;)Ludovic Arnaud2003-11-161-24/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@4670 89ea8834-ac86-4346-8a33-228a782c2dd0
* Let's break lots of thingsPaul S. Owen2003-10-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4578 89ea8834-ac86-4346-8a33-228a782c2dd0
* username quoting should be working again...Meik Sievertsen2003-09-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4485 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: admin definable bbcodesLudovic Arnaud2003-08-281-66/+106
| | | | | | | | Changed: preg references, use the prefered $n form instead of the old \\n one Fixed: tweaked PHP highlightning a little git-svn-id: file:///svn/phpbb/trunk@4453 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correct pathname for templatePaul S. Owen2003-08-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4378 89ea8834-ac86-4346-8a33-228a782c2dd0
* Less bug, more commentsLudovic Arnaud2003-08-101-6/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4370 89ea8834-ac86-4346-8a33-228a782c2dd0
* Primary / secondary style bbcode implementation. Not thoroughly tested yet ↵Ludovic Arnaud2003-08-101-7/+24
| | | | | | but my test board still functions so I guess it works ;) git-svn-id: file:///svn/phpbb/trunk@4363 89ea8834-ac86-4346-8a33-228a782c2dd0
* path change for bbcodePaul S. Owen2003-07-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4329 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cope with secondary (per forum) styles, probably other minor things too ... ↵Paul S. Owen2003-07-131-3/+5
| | | | | | there is a known permissions problem, will work on that soon. Ashe, the bbcode primary/secondary stuff may need some tightening, particularly since it only checks the bbcode_bitfield for the primary template (which may not exist as coped with later) ... I'll leave that to you to alter. git-svn-id: file:///svn/phpbb/trunk@4236 89ea8834-ac86-4346-8a33-228a782c2dd0
* 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