aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_privmsgs.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | [ticket/10950] Use database count() and group by instead of doing that in phpJoas Schilling2012-07-111-11/+5
| * | [ticket/10950] Check $delete_ids to be not emptyJoas Schilling2012-07-041-19/+22
| * | [ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()Joas Schilling2012-07-041-58/+74
| * | [ticket/10950] Correct comment for the second query.Andreas Fischer2012-06-231-1/+1
| * | [ticket/10950] Add empty line to make unset() call more visible.Andreas Fischer2012-06-231-0/+1
| * | [ticket/10950] Select the correct columns in SQL queries.Andreas Fischer2012-06-231-2/+2
| * | [ticket/10950] Use a variable for the private message id.Andreas Fischer2012-06-231-6/+8
| * | [ticket/10950] Move array initialisation to the front.Andreas Fischer2012-06-231-1/+2
| * | [ticket/10950] Remove redundant if statement.Andreas Fischer2012-06-231-12/+9
| * | [ticket/10950] Fix SQL coding style (indentation) in second SQL query.Andreas Fischer2012-06-231-1/+1
| * | [ticket/10950] Use proper ' in order to fix comment.Andreas Fischer2012-06-231-1/+1
* | | Merge remote-tracking branch 'github-bantu/ticket/10790' into developNils Adermann2012-05-311-6/+0
|\ \ \ | |/ /
| * | [ticket/10790] Remove a (kind of) dead code section from submit_pm().Andreas Fischer2012-05-221-6/+0
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-141-0/+160
|\ \ \ | |/ /
| * | Merge branch 'ticket/10605' into develop-olympusAndreas Fischer2012-05-141-0/+160
| |\ \
| | * | [ticket/10605] Add parameter documentation to phpbb_delete_user_pmsJoas Schilling2012-04-131-0/+4
| | * | [ticket/10605] Reset user“s pm count to 0 when deleting his PMsJoas Schilling2012-03-271-1/+11
| | * | [ticket/10605] Split query to be able to use indexesJoas Schilling2012-03-271-3/+31
| | * | [ticket/10605] Rename $delete_rows to $delete_ids.Andreas Fischer2012-03-271-9/+9
| | * | [ticket/10605] Break long comment into multiple lines 80 chars short.Andreas Fischer2012-03-271-1/+2
| | * | [ticket/10605] Remove unnecessary $delete_ids array.Andreas Fischer2012-03-271-5/+3
| | * | [ticket/10605] Remove unnecessary array_keys calls on $delete_rows.Andreas Fischer2012-03-271-3/+3
| | * | [ticket/10605] Remove unused variable declarations.Andreas Fischer2012-03-271-1/+0
| | * | [ticket/10605] Turn $undelivered_user into a real array of counters.Andreas Fischer2012-03-271-4/+12
| | * | [ticket/10605] Use unset() instead of checking user_id over and over again.Andreas Fischer2012-03-271-5/+1
| | * | [ticket/10605] Prefix function with phpbb_ and use true instead of 1Joas Schilling2012-03-121-2/+2
| | * | [ticket/10605] Check for orphan privmsgs when deleting a userJoas Schilling2012-02-181-0/+116
* | | | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-311-1/+1
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-03-221-11/+6
|\ \ \ \ | |/ / /
| * | | [ticket/10684] Adjust function and parameter name, minor changes.rxu2012-03-221-2/+2
| * | | [ticket/10684] Remove intval mapping for array keysrxu2012-03-121-1/+1
| * | | [ticket/10684] Adjust pm_notifications() to handle stale bansrxu2012-03-121-11/+6
| |/ /
* | | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-1/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-131-4/+5
|\ \ \ | |/ /
| * | [ticket/8616] Include old U_INBOX var for BCIgor Wiedler2011-11-111-2/+3
| * | [ticket/8616] Rename U_INBOX to U_VIEW_MESSAGEIgor Wiedler2011-10-131-1/+1
| * | [ticket/8616] Direct links in pm notification emailsAlan2011-10-131-3/+3
* | | [ticket/9661] Remove eval() from functions_privmsgs.phpCullen Walsh2011-09-251-33/+78
| |/ |/|
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/7716] Data too long for column 'message_subject'Joas Schilling2010-08-211-0/+3
* [ticket/9757] Fix empty template variable {HISTORY_TITLE}Josh Woody2010-07-291-2/+2
* Do not permit unauthorised users to delete private messages from folder listi...Chris Smith2009-12-111-0/+7
* 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