C:/drupal/modules/dblog/dblog.admin.inc File Reference

Go to the source code of this file.


Functions

 dblog_admin_settings ()
 dblog_overview ()
 dblog_top ($type)
 dblog_event ($id)
 dblog_build_filter_query ()
 dblog_filters ()
 _dblog_format_message ($dblog)
 dblog_filter_form ()
 dblog_filter_form_validate ($form, &$form_state)
 dblog_filter_form_submit ($form, &$form_state)


Detailed Description

Administrative page callbacks for the dblog module.

Definition in file dblog.admin.inc.


Function Documentation

_dblog_format_message ( dblog  ) 

Formats a log message for display.

Parameters:
$dblog An object with at least the message and variables properties

Definition at line 234 of file dblog.admin.inc.

References t().

Referenced by dblog_event(), dblog_overview(), and dblog_top().

Here is the call graph for this function:

dblog_build_filter_query (  ) 

Build query for dblog administration filters based on session.

Definition at line 173 of file dblog.admin.inc.

References $value, and dblog_filters().

Referenced by dblog_overview().

Here is the call graph for this function:

dblog_event ( id  ) 

Menu callback; displays details about a log message.

Definition at line 121 of file dblog.admin.inc.

References $attributes, $output, $result, _dblog_format_message(), check_plain(), db_fetch_object(), db_query(), format_date(), l(), link, t(), theme(), and watchdog_severity_levels().

Here is the call graph for this function:

dblog_filter_form_submit ( form,
&$  form_state 
)

Process result from dblog administration filter form.

Definition at line 304 of file dblog.admin.inc.

References $name, $op, dblog_filters(), and t().

Here is the call graph for this function:

dblog_filter_form_validate ( form,
&$  form_state 
)

Validate result from dblog administration filter form.

Definition at line 295 of file dblog.admin.inc.

References form_set_error(), and t().

Here is the call graph for this function:

dblog_filters (  ) 

List dblog administration filters that can be applied.

Definition at line 204 of file dblog.admin.inc.

References $type, t(), and watchdog_severity_levels().

Referenced by dblog_build_filter_query(), dblog_filter_form(), and dblog_filter_form_submit().

Here is the call graph for this function:

dblog_overview (  ) 

Menu callback; displays a listing of log messages.

Definition at line 30 of file dblog.admin.inc.

References $header, $output, $result, _dblog_format_message(), db_fetch_object(), dblog_build_filter_query(), drupal_get_form(), format_date(), l(), link, pager_query(), t(), tablesort_sql(), theme(), and truncate_utf8().

Here is the call graph for this function:

dblog_top ( type  ) 

Menu callback; generic function to display a page of the most frequent dblog events of a specified type.

Definition at line 94 of file dblog.admin.inc.

References $header, $output, $result, $type, _dblog_format_message(), db_fetch_object(), pager_query(), t(), tablesort_sql(), theme(), and truncate_utf8().

Here is the call graph for this function:


Generated on Mon Jun 2 15:08:19 2008 for SimpleTest by  1.5.5