root / branches / phpBB-3_0_0 / phpBB / includes / acp / acp_prune.php

View | Annotate | Download (13 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9754 07/14/2009 12:02 PM Ruslan Uzdenov

Fix bug #44295 - Cannot prune users who never logged in
Authorised by: AcydBurn

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

Hiding everywhere little buggers, eh?

8453 03/21/2008 11:47 AM Meik Sievertsen

#18105

8285 12/26/2007 03:53 PM

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

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

dumdidum... sorry. ;)

8099 09/22/2007 08:31 PM Meik Sievertsen

#i62 - #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines.

7912 07/20/2007 09:07 PM David M

#13643

7789 06/24/2007 02:49 PM Meik Sievertsen

tweak the sql_like_expression feature a little bit to allow correct escaping

7788 06/23/2007 02:16 PM Meik Sievertsen

new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).

7749 06/11/2007 02:12 AM Meik Sievertsen

my round of bug fixes

7527 05/11/2007 02:25 PM Meik Sievertsen

We do not support nesting code tags - #10763
#10741
Confirm box on pruning forums - #10619
Not stripping empty lines on parsing messages - #10579
Remove reports alongside with users - #10501

7466 05/05/2007 06:53 AM David M

- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations....

7455 05/03/2007 04:29 PM Meik Sievertsen

some language-specific adjustements
fix prune users (adding the list of users to the confirmation page)
tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)

7059 02/25/2007 07:08 AM David M

- made prune a bit nicer
#8236

7043 02/23/2007 05:39 PM David M

#7902

6975 02/09/2007 03:24 PM Meik Sievertsen

some fixes to be committed.

6905 01/18/2007 03:41 PM Meik Sievertsen

fixing some bugs

6513 10/20/2006 03:48 PM Meik Sievertsen

- adjust unread query a bit to cope with large topics (thanks bart!)
- fixing some bugs
- more username_clean work

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....

6394 09/23/2006 02:27 PM grahamje

A reworking of how we handle inactive users

6320 08/28/2006 05:50 PM Meik Sievertsen

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)

6271 08/12/2006 03:14 PM Meik Sievertsen

sql_in_set changes

6177 07/13/2006 02:51 PM Meik Sievertsen

- renamed the following columns:
comment -> attach_comment
new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted
module_name -> module_basename
value -> lang_value

- every column is now NOT NULL
- every column is now having a DEFAULT value...

6073 06/16/2006 06:54 PM Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

6015 06/06/2006 10:53 PM Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

5975 05/28/2006 04:58 PM Meik Sievertsen

- do not allow pruning founders
- do not display full path to installation in error message text (only occurence would be "header already sent" warnings)

5957 05/21/2006 06:54 PM Meik Sievertsen

- fixing a few smaller bugs/glitches
- init user session in cron.php (else it can produce errors if functions expect the user object being set)
- fix sql escaping for mssql/mssql_odbc

5784 04/15/2006 04:48 PM Meik Sievertsen

- fixed some bugs
- made sql schemas consistent
- added correct sequences and generators to sql schemas
- extended some rows to hold more data. This solves issues with multibyte characters and too short topic titles, names, etc.
- allow multibyte characters in usernames

5725 03/25/2006 08:14 PM Meik Sievertsen

ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.

5696 03/22/2006 12:13 PM Meik Sievertsen

fix pruning of users

5678 03/21/2006 08:23 PM Meik Sievertsen

- a bunch of bugfixes. :P

5558 02/18/2006 02:54 PM Meik Sievertsen

- fix some tiny bugs
- fix module system (sometimes the layout is broken due to falsly deactivated categories)
- auth updates (setting permissions)
- fix "category jumping" bug in acp
- u_action is defined by the module itself

5325 12/11/2005 12:20 AM Meik Sievertsen

- custom profile fields
- prune users
- prune forums