aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move to sql_query_limitPaul S. Owen2003-03-201-23/+29
* forum and topic notification + poll fixesMeik Sievertsen2003-03-121-5/+634
* some posting updates and fixes.Meik Sievertsen2003-03-101-1/+1
* Added delete-ability to posting...Meik Sievertsen2003-03-021-1/+68
* minor changes, re-added topicreviewMeik Sievertsen2003-02-281-1/+127
* ok, a slightly modified posting.php, some fixes too. topic-review and polls w...Meik Sievertsen2003-02-271-430/+54
* ok, i am commiting this one, before i am going to disable main posting parts ...Meik Sievertsen2003-02-271-2/+4
* some changes... mainly permission related. Please note the intval($forum_id) ...Meik Sievertsen2003-02-261-0/+39
* hmm, wasn't aware of changed something here. strange.Meik Sievertsen2003-02-261-1/+1
* only minor changes, some notes, played around with the code... nothing special.Meik Sievertsen2003-02-261-20/+17
* Doubled alt on smiley htmlPaul S. Owen2003-02-231-1/+1
* Various updatesPaul S. Owen2003-01-071-6/+7
* More key changes ...Paul S. Owen2002-11-091-6/+1
* HTML stuffPaul S. Owen2002-11-071-37/+17
* ALTER TABLE phpbb_smilies CHANGE smile_on_posting display_on_postingLudovic Arnaud2002-11-051-1/+1
* Some bugfixes, quick-(un)locking now works.Ludovic Arnaud2002-11-011-10/+7
* More minor changesPaul S. Owen2002-11-011-7/+7
* Smilies enabled ... note this is not necessarily final ...Paul S. Owen2002-10-311-6/+40
* Magic URL updatesPaul S. Owen2002-10-311-20/+15
* Dumped sql_query_array, replaced with build_array, posting updates, fixed quo...Paul S. Owen2002-10-301-152/+108
* Changed $board_config to $config, more posting "stuff", altered polling code ...Paul S. Owen2002-10-301-45/+50
* Posting and acl option updatesPaul S. Owen2002-10-281-779/+6
* missing globalPaul S. Owen2002-10-081-1/+1
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-634/+587
* Subforums handling part 2, it almost works. Also added: the "Explain" link at...Ludovic Arnaud2002-10-031-6/+1
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-2/+83
* oopsPaul S. Owen2002-07-271-80/+4
* Combine posting and searching functions ... not entirely convinced about this...Paul S. Owen2002-07-141-0/+1370