NOTE: DON'T USE THIS VERSION - USE THE 5.4 OR HIGHER VERSION
Reversing the condition which triggers disabling securepages module. Disable is now done by specific exclusion rather than specific inclusion. This prevents possibility of arbitrary disabling of securepages for the most important domains. Module text updated to reflect this as well.
Added feature requested in #350546: Selectable Content Types for Author Taxonomy (show/hide author info per content type). By default, authoring info will be displayed for all node types. Edit individual content types to change this behavior.
Also added an uninstall hook to clean up system variables.
Several bugs fixed in the Drupal 5 branch:
-Added HTML comments around the JavaScript variables for the digg this button to avoid them from being indexed by Drupal's search system #356731;
-Limit the legth of the title and the teaser #191746;
-Unquoted title variable #292792;
-Added the $bg_string to the JS code to let the background color actually have an effect;