$Id: CHANGELOG.txt,v 1.11.2.1 2007-04-26 00:53:07 syscrusher Exp $ 2007-04-25 syscrusher (Scott Courtney) Added dependency checking to resolve #29983, which is actually a configuration problem. 2007-03-22 syscrusher (Scott Courtney) Ported module to Drupal 5.x. Some of the Spanish translation may be outdated, but most of it should still be correct. 2006-07-13 syscrusher (Scott Courtney) Added Spanish translation file kindly contributed by Federico Scodelaro (Drupal user "fscodelaro"). Thanks, Federico! 2006-02-03 syscrusher (Scott Courtney) Updated to use Drupal 4.7 forms API. Various changes to prompt text. The translations will unfortunately need to be updated at some point. Added new section to report all published nodes by node type. Added reporting of never-activated and disabled user accounts. Modified handling of image nodes so that they can be included or excluded from totals at the discretion of the site admin. 2005-11-03 syscrusher (Scott Courtney) Applied patch contributed by "frjo" for better XHTML compliance, improved code readability, and improved handling of moderation flag in nodes. Patch was slightly modified to correct minor SQL issues. Nonetheless, this was a significant patch -- many thanks to "frjo" for the contrib! This relates to issue #28898. Fixed a PHP 5 compatibility problem (no issue number applicable). Added file upload statistics, as suggested by "rosa" in issue #25059. 2005-05-06 syscrusher (Scott Courtney) Modified placement of t() calls to fix bug #22186 reported by Cvbge. 2005-05-02 syscrusher (Scott Courtney) Added curly brackets around table names so prefixes will work right. Fixes bug #21726. Patch by "ejort" (thanks!). 2005-04-28 syscrusher (Scott Courtney) Moved creation of interval constants later in page creation process, to fix crash in situations where t() function wasn't yet defined. (Fixes bug #21495) 2005-04-14 syscrusher (Scott Courtney) Added translation of time interval strings. (Fixes bug #20482) 2005-04-13 syscrusher (Scott Courtney) Use l() function instead of hard-coded HTML links. (Fixes bug #20406) 2005-04-12 syscrusher (Scott Courtney) Modified SQL query to use db_query_range() instead of hard-coded "LIMIT" keyword, which might not work with all databases. Fixed display of embedded table-of-contents menu on sub-pages. Added an admin setting to keep the embedded TOC from displaying a link to the full TOC. This link was redundant in certain themes for certain settings of HOF itself; the new setting allows the admin to disable it in these cases. 2005-03-27 syscrusher (Scott Courtney) Reformatted code to remove tab indentation, per Drupal coding standards. 2005-03-27 syscrusher (Scott Courtney) Tested and working with both Drupal 4.5 and Drupal 4.6. Added TODO.txt. 2005-03-27 syscrusher (Scott Courtney) Program is feature-complete and ready for beta testing. Known to work with Drupal 4.6, probably works with 4.5 as well but has not been tested with that version yet. 2005-03-26 syscrusher (Scott Courtney) Initial release of alpha test version