aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_post.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15701] Display signature in MCPJakub Senko2018-09-251-0/+5
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-5/+5
* 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
* | Merge branch 'ticket/8116' into ticket/8116-rheaMarc Alexander2017-04-191-9/+101
|\ \ | |/
| * [ticket/8116] Correctly get other users who posted under IPMarc Alexander2017-04-181-6/+2
| * [ticket/8116] Improve code and add tests for helper functionsMarc Alexander2017-03-291-36/+18
| * [ticket/8116] Add pagination for IP tables on post infoMarc Alexander2017-03-281-7/+121
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
* | Merge branch '3.1.x'Marc Alexander2015-11-121-10/+11
|\ \ | |/
| * [ticket/14170] Revert mcp_change_poster_after @since changeKailey Truscott2015-10-131-1/+2
| * [ticket/14170] Fix mcp_change_poster_after eventKailey Truscott2015-09-161-11/+11
* | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+1
* | Merge branch '3.1.x'Marc Alexander2015-07-171-0/+11
|\ \ | |/
| * [ticket/13974] Change userdata type from string to arrayKailey Truscott2015-06-281-1/+1
| * [ticket/13974] Add core.mcp_change_poster_after eventKailey Truscott2015-06-281-0/+11
* | Merge branch '3.1.x'Marc Alexander2015-06-261-1/+1
|\ \ | |/
| * [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_postCrizzo2015-06-251-1/+1
* | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+1
|\ \ | |/
| * Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-091-1/+1
| |\
| | * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
* | | Merge branch '3.1.x'Joas Schilling2015-06-041-2/+43
|\ \ \ | |/ /
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-1/+1
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-1/+1
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-2/+43
| |/
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-8/+8
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-2/+8
|/
* Merge branch 'develop-olympus' into develop-ascraeusTristan Darricau2014-07-101-0/+1
|\
| * [ticket/12695] Add viewtopic language file for parse_attachments in mcp_postMarc Alexander2014-07-101-0/+1
* | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-2/+2
* | [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-231-1/+1
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+1
* | [ticket/7707] Add get_username_string() where possibleOliver Schramm2014-03-161-4/+4
* | Merge remote-tracking branch 'brunoais/ticket/11642' into developJoas Schilling2013-08-031-11/+2
|\ \
| * | [ticket/11642] Use $parse_flagsBruno Ais2013-08-011-1/+2
| * | [ticket/11642] Fixed typo in the variable name.Bruno Ais2013-07-201-1/+1
| * | [ticket/11642] generate_text_for_display on mcp/mcp_post.phpBruno Ais2013-07-161-11/+1
* | | [ticket/9657] Populate data about post's delete status in mcp_postJoas Schilling2013-03-121-0/+31
* | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-2/+2
|/ /
* | [ticket/11052] update search backend constructor everywhereDhruv2012-08-151-2/+2
* | [ticket/10637] Leftovers from implementation of extensions in mcp_postVjacheslav Trushkin2012-02-091-4/+2
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-131-1/+1
|\ \ | |/
| * [ticket/10365] Require m_report permission to see reports in mcp_postIgor Wiedler2011-10-301-1/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-241-2/+2
|\ \ | |/
| * [ticket/9874] view_log() performs unneeded count query over all log entries.Joas Schilling2011-02-251-2/+2
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/7332] Redirect users back to post details when performing actions.Chris Smith2010-08-081-1/+1