aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5802 from 3D-I/ticket/16279Marc Alexander2020-01-021-12/+15
|\ | | | | | | [ticket/16279] Add permission for Emoji in topic title
| * [ticket/16279] Add permission for Emoji in topic title3D-I2019-12-301-12/+15
| | | | | | | | PHPBB3-16279
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-071-6/+6
|\ \ | |/
| * [ticket/16199] Init guest posting CAPTCHA only if guest posting is allowedrxu2019-11-051-6/+6
| | | | | | | | PHPBB3-16199
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-011-3/+15
|\ \ | |/
| * [ticket/16153] Enable Emojis and rich text in Topic title3D-I2019-10-301-1/+1
| | | | | | | | PHPBB3-16153
| * [ticket/16153] Use new function3D-I2019-10-281-12/+2
| | | | | | | | PHPBB3-16153
| * Merge branch '3.2.x' into ticket/161533D-I2019-10-281-1/+4
| |\
| * | [ticket/16153] Enable Emojis and rich text in Topic title3D-I2019-09-101-3/+25
| | | | | | | | | | | | PHPBB3-16153
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-201-1/+4
|\ \ \ | | |/ | |/|
| * | [ticket/security/244] Add parse_attachment form token check to posting.phpMarc Alexander2019-08-241-1/+4
| |/ | | | | | | SECURITY-244
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-271-0/+14
|\ \ | |/
| * 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
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-221-0/+19
|\ \ \ | |/ /
| * | [ticket/15946] Add core.posting_modify_row_dataJakub Senko2019-05-271-0/+19
| |/ | | | | | | PHPBB3-15946
* | [ticket/15244] Remove unglobalise related codeRubén Calvo2019-05-091-1/+1
|/ | | | PHPBB3-15244
* [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