aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_privmsgs.php
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug #51655 - Missing global vars phpbb_root_path & phpExJoas Schilling2009-09-191-1/+1
* Bug #39505, r9677 - Add integer casting and allow array to be empty. Unset ar...Andreas Fischer2009-09-031-3/+6
* Even if the recipient of a PM is now inactive (for whatever reason) still dis...Meik Sievertsen2009-08-041-2/+1
* Apply locale-independent basename() to attachment filenames. New function add...Meik Sievertsen2009-08-011-1/+1
* Do not send private message back to sender if sender is in the same group the...Meik Sievertsen2009-07-271-1/+7
* Users can report PMs to moderators which are then visible in a new MCP moduleNils Adermann2009-07-211-1/+91
* Change bug #39505 - Pm history only shows pms of the receipts you currently r...Joas Schilling2009-06-261-1/+18
* Fix bug #37285 - [Change] Add quote-button for own pm's in pm-historyJoas Schilling2009-06-241-2/+2
* Fix bug #46065 - Correctly show private message historyAndreas Fischer2009-06-081-1/+1
* Fix skipping messages if using next/prev PM in history links. (Bug #22205)Meik Sievertsen2009-04-121-3/+8
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-191-3/+3
* Fix regression introduced in r8951 #34985Chris Smith2008-10-101-5/+16
* Check users pm preferences for pm's sent to groups. (Bug #33245)Meik Sievertsen2008-09-301-1/+6
* Add quoting support to PM history when composing a reply. #34285Chris Smith2008-09-271-0/+1
* Correctly delete message attachments. (Bug #23755) Also revamped and simplifi...Meik Sievertsen2008-09-191-1/+13
* #27855Meik Sievertsen2008-05-261-0/+5
* #24665Meik Sievertsen2008-04-211-0/+21
* One commit for those fixes having a very tiny impact (mostly only whitespaces...Meik Sievertsen2008-01-301-10/+10
* - fix pm not_moved/removed retrieval (it was switched)Meik Sievertsen2007-11-071-2/+2
* - fix images off, css on problem for post/reply buttonsMeik Sievertsen2007-11-061-65/+17
* fixing some annoying bugsMeik Sievertsen2007-10-191-39/+52
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-33/+33
* some fixes. :PMeik Sievertsen2007-09-181-3/+3
* fixing some language and style bugs...Meik Sievertsen2007-09-051-6/+17
* - make sure the copyright/disclaimer is consistentMeik Sievertsen2007-08-211-4/+4
* - BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), b...Nils Adermann2007-08-191-1/+1
* some bugs fixedMeik Sievertsen2007-08-151-4/+6
* Some changes... non-invasive...Meik Sievertsen2007-08-131-0/+141
* #13791 - I hope this works :DHenry Sudhof2007-07-271-1/+5
* again, a lot of bug fixesMeik Sievertsen2007-07-191-0/+11
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* fixing bug #12283 which is a fix for the fix in #12135Meik Sievertsen2007-06-091-11/+10
* fix bug #12135 with the patch provided by APTXMeik Sievertsen2007-06-081-4/+2
* - Send stylesheet in style.php even without a valid session id [Bug #11531]Nils Adermann2007-05-261-1/+1
* Better support for nested transactions...Meik Sievertsen2007-05-051-8/+4
* other fixes...Meik Sievertsen2007-03-301-1/+1
* it could happen that new private messages are wrongly tagged. We try to "repa...Meik Sievertsen2007-03-121-0/+46
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-4/+4
* fixing some bugsMeik Sievertsen2007-01-181-2/+2
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-1/+1
* - telling the admin for what the board contact and board email addresses are ...Meik Sievertsen2006-12-311-1/+0
* Unused Code inside function update_forum_data [Bug #6606]Meik Sievertsen2006-12-271-1/+1
* some tiny bugfixes.Meik Sievertsen2006-12-031-1/+1
* - bug fixes for #5618, #5588 and #5584Meik Sievertsen2006-11-261-1/+0
* rather large update, most important things done:Meik Sievertsen2006-11-241-12/+16
* - fixing a bunch of bugsMeik Sievertsen2006-11-211-7/+22
* ok, i am an idiot...Meik Sievertsen2006-11-031-3/+3
* - make sure the sql layer for mysql always states mysql4 and get to mysql if ...Meik Sievertsen2006-11-031-4/+0
* - implemented the suggested html_entity_decode function made by davidMeik Sievertsen2006-11-031-5/+5
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-18/+1