aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/privmsg.php
Commit message (Expand)AuthorAgeFilesLines
* Update related to smilie generation fixPaul S. Owen2001-12-291-1/+1
* Prevent privmsg.php doing a full join between privmsgs and users table if no ...Bart van Bragt2001-12-271-1/+3
* oops, box limits only came into affect after they've been exceeded, corrected.Paul S. Owen2001-12-241-3/+3
* Altered way ICQ overlay is done, uses JavaScript ... don't want this generate...Paul S. Owen2001-12-241-15/+3
* Fix bug #496014 and fixed a problem with the Inbox size limit not being adher...Paul S. Owen2001-12-241-7/+20
* Yep, you guessed it another \' ...Paul S. Owen2001-12-211-8/+8
* Moved generate_smilies() into includes/post.php, use smileypath in config tableBart van Bragt2001-12-181-114/+0
* 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-1/+137
* Implement solution for bug #493663 Re: in reply subjectPaul S. Owen2001-12-161-1/+1
* Added empty line under block of quoted msg when replyingBart van Bragt2001-12-141-1/+1
* bug #490286: undoing bbencode_first_pass() when bbcode was disabled is fruitl...natec2001-12-111-2/+7
* Implement suggestion in bug #484449Paul S. Owen2001-11-291-1/+1
* Fix bugs #487201 & #487182Paul S. Owen2001-11-291-7/+8
* Fix bug #486674 and removed superfluous/commented lines for html treatmentPaul S. Owen2001-11-291-12/+12
* Fixed some parse errorsBart van Bragt2001-11-271-1/+12
* Various fixes and updates, fix (hopefully) for bug #485799Paul S. Owen2001-11-271-1/+1
* Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no...natec2001-11-251-2/+2
* What did I say about that catchphrase ...Paul S. Owen2001-11-241-2/+2
* PM popup and icon are finally in placePaul S. Owen2001-11-211-2/+41
* Another attempt at getting universal compatibility with URI/paths ... I'm rea...Paul S. Owen2001-11-191-1/+1
* Altered storage of private message infoPaul S. Owen2001-11-191-2/+46
* Hopefully cope with boards running from SSL, ie. https://Paul S. Owen2001-11-181-1/+2
* More lang related cleanupsPaul S. Owen2001-11-181-4/+4
* Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which ...Paul S. Owen2001-11-171-1/+1
* Fixed bug #482729Paul S. Owen2001-11-171-3/+3
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-14/+26
* Apparently the clutch on my brain is broken, hence inability to engage itPaul S. Owen2001-11-151-6/+6
* Apparently the clutch on my brain is broken, hence inability to engage itPaul S. Owen2001-11-151-6/+4
* Added admin enabling of email formPaul S. Owen2001-11-151-1/+10
* Email form - free with purchase of any two other itemsPaul S. Owen2001-11-151-4/+3
* Added global PM disable + modded emailer to allow lang select + re-added back...Paul S. Owen2001-11-131-2/+13
* Altered templates so preview/errors are sent as 'boxes' rather than pparsed a...Paul S. Owen2001-11-091-2/+2
* fixed code:1 bbcode bug.natec2001-11-081-1/+1
* Fix for typo's in create_date statements...the_systech2001-11-021-2/+2
* Altered various language constructs + new quote changes for PM + altered pagi...Paul S. Owen2001-10-251-13/+15
* Slight mods to the usersearch function, moved to search.phpPaul S. Owen2001-10-161-11/+5
* Altered uri's in emails to utilise HTTP_HOST if available + altered some META...Paul S. Owen2001-10-141-1/+3
* Various changes to location redirection ... please note the format and name c...Paul S. Owen2001-10-141-9/+9
* Fixed bug #467825Paul S. Owen2001-10-101-2/+1
* Changes related to private messaging + some bug fixesPaul S. Owen2001-10-011-667/+1202
* Fixed bug #465147James Atkinson2001-09-271-0/+3
* Fixed bug 459576 (bad link in PM sentbox). We weren't pulling the user's emai...natec2001-09-111-1/+1
* Removed some trailing newlinesBart van Bragt2001-09-091-1/+1
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-7/+7
* Re-added GPL disclaimersJames Atkinson2001-08-301-0/+9
* Modified header commentsPaul S. Owen2001-08-261-10/+0
* Implmented the emailer class everywhere it needs it (just registration and pr...James Atkinson2001-08-131-121/+131
* Updates for HTML, etc. statusPaul S. Owen2001-07-241-4/+13
* Yet another faked if loopPaul S. Owen2001-07-221-27/+39