aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Expand)AuthorAgeFilesLines
* a few fixesMeik Sievertsen2003-06-291-1/+1
* some updates...Meik Sievertsen2003-06-251-353/+16
* Fix up display of sigs and bbcode for previewPaul S. Owen2003-06-241-23/+11
* deleted pm references and small fixes to the thumbnail creationMeik Sievertsen2003-06-231-170/+6
* Global announcements ... sort of work ... well they seem to, need to look at ...Paul S. Owen2003-06-231-714/+95
* ups. :)Meik Sievertsen2003-06-211-1/+1
* only small addition for further use...Meik Sievertsen2003-06-211-45/+49
* thumbnail creation supportMeik Sievertsen2003-06-201-19/+469
* added: download notice for people unable to see files attached to postsMeik Sievertsen2003-06-171-1/+1
* Add forum/topic_id info to redirectsPaul S. Owen2003-06-151-2/+2
* fixed: message post storage. We do not hold the parsed message, only the deco...Meik Sievertsen2003-06-071-7/+7
* my turn to break things... only small changes.Meik Sievertsen2003-06-061-2/+2
* added email queue + small changes (do not hit me for the mysql_basic change :D)Meik Sievertsen2003-05-291-34/+34
* Majority are UCP related updates ... avatars should now work, aside from gall...Paul S. Owen2003-05-261-11/+24
* some cleanups/updatesMeik Sievertsen2003-05-251-10/+7
* more fun with cookiesPaul S. Owen2003-05-241-1/+1
* decode_text() will strip [/*:m] tagsLudovic Arnaud2003-05-181-0/+2
* fixed a small annoying bug.Meik Sievertsen2003-05-111-5/+9
* re-enable posting. ;)Meik Sievertsen2003-05-111-26/+29
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-111-92/+159
* Do not update post's timestamp if we're only editing itLudovic Arnaud2003-05-061-1/+5
* email topic, minor other changes, removed updating of parent forums upon post...Paul S. Owen2003-05-051-48/+20
* changed attachment processing (posting), the old way was a mess. :)Meik Sievertsen2003-05-011-22/+18
* Fixed: decode_text() not decoding /list tags properlyLudovic Arnaud2003-04-231-5/+15
* Re-enabled polling ... includes option of multiple choice polling, indication...Paul S. Owen2003-04-221-2/+3
* Altered various aspects of emailing ... tested on a windows platform with bot...Paul S. Owen2003-04-211-20/+19
* First-pass syntax highlightning. Will fix quotes laterLudovic Arnaud2003-04-201-0/+3
* #575496 - only one way to do it, user input would be nice. ;)Meik Sievertsen2003-04-201-14/+14
* hmmm, what's the word I'm looking for ... hhmmm .... pooohPaul S. Owen2003-04-191-1/+1
* Missing concatenationnn ... thingy ... dot ..Paul S. Owen2003-04-191-2/+2
* Updated topic/forum notification ... untested in live situation ... appeared ...Paul S. Owen2003-04-191-471/+475
* do not use the sync function if post get deleted. added topic_last_post_id in...Meik Sievertsen2003-04-191-5/+75
* delete no longer used functionMeik Sievertsen2003-04-181-70/+1
* some arrangements...Meik Sievertsen2003-04-181-462/+112
* TODO ;)Ludovic Arnaud2003-04-171-0/+1
* Removed unneeded decoding, added bbcode_uid to the second_pass function. (doh)Ludovic Arnaud2003-04-161-5/+1
* fixed delete post bug, use extension cache while posting, fix download counte...Meik Sievertsen2003-04-151-17/+13
* $message is now processed in its unslashed form. Should not break anything...Ludovic Arnaud2003-04-131-1/+1
* added 711252 and lock topic within post, fixed post editing a bit.Meik Sievertsen2003-04-121-2/+3
* changed $message to be a class variable, added attachment category constants ...Meik Sievertsen2003-04-111-1/+1
* BBCode parser + decoder, missing some tags and mildly broken at this timeLudovic Arnaud2003-04-111-2/+5
* initial 'view attachments' implementation. added new template var (merged inc...Meik Sievertsen2003-04-101-3/+3
* Did you know that if you use backslashes in a log message WinCVS freaks out a...Ludovic Arnaud2003-04-101-2/+2
* Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html...Ludovic Arnaud2003-04-091-2/+2
* Update icon namePaul S. Owen2003-04-011-2/+2
* "Real" post and topic counts now updated correctly. Mass-resync your topics/f...Ludovic Arnaud2003-03-301-4/+4
* forum_parents made more reliable. Removed the $extra_form_fields parameter fr...Ludovic Arnaud2003-03-281-13/+8
* erm... aspx is forbidden too, reactivate transaction.Meik Sievertsen2003-03-221-1/+1
* initial attachment functionality... only posting related (add/delete/edit) an...Meik Sievertsen2003-03-221-10/+760
* prepare files, last commit before committing initial attachment functionality...Meik Sievertsen2003-03-201-38/+31