Libstats Changelog

What's new in Libstats 1.0.6

Apr 2, 2013
  • Added in the LDAP authentication patch
  • Changed how the reports are done - Thanks Erin!
  • Changed some SQL queries that were sending NULL values to auto increment fields.
  • Made passwords MD5 encrypted. No more clear text passwords! - Thanks Erin!
  • Added configuration to Init.php to make inclusion of calendar plugin easy.
  • Added configuration to Init.php to make inclusion of PEAR::DB easier.

New in Libstats 1.0.5 (Oct 9, 2008)

  • Removed all short tags -- should now work with short_tags off. Stupid PHP.
  • Fixed bug in which one couldn't change to a new table in OptionAdminForm.
  • Added $db to $_REQUEST before checking for $db->isError() -- to aid in debugging.
  • Added DirectoryIndex index.php to .htaccess.