aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_compose.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16247] Quote PM has no identifier3D-I2019-12-051-1/+4
| | | | PHPBB3-16247
* [ticket/security/244] Add form token check to pluploadMarc Alexander2019-08-241-2/+5
| | | | SECURTIY-244
* [ticket/16103] Add core.pm_modify_message_subject3D-I2019-07-201-0/+10
| | | | PHPBB3-16103
* [ticket/15954] Add safeguards to include() callskasimi2019-01-261-3/+14
| | | | PHPBB3-15954
* Merge pull request #5468 from senky/ticket/15898Marc Alexander2018-12-271-2/+14
|\ | | | | | | [ticket/15898] Add core.ucp_pm_compose_template
| * [ticket/15898] Add core.ucp_pm_compose_templateJakub Senko2018-12-031-2/+14
| | | | | | | | PHPBB3-15898
* | [ticket/15893] Pass needed language class directly to format quoteMarc Alexander2018-12-021-1/+5
| | | | | | | | PHPBB3-15893
* | Merge pull request #5379 from senky/ticket/15621Marc Alexander2018-10-201-2/+2
|\ \ | |/ |/| | | [ticket/15621] Remove graphical inconsistencies
| * [ticket/15621] Remove graphical inconsistenciesJakub Senko2018-09-261-2/+2
| | | | | | | | PHPBB3-15621
* | Merge pull request #5368 from kinerity/ticket/15803Marc Alexander2018-10-131-1/+16
|\ \ | | | | | | | | | [ticket/15803] Add events on ucp_pm_compose for additional message list actions
| * | [ticket/15803] Change 'object' to 'bool'Kailey Truscott2018-09-251-4/+4
| | | | | | | | | | | | PHPBB3-15803
| * | [ticket/15803] Global $phpbb_dispatcherkinerity2018-09-231-1/+1
| | | | | | | | | | | | PHPBB3-15803
| * | [ticket/15803] Fix since versionkinerity2018-09-231-1/+1
| | | | | | | | | | | | PHPBB3-15803
| * | [ticket/15803] Add events on ucp_pm_compose for additional message list actionskinerity2018-09-221-0/+15
| |/ | | | | | | | | | | | | Event added for the handle_message_list_actions() function in ucp_pm_compose so that extensions can perform additional actions. PHPBB3-15803
* | Merge pull request #5354 from Elsensee/ticket/15329Marc Alexander2018-10-081-1/+4
|\ \ | | | | | | | | | [ticket/15329] Parse drafts before saving them (and decode)
| * | [ticket/15329] Parse drafts before saving them (and decode)Oliver Schramm2018-09-141-1/+4
| | | | | | | | | | | | PHPBB3-15329
* | | Merge pull request #5296 from MikelAlejoBR/ticket/15622Marc Alexander2018-10-081-6/+12
|\ \ \ | |_|/ |/| | | | | [ticket/15622] Fix quoting in PMs when BBCodes are disabled
| * | [ticket/15622] Rename function to avoid potential future conflictsMikelAlejoBR2018-09-161-1/+1
| | | | | | | | | | | | PHPBB3-15622
| * | [ticket/15622] Fix message link generationMikelAlejoBR2018-08-011-1/+10
| | | | | | | | | | | | | | | | | | | | | Now the message link is generated in different formats depending on whether BBCodes are allowed or not in the site. PHPBB3-15622
| * | [ticket/15622] Extract duplicated codeMikelAlejoBR2018-07-311-23/+1
| | | | | | | | | | | | PHPBB3-15622
| * | [ticket/15622] Fix quoting in PMs when BBCodes are disabledMikelAlejoBR2018-07-221-1/+20
| |/ | | | | | | | | | | | | | | | | Before parsing the private message to be loaded a simple BBCode status check is done to verify that BBCodes are enabled. Depending on that option the quote will be formated as BBCode or as plain text, similarly to what is done in posting.php. PHPBB3-15622
* | [ticket/15733] Fix undeclared variable concatenationMikelAlejoBR2018-07-291-1/+1
| | | | | | | | PHPBB3-15733
* | [ticket/15697] Remove unused variable and corresponding input fieldMikelAlejoBR2018-07-281-2/+0
| | | | | | | | PHPBB3-15697
* | [ticket/15697] Remove hard coded time check when sending PMsMikelAlejoBR2018-07-231-1/+1
|/ | | | PHPBB3-15697
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-20/+20
| | | | PHPBB3-14972
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-261-0/+11
|\
| * [ticket/13605] Add core.ucp_pm_compose_predefined_message eventJakub Senko2017-01-231-0/+11
| | | | | | | | PHPBB3-13605
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-2/+2
|\ \ | |/
* | [ticket/14945] Parse signature preview with generate_text_for_display()Marc Alexander2017-01-041-7/+2
| | | | | | | | PHPBB3-14945
* | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+7
| | | | | | | | PHPBB3-10961
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-191-0/+28
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/ucp/ucp_pm_compose.php
| * [ticket/14630] Rename core eventRichard McGirr2016-06-021-3/+3
| | | | | | | | PHPBB3-14630
| * [ticket/14630] Change event name and fix capitalizationRichard McGirr2016-05-161-3/+3
| | | | | | | | PHPBB3-14630
| * [ticket/14630] Add event to modify pm messageRichard McGirr2016-05-061-0/+28
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14630 PHPBB3-14630
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-251-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13630] Prevent empty parameter select_single
| * [ticket/13630] Prevent empty parameter select_singleJakub Senko2016-03-201-1/+1
| | | | | | | | PHPBB3-13630
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-11/+1
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [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