aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_forum.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14106] Fix topics sorting in MCP for topics merging.rxu2015-08-161-9/+0
* [ticket/14014] Add core.mcp_forum_view_before eventZoddo2015-07-151-0/+24
* [ticket/13328] fix CSomniError2014-11-111-14/+14
* [ticket/13328] add core.mcp_view_forum_modify_sqlomniError2014-11-101-0/+16
* [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-231-2/+2
* [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-231-1/+1
* [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-1/+1
* Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-091-3/+17
|\
| * [ticket/8610] Throw an error when the dest topic isn't setTristan Darricau2014-05-271-1/+1
| * [ticket/8610] Merging topics does not handle bookmarks correctlyTristan Darricau2014-05-101-3/+17
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
|/
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-1/+1
|\
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-1/+1
* | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+1
|/
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* [ticket/11849] Fix more function callsJoas Schilling2013-12-181-2/+4
* [ticket/11892] Fix undefined variables: to_forum_id & to_topic_idCesar G2013-10-081-13/+5
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
* [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-4/+6
* [ticket/9657] Fix newly added empty lineJoas Schilling2013-03-101-1/+0
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-6/+9
|\
| * Merge PR #1140 branch 'develop-olympus' into developOleg Pudeyev2012-12-161-1/+5
| |\
| | * [ticket/8610] Update commentNathan Guse2012-12-151-1/+1
| | * Merge branch 'develop-olympus' of github.com:phpbb/phpbb3 into ticket/8610Nathan Guse2012-12-131-10/+6
| | |\
| | * | [ticket/8610] Use phpbb_update_rows_avoiding_duplicatesNathan Guse2012-12-131-11/+5
| | * | [ticket/8610] Revert some funky merging I did from rebaseNathan Guse2012-12-131-4/+1
| | * | [ticket/8610] Update Bookmarks and Subscriptions when splitting topicsNathaniel Guse2012-12-131-2/+10
| | * | [ticket/8610] Update Bookmarks when merging topicsNathaniel Guse2012-12-131-1/+9
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-141-7/+6
| |\ \ \ | | | |/ | | |/|
| | * | [ticket/11162] Rename tricky updates to database helper.Oleg Pudeyev2012-12-121-1/+1
| | * | [ticket/11162] Use correct functions.Oleg Pudeyev2012-12-051-2/+2
| | * | [ticket/11162] Add includes.Oleg Pudeyev2012-12-041-0/+4
| | * | [ticket/11162] Fix inaccurately copy pasted comment.Oleg Pudeyev2012-12-011-1/+1
| | * | [ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp.Oleg Pudeyev2012-12-011-6/+1
| | |/
* | | [feature/soft-delete] Add "Restore" to the mcp forum quick moderationJoas Schilling2012-12-181-1/+2
* | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-101-3/+3
|\ \ \ | |/ /
| * | Merge PR #722 branch 'Senky/ticket/9918' into developOleg Pudeyev2012-11-061-2/+2
| |\ \
| | * | [ticket/9918] default values in request_var changed to one stringSenky2012-04-151-1/+1
| | * | [ticket/9918] $redirect variable used from nowSenky2012-04-091-2/+2
| * | | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-1/+1
* | | | [feature/soft-delete] Link to delete_topics module when the topic is deletedJoas Schilling2012-11-101-3/+2
* | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-1/+1
* | | | [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-1/+1
* | | | [feature/soft-delete] Correctly calculate the number of replies everywhereJoas Schilling2012-10-221-2/+3
* | | | [feature/soft-delete] Fix several problems in the forum mcpJoas Schilling2012-10-101-4/+5
* | | | [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibilityJosh Woody2012-08-291-1/+1
* | | | [feature/soft-delete] I told you I was going to rename the class!Josh Woody2012-08-291-1/+1
* | | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-3/+7
|/ / /
* | | [feature/php-events] Fix naming and doc of core.mcp_view_forum_modify_topicrowJoas Schilling2012-08-041-2/+10