aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Expand)AuthorAgeFilesLines
* Fixed some undefined variablesLudovic Arnaud2003-04-241-1/+1
* Ugly-fixed: username missing when quoting a postLudovic Arnaud2003-04-231-13/+24
* first version of attachment admin panel + some fixes (i hope i do not screw s...Meik Sievertsen2003-04-221-0/+2
* Re-enabled polling ... includes option of multiple choice polling, indication...Paul S. Owen2003-04-221-8/+14
* Review only approved postsLudovic Arnaud2003-04-201-0/+1
* dumdidumMeik Sievertsen2003-04-201-1/+0
* #575496 - only one way to do it, user input would be nice. ;)Meik Sievertsen2003-04-201-27/+93
* do not use the sync function if post get deleted. added topic_last_post_id in...Meik Sievertsen2003-04-191-6/+76
* some arrangements...Meik Sievertsen2003-04-181-6/+206
* More bbcode fixesLudovic Arnaud2003-04-171-2/+4
* Moved some code around, nothing serious.Ludovic Arnaud2003-04-161-10/+16
* Enable/disable display of moderator listingsPaul S. Owen2003-04-151-1/+1
* $message is now processed in its unslashed form. Should not break anything...Ludovic Arnaud2003-04-131-3/+3
* added 711252 and lock topic within post, fixed post editing a bit.Meik Sievertsen2003-04-121-1/+48
* changed $message to be a class variable, added attachment category constants ...Meik Sievertsen2003-04-111-18/+15
* BBCode parser + decoder, missing some tags and mildly broken at this timeLudovic Arnaud2003-04-111-4/+17
* initial 'view attachments' implementation. added new template var (merged inc...Meik Sievertsen2003-04-101-12/+12
* Moved up flood-check a little to save a query whenever possibleLudovic Arnaud2003-04-101-2/+2
* Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html...Ludovic Arnaud2003-04-091-0/+1
* initial attachment functionality... only posting related (add/delete/edit) an...Meik Sievertsen2003-03-221-10/+114
* prepare files, last commit before committing initial attachment functionality...Meik Sievertsen2003-03-201-37/+14
* Insert [*] when clicking list button (is my approach user friendly ?)Meik Sievertsen2003-03-121-41/+75
* forum and topic notification + poll fixesMeik Sievertsen2003-03-121-18/+15
* some posting updates and fixes.Meik Sievertsen2003-03-101-20/+159
* Added delete-ability to posting...Meik Sievertsen2003-03-021-9/+69
* minor changes, re-added topicreviewMeik Sievertsen2003-02-281-43/+66
* ok, a slightly modified posting.php, some fixes too. topic-review and polls w...Meik Sievertsen2003-02-271-561/+227
* ok, i am commiting this one, before i am going to disable main posting parts ...Meik Sievertsen2003-02-271-12/+24
* Add forum_id to topicreviewPaul S. Owen2003-02-261-3/+2
* some changes... mainly permission related. Please note the intval($forum_id) ...Meik Sievertsen2003-02-261-104/+99
* Minor alterationPaul S. Owen2003-02-261-9/+2
* only minor changes, some notes, played around with the code... nothing special.Meik Sievertsen2003-02-261-13/+19
* Generally related to post tables mergePaul S. Owen2003-02-261-69/+45
* Case changes, fix forum_id in nav, fix forum_id in posting success msgPaul S. Owen2003-01-301-1/+1
* oopsPaul S. Owen2003-01-291-8/+8
* other "oversights"Paul S. Owen2003-01-291-19/+19
* Double escaping ....Paul S. Owen2003-01-291-6/+6
* Check for display set when outputting iconsPaul S. Owen2003-01-281-8/+11
* Re-enabled fully dynamic config settings.Ludovic Arnaud2003-01-221-4/+4
* Posting works again ... well, as it did previously!Paul S. Owen2003-01-221-96/+116
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-2/+7
* EOL should be fixed nowLudovic Arnaud2003-01-131-8/+2
* whatever that commit was caused some interesting formating :DPaul S. Owen2003-01-121-54/+61
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-8/+2
* Oh my God what have they done? What HAVE they done .... infamy! infamy! they'...Paul S. Owen2003-01-081-16/+16
* We'll try and get it right this time ...Paul S. Owen2003-01-071-9/+9
* Various updates, inc. fixing non-escaping of 'Paul S. Owen2003-01-071-3/+3
* Initial Lastread support. Mind the schema and config changes\!Bart van Bragt2002-11-271-3/+7
* Some changes to forum admin to better reflect subforum 'post/non-post' change...Paul S. Owen2002-11-251-25/+28
* Just to get topic review working again ...Paul S. Owen2002-11-211-12/+163