aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Replied to comment, no code changesPaul S. Owen2003-04-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3889 89ea8834-ac86-4346-8a33-228a782c2dd0
* some arrangements...Meik Sievertsen2003-04-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3883 89ea8834-ac86-4346-8a33-228a782c2dd0
* More bbcode fixesLudovic Arnaud2003-04-171-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@3879 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added syntax highlitning for [code].Ludovic Arnaud2003-04-161-37/+82
| | | | | | | [code] is now case-insensitive. Nothing else to mention ;) git-svn-id: file:///svn/phpbb/trunk@3860 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable/disable fulltext index updatingPaul S. Owen2003-04-151-1/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@3844 89ea8834-ac86-4346-8a33-228a782c2dd0
* $message is now processed in its unslashed form. Should not break anything...Ludovic Arnaud2003-04-131-2/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@3831 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed $message to be a class variable, added attachment category constants ↵Meik Sievertsen2003-04-111-26/+17
| | | | | | (now images are displayed inlined by default... no wrong assignments anymore, if you wondered why your zip file got streamed. ;)) git-svn-id: file:///svn/phpbb/trunk@3816 89ea8834-ac86-4346-8a33-228a782c2dd0
* BBCode parser + decoder, missing some tags and mildly broken at this timeLudovic Arnaud2003-04-111-3/+216
| | | | git-svn-id: file:///svn/phpbb/trunk@3812 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial 'view attachments' implementation. added new template var (merged ↵Meik Sievertsen2003-04-101-5/+3
| | | | | | include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet... git-svn-id: file:///svn/phpbb/trunk@3807 89ea8834-ac86-4346-8a33-228a782c2dd0
* Did you know that if you use backslashes in a log message WinCVS freaks out ↵Ludovic Arnaud2003-04-101-211/+5
| | | | | | and commit files at random? I didn't either. git-svn-id: file:///svn/phpbb/trunk@3804 89ea8834-ac86-4346-8a33-228a782c2dd0
* Weekly update: MCP templates. Forms renamed to 'main', added ↵Ludovic Arnaud2003-04-091-5/+211
| | | | | | | | | mcp_jumpbox.html for easy jumping and mcp_foruminfo.html. Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html git-svn-id: file:///svn/phpbb/trunk@3800 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial attachment functionality... only posting related (add/delete/edit) ↵Meik Sievertsen2003-03-221-4/+185
| | | | | | and schema. Also added attachment switch to board settings admin. git-svn-id: file:///svn/phpbb/trunk@3697 89ea8834-ac86-4346-8a33-228a782c2dd0
* prepare files, last commit before committing initial attachment ↵Meik Sievertsen2003-03-201-3/+3
| | | | | | functionality - please see thread within development forum. git-svn-id: file:///svn/phpbb/trunk@3695 89ea8834-ac86-4346-8a33-228a782c2dd0
* Problem with url matching + spacesPaul S. Owen2003-03-181-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@3667 89ea8834-ac86-4346-8a33-228a782c2dd0
* forum and topic notification + poll fixesMeik Sievertsen2003-03-121-432/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3633 89ea8834-ac86-4346-8a33-228a782c2dd0
* some posting updates and fixes.Meik Sievertsen2003-03-101-57/+136
| | | | git-svn-id: file:///svn/phpbb/trunk@3631 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed back to nl2br (nl2br in PHP >= 4.0.5 is XHTML compatible)Meik Sievertsen2003-03-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3584 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added delete-ability to posting...Meik Sievertsen2003-03-021-45/+174
| | | | git-svn-id: file:///svn/phpbb/trunk@3582 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor changes, re-added topicreviewMeik Sievertsen2003-02-281-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3575 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, a slightly modified posting.php, some fixes too. topic-review and polls ↵Meik Sievertsen2003-02-271-0/+708
will re-appear shortly. Posting is a little bit screwed up now... will get fixed soon too. posting new topics/reply/quote/preview and edit works partially (the post get stored. ;)) This commit is to show the other developers the changes. ;) git-svn-id: file:///svn/phpbb/trunk@3572 89ea8834-ac86-4346-8a33-228a782c2dd0