aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - letting urls work again, fixing [code] breakage on urls, corrected ↵Meik Sievertsen2004-11-141-24/+25
| | | | | | | | | 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
* Some small touchupsBart van Bragt2004-11-101-52/+71
| | | | git-svn-id: file:///svn/phpbb/trunk@5026 89ea8834-ac86-4346-8a33-228a782c2dd0
* - a bunch of updates, most of them bbcode relatedMeik Sievertsen2004-11-061-8/+61
| | | | git-svn-id: file:///svn/phpbb/trunk@5023 89ea8834-ac86-4346-8a33-228a782c2dd0
* /me destroyed posting messages completly, now operating normal again. :) ↵Meik Sievertsen2004-10-211-1/+1
| | | | | | (... hopefully, never trust a dev) git-svn-id: file:///svn/phpbb/trunk@5005 89ea8834-ac86-4346-8a33-228a782c2dd0
* - search updatesMeik Sievertsen2004-10-191-30/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@5003 89ea8834-ac86-4346-8a33-228a782c2dd0
* - search indexing fixMeik Sievertsen2004-10-061-8/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@4993 89ea8834-ac86-4346-8a33-228a782c2dd0
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-31/+64
| | | | | | | | | | | - 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
* - re-enable polls (user is now able to decide if users are able to change ↵Meik Sievertsen2004-09-051-46/+42
| | | | | | votes if this feature is enabled within the given forum) git-svn-id: file:///svn/phpbb/trunk@4981 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-175/+290
| | | | | | not last long). HARRRR git-svn-id: file:///svn/phpbb/trunk@4978 89ea8834-ac86-4346-8a33-228a782c2dd0
* - made message parser more clearMeik Sievertsen2004-08-141-64/+71
| | | | | | | | | | - changed smilie processing again (let's see which bugs pop up here) - fixed url processing, you know this broken links... ;) see important note (maybe the other devs can help here) - more control over processing html, emoticons and magic urls (if used for other purposes) - unsetting the class after usage is preferred (to free the memory used) git-svn-id: file:///svn/phpbb/trunk@4961 89ea8834-ac86-4346-8a33-228a782c2dd0
* message/mail updatesMeik Sievertsen2004-05-261-6/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4898 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-13/+46
| | | | | | | 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
* - check for array [lang]Meik Sievertsen2004-03-101-3/+3
| | | | | | | | - admin_forums delete routine updated - added extension groups per forum git-svn-id: file:///svn/phpbb/trunk@4861 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor adjustmentsMeik Sievertsen2004-03-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4859 89ea8834-ac86-4346-8a33-228a782c2dd0
* small fix for html replacementMeik Sievertsen2004-03-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4849 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed message type from message parserMeik Sievertsen2004-02-151-88/+114
| | | | | | | | | assign message if specified parse/decode html if enabled validate url git-svn-id: file:///svn/phpbb/trunk@4834 89ea8834-ac86-4346-8a33-228a782c2dd0
* inline attachment capability...Meik Sievertsen2004-02-081-2/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@4819 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: smilie parsing in signaturesMeik Sievertsen2004-01-251-42/+40
| | | | | | | added: edit notes git-svn-id: file:///svn/phpbb/trunk@4767 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change: check for potential bbcodes before we parse the messageLudovic Arnaud2003-11-271-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4695 89ea8834-ac86-4346-8a33-228a782c2dd0
* my attempt to break things...Meik Sievertsen2003-11-231-7/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4682 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished drafts, one bit is remaining though.Meik Sievertsen2003-11-161-1/+1
| | | | | | | | added file and disk space statistics. some minor changes here and there. git-svn-id: file:///svn/phpbb/trunk@4668 89ea8834-ac86-4346-8a33-228a782c2dd0
* new permissions, merged attachment tables (the intended purpose of two ↵Meik Sievertsen2003-11-041-1/+1
| | | | | | | | | tables is no longer valid), attachment updates along the merging... Note: please merge your attachment tables (develop dir). git-svn-id: file:///svn/phpbb/trunk@4637 89ea8834-ac86-4346-8a33-228a782c2dd0
* bump topic and orphan attachmentsMeik Sievertsen2003-10-191-12/+7
| | | | | | | changes here and there... git-svn-id: file:///svn/phpbb/trunk@4614 89ea8834-ac86-4346-8a33-228a782c2dd0
* Let's break lots of thingsPaul S. Owen2003-10-121-6/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4578 89ea8834-ac86-4346-8a33-228a782c2dd0
* optimized update_last_post_information query.Meik Sievertsen2003-10-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4573 89ea8834-ac86-4346-8a33-228a782c2dd0
* request_var updatesMeik Sievertsen2003-10-091-10/+10
| | | | | | | attachment updates/fixes git-svn-id: file:///svn/phpbb/trunk@4540 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow/disallow [quote] tags. If we make any other bbcode disable-able we ↵Ludovic Arnaud2003-10-051-15/+21
| | | | | | should consider passing them in an array ;) git-svn-id: file:///svn/phpbb/trunk@4532 89ea8834-ac86-4346-8a33-228a782c2dd0
* some small fixesMeik Sievertsen2003-09-241-17/+27
| | | | | | | | got rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;) NOTE: New css element added to theme git-svn-id: file:///svn/phpbb/trunk@4510 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix poll parsingMeik Sievertsen2003-09-151-6/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@4503 89ea8834-ac86-4346-8a33-228a782c2dd0
* Trim emoticon pregPaul S. Owen2003-09-091-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4490 89ea8834-ac86-4346-8a33-228a782c2dd0
* username quoting should be working again...Meik Sievertsen2003-09-071-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4485 89ea8834-ac86-4346-8a33-228a782c2dd0
* okie, using array_merge. :DMeik Sievertsen2003-09-071-1/+1
| | | | | | | | | fixed: admin_prune added: prune topics last viewed at... (only admin_prune ATM) moved: delete_attachments to functions_admin git-svn-id: file:///svn/phpbb/trunk@4482 89ea8834-ac86-4346-8a33-228a782c2dd0
* some sync-related updates... more logical processing of submit_post.Meik Sievertsen2003-09-071-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4477 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial draft functionality, loading (and a bunch of other stuff) is not ↵Meik Sievertsen2003-09-041-2/+2
| | | | | | implemented yet + bugfixes. git-svn-id: file:///svn/phpbb/trunk@4467 89ea8834-ac86-4346-8a33-228a782c2dd0
* speed up split words a tadPaul S. Owen2003-08-301-25/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@4459 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: slashing attachment comments (hopefully)Meik Sievertsen2003-08-291-1/+1
| | | | | | | changed header. git-svn-id: file:///svn/phpbb/trunk@4458 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: admin definable bbcodesLudovic Arnaud2003-08-281-66/+86
| | | | | | | | 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
* saved one query by moving max smilie check to the emoticons functionMeik Sievertsen2003-08-281-37/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@4451 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed the error message for too many quotesLudovic Arnaud2003-07-121-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4225 89ea8834-ac86-4346-8a33-228a782c2dd0
* sqlite support UNION ALL SELECT methodPaul S. Owen2003-07-041-30/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@4203 89ea8834-ac86-4346-8a33-228a782c2dd0
* Shifting bits appears to be faster than the pow() functionLudovic Arnaud2003-07-021-7/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4190 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few fixesMeik Sievertsen2003-06-291-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@4184 89ea8834-ac86-4346-8a33-228a782c2dd0
* some updates...Meik Sievertsen2003-06-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4175 89ea8834-ac86-4346-8a33-228a782c2dd0
* thumbnail creation supportMeik Sievertsen2003-06-201-32/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@4160 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: while validating quotes usernames, the loop will end at the first ↵Ludovic Arnaud2003-06-051-15/+18
| | | | | | incorrect bbcode pair git-svn-id: file:///svn/phpbb/trunk@4085 89ea8834-ac86-4346-8a33-228a782c2dd0
* Majority are UCP related updates ... avatars should now work, aside from ↵Paul S. Owen2003-05-261-1/+1
| | | | | | gallery, fixed a few other issues, updated schema/basic git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: \r\n becomes \n within postsLudovic Arnaud2003-05-251-10/+50
| | | | | | | | Added: width / height parameters to flash Added: bbcodes validation within quotes usernames git-svn-id: file:///svn/phpbb/trunk@4059 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: $warn_msg changed into a class var. (allows from returning errors ↵Ludovic Arnaud2003-05-221-101/+124
| | | | | | | | | | from regexps) Added: max_quote_depth Changed: PHP syntax highlightning modified to use CSS classes instead of <font> tags git-svn-id: file:///svn/phpbb/trunk@4045 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable view limiting functions ... Ashe, not sure if this is compatible with ↵Paul S. Owen2003-05-201-1/+1
| | | | | | 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-10/+35
| | | | | | case it's stored as [/*:m:$uid] git-svn-id: file:///svn/phpbb/trunk@4016 89ea8834-ac86-4346-8a33-228a782c2dd0