LGP (Lazy Guinea Pig) is a set of debugging tools designed for Drupal developers who need a straightforward and efficient way to log debug messages.
Features
LGP offers a variety of tools to help you debug Drupal more effectively:
Temporary Debug File: Logs debug messages to a temporary file called the LGP file.
Low Memory Usage: Operates with a minimal memory footprint, avoiding database bottlenecks.
Alternative to Devel: Useful when Devel's dsm() doesn't work or when an alternative debug log is needed, such as when debugging services.module or during hook_init().
Centralized Debugging: Shares the LGP file across Drupal installations that use the same temporary directory.
Functions
LGP includes the following functions to log various types of debug information:
lgp_print($message): Logs a message to the LGP file.
Lazy Print: lp($var, $keys_only = FALSE): Logs a variable in print_r format. Optionally logs only the keys if passed an array. Alias: lfp().
Lazy Dump: ld($var): Logs a variable in var_dump format. Alias: lfd().
Lazy Export: lx($var): Logs a variable in var_export format. Alias: lfx().
Lazy Backtrace: lbt($ignore_args = TRUE): Logs the backtrace without function arguments by default. Alias: lfbt(). See debug_backtrace.
A Drupal module to make a daily Bible reading program available on your website.
This module is sponsored by Family Community Church (http://www.familycc.org), and was designed for their custom Bible-in-a-year reading program. The module is flexible and can be set up with any sort of 365-day reading configuration.
Features:
Available for Drupal 6 and Drupal 7
Block featuring this week's readings in a table format
Daily readings in the Psalms and Proverbs in addition to reading the BIble through in a year
Subscription option allows visitors to sign up for daily Bible readings by email (uses Cron for automated delivery)
Readings link to the Bible Gateway
Custom ctools content type allows Bible readings by date range (this week's readings, next 30 days, etc), and can be incorporated into Panels or Mini Panels
Developer-friendly utility modules make customization easy
This wiki contains all the info you need to load Bible reading plan data into your own site. It is important that you read this documentation, as the module isn't of much use without data.