aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-241-0/+3
|\
| * [ticket/14747] Add post_data to core.modify_posting_authJakub Senko2016-09-031-0/+3
| | | | | | | | PHPBB3-14747
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-211-0/+1
|\ \ | |/
| * [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-151-0/+1
| | | | | | | | PHPBB3-12925
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-04-031-0/+3
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14559] Remove attachment BBCode tags from the quoted message
| * [ticket/14559] Remove attachment BBCode tags from the quoted messagerxu2016-03-271-0/+3
| | | | | | | | PHPBB3-14559
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-251-1/+1
|\ \ | |/ | | | | | | | | | | | | * 3.1.x: [ticket/14437] Make sure attachments array is properly ordered before processing [ticket/14437] Preserve attachment ID order by ordering by attach_id [ticket/14437] Sort attachments after assigning inline attachments [ticket/14437] Correctly assume index from attachment display order
| * [ticket/14437] Make sure attachments array is properly ordered before processingMarc Alexander2016-03-061-1/+1
| | | | | | | | PHPBB3-14437
* | [ticket/13972] Remove hard coded flood check from postingRichard McGirr2016-03-101-1/+1
| | | | | | | | PHPBB3-13972
* | Merge branch '3.1.x'Tristan Darricau2016-01-241-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14411] Permanently delete post if delete_permanent is set
| * [ticket/14411] Permanently delete post if delete_permanent is setMarc Alexander2016-01-141-1/+1
| | | | | | | | PHPBB3-14411
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-1/+2
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13851] Fix ignore flood limit check
| * [ticket/13851] Fix ignore flood limit checkRichard McGirr2015-10-141-1/+2
| | | | | | | | PHPBB3-13851
* | Merge pull request #3965 from marc1706/ticket/14234Tristan Darricau2015-10-141-6/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14234] Use replacement variables instead of references in events * marc1706/ticket/14234: [ticket/14234] Fix event doc blocks [ticket/14234] Get rid of undefined variables [ticket/14234] Fix change version and remove more references [ticket/14234] Replace more references with variables [ticket/14234] Use replacement variables instead of references in events
| * | [ticket/14234] Get rid of undefined variablesMarc Alexander2015-10-121-6/+3
| | | | | | | | | | | | PHPBB3-14234
* | | [ticket/14168] Use attachment upload class in message_parserMarc Alexander2015-10-091-1/+0
|/ / | | | | | | PHPBB3-14168
* | Merge pull request #3781 from Elsensee/ticket/8708-2Tristan Darricau2015-07-221-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/8708] Add extra permission for posting global announcements * Elsensee/ticket/8708-2: [ticket/8708] Apply permission 'f_announce_global' [ticket/8708] Add f_announce_global permission
| * | [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-191-0/+3
| | | | | | | | | | | | PHPBB3-8708
* | | Merge branch '3.1.x'Marc Alexander2015-07-201-8/+2
|\ \ \ | |/ / |/| / | |/
| * [ticket/13815] Event parameters in posting have no effectRichard McGirr2015-07-191-8/+2
| | | | | | | | PHPBB3-13815
* | Merge branch '3.1.x'Marc Alexander2015-07-171-0/+3
|\ \ | |/
| * 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 #3623 from s9e/ticket/10620Tristan Darricau2015-07-071-1/+6
|\ \ \ | | | | | | | | | | | | [ticket/10620] Quote improvements
| * | | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-1/+6
| | | | | | | | | | | | | | | | PHPBB3-10620
* | | | Merge branch '3.1.x'Joas Schilling2015-07-031-1/+0
|\ \ \ \ | | |/ / | |/| |
| * | | 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] Merge branch 'ticket/13880' into ticket/13880-fix-masterJoshyPHP2015-06-271-6/+5
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | PHPBB3-13880
| * | | [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-1/+11
| | |/ | |/| | | | | | | PHPBB3-13880
* | | Merge pull request #3669 from s9e/ticket/13901Tristan Darricau2015-06-241-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability
| * | | [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-301-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13901
* | | | Merge branch '3.1.x'Marc Alexander2015-06-241-1/+7
|\ \ \ \ | | |/ / | |/| |
| * | | 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 pull request #3675 from s9e/ticket/13906Andreas Fischer2015-06-161-8/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13906] Fixed old signatures in post preview * s9e/ticket/13906: [ticket/13906] Renamed test [ticket/13906] Added test [ticket/13906] Fixed old signatures in post preview
| * | | | | [ticket/13906] Fixed old signatures in post previewJoshyPHP2015-06-011-8/+5
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-13906
* | | | | 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 branch '3.1.x'Joas Schilling2015-06-041-23/+28
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | 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 #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] Move quote generation to text_formatter.utilsJoshyPHP2015-05-251-1/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13847
* | | | | [ticket/11530] Remove extra quotes when depth limit is exceededJoshyPHP2015-05-181-1/+12
|/ / / / | | | | | | | | | | | | PHPBB3-11530
* | | | Merge branch '3.1.x'Joas Schilling2015-04-061-3/+6
|\ \ \ \ | |/ / /