aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_privmsgs.php
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-1/+1
|\ \
| * | [ticket/12273] Fix invalid @event and @since tagsJoas Schilling2014-04-181-1/+1
* | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+2
|/ /
* | [ticket/12344] Add core.pm_submit_before to function submit_pmlucifer4o2014-04-151-1/+13
* | [ticket/12226] Split language strings to correctly allow multiple plural rulesJoas Schilling2014-02-241-1/+1
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-8/+5
|\ \
| * | [ticket/11640] removed the space that I wonder what it was doing there.Bruno Ais2013-07-291-1/+1
| * | [ticket/11640] removed the unsetBruno Ais2013-07-221-1/+0
| * | [ticket/11640] generate_text_for_display on functions_privmsgs.phpBruno Ais2013-07-161-8/+6
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
|/ /
* | [ticket/11103] Instantiate $phpbb_notifications as neededNathan Guse2012-12-131-7/+12
* | [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-7/+7
* | [ticket/11103] Fix failed automergeNathaniel Guse2012-11-101-1/+1
* | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-10/+27
|\ \
| * \ Merge remote-tracking branch 'upstream/develop' into feature/prune-usersOleg Pudeyev2012-11-061-59/+309
| |\ \
* | | | [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-7/+7
* | | | [ticket/11103] Remove unnecessary commentsNathan Guse2012-10-181-5/+0
* | | | [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-21/+14
* | | | [ticket/11103] Normalization of $phpbb_notifications variable nameNathan Guse2012-09-141-2/+2
* | | | [ticket/11103] Delete notifications for PMs deleted by phpbb_delete_user_pmsNathan Guse2012-09-141-0/+13
* | | | [ticket/11103] Mark Private Messages as readNathan Guse2012-09-141-1/+5
* | | | [ticket/11103] The service now handles all user loading itselfNathan Guse2012-09-091-91/+15
* | | | [ticket/11103] Some fixes for the email methodNathan Guse2012-09-081-14/+11
* | | | [ticket/11103] Work on the pm type and email methodNathan Guse2012-09-081-0/+13
| |/ / |/| |
* | | Merge pull request #914 from EXreaction/ticket/10990Nils Adermann2012-07-221-1/+1
|\ \ \
| * | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-1/+1
* | | | Merge branch 'develop-olympus' into developNils Adermann2012-07-211-83/+122
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | [ticket/10950] Fix grammar in commentsJoas Schilling2012-07-201-3/+3
| * | [ticket/10950] Delete PMs for users that have not yet read the pmJoas Schilling2012-07-201-32/+44
| * | [ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each userJoas Schilling2012-07-161-5/+18
| * | [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