aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_compose.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-16/+16
* [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-1/+2
* Merge pull request #2828 from brunoais/ticket/12930Joas Schilling2014-10-061-2/+35
|\
| * [ticket/12930] BUMP to RC5brunoais2014-10-021-1/+1
| * [ticket/12930] Fixing event comment block and variablebrunoais2014-09-191-8/+6
| * [ticket/12930] Adding more variables to the eventbrunoais2014-08-101-3/+23
| * [ticket/12930] Update to RC4brunoais2014-08-091-1/+1
| * [ticket/12930] core.ucp_pm_compose_compose_pm_quotepost_query_afterbrunoais2014-08-081-0/+16
* | [ticket/12929] BUMP to RC5brunoais2014-10-021-1/+1
* | [ticket/12929] Fixing event comment block and variablebrunoais2014-09-191-4/+4
* | [ticket/12929] Adding more variables to event.brunoais2014-08-101-0/+14
* | [ticket/12929] Update to RC4brunoais2014-08-091-1/+1
* | [ticket/12929] core.ucp_pm_compose_compose_pm_basic_info_query_beforebrunoais2014-08-091-0/+22
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12526] Fix undefined index: filesize when editing PM with attachments.Cesar G2014-05-111-1/+1
* [ticket/12493] Fix sql query for selection of users that have disabled PMn-aleha2014-05-071-8/+7
* Merge remote-tracking branch 'github-exreaction/ticket/8323' into develop-asc...Nils Adermann2014-05-021-16/+68
|\
| * [ticket/8323] Cache auth requestNathan Guse2013-09-051-2/+3
| * Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/8323Nathan Guse2013-09-051-8/+5
| |\
| * | [ticket/8323] Combine into a single queryNathaniel Guse2013-05-011-30/+28
| * | [ticket/8323] CommentsNathan Guse2012-12-071-1/+1
| * | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/8323Nathan Guse2012-12-071-4/+5
| |\ \
| * | | [ticket/8323] Only disable administrative deactivated accounts from receiving...Nathan2012-07-101-2/+29
| * | | [ticket/8323] Correct PM notification settings (only notify those who can rec...Nathan2012-07-101-25/+14
| * | | [ticket/8323] Allow sending PMs to temporarily banned usersNathan2012-07-101-1/+1
| * | | [ticket/8323] Do not allow sending PMs to Inactive usersNathan2012-07-101-1/+1
| * | | [ticket/8323] Correcting the commentNathan2012-07-101-1/+1
| * | | [ticket/8323] Do not allow sending of Private Messages to users who are bannedNathan2012-07-101-0/+17
| * | | [ticket/8323] Remove code used for testingNathan2012-07-101-1/+1
| * | | [ticket/8323] Do not allow sending of Private Messages to users who do not ha...Nathan2012-07-101-0/+20
* | | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+0
* | | | [ticket/12356] Assign vars preventing Plupload from loading in PM editor.Cesar G2014-04-091-1/+3
* | | | [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-1/+9
| |_|/ |/| |
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-061-7/+4
|\ \ \
| * | | [ticket/11144] Add missing {FORUM_NAME} variableGaëtan Muller2013-05-061-7/+4
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-01-311-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [ticket/11233] prohibit selecting anonymous user as a PM recipientDhruv2013-01-301-1/+1
* | | [ticket/10780] Use colon from language in ucp_pm_compose.php where possible.Andreas Fischer2012-11-101-2/+2
* | | Merge PR #918 branch 'develop-olympus' into developOleg Pudeyev2012-10-171-1/+2
|\ \ \ | |/ /
| * | [ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pmSenky2012-08-021-1/+2
* | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-1/+1
| |/ |/|
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-1/+1
* | Merge branch 'develop-olympus' into developNils Adermann2011-06-051-5/+26
|\ \ | |/
| * [ticket/10158] Remove some code duplication from generating the message.Nils Adermann2011-06-051-28/+10
| * [ticket/10158] Only view "Return to" links if they are useful.Joas Schilling2011-05-231-8/+34
| * [ticket/10158] Add return-link to folder, when the user replied from a folder.Joas Schilling2011-05-091-5/+15
| * [ticket/10158] Add "Return to Inbox"-link to "PM send"-message.Joas Schilling2011-05-051-2/+5
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-13/+9
|/