Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16247] Quote PM has no identifier | 3D-I | 2019-12-05 | 1 | -1/+4 |
| | | | | PHPBB3-16247 | ||||
* | [ticket/security/244] Add form token check to plupload | Marc Alexander | 2019-08-24 | 1 | -2/+5 |
| | | | | SECURTIY-244 | ||||
* | [ticket/16103] Add core.pm_modify_message_subject | 3D-I | 2019-07-20 | 1 | -0/+10 |
| | | | | PHPBB3-16103 | ||||
* | [ticket/15954] Add safeguards to include() calls | kasimi | 2019-01-26 | 1 | -3/+14 |
| | | | | PHPBB3-15954 | ||||
* | Merge pull request #5468 from senky/ticket/15898 | Marc Alexander | 2018-12-27 | 1 | -2/+14 |
|\ | | | | | | | [ticket/15898] Add core.ucp_pm_compose_template | ||||
| * | [ticket/15898] Add core.ucp_pm_compose_template | Jakub Senko | 2018-12-03 | 1 | -2/+14 |
| | | | | | | | | PHPBB3-15898 | ||||
* | | [ticket/15893] Pass needed language class directly to format quote | Marc Alexander | 2018-12-02 | 1 | -1/+5 |
| | | | | | | | | PHPBB3-15893 | ||||
* | | Merge pull request #5379 from senky/ticket/15621 | Marc Alexander | 2018-10-20 | 1 | -2/+2 |
|\ \ | |/ |/| | | | [ticket/15621] Remove graphical inconsistencies | ||||
| * | [ticket/15621] Remove graphical inconsistencies | Jakub Senko | 2018-09-26 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-15621 | ||||
* | | Merge pull request #5368 from kinerity/ticket/15803 | Marc Alexander | 2018-10-13 | 1 | -1/+16 |
|\ \ | | | | | | | | | | [ticket/15803] Add events on ucp_pm_compose for additional message list actions | ||||
| * | | [ticket/15803] Change 'object' to 'bool' | Kailey Truscott | 2018-09-25 | 1 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-15803 | ||||
| * | | [ticket/15803] Global $phpbb_dispatcher | kinerity | 2018-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15803 | ||||
| * | | [ticket/15803] Fix since version | kinerity | 2018-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15803 | ||||
| * | | [ticket/15803] Add events on ucp_pm_compose for additional message list actions | kinerity | 2018-09-22 | 1 | -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/15329 | Marc Alexander | 2018-10-08 | 1 | -1/+4 |
|\ \ | | | | | | | | | | [ticket/15329] Parse drafts before saving them (and decode) | ||||
| * | | [ticket/15329] Parse drafts before saving them (and decode) | Oliver Schramm | 2018-09-14 | 1 | -1/+4 |
| | | | | | | | | | | | | PHPBB3-15329 | ||||
* | | | Merge pull request #5296 from MikelAlejoBR/ticket/15622 | Marc Alexander | 2018-10-08 | 1 | -6/+12 |
|\ \ \ | |_|/ |/| | | | | | [ticket/15622] Fix quoting in PMs when BBCodes are disabled | ||||
| * | | [ticket/15622] Rename function to avoid potential future conflicts | MikelAlejoBR | 2018-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15622 | ||||
| * | | [ticket/15622] Fix message link generation | MikelAlejoBR | 2018-08-01 | 1 | -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 code | MikelAlejoBR | 2018-07-31 | 1 | -23/+1 |
| | | | | | | | | | | | | PHPBB3-15622 | ||||
| * | | [ticket/15622] Fix quoting in PMs when BBCodes are disabled | MikelAlejoBR | 2018-07-22 | 1 | -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 concatenation | MikelAlejoBR | 2018-07-29 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15733 | ||||
* | | [ticket/15697] Remove unused variable and corresponding input field | MikelAlejoBR | 2018-07-28 | 1 | -2/+0 |
| | | | | | | | | PHPBB3-15697 | ||||
* | | [ticket/15697] Remove hard coded time check when sending PMs | MikelAlejoBR | 2018-07-23 | 1 | -1/+1 |
|/ | | | | PHPBB3-15697 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -20/+20 |
| | | | | PHPBB3-14972 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-04-26 | 1 | -0/+11 |
|\ | |||||
| * | [ticket/13605] Add core.ucp_pm_compose_predefined_message event | Jakub Senko | 2017-01-23 | 1 | -0/+11 |
| | | | | | | | | PHPBB3-13605 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-02-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
* | | [ticket/14945] Parse signature preview with generate_text_for_display() | Marc Alexander | 2017-01-04 | 1 | -7/+2 |
| | | | | | | | | PHPBB3-14945 | ||||
* | | [ticket/10961] Send HTTP 403 when applicable | Jakub Senko | 2016-09-01 | 1 | -0/+7 |
| | | | | | | | | PHPBB3-10961 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-06-19 | 1 | -0/+28 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/includes/ucp/ucp_pm_compose.php | ||||
| * | [ticket/14630] Rename core event | Richard McGirr | 2016-06-02 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-14630 | ||||
| * | [ticket/14630] Change event name and fix capitalization | Richard McGirr | 2016-05-16 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-14630 | ||||
| * | [ticket/14630] Add event to modify pm message | Richard McGirr | 2016-05-06 | 1 | -0/+28 |
| | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14630 PHPBB3-14630 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-03-25 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/13630] Prevent empty parameter select_single | ||||
| * | [ticket/13630] Prevent empty parameter select_single | Jakub Senko | 2016-03-20 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13630 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+0 |
| | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -11/+1 |
| | | | | | | | | | | | | Part 4 PHPBB3-13454 | ||||
* | | [ticket/14234] Fix event doc blocks | Marc Alexander | 2015-10-12 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-14234 | ||||
* | | [ticket/14234] Get rid of undefined variables | Marc Alexander | 2015-10-12 | 1 | -11/+2 |
| | | | | | | | | PHPBB3-14234 | ||||
* | | [ticket/12143] Replace group name output | Oliver Schramm | 2015-08-05 | 1 | -2/+5 |
| | | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143 | ||||
* | | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 1 | -1/+10 |
| | | | | | | | | PHPBB3-10620 | ||||
* | | Merge pull request #3669 from s9e/ticket/13901 | Tristan Darricau | 2015-06-24 | 1 | -3/+3 |
|\ \ | | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability | ||||
| * | | [ticket/13901] Add more whitespace to long quotes for readability | JoshyPHP | 2015-05-30 | 1 | -3/+3 |
| | | | | | | | | | | | | PHPBB3-13901 | ||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-06-08 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | | | Conflicts: phpBB/posting.php | ||||
| * | Merge branch 'ticket/13833-30x' into ticket/13833 | Oliver Schramm | 2015-06-08 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/posting.php PHPBB3-13833 | ||||
| | * | [ticket/13833] Prevent flooding if type=submit doesn't exist | Oliver Schramm | 2015-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13833 | ||||
* | | | Merge pull request #3383 from nickvergessen/ticket/9109 | Tristan Darricau | 2015-05-29 | 1 | -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 0 | Joas Schilling | 2015-02-08 | 1 | -8/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-9109 | ||||
* | | | | Merge pull request #3613 from nickvergessen/ticket/13844 | Tristan Darricau | 2015-05-29 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Ticket/13844 Better FAQ language files |