aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5629 from 3D-I/ticket/16102Marc Alexander2019-07-271-0/+14
|\ | | | | | | [ticket/16102] Add core.posting_modify_post_subject
| * [ticket/16102] Add core.posting_modify_post_subject3D-I2019-07-201-0/+14
| | | | | | | | PHPBB3-16102
* | [ticket/15946] Add core.posting_modify_row_dataJakub Senko2019-05-271-0/+19
|/ | | | PHPBB3-15946
* [ticket/15944] Add core.posting_modify_quote_attributesAlec2019-01-181-0/+14
| | | | | | | | Allow modification of the quote attributes of the current post being quoted Any information in there can be changed without affecting the rest of the page New attributes can also be added if an extension needed to as well PHPBB3-15944
* [ticket/15893] Pass needed language class directly to format quoteMarc Alexander2018-12-021-1/+4
| | | | PHPBB3-15893
* [ticket/15879] Add core.posting_modify_default_variablesAlec2018-11-241-0/+14
| | | | | | | Allows the modification of default variables put into post_data. Also allows you to unset variables in post_data to inherit the default ones. PHPBB3-15879
* Merge pull request #5296 from MikelAlejoBR/ticket/15622Marc Alexander2018-10-081-28/+7
|\ | | | | | | [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] Extract duplicated codeMikelAlejoBR2018-07-311-28/+7
| | | | | | | | PHPBB3-15622
* | [ticket/15733] Correct "changed" tag version to 3.2.4-RC1MikelAlejoBR2018-07-291-2/+2
| | | | | | | | PHPBB3-15733
* | [ticket/15733] Add "changed" tag to the corresponding comment blocksMikelAlejoBR2018-07-281-0/+2
| | | | | | | | PHPBB3-15733
* | [ticket/15733] Remove unused code related to deprecated flood controlMikelAlejoBR2018-07-281-6/+0
|/ | | | PHPBB3-15733
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-15/+15
| | | | PHPBB3-14972
* [ticket/15324] Add more core and template eventsrxu2017-08-161-0/+21
| | | | PHPBB3-15324
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-251-8/+3
|\
| * Merge pull request #4852 from javiexin/ticket/15248Marc Alexander2017-06-251-8/+3
| |\ | | | | | | | | | [ticket/15248] Make use of event parameters of core.modify_posting_auth
| | * [ticket/15248] Make use of event parameters of core.modify_posting_authjaviexin2017-06-191-8/+3
| | | | | | | | | | | | | | | | | | Fixes is_authed and error not behaving as expected by extensions. PHPBB-15248
* | | [ticket/15252] Fix editing a topic with poll by user not permitted to edit pollrxu2017-06-211-0/+5
| | | | | | | | | | | | | | | | | | Basically, decoding the original poll title and options text was missing. PHPBB3-15252
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-051-1/+4
|\ \ \ | |/ /
| * | [ticket/15237] Fix unguarded includes to functions_userRMcGirr832017-05-241-1/+4
| |/ | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15237 PHPBB3-15237
* | Merge pull request #4693 from marc1706/ticket/15079Tristan Darricau2017-04-181-1/+4
|\ \ | | | | | | | | | | | | | | | | | | [ticket/15079] Parse message before inserting it into drafts table * github.com:phpbb/phpbb: [ticket/15079] Parse message before inserting it into drafts table
| * | [ticket/15079] Parse message before inserting it into drafts tableMarc Alexander2017-02-101-1/+4
| | | | | | | | | | | | PHPBB3-15079
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-0/+3
|\ \ \ | | |/ | |/|
| * | 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
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-7/+7
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [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/14962] Introduces a new helper to check emptyness of bbcode textsTristan Darricau2017-01-061-3/+4
| | | | | | | | PHPBB3-14962
* | 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
|\ \ | |/