-
Update: add support for google-site-verification meta tag
-
Update: use cf_error, if available, to report problems
-
Feature: add test and error case for empty arrays This adds a single function that checks to see if a variable is an array and is non-empty.
-
Bugfix: fix mistake of mass changing else if to elsif instead of elseif This happened in the commit: 0a43ab0.
-
Cleanup: fix drupal coding standard violations
-
Bugfix: fix problems in cf_db_options_get_options() The code unfinished and unupdated. Fix the code that was incorrect.
-
Update: depend on cf_db_options The cf_db_options module was designed in the same way in which the database options are defined here. This removes the duplicated code.
-
Revert "Update: don't require cf module" This reverts commit a3e73a58995bb65baa8adb66d2ad9fa53dda85ed. It looks like I should use the cf_db_options module.
-
Update: switch to lullabot and tango icons
-
Update: don't require cf module For calling one simple function twice, don't require the cf module. While the cf module provides additional benifits, the 7.x-2.x version can be made optional.