easyfilter 5.x-1.8

Unsupported
  • Added the *.info file for this module so that it shows up in Drupal 5.0... ooops!
  • Now using the drupal_urlencode function instead of the encode function

easyfilter 5.x-1.7

Unsupported
  • In my frustrations, I have decided that the best solution for the url encoding problem is to allow the keywords to have a space in them at the expense of the keywords that have a "+" (such as C++). I really do believe that there is a bug either with Drupal, or with the browsers that are not decoding the keyword %2B correctly (%2B should decode as "+", but is actually passing "C " instead of "C++" to my filter. Hopefully somebody will be able to solve this problem. I have been banging my head over this for too long now to keep worrying about it.

easyfilter 5.x-1.5

Unsupported
  • Added breadcrumbs.
  • Fixed a problem with errors when iterating an empty array using foreach.
  • Removed the EasyFilter from the Core - Optional section.
  • Made some more improvements to the url encoding.
  • Now defaulting to the Tab Filter since the Drop-down filter has some bugs for IE. Probably will fix later.
  • Added some code formatting to go according to the Drupal coding standards.
Subscribe with RSS Subscribe to Releases for EasyFilter