aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14325] Fix variable names in docblocksMate Bartus2015-11-301-2/+2
* [ticket/14325] Preserve event variable BCMate Bartus2015-11-301-174/+171
* Merge pull request #3965 from marc1706/ticket/14234Tristan Darricau2015-10-141-12/+33
|\
| * [ticket/14234] Get rid of undefined variablesMarc Alexander2015-10-121-2/+2
| * [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-121-12/+33
* | Merge pull request #3913 from marc1706/ticket/14168Tristan Darricau2015-10-141-167/+11
|\ \ | |/ |/|
| * [ticket/14168] Correctly state return type of upload and upload_attachmentMarc Alexander2015-10-121-1/+1
| * [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-4/+4
| * [ticket/14168] Unset prototype classes after useMarc Alexander2015-10-091-1/+3
| * [ticket/14168] Add attachment upload classMarc Alexander2015-10-091-167/+9
* | Merge pull request #3896 from Zoddo/ticket/14157Marc Alexander2015-10-101-1/+1
|\ \ | |/ |/|
| * [ticket/14157] Allow to set the alt/title attribute on post iconsZoddo2015-10-101-1/+1
* | Merge pull request #3727 from marc1706/ticket/13904Tristan Darricau2015-09-161-5/+5
|\ \ | |/ |/|
| * [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-091-1/+1
| * [ticket/13904] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-091-1/+1
| * [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-091-1/+1
| * [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-091-2/+1
| * [ticket/13904] Load upload class using factoryMarc Alexander2015-09-091-2/+3
| * [ticket/13904] Fix uploading for use with new filespec classMarc Alexander2015-09-091-1/+1
* | Merge branch '3.1.x'Tristan Darricau2015-09-091-0/+1
|\ \
| * | [ticket/7362] Add alt attribute on topic iconsZoddo2015-08-301-0/+1
* | | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+2
| |/ |/|
* | [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-191-8/+5
* | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-251-0/+2
* | Merge branch '3.1.x'Marc Alexander2015-06-241-1/+8
|\ \ | |/
| * Merge pull request #3538 from RMcGirr83/ticket/13759Marc Alexander2015-06-241-1/+8
| |\
| | * [ticket/13759] Take post_time into accountRMcGirr832015-04-211-1/+8
* | | Merge branch '3.1.x'Marc Alexander2015-06-241-0/+1
|\ \ \ | |/ /
| * | Merge pull request #3528 from RMcGirr83/ticket/13598Marc Alexander2015-06-241-0/+1
| |\ \
| | * | [ticket/13598] Allow topic lock on topic creationRichard McGirr2015-04-091-0/+1
| | |/
* | | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+1
|\ \ \ | |/ /
| * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| |/
* | [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