Feature #87
Search engine for logs
| Status : | Resolved | Start : | 06/19/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | Jannik Hartung | % Done : | 100% |
|
| Category : | Web Panel | |||
| Target version : | 1.2.1 | Estimated time : | 2.00 hours | |
Description
There should be a search engine through the logs , by type , admin and time. I have over 200 pages of logs .. and to be hones i can't find a thing.
Associated revisions
- Removed unnecassary permission ADMIN_BAN_LIST
- changed the lastvisit field to an UNIX_TIMESTAMP() int(11) field
- Added
#58- Unban own bans & Unban group bans - Added database debug mode in settings page
- Removed unused setting 'config.uri'
- Fixed typo in setting field 'exportpublic' in data.sql and added the 'dash.lognopopup'
- Deleted unused files from the installer folder and fixed some problems
- Added
#87- Search engine for logs
History
06/19/2008 02:38 PM - Erik Minekus
Do you mean a list of which actions were performed by which admin?
06/19/2008 04:44 PM - Olly Ginger
What i mean is ... to work pretty much like the advanced search for admins through the bans , you should be able to create a "filter" that should help you find stuff.
06/19/2008 11:52 PM - Erik Minekus
What do you mean by "stuff"? Like I said, do you mean a search for which admin performed which commands, or do you mean being able to search for information about admins, like emailaddresses or whatever.
06/20/2008 10:12 AM - Recon last_name
I think Olly means stuff like
- Admin Name
- Date and Time
- Event Type (e.g. ban added, ban edited, ban unbanned, ban deleted)
06/20/2008 03:00 PM - Ogi Vajarov Sedlarov
Select * from sb_logs where
Case 1
type = e or w or m
case 2
aid = "$aid"
case 3
created = "$date"
08/22/2008 03:33 PM - Jannik Hartung
- Status changed from New to Assigned
- Assigned to set to Jannik Hartung
- % Done changed from 0 to 10