aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_post.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15701] Display signature in MCPJakub Senko2018-09-251-0/+5
| | | | PHPBB3-15701
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-5/+5
| | | | PHPBB3-14972
* 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 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
| | | | | | | | PHPBB3-8116
| * [ticket/8116] Improve code and add tests for helper functionsMarc Alexander2017-03-291-36/+18
| | | | | | | | PHPBB3-8116
| * [ticket/8116] Add pagination for IP tables on post infoMarc Alexander2017-03-281-7/+121
| | | | | | | | | | | | Diff from previous patch by nickvergessen. PHPBB3-8116
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | 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
| | | | | | | | | | | | | | Revert the @since change back to 3.1.6-RC1. Add @changed line 3.1.7-RC1 and description. PHPBB3-14170
| * [ticket/14170] Fix mcp_change_poster_after eventKailey Truscott2015-09-161-11/+11
| | | | | | | | | | | | | | Move the mcp_change_poster_after event to before renewing $post_info. I changed the "since" version as this would be fixed in 3.1.7-RC1. PHPBB3-14170
* | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+1
| | | | | | | | PHPBB3-9485
* | 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
| | | | | | | | | | | | Change the docblock for userdata from string to array. PHPBB3-13974
| * [ticket/13974] Add core.mcp_change_poster_after eventKailey Truscott2015-06-281-0/+11
| | | | | | | | | | | | | | Create a new event to perform additional tasks after chainging a post's poster. PHPBB3-13974
* | Merge branch '3.1.x'Marc Alexander2015-06-261-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/mcp/mcp_post.php
| * [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_postCrizzo2015-06-251-1/+1
| | | | | | | | PHPBB3-13966
* | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-091-1/+1
| |\ | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search
| | * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| | | | | | | | | | | | PHPBB3-13685
* | | Merge branch '3.1.x'Joas Schilling2015-06-041-2/+43
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/mcp_post.html
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Three new events are included: 1) Core event to perform new moderator action in includes/mcp/mcp_post.php 2) Core event to add/modify template data in includes/mcp/mcp_post.php 3) Template event to present new options in template/mcp_post.html Fix another typo. PHPBB3-13786
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Three new events are included: 1) Core event to perform new moderator action in includes/mcp/mcp_post.php 2) Core event to add/modify template data in includes/mcp/mcp_post.php 3) Template event to present new options in template/mcp_post.html Fix typo. PHPBB3-13786
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-2/+43
| |/ | | | | | | | | | | | | | | | | Three new events are included: 1) Core event to perform new moderator action in includes/mcp/mcp_post.php 2) Core event to add/modify template data in includes/mcp/mcp_post.php 3) Template event to present new options in template/mcp_post.html PHPBB3-13786
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-8/+8
| | | | | | | | PHPBB3-13455
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-2/+8
|/ | | | PHPBB3-13468
* Merge branch 'develop-olympus' into develop-ascraeusTristan Darricau2014-07-101-0/+1
|\ | | | | | | | | * develop-olympus: [ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
| * [ticket/12695] Add viewtopic language file for parse_attachments in mcp_postMarc Alexander2014-07-101-0/+1
| | | | | | | | PHPBB3-12695
* | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-2/+2
| | | | | | | | PHPBB3-12612
* | [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-231-1/+1
| | | | | | | | PHPBB3-12612
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+1
| | | | | | | | | | | | ... and needs to be reapproved. PHPBB3-12052
* | [ticket/7707] Add get_username_string() where possibleOliver Schramm2014-03-161-4/+4
| | | | | | | | PHPBB3-7707
* | Merge remote-tracking branch 'brunoais/ticket/11642' into developJoas Schilling2013-08-031-11/+2
|\ \ | | | | | | | | | | | | | | | | | | * brunoais/ticket/11642: [ticket/11642] Use $parse_flags [ticket/11642] Fixed typo in the variable name. [ticket/11642] generate_text_for_display on mcp/mcp_post.php
| * | [ticket/11642] Use $parse_flagsBruno Ais2013-08-011-1/+2
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11642
| * | [ticket/11642] Fixed typo in the variable name.Bruno Ais2013-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11642
| * | [ticket/11642] generate_text_for_display on mcp/mcp_post.phpBruno Ais2013-07-161-11/+1
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11642
* | | [ticket/9657] Populate data about post's delete status in mcp_postJoas Schilling2013-03-121-0/+31
| | | | | | | | | | | | PHPBB3-9657
* | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-2/+2
|/ / | | | | | | | | | | So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :) PHPBB3-9657
* | [ticket/11052] update search backend constructor everywhereDhruv2012-08-151-2/+2
| | | | | | | | PHPBB3-11052
* | [ticket/10637] Leftovers from implementation of extensions in mcp_postVjacheslav Trushkin2012-02-091-4/+2
| | | | | | | | | | | | Replacing code in includes/mcp/mcp_post.php that was missed in ticket 10323 PHPBB3-10637
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-131-1/+1
|\ \ | |/ | | | | | | | | | | * develop-olympus: [ticket/10365] Fix up S_POST_UNAPPROVED check, make it easier to read [ticket/10365] Require m_report permission to see reports in mcp_post [ticket/10365] Make sure moderators only get mcp_reports link when allowed
| * [ticket/10365] Require m_report permission to see reports in mcp_postIgor Wiedler2011-10-301-1/+1
| | | | | | | | | | | | This was exposed to anyone with m_ perms in mcp_post_details. PHPBB3-10365
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-241-2/+2
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [ticket/9874] view_log() performs unneeded count query over all log entries. [ticket/7834] Topic time didn't update when first post was deleted [ticket/9997] Fixed an inconsistency in the Moderator Control Panel [ticket/9872] Removed some useless code that broke delete_posts
| * [ticket/9874] view_log() performs unneeded count query over all log entries.Joas Schilling2011-02-251-2/+2
| | | | | | | | PHPBB3-9874
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/ | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [ticket/7332] Redirect users back to post details when performing actions.Chris Smith2010-08-081-1/+1
| | | | | | | Moderators are redirected to the index page of the MCP after locking a post, a better location would be to direct them back to the post details. PHPBB3-7332