aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect setting of checkboxes on edit, bug #525244Paul S. Owen2002-03-031-6/+10
* Fixed updating of user post count on deletionPaul S. Owen2002-02-231-0/+1
* Fix my hilariously dumb mistake in posting allowing unauthed users to post ...Paul S. Owen2002-02-201-0/+5
* There always has to be at least one bug doesn't there ... why is that?Paul S. Owen2002-02-181-1/+1
* Somewhat overhauled posting, fixed various bugs, completed new way of handlin...Paul S. Owen2002-02-181-2038/+563
* Cleaned up stuff (for Email)Bart van Bragt2002-02-171-46/+2
* Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONC...Paul S. Owen2002-02-021-10/+22
* Initial warning fixesPaul S. Owen2002-01-281-36/+30
* Fix error in script name, posting vs. viewtopicPaul S. Owen2002-01-281-0/+1
* Fix bug #505064Paul S. Owen2002-01-281-1/+1
* Various updates related to email creation ... should fix various bugs and err...Paul S. Owen2002-01-271-114/+139
* htmlspecialchars for subject, poll title and optionsPaul S. Owen2002-01-251-10/+3
* Changes to topic/forum tracking ... tested for several days on test board and...Paul S. Owen2002-01-121-24/+56
* Updates to hopefully fix bug #500212Paul S. Owen2002-01-071-2/+2
* Moved all search functions to includes/search.php Paul; please reviewBart van Bragt2002-01-031-345/+1
* Fix bug #497725Paul S. Owen2001-12-301-1/+1
* Fixed bug #496954Paul S. Owen2001-12-291-2/+2
* Fix for #497218the_systech2001-12-281-1/+1
* Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like...Paul S. Owen2001-12-211-22/+11
* Fix bug #494787, censor words in topic title for email notifications of repliesPaul S. Owen2001-12-191-1/+7
* Fix for bug #494982, uses IP for anonymous posters and user_id for logged in ...Paul S. Owen2001-12-191-1/+2
* Moved generate_smilies() into includes/post.php, use smileypath in config tableBart van Bragt2001-12-181-103/+1
* Stupid horrible group by clausesPaul S. Owen2001-12-171-14/+38
* Moved remaining hard coded text in posting template to lang_main, smilies now...Paul S. Owen2001-12-161-4/+138
* This time I really fixed posting to prevent deletion of topic titles when edi...Paul S. Owen2001-12-151-1/+1
* Fixed empty topic title issue when editing posts + moderation of locked topicsPaul S. Owen2001-12-151-13/+13
* bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitl...natec2001-12-111-1/+5
* bug #488067: no, preg_quote() didn't always have 2 args.natec2001-12-111-2/+2
* Fix stripslashing on errors, preview, poll option addition ... okay I lied, b...Paul S. Owen2001-12-051-1/+1
* Fix stripslashing on errors, preview, poll option addition ... this one actua...Paul S. Owen2001-12-041-2/+2
* Fix stripslashing on errors, preview, poll option additionPaul S. Owen2001-12-041-6/+9
* Fix backslashing when adding poll optionsPaul S. Owen2001-12-031-0/+6
* Removed 'Redirect' headerPaul S. Owen2001-12-021-3/+0
* Fix bug #486674 and removed superfluous/commented lines for html treatmentPaul S. Owen2001-11-291-1/+3
* Fixed some parse errorsBart van Bragt2001-11-271-18/+7
* Some mindboggeling ternary operators removed :DBart van Bragt2001-11-271-1/+24
* Various fixes and updates, fix (hopefully) for bug #485799Paul S. Owen2001-11-271-3/+3
* Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion o...Paul S. Owen2001-11-261-7/+9
* Convert accents on chars into 'equivalent' plain lettersPaul S. Owen2001-11-261-7/+16
* Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no...natec2001-11-251-2/+2
* Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN TH...Bart van Bragt2001-11-241-9/+9
* Reminder to self, checking files at 2am bad, checking files at 2pm goodPaul S. Owen2001-11-241-3/+3
* Small error in SQL for Postgres searchmatch cleanPaul S. Owen2001-11-231-2/+2
* More search updates + user postsPaul S. Owen2001-11-231-87/+80
* Latest variants ... not finished yet ...Paul S. Owen2001-11-231-144/+132
* Now showing: A ton of bug fixes and a complete overhaul of my admin code...dougk_ff72001-11-211-1/+1
* Fixes small problem with MS AccessPaul S. Owen2001-11-211-2/+1
* Various core updates for searchingPaul S. Owen2001-11-201-109/+88
* Another attempt at getting universal compatibility with URI/paths ... I'm rea...Paul S. Owen2001-11-191-1/+1
* Hopefully cope with boards running from SSL, ie. https://Paul S. Owen2001-11-181-3/+3