aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
* [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-2/+4
* Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-111-1/+1
|\
| * [ticket/9975] Moved a few E_USER_ERROR errors to /languageasperous2013-04-231-1/+1
* | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-1/+1
* | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-1/+1
* | [feature/soft-delete] Allow soft deleting/restoring topics via quickmoderationJoas Schilling2012-10-271-0/+1
* | [feature/soft-delete] Fix convertor and one mcp issueJoas Schilling2012-10-221-4/+1
* | [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-1/+1
* | [feature/soft-delete] Fix displaying of details moduleJoas Schilling2012-10-151-1/+1
* | [feature/soft-delete] Add module for soft deleted topicsJoas Schilling2012-10-151-3/+5
* | [feature/soft-delete] Fix restoring posts via MCPJoas Schilling2012-10-131-1/+1
* | [feature/soft-delete] Fix several problems in the forum mcpJoas Schilling2012-10-101-1/+1
* | [feature/soft-delete] Fix column name in mcp_sorting()Joas Schilling2012-10-091-1/+1
* | [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-2/+4
* | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-5/+5
|/
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [ticket/9684] Remove code for global announcement in root-filesJoas Schilling2011-04-071-13/+1
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* [feature/request-class] Fix mcp.php mode parameterIgor Wiedler2010-10-051-1/+1
* [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-11/+4
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+915
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-834/+0
* Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-181-0/+7
* $template to phpbb::$templateMeik Sievertsen2009-02-221-5/+5
* $db-> to phpbb::$db->Meik Sievertsen2009-02-221-31/+31
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-221-15/+15
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-31/+22
* $config to phpbb::$configMeik Sievertsen2008-12-281-6/+6
* add nils' request and super globals classMeik Sievertsen2008-12-251-2/+2
* - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-12/+11
* been a while :( ... merge in r8997, r8998, r8999, r9000, r9001, r9002, r9003,...Chris Smith2008-11-131-4/+4
* merge r8956, r8957 and r8960Meik Sievertsen2008-09-301-2/+3
* Fix some instances where we left db connections open (registration -> captcha...Meik Sievertsen2008-06-131-2/+2
* ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-11/+11
* necessary changes...Meik Sievertsen2007-08-301-1/+1
* do not get too excitedMeik Sievertsen2007-07-261-1/+1
* try to normalize everything...Meik Sievertsen2007-07-221-1/+1
* Cleaning up (#13689)Henry Sudhof2007-07-221-2/+2
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* #11255David M2007-05-221-1/+8
* #10267David M2007-05-121-0/+6
* - #10159 (as well as the exact same issue with reports)Vic D'Elfant2007-04-301-5/+9
* - #10085Vic D'Elfant2007-04-241-2/+1
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #983...Meik Sievertsen2007-04-221-3/+38
* #9755David M2007-04-101-3/+3
* - urlencoded usernames don't need htmlspecialchars [Bug #8794]Nils Adermann2007-04-011-0/+4
* other fixes...Meik Sievertsen2007-03-301-2/+2
* fixing some bugsMeik Sievertsen2007-02-181-0/+13