aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Collapse)AuthorAgeFilesLines
...
* some sync-related updates... more logical processing of submit_post.Meik Sievertsen2003-09-071-22/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@4477 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: slashing attachment comments (hopefully)Meik Sievertsen2003-08-291-19/+11
| | | | | | | changed header. git-svn-id: file:///svn/phpbb/trunk@4458 89ea8834-ac86-4346-8a33-228a782c2dd0
* saved one query by moving max smilie check to the emoticons functionMeik Sievertsen2003-08-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4451 89ea8834-ac86-4346-8a33-228a782c2dd0
* bah, group handling needs some further discussion ... I'm done with it for M-2Paul S. Owen2003-08-271-9/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@4440 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmm, we never had such an object. :)Meik Sievertsen2003-08-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4407 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few fixesMeik Sievertsen2003-06-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4184 89ea8834-ac86-4346-8a33-228a782c2dd0
* some updates...Meik Sievertsen2003-06-251-353/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@4175 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix up display of sigs and bbcode for previewPaul S. Owen2003-06-241-23/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@4170 89ea8834-ac86-4346-8a33-228a782c2dd0
* deleted pm references and small fixes to the thumbnail creationMeik Sievertsen2003-06-231-170/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4169 89ea8834-ac86-4346-8a33-228a782c2dd0
* Global announcements ... sort of work ... well they seem to, need to look at ↵Paul S. Owen2003-06-231-714/+95
| | | | | | possbility of splitting topics table in two git-svn-id: file:///svn/phpbb/trunk@4167 89ea8834-ac86-4346-8a33-228a782c2dd0
* ups. :)Meik Sievertsen2003-06-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4163 89ea8834-ac86-4346-8a33-228a782c2dd0
* only small addition for further use...Meik Sievertsen2003-06-211-45/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@4162 89ea8834-ac86-4346-8a33-228a782c2dd0
* thumbnail creation supportMeik Sievertsen2003-06-201-19/+469
| | | | git-svn-id: file:///svn/phpbb/trunk@4160 89ea8834-ac86-4346-8a33-228a782c2dd0
* added: download notice for people unable to see files attached to postsMeik Sievertsen2003-06-171-1/+1
| | | | | | | | changed: put attachment display into a function now called by posting preview and viewtopic (functions_display.php) fixed: small fix in posting routines, cleanups... git-svn-id: file:///svn/phpbb/trunk@4139 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add forum/topic_id info to redirectsPaul S. Owen2003-06-151-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4138 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: message post storage. We do not hold the parsed message, only the ↵Meik Sievertsen2003-06-071-7/+7
| | | | | | decoded one for displaying within the textarea. git-svn-id: file:///svn/phpbb/trunk@4094 89ea8834-ac86-4346-8a33-228a782c2dd0
* my turn to break things... only small changes.Meik Sievertsen2003-06-061-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4093 89ea8834-ac86-4346-8a33-228a782c2dd0
* added email queue + small changes (do not hit me for the mysql_basic change :D)Meik Sievertsen2003-05-291-34/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@4067 89ea8834-ac86-4346-8a33-228a782c2dd0
* Majority are UCP related updates ... avatars should now work, aside from ↵Paul S. Owen2003-05-261-11/+24
| | | | | | gallery, fixed a few other issues, updated schema/basic git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
* some cleanups/updatesMeik Sievertsen2003-05-251-10/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4057 89ea8834-ac86-4346-8a33-228a782c2dd0
* more fun with cookiesPaul S. Owen2003-05-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4054 89ea8834-ac86-4346-8a33-228a782c2dd0
* decode_text() will strip [/*:m] tagsLudovic Arnaud2003-05-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4015 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed a small annoying bug.Meik Sievertsen2003-05-111-5/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@4007 89ea8834-ac86-4346-8a33-228a782c2dd0
* re-enable posting. ;)Meik Sievertsen2003-05-111-26/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@4006 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-111-92/+159
| | | | git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not update post's timestamp if we're only editing itLudovic Arnaud2003-05-061-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3983 89ea8834-ac86-4346-8a33-228a782c2dd0
* email topic, minor other changes, removed updating of parent forums upon ↵Paul S. Owen2003-05-051-48/+20
| | | | | | posting (handled by functions_display) git-svn-id: file:///svn/phpbb/trunk@3980 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed attachment processing (posting), the old way was a mess. :)Meik Sievertsen2003-05-011-22/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@3960 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: decode_text() not decoding /list tags properlyLudovic Arnaud2003-04-231-5/+15
| | | | | | | Fixed: topic_replies not incremented when quoting another post git-svn-id: file:///svn/phpbb/trunk@3929 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-enabled polling ... includes option of multiple choice polling, ↵Paul S. Owen2003-04-221-2/+3
| | | | | | indication of option voted for, etc. ... preliminary implementation, various things need finishing git-svn-id: file:///svn/phpbb/trunk@3920 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered various aspects of emailing ... tested on a windows platform with ↵Paul S. Owen2003-04-211-20/+19
| | | | | | both mail() and direct smtp ... it worked in both cases. git-svn-id: file:///svn/phpbb/trunk@3902 89ea8834-ac86-4346-8a33-228a782c2dd0
* First-pass syntax highlightning. Will fix quotes laterLudovic Arnaud2003-04-201-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3901 89ea8834-ac86-4346-8a33-228a782c2dd0
* #575496 - only one way to do it, user input would be nice. ;)Meik Sievertsen2003-04-201-14/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@3898 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmm, what's the word I'm looking for ... hhmmm .... pooohPaul S. Owen2003-04-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3892 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing concatenationnn ... thingy ... dot ..Paul S. Owen2003-04-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3891 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated topic/forum notification ... untested in live situation ... appeared ↵Paul S. Owen2003-04-191-471/+475
| | | | | | to work via manual testing git-svn-id: file:///svn/phpbb/trunk@3888 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not use the sync function if post get deleted. added topic_last_post_id ↵Meik Sievertsen2003-04-191-5/+75
| | | | | | information to viewtopic, for determining delete permission correctly. git-svn-id: file:///svn/phpbb/trunk@3887 89ea8834-ac86-4346-8a33-228a782c2dd0
* delete no longer used functionMeik Sievertsen2003-04-181-70/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3884 89ea8834-ac86-4346-8a33-228a782c2dd0
* some arrangements...Meik Sievertsen2003-04-181-462/+112
| | | | git-svn-id: file:///svn/phpbb/trunk@3883 89ea8834-ac86-4346-8a33-228a782c2dd0
* TODO ;)Ludovic Arnaud2003-04-171-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3867 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed unneeded decoding, added bbcode_uid to the second_pass function. (doh)Ludovic Arnaud2003-04-161-5/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3862 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed delete post bug, use extension cache while posting, fix download ↵Meik Sievertsen2003-04-151-17/+13
| | | | | | counter for images git-svn-id: file:///svn/phpbb/trunk@3838 89ea8834-ac86-4346-8a33-228a782c2dd0
* $message is now processed in its unslashed form. Should not break anything...Ludovic Arnaud2003-04-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3831 89ea8834-ac86-4346-8a33-228a782c2dd0
* added 711252 and lock topic within post, fixed post editing a bit.Meik Sievertsen2003-04-121-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3817 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed $message to be a class variable, added attachment category constants ↵Meik Sievertsen2003-04-111-1/+1
| | | | | | (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-2/+5
| | | | 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-3/+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-2/+2
| | | | | | 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-2/+2
| | | | | | | | | 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
* Update icon namePaul S. Owen2003-04-011-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3771 89ea8834-ac86-4346-8a33-228a782c2dd0