phpBB
Statistics
| Revision:

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

History | View | Annotate | Download (5.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...
10801 10/10/2010 06:00 pm Git Gatekeeper

commit a885095897054c91ab68b753ce2a86ae74f2f666
Merge: 9a39f55 c2ffa78
Author: Igor Wiedler <>
Date: Sun Oct 10 18:39:44 2010 +0200

Merge branch 'feature/igorw/request-class' into develop
  • feature/igorw/request-class: (21 commits)...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

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

9871 07/27/2009 01:43 pm Chris Smith

Fix a bug in r9781 #48595

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

9781 07/18/2009 07:19 pm Jim Wigginton

- added ability to filter logs by log_operation

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

7528 05/11/2007 02:46 pm Meik Sievertsen

#8737

7218 03/23/2007 01:18 pm Meik Sievertsen

again, some changes here and there...

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

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

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.

5848 04/26/2006 08:10 pm Meik Sievertsen

- adding user logs (displaying all users instead of limited to the user if viewing user notes)
- fixed a tiny set of bugs...

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]

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

5553 02/12/2006 08:21 pm Meik Sievertsen

my turn to break things... harharhar
- checking in permission settings and permission masks
- permission presets and documentation not finished yet
- added backtrace function to determine file/line for sql errors
- fixed marlist for orphan attachments/groups/logs/users...

5357 12/19/2005 07:55 pm Meik Sievertsen

- drop in the new administration panel
- not finished yet: some user related items, style admin, database admin and permissions
- Graham: Please add your MCP schema data to the schema data file. ;)

5315 11/30/2005 06:48 pm Meik Sievertsen

- added acp_language (language pack management)
- minor adjustments to cope with PHP5.x

5313 11/28/2005 07:38 pm Meik Sievertsen

- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/
- acp changes