aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_main.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-301-8/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11942] Delete post/topic reason should be added to logs * Nicofuma/ticket/11942: [ticket/11942] Don't change the reason to '' when hard deleting [ticket/11942] Don't show the checkbox if the post is already soft-deleted [ticket/11942] Remove useless IF in templates [ticket/11942] Apply the modifications to subsilver [ticket/11942] Always display delete reason [ticket/11942] Edits messages [ticket/11942] Change the formulation [ticket/11942] Adding the reason to hard deleted topic/post [ticket/11942] Delete post/topic reason should be added to logs
| * [ticket/11942] Don't change the reason to '' when hard deletingTristan Darricau2014-05-291-2/+2
| | | | | | | | PHPBB3-11942
| * [ticket/11942] Always display delete reasonTristan Darricau2014-05-111-2/+0
| | | | | | | | PHPBB3-11942
| * [ticket/11942] Adding the reason to hard deleted topic/postNicofuma2014-05-041-2/+2
| | | | | | | | PHPBB3-11942
| * [ticket/11942] Delete post/topic reason should be added to logsNicofuma2014-05-041-2/+2
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-11942 PHPBB3-11942
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
|/ | | | PHPBB3-12594
* [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+3
| | | | | | ... and needs to be reapproved. PHPBB3-12052
* [ticket/12373] Add to and from forum_id to LOG_MOVE log entriesJoas Schilling2014-04-081-4/+13
| | | | PHPBB3-12373
* [ticket/12213] Add MCP events for custom quick moderation optionsrxu2014-02-201-0/+11
| | | | | | | Add core events to mcp.php and mcp_main.php. This allows extensions to add and to handle custom quick moderation options. PHPBB3-12213
* [ticket/11672] Move the reapply_sid() call before meta_refresh() is called.Cesar G2013-11-211-5/+3
| | | | | | | | | The $redirect assignment is not necessary because the variable has already been set near the start of the functions. The redirect value will also never default to index.php because a default value has already been provided when $redirect is initially assigned and passed to the template as a hidden field. PHPBB3-11672
* [ticket/11672] Remove the messages for lock/unlock/change topic type.Cesar G2013-11-191-22/+22
| | | | PHPBB3-11672
* [ticket/11890] Fix untranslated string when deleting posts through MCP.Cesar G2013-10-081-1/+1
| | | | PHPBB3-11890
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4
| | | | PHPBB3-11700
* [ticket/9657] Keep approval state of posts/topics when copying themJoas Schilling2013-07-131-6/+35
| | | | PHPBB3-9657
* [ticket/9657] Fix a little error when moving softdeleted topicsJoas Schilling2013-07-121-1/+0
| | | | PHPBB3-9657
* [ticket/9657] Initialise variable outside of the loopJoas Schilling2013-07-111-0/+1
| | | | PHPBB3-9657
* [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-6/+9
| | | | PHPBB3-9657
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-12-201-0/+22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission-rebase * 'develop' of https://github.com/phpbb/phpbb3: (544 commits) [feature/events] Fix improperly named event in documentation [feature/events] Fix alphabetization of events [feature/events] Put events in alphabetical order [feature/events] Make EVENTS.md lowercase [ticket/11285] Use more granularity in dependency checks in compress test [ticket/10880] The m_approve permisson no longer implies f_noapprove. [ticket/10803] Show failure message until user dismisses it [ticket/10954] Add missing semi-colon [ticket/10954] Make sure to mark subforums unread and add small fixes [feature/events] Use ` to escape HTML tags in markdown [feature/events] Remove HTML tags from markdown so they don't get parsed [ticket/10954] Miscellaneous coding fixes [feature/events] Remove extraneous space [feature/events] Add markdown template event documentation file [feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2) [feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2) [feature/events] Fix typo in event name [ticket/10763] Use self when calling get_extension() in filespec class [feature/events] Fix more subsilver2 events [feature/events] Fix some subsilver2 events ... Conflicts: phpBB/install/database_update.php phpBB/posting.php
| * Merge PR #1140 branch 'develop-olympus' into developOleg Pudeyev2012-12-161-0/+22
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/8610] Update comment [ticket/8610] Do not use requests to submit posts except in posting_test.php [ticket/8610] Move posting helpers to separate file [ticket/8610] Create helper functions to create topic/post in functional tests [ticket/8610] Use phpbb_update_rows_avoiding_duplicates [ticket/8610] Revert some funky merging I did from rebase [ticket/8610] Add some comments [ticket/8610] Update Bookmarks and Subscriptions when splitting topics [ticket/8610] Update Bookmarks when merging posts into another topic [ticket/8610] Update Bookmarks when forking topics [ticket/8610] Update Bookmarks when merging topics
| | * [ticket/8610] Revert some funky merging I did from rebaseNathan Guse2012-12-131-1/+1
| | | | | | | | | | | | PHPBB3-8610
| | * [ticket/8610] Add some commentsNathan Guse2012-12-131-0/+2
| | | | | | | | | | | | PHPBB3-8610
| | * [ticket/8610] Update Bookmarks when forking topicsNathaniel Guse2012-12-131-1/+21
| | | | | | | | | | | | | | | | | | | | | Update bookmarks to the new topic when forking topics using the mcp_fork_topic function. PHPBB3-8610
* | | [feature/soft-delete] Split deleting soft-deleted posts from unapproving postsJoas Schilling2012-12-201-4/+4
| | | | | | | | | | | | PHPBB3-9657
* | | [feature/soft-delete] Fix a problem with the "only softdeleted posts" logicJoas Schilling2012-12-181-5/+5
| | | | | | | | | | | | PHPBB3-9657
* | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-6/+6
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-3/+3
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Use request object instead of direct accessJoas Schilling2012-11-091-25/+25
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Correctly manage soft deleting via MCPJoas Schilling2012-11-021-10/+26
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Invert the logic on confirm boxJoas Schilling2012-11-011-2/+8
| | | | | | | | | | | | | | | | | | Permanent delete is now the checkbox rather then softdelete. PHPBB3-9567
* | | [feature/soft-delete] Display message when the posts are already soft deletedJoas Schilling2012-10-311-1/+28
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Allow to soft delete posts in the MCP quick moderationJoas Schilling2012-10-301-5/+85
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Allow soft deleting/restoring topics via quickmoderationJoas Schilling2012-10-271-8/+129
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Fix some more topic/post count handlingJoas Schilling2012-10-231-15/+7
| | | | | | | | | | | | | | | | | | Only disapproving in queue is missing. PHPBB3-9567
* | | [feature/soft-delete] Fix mcp_move_topic() topic/post count handlingJoas Schilling2012-10-231-52/+43
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-4/+7
| | | | | | | | | | | | PHPBB3-9567
* | | [feature/soft-delete] Fix typo in column name topic_visibilityJoas Schilling2012-08-291-1/+1
| | | | | | | | | | | | PHPBB3-9657
* | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-6/+6
|/ / | | | | | | | | | | 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-1/+1
| | | | | | | | PHPBB3-11052
* | [ticket/10637] Leftovers from implementation of extensions in mcp_mainVjacheslav Trushkin2012-02-091-7/+2
| | | | | | | | | | | | Replacing code in includes/mcp/mcp_main.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 developNils Adermann2011-10-141-9/+8
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10377] Do not allow all moderators to sticky posts
| * [ticket/10377] Do not allow all moderators to sticky postsIgor Wiedler2011-10-141-9/+8
| | | | | | | | | | | | | | | | In the mcp the change_topic_type does not properly check permissions, allowing moderators to make any post sticky or announced by visiting the correct URL. PHPBB3-10377
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-171-25/+26
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10109] Fix "Undefined Index" errors when copying a topic.
| * [ticket/10109] Fix "Undefined Index" errors when copying a topic.Joas Schilling2011-04-071-25/+26
| | | | | | | | PHPBB3-10109
* | [ticket/9684] Remove code in some more files especially includes/Joas Schilling2011-04-071-18/+6
| | | | | | | | | | | | Topic-Tracking is still missing. PHPBB3-9684
* | [ticket/9684] Remove code for global announcement in root-filesJoas Schilling2011-04-071-156/+13
| | | | | | | | PHPBB3-9684
* | [ticket/8065] Add an option to lock topics while moving them.Joas Schilling2011-01-301-0/+9
| | | | | | | | PHPBB3-8065
* | [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
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-4/+5
|/ | | | PHPBB3-9716