-
Committer:
Dylan McCall
-
Date:
2010-06-05 23:06:09 UTC
-
Revision ID:
dylanmccall@gmail.com-20100605230609-phqjbg73s0vnr10o
Intensive cleanup and modification to filters_base. Filters are organized into a proper hierarchy and can be located based on full names. I'm satisfied with it now. Quite similar to django.forms!
New test url: /opportunities/filter?pkg=name,set&pkg:name=ged&pkg:set=ubuntu-desktop
Now properly creating a new HarvestFilters instance for each page view. (Previously, the same instance was being reused).
Skeleton template for displaying the filter interface.