Search for log

  1. Search 9.5.x for log
  2. Search 8.9.x for log
  3. Search 10.3.x for log
  4. Search 11.x for log
  5. Other projects
Title Object type File name Summary
actions_loop_test_log function modules/simpletest/tests/actions_loop_test.module Write a message to the log.
blog.info file modules/blog/blog.info name = Blog
description = Enables multi-user blogs.
package = Core
version = VERSION
core = 7.x
files[] = blog.test
blog.install file modules/blog/blog.install Install, update and uninstall functions for the blog module.
blog.module file modules/blog/blog.module Enables multi-user blogs.
blog.pages.inc file modules/blog/blog.pages.inc Page callback file for the blog module.
blog.test file modules/blog/blog.test Tests for blog.module.
BlogTestCase class modules/blog/blog.test @file
Tests for blog.module.
BlogTestCase::$any_user property modules/blog/blog.test
BlogTestCase::$big_user property modules/blog/blog.test
BlogTestCase::$own_user property modules/blog/blog.test
BlogTestCase::doBasicTests function modules/blog/blog.test Run basic tests on the indicated user.
BlogTestCase::getInfo function modules/blog/blog.test
BlogTestCase::setUp function modules/blog/blog.test Enable modules and create users with specific permissions.
BlogTestCase::testBlog function modules/blog/blog.test Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BlogTestCase::testBlogPageNoEntries function modules/blog/blog.test View the blog of a user with no blog entries as another user.
BlogTestCase::testUnprivilegedUser function modules/blog/blog.test Confirm that the "You are not allowed to post a new blog entry." message
shows up if a user submitted blog entries, has been denied that
permission, and goes to the blog page.
BlogTestCase::verifyBlogLinks function modules/blog/blog.test Verify the blog links are displayed to the logged in user.
BlogTestCase::verifyBlogs function modules/blog/blog.test Verify the logged in user has the desired access to the various blog nodes.
blog_block_configure function modules/blog/blog.module Implements hook_block_configure().
blog_block_info function modules/blog/blog.module Implements hook_block_info().
blog_block_save function modules/blog/blog.module Implements hook_block_save().
blog_block_view function modules/blog/blog.module Implements hook_block_view().
blog_feed_last function modules/blog/blog.pages.inc Menu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_user function modules/blog/blog.pages.inc Menu callback; displays an RSS feed containing recent blog entries of a given user.
blog_form function modules/blog/blog.module Implements hook_form().
blog_help function modules/blog/blog.module Implements hook_help().
blog_install function modules/blog/blog.install Implements hook_install().
blog_menu function modules/blog/blog.module Implements hook_menu().
blog_menu_local_tasks_alter function modules/blog/blog.module Implements hook_menu_local_tasks_alter().
blog_node_info function modules/blog/blog.module Implements hook_node_info().
blog_node_view function modules/blog/blog.module Implements hook_node_view().
blog_page_last function modules/blog/blog.pages.inc Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user function modules/blog/blog.pages.inc Menu callback; displays a Drupal page containing recent blog entries of a given user.
blog_page_user_access function modules/blog/blog.module Access callback for user blog pages.
blog_rdf_mapping function modules/blog/blog.module Implements hook_rdf_mapping().
blog_uninstall function modules/blog/blog.install Implements hook_uninstall().
blog_user_view function modules/blog/blog.module Implements hook_user_view().
blog_view function modules/blog/blog.module Implements hook_view().
CHANGELOG.txt file ./CHANGELOG.txt Drupal 7.xx, xxxx-xx-xx (development version)
-----------------------

Drupal 7.98, 2023-06-07
-----------------------
- Various security improvements
- Various bug fixes, optimizations and improvements

Drupal 7.97,…
Database::$logs property includes/database/database.inc An array of active query log objects.
Database::getLog function includes/database/database.inc Retrieves the queries logged on for given logging key.
Database::startLog function includes/database/database.inc Starts logging a given logging key on the specified connection.
DatabaseConnection::$logger property includes/database/database.inc The current database logging object for this connection.
DatabaseConnection::getLogger function includes/database/database.inc Gets the current logging object for this connection.
DatabaseConnection::setLogger function includes/database/database.inc Associates a logging object with this connection.
DatabaseLog class includes/database/log.inc Database query logger.
DatabaseLog::$connectionKey property includes/database/log.inc The connection key for which this object is logging.
DatabaseLog::$queryLog property includes/database/log.inc Cache of logged queries. This will only be used if the query logger is enabled.
DatabaseLog::clear function includes/database/log.inc Empty the query log for the specified logging key.
DatabaseLog::end function includes/database/log.inc Stop logging for the specified logging key.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.