aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Noted HTML,BBCode,Smilies status for signaturesPaul S. Owen2001-07-231-4/+15
* Fixed editpost check for login redirectPaul S. Owen2001-07-211-4/+4
* Redirect user if not logged in and not authedPaul S. Owen2001-07-201-5/+32
* Moderators get edited by message when editing own postsPaul S. Owen2001-07-151-1/+1
* Added editing information, no time limit at presentPaul S. Owen2001-07-151-4/+23
* Changes to include location + some other misc stuffPaul S. Owen2001-07-131-8/+9
* Updated to use confirmPaul S. Owen2001-07-111-14/+47
* Lots of checking in posting + delete now worksPaul S. Owen2001-07-101-50/+359
* Fixed bug in posting (forum_topics was incremented on replies, not just new t...James Atkinson2001-07-091-2/+6
* Code wasn't updating the topic_repliesJames Atkinson2001-07-061-2/+6
* Fixed some errors and ... reply with quote now worksPaul S. Owen2001-07-061-228/+238
* Various changes inc topic type as radio buttonsPaul S. Owen2001-07-041-511/+171
* Fixed spelling error in ANNOUNCEMENT which in caused an incorrect check to occurPaul S. Owen2001-06-161-14/+15
* Fixed error in return to post link when editing a messagePaul S. Owen2001-06-161-49/+54
* Moved prepare message to post.php to enable privmsg to use itPaul S. Owen2001-06-131-256/+214
* Some language var switch oversPaul S. Owen2001-06-121-42/+49
* Can unstick/unannounce topics via edit post nowJames Atkinson2001-06-111-22/+58
* Made some fixes to posting, next up Reply with QuoteJames Atkinson2001-06-111-9/+114
* Minor mods or fixes and PSO preview templatePaul S. Owen2001-06-111-11/+16
* Posting preview done, ability for anonymous users to post with a usernameJames Atkinson2001-06-111-17/+72
* Forum level annoucements and sticky topics are done.James Atkinson2001-06-071-23/+76
* Auth now returns a type allowing for more meaningful failure messa gesPaul S. Owen2001-06-061-6/+7