aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13825] Correctly call phpbb_filesystem in create_thumbnailMarc Alexander2015-05-081-1/+1
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-4/+11
* Merge branch '3.1.x'Marc Alexander2015-02-181-10/+1
|\
| * [ticket/13595] Removed unused codeJoshyPHP2015-02-131-10/+1
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-4/+4
* | Merge pull request #3281 from MGaetan89/ticket/13496Andreas Fischer2015-02-031-4/+4
|\ \
| * | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-4/+4
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-3/+31
|\ \ \ | |/ / |/| / | |/
| * [ticket/13540] Added var row to both eventskasimi2015-01-251-0/+2
| * [ticket/13540] Updated @since version to 3.4.1-RC1, fixed @var indentationskasimi2015-01-241-4/+4
| * [ticket/13540] Add core event for modifying topic review block datakasimi2015-01-241-3/+29
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-7/+29
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-1/+6
|/
* [ticket/13435] Add core event to modify submit_post() sql datarxu2014-12-131-0/+24
* [ticket/13164] Fix syntax errorJakub Senko2014-10-111-1/+1
* [ticket/13164] Add post_visibility to core.submit_post_end eventJakub Senko2014-10-111-2/+2
* [ticket/13164] Update post_visibility before event is triggeredJakub Senko2014-10-101-0/+2
* [ticket/13019] Always accept a reason for deleting a post/topic.Cesar G2014-09-141-4/+4
* Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-291-5/+5
|\
| * [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-5/+5
* | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-15/+15
|/
* [ticket/12718] Use remove_topic_from_statistic() for delete_topicDhruv2014-08-071-12/+1
* Merge pull request #2623 from dhruvgoel92/ticket/12738Tristan Darricau2014-08-071-14/+1
|\
| * [ticket/11528] Move related code from functions_posting to functionDhruv2014-06-191-14/+1
* | Merge remote-tracking branch 'github-marc1706/ticket/11148' into develop-ascr...Nils Adermann2014-08-071-2/+3
|\ \
| * | [ticket/11148] Pass mimetype guesser to upload_attachment() functionMarc Alexander2014-06-231-2/+3
* | | [ticket/12913] Add more parameters to core.submit_post_end eventrxu2014-08-061-4/+23
* | | Merge remote-tracking branch 'brunoais/ticket/12801' into develop-ascraeusMarc Alexander2014-08-011-2/+16
|\ \ \
| * | | [ticket/12801] Changed name change @since as requestedbrunoais2014-08-011-3/+3
| * | | [ticket/12801] missing $phpbb_dispatcher as a globalbrunoais2014-07-201-1/+1
| * | | [ticket/12801] Add core.functions_posting.load_drafts_draft_list_resultsbrunoais2014-07-061-0/+14
| * | | [ticket/12801] Add topic_poster to load_drafts' topics querybrunoais2014-07-031-1/+1
* | | | [ticket/12884] Add core event to the function upload_attachment()rxu2014-07-231-1/+15
|/ / /
* | | [ticket/12612] Prefix upload_popup() with phpbb_Joas Schilling2014-06-231-1/+1
* | | [ticket/12612] Prefix handle_post_delete() with phpbb and remove unused globalJoas Schilling2014-06-231-2/+2
|/ /
* | [ticket/12612] Move functions from posting.php to functions_posting.phpJoas Schilling2014-06-181-0/+134
|/
* Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-301-1/+1
|\
| * [ticket/11942] Edits messagesNicofuma2014-05-041-1/+1
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* | [ticket/12357] Support routes in generate_smilies() function.Cesar G2014-05-051-2/+2
|/
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-3/+13
|\
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-1/+1
| * [ticket/12273] Update existing eventsJoas Schilling2014-04-251-2/+10
| * [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+2
| * [ticket/12273] Fix missing $vars lineJoas Schilling2014-04-181-1/+2
| * [ticket/12273] Fix invalid @event and @since tagsJoas Schilling2014-04-181-1/+1
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into develop...Nils Adermann2014-05-021-27/+45
|\ \
| * | [ticket/12371] Delete the approve_post notification when editing a postJoas Schilling2014-04-251-0/+8
| * | [ticket/12371] Correctly set is_starter when editing first post of the topicJoas Schilling2014-04-251-1/+1
| * | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-4/+35