aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_compose.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14234] Fix event doc blocksMarc Alexander2015-10-121-1/+0
| | | | PHPBB3-14234
* [ticket/14234] Get rid of undefined variablesMarc Alexander2015-10-121-11/+2
| | | | PHPBB3-14234
* [ticket/12143] Replace group name outputOliver Schramm2015-08-051-2/+5
| | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
* [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-1/+10
| | | | PHPBB3-10620
* Merge pull request #3669 from s9e/ticket/13901Tristan Darricau2015-06-241-3/+3
|\ | | | | | | [ticket/13901] Add more whitespace to long quotes for readability
| * [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-301-3/+3
| | | | | | | | PHPBB3-13901
* | Merge branch '3.1.x'Marc Alexander2015-06-081-1/+1
|\ \ | |/ |/| | | | | Conflicts: phpBB/posting.php
| * Merge branch 'ticket/13833-30x' into ticket/13833Oliver Schramm2015-06-081-1/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: phpBB/posting.php PHPBB3-13833
| | * [ticket/13833] Prevent flooding if type=submit doesn't existOliver Schramm2015-06-081-1/+1
| | | | | | | | | | | | PHPBB3-13833
* | | Merge pull request #3383 from nickvergessen/ticket/9109Tristan Darricau2015-05-291-8/+2
|\ \ \ | | | | | | | | | | | | Ticket/9109 Properly document and calculate the group settings with value 0
| * | | [ticket/9109] Properly document and calculate the group settings with value 0Joas Schilling2015-02-081-8/+2
| | | | | | | | | | | | | | | | PHPBB3-9109
* | | | Merge pull request #3613 from nickvergessen/ticket/13844Tristan Darricau2015-05-291-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Ticket/13844 Better FAQ language files
| * | | | [ticket/13844] FAQ in new controller formatJoas Schilling2015-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13844
* | | | | [ticket/13847] Updated ucp_pm_compose to use utils when forwardingJoshyPHP2015-05-251-1/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13847
* | | | | [ticket/13847] Updated ucp_pm_compose to use the utils serviceJoshyPHP2015-05-251-1/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | ...when quoting a post PHPBB3-13847
* | | | Merge branch '3.1.x'Marc Alexander2015-03-061-0/+26
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/13637] Update msg_id docblockKailey Truscott2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change topic_id to post_id PHPBB3-13637
| * | | [ticket/13637] Update event name and docblockKailey Truscott2015-02-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the event name to core.ucp_pm_compose_modify_data Change description of to_group_id and submit dockblock PHPBB3-13637
| * | | [ticket/13637] Add core.ucp_pm_compose_alter_vars PHP eventKailey Truscott2015-02-191-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | Add a new PHP event to ucp_pm_compose to alter the default vars PHPBB3-13637
* | | | [ticket/13647] Generate route links for faqJoas Schilling2015-02-221-1/+4
| |/ / |/| | | | | | | | PHPBB3-13647
* | | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-031-2/+2
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-4/+4
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-16/+16
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-1/+2
|/ / | | | | | | PHPBB3-13450
* | Merge pull request #2828 from brunoais/ticket/12930Joas Schilling2014-10-061-2/+35
|\ \ | | | | | | | | | [ticket/12930] core.ucp_pm_compose_compose_pm_quotepost_query_after
| * | [ticket/12930] BUMP to RC5brunoais2014-10-021-1/+1
| | | | | | | | | | | | PHPBB3-12930
| * | [ticket/12930] Fixing event comment block and variablebrunoais2014-09-191-8/+6
| | | | | | | | | | | | | | | | | | According to comments on pull request PHPBB3-12930
| * | [ticket/12930] Adding more variables to the eventbrunoais2014-08-101-3/+23
| | | | | | | | | | | | | | | | | | More variables, according to comments, were added to the event. PHPBB3-12930
| * | [ticket/12930] Update to RC4brunoais2014-08-091-1/+1
| | | | | | | | | | | | PHPBB3-12930
| * | [ticket/12930] core.ucp_pm_compose_compose_pm_quotepost_query_afterbrunoais2014-08-081-0/+16
| | | | | | | | | | | | | | | | | | | | | Adding the core.ucp_pm_compose_compose_pm_quotepost_query_after event to ucp backend. PHPBB3-12930
* | | [ticket/12929] BUMP to RC5brunoais2014-10-021-1/+1
| | | | | | | | | | | | PHPBB3-12929
* | | [ticket/12929] Fixing event comment block and variablebrunoais2014-09-191-4/+4
| | | | | | | | | | | | PHPBB3-12929
* | | [ticket/12929] Adding more variables to event.brunoais2014-08-101-0/+14
| | | | | | | | | | | | | | | | | | More variables added that may be useful to events at this stage. PHPBB3-12929
* | | [ticket/12929] Update to RC4brunoais2014-08-091-1/+1
| | | | | | | | | | | | PHPBB3-12929
* | | [ticket/12929] core.ucp_pm_compose_compose_pm_basic_info_query_beforebrunoais2014-08-091-0/+22
|/ / | | | | | | | | | | | | Adding the core.ucp_pm_compose_compose_pm_basic_info_query_before event to mcp backend. PHPBB3-12929
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12526] Fix undefined index: filesize when editing PM with attachments.Cesar G2014-05-111-1/+1
| | | | | | | | PHPBB3-12526
* | [ticket/12493] Fix sql query for selection of users that have disabled PMn-aleha2014-05-071-8/+7
| | | | | | | | | | | | | | | | This fixes a bug where a user A could not send a PM to user B when both users allowed other users to send them a PM. More precisely, it fixes the selection of users that either are inactive or have disabled private messages. PHPBB3-12493
* | Merge remote-tracking branch 'github-exreaction/ticket/8323' into ↵Nils Adermann2014-05-021-16/+68
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-exreaction/ticket/8323: [ticket/8323] Cache auth request [ticket/8323] Combine into a single query [ticket/8323] Comments on phpbb_get_banned_user_ids input for test [ticket/8323] More readability in test case [ticket/8323] Comments [ticket/8323] dataProvider for the test; better test data [ticket/8323] Comments [ticket/8323] Unit test for phpbb_get_banned_user_ids [ticket/8323] Comments for inactive reasons in constants.php [ticket/8323] Only disable administrative deactivated accounts from receiving PMs [ticket/8323] Allow temporarily banned users to receive PMs, but not a notification [ticket/8323] Correct PM notification settings (only notify those who can receive them) [ticket/8323] Cleanup viewtopic code (not sure how this mess happened) [ticket/8323] Allow sending PMs to temporarily banned users [ticket/8323] Do not allow sending PMs to Inactive users [ticket/8323] Hide the Send PM link if users cannot receive the PM [ticket/8323] Correcting the comment [ticket/8323] Do not allow sending of Private Messages to users who are banned [ticket/8323] Remove code used for testing [ticket/8323] Do not allow sending of Private Messages to users who do not have permission to read private messages Conflicts: phpBB/language/en/ucp.php
| * | [ticket/8323] Cache auth requestNathan Guse2013-09-051-2/+3
| | | | | | | | | | | | PHPBB3-8323
| * | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/8323Nathan Guse2013-09-051-8/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling (613) and others # Via Andreas Fischer (214) and others * 'develop' of github.com:phpbb/phpbb3: (2494 commits) [ticket/11825] Move schema_data.php into includes/ instead of phpbb/ [ticket/11215] Remove unnecessary comment [ticket/11755] MySQL upgrader out of date [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. [ticket/11823] Set up nginx server to match PHP files with characters after .php [ticket/11812] Fix empty define [ticket/11818] Update Symfony dependencies to 2.3.* [ticket/11791] Load adm/ events from styles/adm/event/ [ticket/11215] Fix helper_url_test.php tests [ticket/11215] Add newline back to .htaccess, fix wording [ticket/11215] Update comment in .htaccess [ticket/11215] Uncomment rewrite rules in .htaccess [ticket/11215] Make controller helper url() method use correct format [ticket/11215] Add commented-out URL rewrite capability to .htaccess [ticket/11821] Fix comma usage next to "You are receiving this notification". [ticket/11769] Allow using 0 as poster name [ticket/11769] Allow '0' as username [ticket/11215] Use new URL structure for controllers [ticket/11215] Everything appears to be working... ... Conflicts: phpBB/includes/functions_privmsgs.php
| * | | [ticket/8323] Combine into a single queryNathaniel Guse2013-05-011-30/+28
| | | | | | | | | | | | | | | | PHPBB3-8323
| * | | [ticket/8323] CommentsNathan Guse2012-12-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-8323
| * | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/8323Nathan Guse2012-12-071-4/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/viewtopic.php
| * | | | [ticket/8323] Only disable administrative deactivated accounts from ↵Nathan2012-07-101-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | receiving PMs Allow other types of inactive accounts to receive PMs. Remove the banned PM error message and use the string saying they do not have permission (less translation) PHPBB3-8323
| * | | | [ticket/8323] Correct PM notification settings (only notify those who can ↵Nathan2012-07-101-25/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | receive them) Also correcting the way it was setup for users to be able to receive PMs (do not allow administrators/moderators to send to banned, inactive, or non-standard users, that just doesn't make sense) PHPBB3-8323
| * | | | [ticket/8323] Allow sending PMs to temporarily banned usersNathan2012-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an argument to the phpbb_get_banned_user_ids() function to allow specifying a banned end time (default true for current functionality, false for only permanent bans, timestamp to find banned until a specified time) PHPBB3-8323
| * | | | [ticket/8323] Do not allow sending PMs to Inactive usersNathan2012-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8323
| * | | | [ticket/8323] Correcting the commentNathan2012-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8323
| * | | | [ticket/8323] Do not allow sending of Private Messages to users who are bannedNathan2012-07-101-0/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-8323