date_week_days_abbr |
core/includes/date.inc |
Constructs a translated array of week day abbreviations. |
date_week_days_ordered |
core/includes/date.inc |
Reorders weekdays to match the first day of the week. |
date_week_days_untranslated |
core/includes/date.inc |
Constructs an untranslated array of week days. |
date_week_range |
core/includes/date.inc |
Calculates the start and end dates for a calendar week. |
date_years |
core/includes/date.inc |
Constructs an array of years. |
date_year_range_element_process |
core/modules/date/date.elements.inc |
Process callback which creates a date_year_range form element. |
date_year_range_element_value_callback |
core/modules/date/date.elements.inc |
Element value callback for the date_year_range form element. |
date_year_range_validate |
core/modules/date/date.elements.inc |
Element validation function for the date_year_range form element. |
DBLogTestCase::assertLogMessage |
core/modules/dblog/tests/dblog.test |
Confirms that a log message appears on the database log overview screen. |
DBLogTestCase::asText |
core/modules/dblog/tests/dblog.test |
Extracts the text contained by the XHTML element. |
DBLogTestCase::doNode |
core/modules/dblog/tests/dblog.test |
Generates and then verifies some node events. |
DBLogTestCase::doUser |
core/modules/dblog/tests/dblog.test |
Generates and then verifies some user events. |
DBLogTestCase::generateLogEntries |
core/modules/dblog/tests/dblog.test |
Generates a number of random database log events. |
DBLogTestCase::getContent |
core/modules/dblog/tests/dblog.test |
Creates random content based on node content type. |
DBLogTestCase::getContentUpdate |
core/modules/dblog/tests/dblog.test |
Creates random content as an update based on node content type. |
DBLogTestCase::getLogEntries |
core/modules/dblog/tests/dblog.test |
Gets the database log event information from the browser page. |
DBLogTestCase::getSeverityConstant |
core/modules/dblog/tests/dblog.test |
Gets the watchdog severity constant corresponding to the CSS class. |
DBLogTestCase::getTypeCount |
core/modules/dblog/tests/dblog.test |
Gets the count of database log entries by database log event type. |
DBLogTestCase::setUp |
core/modules/dblog/tests/dblog.test |
Enable modules and create users with specific permissions. |
DBLogTestCase::testDBLog |
core/modules/dblog/tests/dblog.test |
Tests Database Logging module functionality through interfaces. |
DBLogTestCase::testDBLogAddAndClear |
core/modules/dblog/tests/dblog.test |
Tests the addition and clearing of log events through the admin interface. |
DBLogTestCase::testDBLogCorrupted |
core/modules/dblog/tests/dblog.test |
Tests corrupted log entries can still display available data. |
DBLogTestCase::testDBLogException |
core/modules/dblog/tests/dblog.test |
Verifies that exceptions are caught in dblog_watchdog(). |
DBLogTestCase::testFilter |
core/modules/dblog/tests/dblog.test |
Tests the database log filter functionality at admin/reports/dblog. |
DBLogTestCase::testLogMessageSanitized |
core/modules/dblog/tests/dblog.test |
Make sure HTML tags are filtered out in the log detail page. |
DBLogTestCase::verifyCron |
core/modules/dblog/tests/dblog.test |
Verifies that cron correctly applies the database log row limit. |
DBLogTestCase::verifyDateFormat |
core/modules/dblog/tests/dblog.test |
Verifies setting of the database log date format. |
DBLogTestCase::verifyEvents |
core/modules/dblog/tests/dblog.test |
Generates and then verifies various types of events. |
DBLogTestCase::verifyReports |
core/modules/dblog/tests/dblog.test |
Confirms that database log reports are displayed at the correct paths. |
DBLogTestCase::verifyRowLimit |
core/modules/dblog/tests/dblog.test |
Verifies setting of the database log row limit. |
dblog_build_filter_query |
core/modules/dblog/dblog.admin.inc |
Builds a query for database log administration filters based on session. |
dblog_clear_log_form |
core/modules/dblog/dblog.admin.inc |
Form constructor for the form that clears out the log. |
dblog_clear_log_submit |
core/modules/dblog/dblog.admin.inc |
Form submission handler for dblog_clear_log_form(). |
dblog_cron |
core/modules/dblog/dblog.module |
Implements hook_cron(). |
dblog_event |
core/modules/dblog/dblog.admin.inc |
Page callback: Displays details about a specific database log message. |
dblog_filters |
core/modules/dblog/dblog.admin.inc |
Creates a list of database log administration filters that can be applied. |
dblog_filter_form |
core/modules/dblog/dblog.admin.inc |
Form constructor for the database logging filter form. |
dblog_filter_form_submit |
core/modules/dblog/dblog.admin.inc |
Form submission handler for dblog_filter_form(). |
dblog_filter_form_validate |
core/modules/dblog/dblog.admin.inc |
Form validation handler for dblog_filter_form(). |
dblog_format_message |
core/modules/dblog/dblog.admin.inc |
Returns HTML for a log message. |
dblog_form_system_logging_settings_alter |
core/modules/dblog/dblog.module |
Implements hook_form_FORM_ID_alter() for system_logging_settings(). |
dblog_init |
core/modules/dblog/dblog.module |
Implements hook_init(). |
dblog_logging_settings_submit |
core/modules/dblog/dblog.module |
Form submission handler for system_logging_settings(). |
dblog_menu |
core/modules/dblog/dblog.module |
Implements hook_menu(). |
dblog_overview |
core/modules/dblog/dblog.admin.inc |
Page callback: Displays a listing of database log messages. |
dblog_schema |
core/modules/dblog/dblog.install |
Implements hook_schema(). |
dblog_top |
core/modules/dblog/dblog.admin.inc |
Page callback: Shows the most frequent log messages of a given event type. |
dblog_update_1000 |
core/modules/dblog/dblog.install |
Account for possible legacy systems where dblog was not installed. |
dblog_update_1001 |
core/modules/dblog/dblog.install |
Set the format for dates in the database log. |
dblog_update_1002 |
core/modules/dblog/dblog.install |
Convert the format for dates in the database log. |