aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Expand)AuthorAgeFilesLines
* Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which ...Paul S. Owen2001-11-171-1/+3
* Fixed problem where deleting a post with a poll could error deletion of remai...Paul S. Owen2001-11-151-0/+10
* Got a bad piece of tape that time, fell on the carpet, euuggh, this one shoul...Paul S. Owen2001-11-151-5/+8
* Sticky tape fell off, that's what happens when you don't buy the real thing...Paul S. Owen2001-11-151-13/+15
* This removes the looping queries causing the horendous query count ... clutch...Paul S. Owen2001-11-151-19/+33
* Email form - free with purchase of any two other itemsPaul S. Owen2001-11-151-1/+1
* Email form - free with purchase of any two other itemsPaul S. Owen2001-11-151-12/+10
* Tsk, tsk, tsk, someone forgot to use the constant for the posts tableJames Atkinson2001-11-121-1/+2
* Altered for constant table namesPaul S. Owen2001-11-091-20/+14
* Altered templates so preview/errors are sent as 'boxes' rather than pparsed a...Paul S. Owen2001-11-091-18/+425
* fixed code:1 bbcode bug.natec2001-11-081-1/+1
* Fixed small error in message output upon deletion of msgPaul S. Owen2001-11-051-1/+1
* Changed to new lang vars + redirect for loginPaul S. Owen2001-11-031-19/+24
* [quote=username] bbcode.natec2001-10-241-2/+3
* Removed remaining elements of global announcements to prevent confusionPaul S. Owen2001-10-171-26/+3
* Fix a few things left over from old global announce stuffPaul S. Owen2001-10-161-2/+3
* Fix a few things left over from old global announce stuffPaul S. Owen2001-10-161-18/+26
* More changes for global announcements. They no longer require the mode to be...dougk_ff72001-10-161-2/+17
* Topic review changes + updatesPaul S. Owen2001-10-161-20/+244
* Altered uri's in emails to utilise HTTP_HOST if available + altered some META...Paul S. Owen2001-10-141-2/+3
* Various changes to location redirection ... please note the format and name c...Paul S. Owen2001-10-141-4/+8
* Various updates mainly URI session related ... login still having problem wit...Paul S. Owen2001-10-141-9/+11
* Allow remote deletion of posts + addition of several new checksPaul S. Owen2001-10-101-11/+27
* Fixed bug with deleting only post in forumPaul S. Owen2001-10-101-1/+3
* Moved emailer instantiation out of loop, was causing failures during topic re...Paul S. Owen2001-10-051-7/+6
* Updated and fixed various issues, see post in developers forum for infoPaul S. Owen2001-09-251-13/+15
* Various changes to notification, editing, etc. etc.Paul S. Owen2001-09-181-44/+92
* Fixed a situation where we weren't escaping sql special chars.natec2001-09-151-1/+2
* fixed bug 460663 -- we were trying to use the wrong field as the email addy w...natec2001-09-111-1/+1
* Missed a couple of config name changesPaul S. Owen2001-09-101-3/+3
* Missed a couple of config name changesPaul S. Owen2001-09-101-1/+1
* Removed some trailing newlinesBart van Bragt2001-09-091-1/+1
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-5/+5
* Fixed looping END_TRANSACTION ... oopsPaul S. Owen2001-09-071-2/+2
* Fixed bug #459427Paul S. Owen2001-09-071-3/+3
* Moved signature attach toggle to DB run convert_sig to update after adding ne...Paul S. Owen2001-09-071-32/+27
* Possible fix for bug #459075, please report any strange behaviour with this u...Paul S. Owen2001-09-061-1/+8
* Numerous updates and additions for polling and assorted fixes ... or bugs, wh...Paul S. Owen2001-09-061-840/+1340
* Re-added GPL disclaimersJames Atkinson2001-08-301-126/+135
* Modified header commentsPaul S. Owen2001-08-261-10/+1
* Fixed title for quoted repliesPaul S. Owen2001-08-231-7/+6
* A few changes and updates, removed fields no longer used, etc.Paul S. Owen2001-08-151-9/+2
* Add word censor to preview modePaul S. Owen2001-08-151-5/+36
* Notify on reply now supposedly fully functionalPaul S. Owen2001-08-141-14/+44
* Topic notification ... initial stuffPaul S. Owen2001-08-141-7/+107
* Only give sig option if user has a signature, display correct signature when ...Paul S. Owen2001-08-101-44/+62
* Various posting updatesPaul S. Owen2001-08-101-139/+241
* More varied changes, again hopefully not breaking anythingPaul S. Owen2001-08-091-85/+136
* Changes encorporate smily processing...the_systech2001-08-081-6/+6
* Forum locking now implemented + some updates for future functionalityPaul S. Owen2001-07-241-15/+34