phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / mcp / mcp_logs.php

History | View | Annotate | Download (5.8 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...
10558 03/07/2010 03:45 am Git Gatekeeper

commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7a
Merge: b68de23 ac32927
Author: Nils Adermann <>
AuthorDate: Wed Mar 3 23:32:09 2010 +0100
Commit: Nils Adermann <>
CommitDate: Wed Mar 3 23:32:09 2010 +0100

Merge branch 'develop-olympus' into develop...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

10109 09/05/2009 01:06 pm Meik Sievertsen

Fix r10041 - Bug #50765

10042 08/22/2009 03:56 am Jim Wigginton

- accidentally undid changes introduced in r9979
- removed a few lines from the old log filtering system

10041 08/21/2009 10:47 pm Jim Wigginton

- replaced the drop down menu log filter thing with log searching

9950 08/10/2009 05:04 pm Jim Wigginton

- filtered logs weren't correctly paginated

9858 07/26/2009 03:54 pm Chris Smith

Make some adjustments to the log filter. r9781, r9800

9800 07/20/2009 12:57 am Jim Wigginton

- added filtration ability to MCP
- added missing lang variable
- fixed a pagination bug in filtration routines

9029 10/18/2008 08:44 pm Chris Smith

Fix an issue in r9015 re-index the intersected array

9015 10/14/2008 08:29 pm Chris Smith

Moderators can only see reports/queue/logs from forums they can actually read. #31085

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

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

dumdidum... sorry. ;)

7924 07/23/2007 01:10 am David M

#13693

7884 07/14/2007 05:44 pm Meik Sievertsen

a bunch of fixes

7485 05/06/2007 05:31 pm Meik Sievertsen

#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481
- more label fixes
- simpler approach to get input cursor text

7236 03/28/2007 03:01 am David M

#5286

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

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

sql_in_set changes

6269 08/12/2006 01:04 pm grahamje

Language variable for consistancy with the other mcp modules

6217 07/30/2006 04:20 pm grahamje

Adding the new warning image to the appropriate places
Thanks to dhn for the image

6215 07/29/2006 01:35 pm grahamje

Correct some of the sort options

6101 06/19/2006 10:40 pm grahamje

Deleting logs

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

6058 06/13/2006 11:06 pm Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6024 06/08/2006 10:26 pm Meik Sievertsen

- bugfix roll
- fixed sql_query_limit on mssql/mssql_odbc

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.

6008 06/04/2006 05:01 pm grahamje

Assign page titles within the mcp

5929 05/18/2006 08:18 pm Meik Sievertsen

- added a few missing log variables
- include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now)
- added check to cron.php
- added database_gc config variable
- recalculate binary trees every once a week ;)

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

5765 04/06/2006 07:15 pm Meik Sievertsen

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!-- $Id$ --> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)...

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.

5705 03/23/2006 08:23 pm Nils Adermann

- some adjustments for search related config options
- one year is 365 days long (52 * 7 = 364, but we have one more day each year ;-)) [Bug #1181]
- fixed search own posts link in UCP [Bug #1163]
- corrections to timezone selection [Bug #1148]
- fix quickmod tools on post details page [Bug #1188]

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

- a bunch of bugfixes. :P

5466 01/16/2006 10:20 pm grahamje

The curse of cut&paste strikes once more...

5460 01/14/2006 11:57 pm grahamje

Initial implementation of a log viewer into the MCP