phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / acp / acp_inactive.php

History | View | Annotate | Download (10.2 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10342 12/16/2009 03:48 pm Meik Sievertsen

merge changes from 3.0.x branch

10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

10124 09/09/2009 10:08 am Meik Sievertsen

Send emails for manual user activation if admin activation is enabled not through queue in ACP (Bug #50925)

9845 07/24/2009 11:13 am Meik Sievertsen

[Feature] Added new functionality to inactive users module:
- Ability to set users per page.
- Ability to sort by posts/number of reminders/last reminded date.
- Show number of posts and ability to search posts.
- Show number of reminders sent to user.
- Show date of last reminder sent to user.

9327 02/15/2009 04:52 am Chris Smith

Add anti-abuse email headers to acp_inactive.php and correct activation reminders

8598 06/04/2008 05:37 pm Nils Adermann

removed executable props [Bug #6464]

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8263 12/05/2007 02:55 pm Meik Sievertsen

#15914 (bogus log entry if answering NO on confirming removing inactive users)

8241 11/17/2007 09:04 pm Meik Sievertsen

some further fixes
- re-introduce grabbing random number from /dev/urandom

8240 11/17/2007 01:18 pm Meik Sievertsen

forgot something

8239 11/17/2007 01:14 pm Meik Sievertsen

- Re-populate arrays on cache purge/save to allow re-using some functions without warnings
- fix the annoying "last page empty" bug on inactive users page.

8218 10/30/2007 05:35 pm Henry Sudhof

#14985

8149 10/05/2007 06:22 pm Henry Sudhof

And one more confirm box.

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

8120 10/03/2007 05:05 pm Henry Sudhof

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

7909 07/19/2007 10:38 pm Meik Sievertsen

again, a lot of bug fixes

6826 12/31/2006 05:56 pm Meik Sievertsen

- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662

6803 12/24/2006 02:11 pm Meik Sievertsen

some fixes today
- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.

6730 12/08/2006 04:20 pm Meik Sievertsen

- re-add script_path for "strange configurations" to let them force the generated urls correctly
- show rank title if no rank image present in memberlist
- other fixes.

6650 11/24/2006 03:59 pm Meik Sievertsen

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...

6548 11/03/2006 10:05 pm Meik Sievertsen

ok, i am an idiot...

6546 11/03/2006 06:50 pm Meik Sievertsen

- make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4
- assign some default vars to email templates (we always need some basic ones)

6545 11/03/2006 12:26 pm Meik Sievertsen

- implemented the suggested html_entity_decode function made by david
- fixed string length checking by also decoding entities for the sake of checking
- used the new html_entity_decode function

6436 10/03/2006 08:35 pm Meik Sievertsen

- extend config checking to include check for writeable path
- removed not utilized user_allow_email column from schema
- removed inactive groups (they had no use at all, since inactive users are not able to login)
The only benefit those brought are distinguish users - but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes....

6428 10/02/2006 05:11 pm Meik Sievertsen

consistent acp layout regarding backlinks and messages.

6394 09/23/2006 02:27 pm grahamje

A reworking of how we handle inactive users