aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_inactive.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-2/+2
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+1
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* Merge branch '3.1.x'Tristan Darricau2015-10-141-3/+12
|\
| * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-3/+12
* | Merge branch '3.1.x'Tristan Darricau2015-10-081-0/+1
|\ \ | |/
| * Merge pull request #3951 from RMcGirr83/ticket_14219Tristan Darricau2015-10-081-0/+1
| |\
| | * [ticket/14219] Add email to inactive user listingRichard McGirr2015-10-081-0/+1
* | | Merge branch '3.1.x'Marc Alexander2015-10-071-1/+1
|\ \ \ | |/ /
| * | [ticket/13636] Deleting inactive user in acp_users gives unexpected linkMateBartus2015-02-241-1/+1
| * | [ticket/13636] Deleting inactive user in acp_users gives unexpected linkMateBartus2015-02-241-1/+1
| |/
* | [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-5/+7
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+2
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* [ticket/11849] Update some ACP modules with new paginationJoas Schilling2013-12-181-3/+4
* [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-3/+2
* Merge remote-tracking branch 'upstream/develop' into feature/prune-usersOleg Pudeyev2012-11-061-14/+14
|\
| * [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-3/+2
| * [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1
| * [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-2/+2
| * [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-1/+1
| * [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-2/+3
| * [ticket/10968] Render pagination within the templateDrae2012-07-181-1/+3
| * [ticket/7598] Use $user->lang['COMMA_SEPARATOR']Nathan2012-07-141-3/+3
| * [ticket/7598] Inactive users action notification (ACP)Nathan2012-07-131-1/+6
| * [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| * Merge branch 'develop-olympus' into developIgor Wiedler2011-11-201-8/+2
| |\
| | * [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-201-2/+2
| | * [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-201-8/+2
| * | Merge branch 'develop-olympus' into developNils Adermann2011-07-161-1/+1
| |\ \ | | |/
| | * [ticket/5506] Do not display an empty last page after deleting logs.Joas Schilling2011-07-141-1/+1
| | * Log activation through inactive users ACP. #30145Chris Smith2009-12-091-14/+20
| | * Send emails for manual user activation if admin activation is enabled not thr...Meik Sievertsen2009-09-091-1/+1
| | * [Feature] Added new functionality to inactive users module:Meik Sievertsen2009-07-241-18/+55
| | * Add anti-abuse email headers to acp_inactive.php and correct activation remin...Chris Smith2009-02-151-2/+12
| | * removed executable props [Bug #6464]Nils Adermann2008-06-041-0/+0
* | | [feature/prune-users] Rework user_delete() functions_user.phpJosh Woody2011-05-081-4/+1
|/ /
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | merge changes from 3.0.x branchMeik Sievertsen2009-12-161-14/+20
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+306
* | put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-241-258/+0
* | - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-2/+2
* | removed executable props [Bug #6464]Nils Adermann2008-06-041-0/+0
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-6/+5
* | oh boy...David M2008-01-031-1/+1
|/
* #15914 (bogus log entry if answering NO on confirming removing inactive users)Meik Sievertsen2007-12-051-2/+2