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

View | Annotate | Download (5.1 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
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