aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4589 from senky/ticket/14929Marc Alexander2017-02-111-0/+3
|\ | | | | | | [ticket/14929] Add error to core.posting_modify_message_text
| * [ticket/14929] Add error to core.posting_modify_message_textJakub Senko2016-12-261-0/+3
| | | | | | | | PHPBB3-14929
* | [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-9/+9
| | | | | | | | PHPBB3-13429
* | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-3/+3
|/ | | | PHPBB3-13429
* [ticket/14747] Add post_data to core.modify_posting_authJakub Senko2016-09-031-0/+3
| | | | PHPBB3-14747
* [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-151-0/+1
| | | | PHPBB3-12925
* [ticket/14559] Remove attachment BBCode tags from the quoted messagerxu2016-03-271-0/+3
| | | | PHPBB3-14559
* [ticket/14437] Make sure attachments array is properly ordered before processingMarc Alexander2016-03-061-1/+1
| | | | PHPBB3-14437
* [ticket/14411] Permanently delete post if delete_permanent is setMarc Alexander2016-01-141-1/+1
| | | | PHPBB3-14411
* [ticket/13851] Fix ignore flood limit checkRichard McGirr2015-10-141-1/+2
| | | | PHPBB3-13851
* [ticket/13815] Event parameters in posting have no effectRichard McGirr2015-07-191-8/+2
| | | | PHPBB3-13815
* Merge pull request #3731 from marcovo/ticket/13971Marc Alexander2015-07-171-0/+3
|\ | | | | | | [ticket/13971] Add draft_id var to core.posting_modify_template_vars
| * [ticket/13971] Add draft_id var to event core.posting_modify_template_varsMarco Kubuntu2015-06-271-0/+3
| | | | | | | | | | | | | | | | Added draft_id to the core.posting_modify_template_vars event in posting.php, to provide the ability to use the 'checked' draft_id in extensions, in addition to the 'raw' draft_id provided in earlier events in posting.php PHPBB3-13971
* | Merge pull request #3734 from RMcGirr83/ticket/13759Joas Schilling2015-07-031-1/+0
|\ \ | | | | | | | | | [ticket/13759] Initial commit broke timestamps when quoting a post.
| * | [ticket/13579] This commit corrects the regression.RMcGirr832015-07-021-1/+0
| | | | | | | | | | | | PHPBB3-13759
* | | [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-1/+11
| |/ |/| | | | | PHPBB3-13880
* | Merge pull request #3528 from RMcGirr83/ticket/13598Marc Alexander2015-06-241-1/+7
|\ \ | | | | | | | | | [ticket/13598] Allow topic lock on topic creation
| * | [ticket/13598] Allow topic lock on topic creationRichard McGirr2015-04-091-1/+7
| | | | | | | | | | | | PHPBB3-13598
* | | 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 #3567 from javiexin/ticket/13795Joas Schilling2015-06-041-23/+28
|\ \ \ \ | |_|_|/ |/| | | | | | | [ticket/13795] Modify core event in posting to include poll data
| * | | [ticket/13795] Modify core event in posting to include poll datajaviexin2015-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified the core.posting_modify_template_vars event in posting.php to extend the content of the page_data array to include poll data. That required moving the event and merging the new set of template vars. Also include the poll variable in the parameter list for event core.posting_modify_submission_errors, as it was missing, and any modification here on post_data for poll related data is silently ignored. Added correct @change tags to both events. PHPBB3-13795
| * | | [ticket/13795] Modify core event in posting to include poll datajaviexin2015-05-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified the core.posting_modify_template_vars event in posting.php to extend the content of the page_data array to include poll data. That required moving the event and merging the new set of template vars. Also include the poll variable in the parameter list for event core.posting_modify_submission_errors, as it was missing, and any modification here on post_data for poll related data is silently ignored. PHPBB3-13795
| * | | [ticket/13795] Modify core event in posting to include poll datajaviexin2015-04-291-23/+25
| | |/ | |/| | | | | | | | | | | | | | | | | | | Modified the core.posting_modify_template_vars event in posting.php to extend the content of the page_data array to include poll data. That required moving the event and merging the new set of template vars. PHPBB3-13795
* | | Merge pull request #3284 from Elsensee/ticket/13469Joas Schilling2015-04-061-3/+6
|\ \ \ | | | | | | | | | | | | [ticket/13469] Fall back to soft_delete if no permissions for delete
| * | | [ticket/13469] Fall back to soft_delete if no permissions for deleteOliver Schramm2015-01-111-3/+6
| | | | | | | | | | | | | | | | PHPBB3-13469
* | | | Merge branch '3.0.x' into 3.1.xAndreas Fischer2015-03-261-3/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| * 3.0.x: [ticket/13555] Render poll options separately when previewing.
| * | [ticket/13555] Render poll options separately when previewing.JoshyPHP2015-03-191-3/+7
| | | | | | | | | | | | | | | | | | | | | This prevents an option from being split into two when a line break is present inside of it. PHPBB3-13555
* | | [ticket/13490] Allow multibyte characters in edit reasonOliver Schramm2015-01-111-1/+1
| |/ |/| | | | | PHPBB3-13490
* | [ticket/13158] Allow adding extra auth checks when the user is postingbrunoais2014-12-031-0/+42
| | | | | | | | PHPBB3-13158
* | Merge pull request #3127 from omniError/ticket/13323Joas Schilling2014-11-211-1/+1
|\ \ | | | | | | | | | [ticket/13323] empty auth option in posting.php
| * | [ticket/13323] empty auth option in posting.phpomniError2014-11-101-1/+1
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13323 PHPBB3-13323
* | | [ticket/13182] Add posting.php core event to allow modifying the message textrxu2014-11-221-4/+39
|/ / | | | | | | | | | | | | | | | | | | posting.php core event to allow modifying the message before parsing would be needed for some extensions, like for adding topic title to the topic URL etc. Also removed 'delete' var from core.posting_modify_template_vars and core.modify_posting_parameters as it does not exist. PHPBB3-13182
* | [ticket/13123] Add events to allow modifying post dataJoas Schilling2014-10-011-0/+106
| | | | | | | | PHPBB3-13123
* | [ticket/13019] Always accept a reason for deleting a post/topic.Cesar G2014-09-141-6/+4
| | | | | | | | PHPBB3-13019
* | [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-1/+1
| | | | | | | | PHPBB3-11854
* | [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-2/+1
| | | | | | | | PHPBB3-11854
* | Merge remote-tracking branch 'github-marc1706/ticket/11148' into ↵Nils Adermann2014-08-071-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/11148: [ticket/11148] Remove unneeded variable mimetype and use type octet-stream [ticket/11148] Change expected output with disallowed content in test [ticket/11148] Always use the output of the mimetype guesser in get_mimetype [ticket/11148] Get rid of extra line in mimetype guesser setter doc block [ticket/11148] Add missing parts to docblock of get_mimetype() method [ticket/11148] Default to application/octet-stream if no mimetype given [ticket/11148] Use mimetype guesser for uploaded avatars [ticket/11148] Pass mimetype guesser to upload_attachment() function [ticket/11148] Add mimetype guesser to filespec and fileupload class
| * | [ticket/11148] Pass mimetype guesser to upload_attachment() functionMarc Alexander2014-06-231-0/+2
| | | | | | | | | | | | PHPBB3-11148
* | | [ticket/12612] Prefix upload_popup() with phpbb_Joas Schilling2014-06-231-2/+2
| | | | | | | | | | | | PHPBB3-12612
* | | [ticket/12612] Prefix handle_post_delete() with phpbb and remove unused globalJoas Schilling2014-06-231-2/+2
|/ / | | | | | | PHPBB3-12612
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12612-ascraeus' ↵Nils Adermann2014-06-231-134/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into develop-ascraeus * github-nickvergessen/ticket/12612-ascraeus: [ticket/12612] Move functions from mcp.php to functions_mcp.php [ticket/12612] Move function from ucp.php to functions_user.php [ticket/12612] Move functions from memberlist.php to functions_display.php [ticket/12612] Move functions from posting.php to functions_posting.php
| * | [ticket/12612] Move functions from posting.php to functions_posting.phpJoas Schilling2014-06-181-134/+0
| | | | | | | | | | | | PHPBB3-12612
* | | [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-101-1/+1
| | | | | | | | | | | | PHPBB3-11711
* | | [ticket/11711] Improve checks for unsupported characters and check subjectMarc Alexander2014-06-091-0/+8
|/ / | | | | | | PHPBB3-11711
* | [ticket/12640] Preserve the active tab when previewing in posting page.Cesar G2014-05-311-0/+1
| | | | | | | | PHPBB3-12640
* | Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-301-5/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11942] Delete post/topic reason should be added to logs * Nicofuma/ticket/11942: [ticket/11942] Don't change the reason to '' when hard deleting [ticket/11942] Don't show the checkbox if the post is already soft-deleted [ticket/11942] Remove useless IF in templates [ticket/11942] Apply the modifications to subsilver [ticket/11942] Always display delete reason [ticket/11942] Edits messages [ticket/11942] Change the formulation [ticket/11942] Adding the reason to hard deleted topic/post [ticket/11942] Delete post/topic reason should be added to logs
| * | [ticket/11942] Apply the modifications to subsilverTristan Darricau2014-05-111-1/+0
| | | | | | | | | | | | PHPBB3-11942
| * | [ticket/11942] Always display delete reasonTristan Darricau2014-05-111-2/+0
| | | | | | | | | | | | PHPBB3-11942
| * | [ticket/11942] Adding the reason to hard deleted topic/postNicofuma2014-05-041-2/+2
| | | | | | | | | | | | PHPBB3-11942